Philip Ridout
4aaf6695d4
Changed spacing at Tims Request
2012-03-27 21:07:52 +01:00
Philip Ridout
a08a244084
Fixes bug #946581 "Prevent users from importing the wrong files"
...
Checks for the song tag in OpenSong (as Gushie said it has no extensions)
Addes file extension filters for CCLI, EasyWorship & EasySlides
Fixes: https://launchpad.net/bugs/946581
2012-03-24 18:35:09 +00:00
Philip Ridout
b4e8b48c6d
Fixed bug #952533 : Invalid file name characters in song name causes OpenLyrics to crash.
...
bzr-revno: 1916
Fixes: https://launchpad.net/bugs/952533
2012-03-23 13:09:51 +02:00
Raoul Snyman
c152cde3b7
Actually, the else should not be there.
2012-03-22 23:31:01 +02:00
Raoul Snyman
58c2cd34b1
Added an else statement just to make sure we are setting the item index.
2012-03-22 22:26:14 +02:00
Raoul Snyman
591d70cde6
Added a comment referencing bug #812628 so that we know why we added a seemingly redundant if statement.
2012-03-22 22:25:11 +02:00
Raoul Snyman
5a42c87a92
Whoops, forgot about the first item being blank. Now the correct author is added.
2012-03-22 22:16:49 +02:00
Raoul Snyman
d62fde1237
A potential fix for bug #812628 .
2012-03-22 22:03:11 +02:00
Philip Ridout
d4bfda2ade
Made modifications according to merge request
2012-03-22 17:22:01 +00:00
Philip Ridout
1fd08401bf
Fix for bug 952533
2012-03-22 06:50:54 +00:00
Jon Tibble
5ded814527
Head r1906
2012-03-16 22:56:06 +00:00
Jonathan Corwin
3c2fa992b8
Fix a few songselect import file format issues
...
bzr-revno: 1906
2012-03-16 18:59:21 +00:00
Jonathan Corwin
a16fbda8d3
Handle more songselect formats
2012-03-15 22:38:03 +00:00
Tim Bentley
b092f19606
Fix remote Search displaying errors on UI
2012-03-15 06:15:21 +00:00
Jon Tibble
6133e6a840
Unused variables
2012-03-12 22:12:16 +00:00
Jon Tibble
fd8af8691e
Head r1902
2012-03-12 19:36:25 +00:00
Raoul Snyman
ca1cbfa1e6
HEAD
2012-03-11 23:44:44 +02:00
Raoul Snyman
03f22ae150
Refactored things a bit so that I don't rewrite too much code, and fixed up some issues with invalid verses.
2012-03-11 23:32:43 +02:00
Jon Tibble
e487ca46fa
Head r1901
2012-03-11 21:25:15 +00:00
Jon Tibble
68a4372994
Unused imports
2012-03-11 21:24:22 +00:00
Jonathan Corwin
530ac62f32
Pick a new variable name
2012-03-11 16:03:18 +00:00
Mattias Põldaru
4129887f93
Inform user when openlyric errors occur
...
bzr-revno: 1896
2012-03-10 22:59:00 +00:00
Meinert Jordan
77b8f84ed2
Tidyups:
...
Unify all QAction creation methods.
Derive OpenLPToolbar().actions keys from object names.
Use Python methods instead of Qt for file path manipulations.
Bug #943919 : Shortcuts for "Move to Previous/Next" in live slide controller.
bzr-revno: 1894
2012-03-10 22:50:38 +00:00
Philip Ridout
bb4c6a4e16
A few minor fixes, and modifications to Wowimport:
...
Fixes 439 on the support tracker
Remove .encode hopefully to fix http://support.openlp.org/issues/442
Revisited Words of Worship importer. A few tweeks, some to make it more robust, and to provide more information to the user.
bzr-revno: 1893
2012-03-10 07:03:46 +00:00
Philip Ridout
8289084423
changed indentation on the strings
2012-03-09 21:42:29 +00:00
Mattias Põldaru
9be2fef0c8
Added error type back the right way, shorter error messages.
2012-03-09 08:19:39 +02:00
Philip Ridout
247114c656
Revisited Words of Worship importer. A few tweeks, some to make it more robust, and to provide more information to the user.
2012-03-07 17:25:39 +00:00
Mattias Põldaru
2b28482b8b
Forgot to import translate function.
2012-03-06 22:03:18 +02:00
Mattias Põldaru
1488eb8244
Merge.
2012-03-06 21:58:51 +02:00
Mattias Põldaru
14e9f76304
Make user strings more specific and translatable.
2012-03-06 21:56:49 +02:00
Mattias Põldaru
0c391385d0
Capitalize error messages.
2012-03-06 21:02:26 +02:00
Raoul Snyman
8e54dcb1ee
The message appears when your verse list is incomplete, and disappears when it is complete.
2012-03-05 22:34:23 +02:00
Raoul Snyman
442fed1bd7
HEAD
2012-03-05 21:47:04 +02:00
Raoul Snyman
5823bfbed5
Added label to warn of missing verses.
2012-03-05 21:45:32 +02:00
M2j
9aaafdf108
Merge with lp:~raoul-snyman/openlp/bug-845692 to forestall merge conflicts.
2012-03-05 11:09:07 +01:00
Raoul Snyman
d6b14b39f8
HEAD
2012-03-04 20:05:29 +02:00
M2j
b952b2cdbc
Merge differing trees and remove whitspaces
2012-03-04 15:52:09 +01:00
M2j
587850bb59
Bug #943919 : Make shortcuts for "Move to Previous/Next" in live slide controller
...
configurable.
2012-03-03 14:52:57 +01:00
M2j
277de83b68
Bug #943919 : Make shortcuts for "Move to Previous/Next" in live slide controller
...
configurable.
2012-03-03 14:38:20 +01:00
M2j
6d909c64eb
unified remaining action creation methods (addToolbarButton, context_menu_action, context_menu_separator)
2012-03-02 11:22:52 +01:00
Armin Köhler
d32b2208a9
Add the ability to search for songbook and/or songnumber in the songlist.
...
bzr-revno: 1886
Fixes: https://launchpad.net/bugs/789666
2012-02-28 23:35:55 +02:00
M2j
95c8f8fe5a
removed base_action, checkable_action, icon_action, and shortcut_action
2012-02-28 00:44:35 +01:00
Armin Köhler
2592d6f698
add possibility to search for songbook and songnumber
2012-02-26 22:27:05 +01:00
Tim Bentley
c1c1de5472
Fix Impress and OpenLP so it now starts .
...
Fix Spelling
Remove QLocale code for now as not supported by PyQt
Fixes: https://launchpad.net/bugs/902115
2012-02-25 13:01:47 +00:00
Raoul Snyman
d4aab974d2
HEAD
2012-02-25 13:02:43 +02:00
Meinert Jordan
5b4b48a61c
Displayed listed items are shown more natural type (Jack, René and Maria)
...
bzr-revno: 1881
2012-02-19 22:53:41 +02:00
Raoul Snyman
d14a316309
Added repeating of the background audio track list.
...
Migrated the songs plugin configuration tab to use the proper camelCase names.
2012-02-16 23:08:30 +02:00
M2j
ce7029776a
localize separated item list format
2012-02-16 21:36:35 +01:00
M2j
c0197d1af6
Bug #910860 : Strip spaces from author name on CCLI import
2012-01-28 17:08:01 +01:00
M2j
1757436853
purge ICU integration from this branch
2012-01-18 14:50:06 +01:00