Commit Graph

86 Commits

Author SHA1 Message Date
Tomas Groth fa4ec96054 Updated to 2019 in copyright headers 2019-02-14 16:09:09 +01:00
Tim Bentley f1c7664125 Merge media trunk and fix up 2019-01-27 14:42:23 +00:00
Tim Bentley 95bdfc1f64 head 2018-12-01 14:10:47 +00:00
Tomas Groth e7526f1e59 merge trunk 2018-10-30 20:46:55 +01:00
Bastian Germann 6aa998edd0 Replace PyICU with PyQt's QCollator
Use QCollator as new collator to get rid of the PyICU dependency.
Simplify the natural sorting with its numeric mode.
Simplify one test that is heavily dependent on implementation.
Run one sorting test on macOS which was disabled.
2018-10-27 12:50:15 +02:00
Tomas Groth 0e24bf9017 Update dependencies to fit webengine 2018-10-25 21:02:49 +02:00
Tim Bentley 9546c1d9bf Head 2018-10-25 17:38:39 +01:00
Tim Bentley 1d4a414240 more state stuff 2018-10-20 15:41:32 +01:00
Bastian Germann ba01cd35e1 Optionally depend on launchpadlib 2018-10-13 00:11:04 +02:00
Bastian Germann cbb5afa049 Unify module checks with package checks 2018-10-08 10:10:02 +02:00
Bastian Germann 5f23d3adea Use appdirs instead of pyxdg
appdirs is used for all systems except Windows.
It has Windows support, so it could be used there as well.
2018-10-08 01:34:00 +02:00
Bastian Germann d1e1975394 Use upstream pymediainfo
Current pymediainfo versions load a DLL/so. Use a very thin
wrapper to make sure that the executable is used if the DLL
is not available.
2018-10-07 02:24:29 +02:00
Bastian Germann 41bd1d9bb8 Raise minimum Python version to 3.6 2018-10-05 09:24:47 +02:00
Bastian Germann 5c4ae0a9e6 replace nose with nose2 2018-10-03 00:32:11 +02:00
Tim Bentley 44bb70122e more bits 2018-04-22 07:59:35 +01:00
Tim Bentley 41f35f52e3 End of 2017 2017-12-29 09:15:48 +00:00
Raoul Snyman 2f8cdc81e0 Fix up the version tests and remove old references to 'versionchecker' 2017-09-12 23:08:38 -07:00
Tim Bentley 1c4f335f23 head without some chords stuff! 2017-06-06 21:58:12 +01:00
Tim Bentley 5d917de2f8 Head 2017-03-03 19:27:31 +00:00
Tomas Groth 56d2eaa4c2 trunk 2017-01-25 22:17:27 +01:00
Tim Bentley 74ca42e220 Yet another year goes by 2016-12-31 11:01:36 +00:00
Tomas Groth 5468def937 pep8 fixes 2016-11-15 22:13:52 +01:00
Tim Bentley 3741dca742 check dependancies 2016-11-15 20:39:26 +00:00
Tim Bentley b8b05bb665 Fixes 2016-06-06 17:44:14 +01:00
Tim Bentley 251f197e45 move live view to websockets 2016-06-04 20:32:50 +01:00
Tim Bentley b3c8b722e2 Start of websockets in remote 2016-06-04 11:50:43 +01:00
Tim Bentley 2f8b12934b fix theme display in servicemanager 2016-05-17 22:28:27 +01:00
Tomas Groth e562571aa9 trunk 2016-01-03 00:13:48 +01:00
Tim Bentley 3a8b068af8 Year older 2015-12-31 22:46:06 +00:00
Jonathan Springer e3329fc8c4 Add pyobjc to check_dependencies script 2015-12-24 14:41:47 -05:00
Tomas Groth 3507b96d7d Added pysword to the check_dependencies script. 2015-12-22 15:21:38 +01:00
Jonathan Springer 285e12bc9d PEP8 2015-11-06 20:09:32 -05:00
Jonathan Springer 7af1ca1d49 Migrate to PyQt5 2015-11-06 19:49:40 -05:00
Martin Zibricky 864fb08dee Add dbus package as required python module for Linux - updated script check_dependencies.
bzr-revno: 2528
2015-04-03 23:43:36 +02:00
Tomas Groth 76da2925ba Updated check_dependencies.py 2015-02-11 21:22:15 +00:00
Raoul Snyman ffcea13021 Updated the copyright. 2015-01-18 15:39:21 +02:00
Martin Zibricky be606c8b1d Add dbus to check_dependencies.py for Linux. 2015-01-15 18:09:04 +01:00
Tim Bentley f3c09af379 Years go by 2014-12-31 10:58:13 +00:00
Andreas Preikschat ab4cbfd85e fix: spelling mistake 2014-03-31 19:57:15 +02:00
Andreas Preikschat 4bed39869a updated check_dependencies.py sciprt 2014-03-31 18:30:07 +02:00
Tim Bentley 6d8b5cadb4 Lib cleanup and 2014 2013-12-24 08:56:50 +00:00
Raoul Snyman 3994669c1b Modified the check_dependencies.py script to only require mock if we're using Python 3.2 and earlier. 2013-10-03 21:56:12 +02:00
Tim Bentley 8f47af1732 Head 2013-09-26 22:06:57 +01:00
Tim Bentley b868ecc57d remove reminances of cherrypy 2013-09-14 20:16:14 +01:00
Jeffrey S. Smith c45d225b9d PyIcu is really a Windows-only dependency 2013-09-07 16:29:31 -05:00
Jeffrey S. Smith 74e5bcf500 Update helper scripts to Python 3 2013-09-06 20:40:48 -05:00
Andreas Preikschat 3e1a863bae 2to3 and resources.py 2013-08-31 20:17:38 +02:00
Andreas Preikschat 7f541327ca changed to 120 chars 2013-07-18 21:28:35 +02:00
Andreas Preikschat fc81c69ee9 removed migrate from check_dependencies 2013-07-16 22:00:18 +02:00
phill-ridout 8713bba796 added pyodbc module to the check_dependencies script 2013-07-02 22:24:18 +01:00