Commit Graph

9316 Commits

Author SHA1 Message Date
Stevan Pettit
c5e23da78b Hide the Data Location group box on the Advanced tab if OpenLP is running portable.
bzr-revno: 2034
2012-07-20 09:35:16 +02:00
Philip Ridout
a8b870e3d9 Fixed an issue in the FoilPresenter importer when songs with no titles are imported
bzr-revno: 2033
Fixes: https://launchpad.net/bugs/1015524
2012-07-20 09:31:31 +02:00
Andreas Preikschat
a10c56e976 fixed bug 1023585 (No handlers could be found for logger 'openlp.core.lib')
Fixes: https://launchpad.net/bugs/1023585
2012-07-19 19:26:04 +02:00
ElderP
cf1a0b27ea Added code to hide data location wizard if running portable 2012-07-15 07:59:55 -04:00
Philip Ridout
ae37f749f1 A real fix this time! 2012-07-15 09:03:37 +01:00
Philip Ridout
b37bf5022c Now uses the first line of the first verse if no title present 2012-07-14 22:10:20 +01:00
Philip Ridout
22c3c76a5a Fixes https://bugs.launchpad.net/openlp/+bug/1015524
Note: If a title is not present in the song, it is still added. I feel this is the right action, as it apears that that is how it was in Foil Presenter
2012-07-14 21:35:19 +01:00
Philip Ridout
33510c3346 Refactored validation of edit all form so that it does not crash on empty textedit, and so that it does not allow empty verses.
Ideally we would accept empty verses, but these are removed automatically else where.

Changed the save button to OK as per the reasons in my email.
2012-07-14 18:53:24 +01:00
Andreas Preikschat
f0047bece0 fixed traceback when deleting last formatting tag form the list
bzr-revno: 2032
2012-07-12 21:30:16 +02:00
Andreas Preikschat
0a89ddbc86 fixed traceback when deleting last formatting tag form the list 2012-07-11 23:05:28 +02:00
Andreas Preikschat
3f7de39bdd r2031 2012-07-11 22:49:57 +02:00
Philip Ridout
d41f69ce8c Fixes 1011286 Song Editor -> Edit All Crashes with out valid verse splitter.
Plus a small bit of refactoring
2012-07-11 21:41:31 +01:00
Andreas Preikschat
fc5fbea624 fixed bug 1022831 (Configure Formatting Tags listview keyboard navigation)
bzr-revno: 2031
Fixes: https://launchpad.net/bugs/1022831
2012-07-11 22:09:02 +02:00
Andreas Preikschat
60f08438b3 fixed bug 1022837 (Configure Formatting Tags has inconsistent control labels)
bzr-revno: 2030
Fixes: https://launchpad.net/bugs/1022837
2012-07-11 21:56:17 +02:00
Andreas Preikschat
4031370542 fixed bug 1023522 (OpenLP does not start in debug mode)
bzr-revno: 2029
Fixes: https://launchpad.net/bugs/1023522
2012-07-11 21:55:25 +02:00
Andreas Preikschat
b743abac83 fixed bug 1022831 (Configure Formatting Tags listview keyboard navigation)
Fixes: https://launchpad.net/bugs/1022831
2012-07-11 20:28:05 +02:00
Andreas Preikschat
a2a19675f9 changed labels (bug 1022837)
Fixes: https://launchpad.net/bugs/1022837
2012-07-11 20:16:51 +02:00
Andreas Preikschat
ef49432548 fixed bug 1023522 (OpenLP does not start in debug mode)
Fixes: https://launchpad.net/bugs/1023522
2012-07-11 20:06:33 +02:00
Stevan Pettit
2e693c0d52 Added code to put logfile into portableapp-dir/other if running portable.
bzr-revno: 2028
Fixes: https://launchpad.net/bugs/1020068
2012-07-11 13:13:03 +02:00
Tim Bentley
c9e8c8452a Update Bible delete text
bzr-revno: 2027
2012-07-10 21:43:14 +01:00
Tim Bentley
e52b4e60af update text 2012-07-10 05:56:07 +01:00
Raoul Snyman
192cc3471b Implement natural sorting so that our version number is correct.
bzr-revno: 2026
2012-07-09 21:02:02 +02:00
Raoul Snyman
4e03451db7 Pulled natural sorting methods out from the try (no real reason for them to be in there) and moved "try_int" to outside the other method (then it is only compiled once). 2012-07-09 19:56:02 +02:00
Samuel Findlay
8acd4435ea Song Import Wizard:
* corrected default disabledLabelText
* added disabledLabelText for MediaShout

