Commit Graph

153 Commits

Author SHA1 Message Date
17fe423757 Oops, forgot that copyright. 2014-01-14 21:25:18 +02:00
99c84a0456 Updated resource file and copyright notice. 2014-01-14 21:24:22 +02:00
Dmitriy Marmyshev
7998ca7702 Fixed: replacing background with video unblank screen even if "Blanked to Theme" and shows content.
Fixes: https://launchpad.net/bugs/1225763
2013-09-18 19:18:06 +04:00
Raoul Snyman
4fe68f43c6 Fix bug #1215302 by adding the .divx extension to the list in vlcplayer
Fixes: https://launchpad.net/bugs/1215302
2013-08-22 11:02:18 +02:00
Andreas Preikschat
8a97088526 added missing space in log message 2013-03-19 19:57:44 +01:00
phill-ridout
1ac1619b85 Changed extenstion to *.* 2013-03-14 22:16:36 +00:00
phill-ridout
633bbc02cf 2013-03-12 22:02:53 +00:00
phill-ridout
5ac1d0809e 2013-03-12 21:56:04 +00:00
phill-ridout
d5f8201c8b 2013-03-12 21:26:38 +00:00
phill-ridout
2c01be044c Fixes #1154059 2013-03-12 21:03:38 +00:00
Tim Bentley
c912dea3b6 2013 2012-12-30 19:41:24 +00:00
Tim Bentley
81640a9612 Fix media starting in wrong place 2012-12-21 19:19:26 +00:00
Raoul Snyman
85920b2132 Added .m4v to list of allowed VLC extensions. 2012-11-20 15:04:46 +02:00
Tim Bentley
5646183803 Fixes 2012-11-11 21:16:14 +00:00
Tim Bentley
55f4bc3a73 Fix name and add spearator 2012-11-11 19:33:53 +00:00
Tim Bentley
47c9af348c Fix spelling - oops 2012-11-07 21:37:01 +00:00
Martin Zibricky
5c82a0c3dd Bug #963955 : Rename controllersVisible to controlsVisible. 2012-11-06 12:58:32 +01:00
Martin Zibricky
54fac2266e Merge with trunk. 2012-11-06 12:54:51 +01:00
Erik Lundin
48e2ac108d Fixed bug #1072498 'VLC: Add webm as supported format'
Fixes: https://launchpad.net/bugs/1072498
2012-10-29 00:08:54 +01:00
Martin Zibricky
b414177fc3 Merge with trunk. 2012-10-27 20:14:01 +02:00
Martin Zibricky
064a318f9a Bug #963955: Disable audio for video preview. 2012-10-27 19:32:56 +02:00
Martin Zibricky
e6cc675207 Bug #963955: Fix the video progress bar. 2012-10-27 19:04:54 +02:00
Martin Zibricky
b5de3c2828 Bug #963955: Avoid the need to start video twice to just get media length. 2012-10-27 16:52:51 +02:00
Martin Zibricky
e1cd3bdd8b Allow .mov videos in phonon backend. 2012-10-21 22:42:51 +02:00
Tim Bentley
716dc9ccf0 More updates 2012-10-21 15:07:57 +01:00
Tim Bentley
cdbc1fd82e Copyrights 2012-10-21 14:16:22 +01:00
Martin Zibricky
869d1c6fd7 Merge with trunk. 2012-10-14 20:53:07 +02:00
Olivier Aubert
4a5b845cd0 updated from master 2012-10-08 17:44:42 +02:00
Andreas Preikschat
afd6af805a updated vlc.py from master 2012-10-01 13:38:45 +02:00
Andreas Preikschat
e1707c4203 updated vlc.py from master
bzr-revno: 2067
2012-09-20 07:19:56 +02:00
Andreas Preikschat
0a98901ab2 updated vlc.py 2012-09-19 08:34:45 +02:00
Martin Zibricky
ba37730538 Remove cheching for non-existing file in media player code. 2012-09-15 18:47:14 +02:00
Martin Zibricky
35bed5d11b Fix #963894: Put warning about disabled vlc to openlp.log. 2012-09-15 13:29:55 +02:00
Martin Zibricky
292bae6924 Fix #963894: Put message about disabled vlc to openlp.log. 2012-09-15 13:26:42 +02:00
Martin Zibricky
803d6bbe98 Add some more comments. 2012-09-15 13:18:47 +02:00
Martin Zibricky
41980a3a46 Fix #963894: disable vlc backend completely for osx. 2012-09-15 13:16:58 +02:00
Martin Zibricky
f51f19e2b9 Fix #963894: expect also OSError while checking for media backends. 2012-09-15 13:09:59 +02:00
Tim Bentley
0a65493ce0 Fix video autoplay options
bzr-revno: 2056
2012-09-08 20:32:51 +01:00
Tim Bentley
51893b8052 tabs 2012-09-08 19:39:15 +01:00
Tim Bentley
77f49258f9 Fix duplicate ifs 2012-09-08 19:29:05 +01:00
Raoul Snyman
ad39fa11e5 Reformatted the list of extensions, and added *.ogv (which is actually usually used for libtheora videos in the OGG container format) 2012-09-08 19:15:08 +02:00
Tim Bentley
59ca1f5469 Try 2 2012-09-07 17:58:13 +01:00
Tim Bentley
6d53ed904b Fix extra line 2012-09-06 18:12:02 +01:00
Tim Bentley
ed2d670f18 fix ups 2012-09-06 17:38:31 +01:00
Martin Zibricky
15d031eec1 Fix playback of videos with vlc in preview window on OSX. 2012-08-18 19:26:54 +02:00
Tim Bentley
9813e45bde VLC does support wva 2012-08-05 19:17:52 +01:00
Samuel Findlay
4510fdbede Added three names in Copyright headers and About window (Samuel Findlay, Edwin Lunando, Dave Warnock). Fixed consistency issues. 2012-06-23 00:14:53 +10:00
Raoul Snyman
6a688ab845 Catch a previously uncaught NotImplementedError.
bzr-revno: 2000
Fixes: https://launchpad.net/bugs/1013215
2012-06-19 15:03:24 +02:00
Andreas Preikschat
08adb54679 updated vlc.py 2012-06-15 17:31:24 +02:00
Raoul Snyman
0ad713407b Fixed bug #1013215: Catch a previously uncaught NotImplementedError and do nothing so that OpenLP realises that VLC is not available.
Fixes: https://launchpad.net/bugs/1013215
2012-06-14 23:20:55 +02:00