Commit Graph

51 Commits

Author SHA1 Message Date
Tim Bentley 74ca42e220 Yet another year goes by 2016-12-31 11:01:36 +00:00
Ken Roberts 801f508a72 Convert strings in plugins part 2 2016-05-21 11:19:18 -07:00
Simon Hanna afaf54a142 Fix pep8 errors 2016-01-09 17:26:14 +01:00
simon.hanna@serve-me.info e8e553b663 Modify all forms to remove the help button from their status bar.
I don't think I missed a form. The Wizards remain untouched as the help button works there

bzr-revno: 2591
Fixes: https://launchpad.net/bugs/1490184
2016-01-08 17:26:39 +00:00
Tim Bentley 3a8b068af8 Year older 2015-12-31 22:46:06 +00:00
Simon Hanna bf9420a781 Update forms to remove the help button in the statusbar
Fixes: https://launchpad.net/bugs/1490184
2015-12-30 16:03:35 +01:00
Tomas Groth b69bb5ce27 trunk 2015-12-26 10:00:48 +01:00
Tomas Groth 44a523631e Only import vlc in one place. Make it work with PyInstaller. 2015-12-13 21:35:23 +01:00
Jonathan Springer 7af1ca1d49 Migrate to PyQt5 2015-11-06 19:49:40 -05:00
Raoul Snyman ffcea13021 Updated the copyright. 2015-01-18 15:39:21 +02:00
Tim Bentley f3c09af379 Years go by 2014-12-31 10:58:13 +00:00
Tomas Groth af6a5322e2 Make it possible to break out of waiting loop 2014-11-04 12:58:03 +01:00
Tomas Groth 88e4c2e0b9 Try to fix 0 track length by waiting. Fixes bug 1387293
Fixes: https://launchpad.net/bugs/1387293
2014-11-03 20:30:43 +00:00
Tomas Groth 6500a4b813 Fix for bug #1387286, playing audio CD clips on windows
Fixes: https://launchpad.net/bugs/1387286
2014-10-31 22:44:22 +00:00
Tomas Groth 79ef9315d5 Added a test 2014-09-08 21:49:33 +01:00
Tomas Groth 58f517b4d6 More DVD fixes 2014-09-08 20:16:31 +01:00
Tomas Groth 3eeda06075 Use the RegistryProperties class 2014-09-06 21:10:44 +01:00
Tomas Groth 6be3e0a816 Tried to fixed some DVD issues. Made the mouse cursor look busy. 2014-09-06 20:33:01 +01:00
Tomas Groth 3b4ce374f2 pep8 fix 2014-09-02 21:24:57 +01:00
Tomas Groth 25608fd672 Fixed signals. 2014-09-02 21:15:18 +01:00
Raoul Snyman 7b25295c7f Remove some debugging prints... oops 2014-08-21 01:49:22 +02:00
Raoul Snyman 554ce81dd3 Added some padding and make the contents of the dialog expand out. 2014-08-21 01:45:55 +02:00
Raoul Snyman 86291d0c41 Round 1 of media clip dialog refresh 2014-08-21 01:35:24 +02:00
Raoul Snyman 4fc6025f1a Removed styled frame - looks ugly in KDE and is unnecessary 2014-08-20 23:33:30 +02:00
Raoul Snyman 4e6561b9c2 Minor syntactic sugar 2014-08-20 22:09:07 +02:00
Tomas Groth bec0071e7c Small adjustments 2014-07-07 13:30:03 +02:00
Tomas Groth 32ff9cdeb7 Patch by Samuel 2014-07-06 21:48:23 +02:00
Tomas Groth 33e104d57d Tried to fix some linux vs windows issues. Also added a test. 2014-07-04 10:45:17 +02:00
Tomas Groth 9d87fa46ca Try to fix playing-when-loading 2014-07-03 20:43:35 +02:00
Tomas Groth 8a545ceaf7 Try to fix some timing issues 2014-07-03 16:19:11 +02:00
Tomas Groth d19e7bf3aa Fix disc loading for windows 2014-07-03 11:27:54 +02:00
Tomas Groth 6f7f3be3ff Fix optical drive detection on windows 2014-07-03 09:09:55 +02:00
Tomas Groth 3c91a6bbfd Fixed seeking when playing mediaclip 2014-07-01 22:06:55 +02:00
Tomas Groth 154334a332 Fix for dvd loading 2014-07-01 19:48:36 +02:00
Tomas Groth 956af8706b Small suggested changes 2014-06-17 09:27:12 +02:00
Tomas Groth 2a1a93d319 Made it possible to name optical clips, and fixed some issues. 2014-06-14 23:48:07 +02:00
Tomas Groth 06825e4aeb Added support for audio cds and udisks2 2014-05-23 15:39:25 +02:00
Tomas Groth 817fe854e4 PEP8 fixes 2014-04-22 22:42:07 +02:00
Tomas Groth 7980231273 Skip tests on windows. 2014-04-22 22:13:36 +02:00
Tomas Groth 87e7310e2b Reset the clipselector on each load. 2014-04-22 19:23:54 +02:00
Tomas Groth f16a781309 Changed the clipselector gui a bit. 2014-04-09 22:24:19 +02:00
Tomas Groth aefef04d97 Small fixes. Added checks of start/end times. 2014-04-07 23:08:48 +02:00
Tomas Groth 43f18ee2c9 Added some tests. 2014-04-05 09:46:35 +02:00
Tomas Groth 6e90904d91 Fix for autodetection of optical devices 2014-04-01 21:48:46 +02:00
Tomas Groth 73304d7ec3 Added check to see if given path exists. 2014-03-30 21:32:41 +02:00
Tomas Groth 4b83741b36 Added autodetection of optical drives and some small fixes. 2014-03-30 20:11:39 +02:00
Tomas Groth 3608ad4fcd Added first tests for mediaclipselectorform.py 2014-03-20 22:52:53 +01:00
Tomas Groth 3988aacfbd Made it possible to save and load optical clip to servicefile. Also some pep8 and general cleanup. 2014-03-08 21:14:04 +00:00
Tomas Groth 67acb9d824 Implemented DVD clip selection and playback, still needs a lot of cleanups. 2014-03-04 22:33:50 +00:00
Tomas Groth 6d21a326ed Made it possible to save a selected clip to the mediamanager. 2014-02-17 23:29:52 +01:00