bzr-revno: 2025
2012-07-09 17:07:06 +02:00
Samuel Findlay
6089c89f8a Improved disabledLabelText for MediaShout 2012-07-09 18:12:29 +10:00
Samuel Findlay
9d73d37b94 Song Import Wizard: disabledLabelTextfor default and MediaShout 2012-07-09 15:49:10 +10:00
Samuel Findlay
f83d48293f r2024 2012-07-09 10:34:35 +10:00
ElderP
746eb094e7 Removed comment 2012-07-08 18:11:20 -04:00
Raoul Snyman
c1d5831887 Fixed up some issues with the FreeBSD port.
bzr-revno: 2024
2012-07-08 22:58:05 +02:00
Raoul Snyman
14088e71bb Implement natural sorting so that our version number is correct. 2012-07-08 21:46:40 +02:00
Samuel Findlay
6d9cc62ab4 Various tidy-ups:
* themeform: spelling
* easyslidesimport: old code, comment copied from elsewhere
* importer: clarify docstring
* zionworximport: module constant, variable names

bzr-revno: 2023
2012-07-08 21:37:05 +02:00
ElderP
cc5da47886 Fixed proc name 2012-07-08 15:32:56 -04:00
Raoul Snyman
6d236e9671 Fixed two issues in FreeBSD. Firstly, the translation files were never being picked up, and secondly, OpenLP is installed into /usr/local, so we need to make provision for that. 2012-07-08 21:27:43 +02:00
Jonathan Corwin
c1db424460 Add SongPro and MediaShout song importer
bzr-revno: 2022
2012-07-08 17:04:35 +01:00
Andreas Preikschat
c89cf12a9e clean ups
bzr-revno: 2021
2012-07-08 15:08:33 +02:00
Andreas Preikschat
a1610f71d4 fixed bug 1022125 (Authors display name is not automatically entered)
bzr-revno: 2020
Fixes: https://launchpad.net/bugs/1022125
2012-07-08 15:06:56 +02:00
ElderP
8ad5fdad4a Added code to put logfile into appdir/other if running portable 2012-07-08 08:53:06 -04:00
Tim Bentley
a3684cb96a amend delete text 2012-07-08 13:18:54 +01:00
Tim Bentley
7561cd42b5 Head 2012-07-08 13:14:27 +01:00
Jonathan Corwin
18fc43f739 Oops. Don't forget to remove the code after temporarily commenting out 2012-07-08 09:56:33 +01:00
Samuel Findlay
4b5a346d20 r2019 2012-07-08 18:25:20 +10:00
Samuel Findlay
efdc1126b1 Various tidy-ups 2012-07-08 18:23:56 +10:00
Jonathan Corwin
ca3e938afe Remove redundant logging and incrementProgressBar 2012-07-07 22:33:17 +01:00
Andreas Preikschat
e42115e78a fixed bug 1022125 (Authors display name is not automatically entered)
Fixes: https://launchpad.net/bugs/1022125
2012-07-07 21:06:42 +02:00
Andreas Preikschat
bbc6b0d7b6 r2019 2012-07-07 16:55:23 +02:00
Andreas Preikschat
3c69631b59 clean ups 2012-07-07 16:54:14 +02:00
Andreas Preikschat
9d5fc7abf0 - updated ts files
bzr-revno: 2019
2012-07-06 22:50:19 +02:00
Andreas Preikschat
1e22feaedc - added try to catch traceback shown on incorrect pw or username
bzr-revno: 2018
2012-07-06 22:49:23 +02:00
Andreas Preikschat
156a58f6bd removed character 2012-07-06 18:55:04 +02:00
Andreas Preikschat
2c69bbc349 updated ts files 2012-07-06 18:52:28 +02:00