Skip to content
Snippets Groups Projects
  1. Mar 15, 2018
    • inso's avatar
      0.33.0rc4 · 86e65274
      inso authored
      0.33.0rc4
      86e65274
    • inso's avatar
      Squashed commit of the following: · 9569e8f8
      inso authored
      commit 3fef142e067a28f95db3ffc0d8e82d625051652c
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 15:41:37 2018 +0100
      
          Finalize appveyor works
      
      commit c7f5cf4c
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 15:30:22 2018 +0100
      
          Path to Qt bin
      
      commit 2dbd771f
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 15:18:19 2018 +0100
      
          Add path to pyqt5 dll
      
      commit 26efda3b
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 13:31:58 2018 +0100
      
          Fix path
      
      commit f35c07e3
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 13:24:01 2018 +0100
      
          Fx call
      
      commit b25de27b
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 13:15:49 2018 +0100
      
          Fix exit ?
      
      commit 41d3abc2
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 13:05:02 2018 +0100
      
          Fix set path
      
      commit d9e2ddd5
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Thu Mar 15 12:58:42 2018 +0100
      
          Set PATH only for gen translations
      
      commit 53a43d7e
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Wed Mar 14 08:41:20 2018 +0100
      
          Fix appveyor
      9569e8f8
  2. Mar 14, 2018
  3. Mar 13, 2018
  4. Mar 12, 2018
  5. Feb 26, 2018
    • inso's avatar
      Working on gitlab integration · 84944ad8
      inso authored
      Squashed commit of the following:
      
      commit cb9f20e1
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 13:19:34 2018 +0100
      
          Add badge coverage
      
      commit 09b1dd26
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 13:13:22 2018 +0100
      
          Build and test
      
      commit ce734175
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 13:10:17 2018 +0100
      
          Test coverage in gitlab
      
      commit 29c60781
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 08:38:15 2018 +0100
      
          Use image starting xvfb
      
      commit 2de8d861
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 08:29:07 2018 +0100
      
          xbfv
      
      commit 28d96585
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 08:15:07 2018 +0100
      
          Fix encoding
      
      commit 8b0ce409
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 08:09:29 2018 +0100
      
          set locale
      
      commit 996e1c81
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 07:59:19 2018 +0100
      
          Test
      
      commit 9a462f3f
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Mon Feb 26 07:42:56 2018 +0100
      
          Build on image 0.0.6
      
      commit 3dd3d113
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Sun Feb 25 14:14:57 2018 +0100
      
          ls in dist
      
      commit 56cb714f
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Sun Feb 25 14:12:23 2018 +0100
      
          ls -l 5..
      
      commit a0e29a27
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Sun Feb 25 14:08:04 2018 +0100
      
          ls -l
      
      commit 11cdebbd
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Sun Feb 25 13:38:31 2018 +0100
      
          Env
      
      commit cd3e2688
      Author: inso <insomniak.fr@gmaiL.com>
      Date:   Sun Feb 25 13:31:15 2018 +0100
      
          qt5 env
      84944ad8
  6. Feb 25, 2018
  7. Feb 22, 2018
  8. Feb 21, 2018
  9. Feb 20, 2018
  10. Feb 08, 2018
  11. Dec 07, 2017
  12. Dec 01, 2017
  13. Nov 30, 2017
  14. Oct 23, 2017
  15. Oct 22, 2017
  16. Oct 21, 2017
  17. Sep 03, 2017
  18. Aug 23, 2017
  19. Jun 24, 2017
  20. Jun 10, 2017
  21. May 19, 2017
  22. May 15, 2017
    • Florian Thöni's avatar
      OSx bundle opening in GUI resolution · 7ecbc257
      Florian Thöni authored
      We need to enforce locale environment variable for encoding to be
      able to read files.
      
      But this can not be created directly by the spec file, then we need
      to enforce the Info.plist file
      
      Here is why (extract from https://pythonhosted.org/PyInstaller/spec-files.html#spec-file-options-for-a-mac-os-x-bundle):
      The info_plist= parameter only handles simple key:value pairs. It cannot handle nested XML arrays. For example, if you want to modify Info.plist to tell Mac OS X what filetypes your app supports, you must add a CFBundleDocumentTypes entry to Info.plist (see Apple document types). The value of that keyword is a list of dicts, each containing up to five key:value pairs.
      
      To add such a value to your app’s Info.plist you must edit the plist file separately after PyInstaller has created the app. However, when you re-run PyInstaller, your changes will be wiped out. One solution is to prepare a complete Info.plist file and copy it into the app after creating it.
      7ecbc257
  23. May 13, 2017
Loading