Commit Graph

3280 Commits

Author SHA1 Message Date
61a5e55d12 Fix bug #1216785 by casting the notes text to unicode first.
Fixes: https://launchpad.net/bugs/1216785
2013-08-26 21:18:36 +02: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
Philip Ridout
5090d48ee7 Fix bug #1209515 by subclassing QFileDialog and attempting to urldecode any files not found
bzr-revno: 2163
Fixes: https://launchpad.net/bugs/1209515
2013-08-21 22:26:53 +02:00
4b70323994 Added a fix for songs, related to bug #1194622.
bzr-revno: 2160
2013-08-20 22:18:17 +02:00
Philip Ridout
d181cd9afb Fix bug #1197659 by setting the default attribute on the save button when the tag is edited
bzr-revno: 2158
Fixes: https://launchpad.net/bugs/1197659
2013-08-20 22:04:01 +02:00
a869c2401b Added a fix for songs as well.
Fixes: https://launchpad.net/bugs/1194622
2013-08-20 21:05:26 +02:00
c620a303e2 Fix bug #1194622: skip the Bibles page if the Bibles plugin is not enabled.
Fixes: https://launchpad.net/bugs/1194622
2013-08-19 23:09:52 +02:00
Philip Ridout
aee52232d3 Fixes #1197659 by seting the default attribut on the save button when the tag is edited 2013-08-18 06:48:55 +00:00
Philip Ridout
d42364671e Changed to static metod 2013-08-11 21:16:27 +01:00
Philip Ridout
03638ddea6 Fixes #1209515 by subclassing QFileDialog and attempting to urldecode any files not found 2013-08-10 11:16:15 +01:00
Philip Ridout
06b5e7c55f removed extra spaces 2013-07-25 20:27:43 +01:00
Philip Ridout
a7130ce666 fixed 1204629 in 2.0 also made it more robust by checking that the user selected a valid image file using the open dialog 2013-07-25 19:58:09 +01:00
Tim Bentley
61b769a064 Make to code more robust 2013-07-11 20:19:26 +01:00
Tim Bentley
98b5c6b1fd A width must have a valid minumum
Fixes: https://launchpad.net/bugs/1196926
2013-07-11 18:49:06 +01:00
Tim Bentley
0d20b58c04 Fix problem with invalid theme path
Fixes: https://launchpad.net/bugs/1197376
2013-07-11 18:23:20 +01:00
Tim Bentley
1f8e9017b2 Fix data type 2013-07-08 17:58:06 +01:00
Tomas Groth
5c8c3145bc Change service format from pickle based to json based. 2013-06-30 14:14:30 +02:00
Andreas Preikschat
e1085a1798 increased possible min/max line spacing
Fixes: https://launchpad.net/bugs/645452
2013-06-14 11:54:59 +02:00
Martin Zibricky
496540257a This change should use the download url directly from download.cfg file and not connectiong to openlp.org for every download. (bug #1160506)
bzr-revno: 2142
Fixes: https://launchpad.net/bugs/1160506
2013-04-20 11:27:35 +02:00
Andreas Preikschat
2b02a3f868 Fix file filters
bzr-revno: 2141
2013-04-14 19:21:40 +01:00
Martin Zibricky
1c4c2e3636 Bug #1160506 - wrap url constructions into join_url() function. 2013-04-09 11:53:42 +02:00
Martin Zibricky
caf1290a16 Fixed bug #1160506 - use download settings exlusively from download.cfg. 2013-04-05 23:31:23 +02:00
Andreas Preikschat
e2c81aaf00 replaced other file masks 2013-03-19 20:22:10 +01:00
Andreas Preikschat
8df2a6af32 fixed bug 1146964
Fixes: https://launchpad.net/bugs/1146964
2013-03-19 20:07:02 +01: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
Andreas Preikschat
fac9f027e0 fixed bug 1147307 (Transtion + fast slide changes + ESC causes screen to open again)
Fixes: https://launchpad.net/bugs/1147307
2013-03-05 18:14:17 +01:00
Andreas Preikschat
7f814c12ee fixed bug #1128376 (Configure shortcuts has two items called settings)
Fixes: https://launchpad.net/bugs/112837
2013-02-19 14:58:55 +01:00
Andreas Preikschat
5c6a63e518 fixed bug 1112587
Fixes: https://launchpad.net/bugs/1112587
2013-02-10 13:21:59 +01:00
Jonathan Corwin
0377c8ad26 Attempt to successfully import the settings we can now export.
* QSettings exports the 'general' group as '%General' but appears in some circumstances (Linux?) to struggle to import this again. Try and compensate.

* If you run 2.1, even if just the once, it'll create a [players] settings group. If you later go back to 2.0 it'll load this group (even if it doesn't use it) and so it'll be exported. However the import considers the group invalid so fails. I've therefore changed the import to be more forgiving and just ignore unknown groups. A basic sanity test is done earlier instead.

bzr-revno: 2125
2013-01-02 20:10:37 +00:00
Tim Bentley
bdef1b73f2 head 2012-12-30 19:41:40 +00:00
Tim Bentley
c912dea3b6 2013 2012-12-30 19:41:24 +00:00
Jonathan Corwin
4257ce2932 Attempt to load %General section, and just ignore those we don't know 2012-12-29 22:55:40 +00:00
Tim Bentley
e54f4eec7b Interface unusable when run on XFce 2012-12-26 12:20:30 +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
Erik Lundin
4c502dba9c Fixed the spelling of "Erik Lundin" 2012-11-10 21:09:09 +01:00
Philip Ridout
e90af50fd6 Removes items with missing files prior to saving (after confirmation from user)
bzr-revno: 2106
2012-11-10 16:38:26 +00:00
Tim Bentley
47c9af348c Fix spelling - oops 2012-11-07 21:37:01 +00:00
Martin Zibricky
72bb217749 This is the fix for playback with vlc on osx. It also includes fix to get media length without starting playback of a video.
I tested it only on osx in one- and dual-screen setup so far.

Also controllersVisible is renamed to controlsVisible.

bzr-revno: 2104
2012-11-07 18:42:21 +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
Philip Ridout
4f78c5e5bc fixes bug #1066142 "cancel firsttime wizard without song causes song reindexing" 2012-11-04 20:45:31 +00:00
Philip Ridout
443ad478c1 Added validate function to serviceitem 2012-11-02 18:54:42 +00:00