Commit Graph

3512 Commits

Author SHA1 Message Date
andreas
18e75b7824 - camelCase for Ui_FileRenameDialog
- Fixed bug #690774
- Keep copyright field empty if the imported song (from the service list) does not have any copyright information.

bzr-revno: 1151
Fixes: https://launchpad.net/bugs/690774
2010-12-18 08:53:29 +00:00
M2j
fc2569cf83 missed some fixes 2010-12-18 03:12:41 +01:00
M2j
c226979f24 Format fixes, comment fixes and biblegateway.csv updated 2010-12-17 23:10:29 +01:00
Tim Bentley
d1c79a595d Fix image edit bug 2010-12-17 19:15:31 +00:00
Meinert Jordan
176d4fbc2a Fix: wrong variable names caused osis and http bible imports to crash
Fix: handle unicode in song search string generation
Fix: replaced tab indentation
regenerate search_lyrics on song reindex action

bzr-revno: 1149
2010-12-17 18:55:53 +00:00
andreas
01257a319f White Space Cleanups
bzr-revno: 1148
2010-12-17 18:51:56 +00:00
Andreas Preikschat
fa79dd2cca keep copyright field empty if imported song does not have any copyright information 2010-12-17 15:28:19 +01:00
M2j
04d4d76dcd removed commented code in openlp.plugins.bibles.lib.http 2010-12-17 14:46:34 +01:00
M2j
9c5177b0f7 exception, if bibleserver.com response contains no verses 2010-12-17 14:33:25 +01:00
Andreas Preikschat
3cdac511e2 fixed bug #690774 2010-12-17 14:30:48 +01:00
M2j
a46ea7c4eb localisation off seperators. 2010-12-17 14:21:55 +01:00
M2j
fb80a09120 HEAD 1147 2010-12-16 21:03:07 +01:00
M2j
f119a4afa5 further work on parse_reference and other things 2010-12-16 21:00:01 +01:00
Andreas Preikschat
e257f0431b r1147 2010-12-16 20:15:23 +01:00
Andreas Preikschat
fe452bc588 removed mistakes 2010-12-16 20:12:34 +01:00
M2j
e6bc3b9303 song search strings: handle unicode and reindex also search_lyric 2010-12-16 19:20:46 +01:00
Andreas Preikschat
95f30dfb6d fixed bug #690774 2010-12-16 18:56:08 +01:00
M2j
ff98870391 - bible imports broken by variable renaming
- removed tab indentation
2010-12-16 18:11:02 +01:00
Andreas Preikschat
4e9d6370b3 clean up 2010-12-16 17:08:10 +01:00
Andreas Preikschat
58a4d04980 white spaces 2010-12-16 14:16:53 +01:00
Andreas Preikschat
0e1383c35d clean ups 2010-12-15 20:22:25 +01:00
Tim Bentley
b9a97dd651 Remove comments 2010-12-14 20:22:57 +00:00
Tim Bentley
d848dedb79 Fix custom edit bug
Fixes: https://launchpad.net/bugs/690335
2010-12-14 20:22:01 +00:00
M2j
6e834900e6 rewritten bible reference parser with more features and localisation capabilities
(first, untested version)
2010-12-13 20:06:07 +01:00
Andreas Preikschat
d9768b6536 whitespaces 2010-12-13 15:24:16 +01:00
andreas
e7a40c492f - "Save" button now only saves the alert (if the alert has not created before the save button is disabled). -> the buttons are less confusing
- feedback:
1) If the "alert text" field does not contain "<>" but the parameter field is not empty, then a pop up opens.
2) If the "alert text" field does contain "<>" but the parameter field is empty, a pop up opens.

bzr-revno: 1145
2010-12-12 17:08:12 +00:00
Meinert Jordan
08ab85cb8a Additional buttons in the exception dialog for sending a bug report per email or saving it to a file.
The report contains the traceback along with library versions.

The bug report is prefilled with the traceback, the openlp version, platform informations (on Linux also KDE or GNOME), the and the versions of all used libraries.

bzr-revno: 1144
2010-12-12 16:58:06 +00:00
Andreas Preikschat
90b806c6a4 comment fix 2010-12-12 16:57:43 +01:00
Tim Bentley
52803af6d3 Add Autocompletion to the Songs Dialog
Fix up some lost and confused Camels

bzr-revno: 1143
2010-12-12 14:41:06 +00:00
Andreas Preikschat
adb765f3fa fixed a bug, user feedback 2010-12-12 11:33:33 +01:00
Andreas Preikschat
77f4adbef0 - fixed progress bar (bible openlp1 import)
- fixed Bug #688647 (mostly copy&paste)
- fixed "reject" method (the import would not stop, if currentId() == 2/3)
- some songbeamer import tweaks

bzr-revno: 1142
Fixes: https://launchpad.net/bugs/688647
2010-12-12 09:06:24 +00:00
Tim Bentley
4a7300c6c0 Topic and Book Auto completion 2010-12-12 08:35:02 +00:00
M2j
fda3085449 resource added 2010-12-12 01:03:51 +01:00
M2j
b5075ccddf Bible web import from Bibleserver.com - first version 2010-12-12 00:54:07 +01:00
M2j
a1d413307b HEAD 1141 2010-12-12 00:27:23 +01:00
M2j
f3f2e5cdc8 minor changes 2010-12-12 00:25:49 +01:00
Tim Bentley
031b23ccda Format errors 2010-12-11 20:57:45 +00:00
Tim Bentley
a25ce9d3cf Sort out Camels 2010-12-11 20:49:50 +00:00
Tim Bentley
bc0ca88af5 Add Autocompletion for Authors and Themes 2010-12-11 20:31:47 +00:00
M2j
af202e3358 removed CLI interface of the mailto library 2010-12-11 21:22:03 +01:00
M2j
c28b129421 format mailto() sources
some exception dialog enhancements
2010-12-11 16:39:12 +01:00
Andreas Preikschat
0cae712cc4 fixed openlp bible importer progress bar 2010-12-11 13:18:35 +01:00
Andreas Preikschat
2de4edfe56 disable olp import if importError, songbeamer tweaks 2010-12-11 13:07:38 +01:00
Tim Bentley
9d1eabe2a2 Author is optional 2010-12-11 10:46:11 +00:00
Tim Bentley
9d67aea4f7 Fix missing authors on song import 2010-12-11 09:59:23 +00:00
Andreas Preikschat
ce0abd19bd string change, close file, MarkType 2010-12-11 10:53:30 +01:00
Andreas Preikschat
62643d7d5e string change, close file, MarkType 2010-12-11 10:40:52 +01:00
M2j
1cb9594e58 test exception removed 2010-12-11 01:29:57 +01:00
M2j
8ad603b251 completed exception report dialog 2010-12-11 01:26:41 +01:00
M2j
5bae9c74e3 added mailto code 2010-12-10 22:19:46 +01:00
M2j
88ba36c9dd Bug report features for exception dialog 2010-12-10 21:42:20 +01:00
Andreas Preikschat
a268bd9536 Add OpenLP1 bible importer
bzr-revno: 1140
2010-12-10 17:25:40 +00:00
Meinert Jordan
bdc0c28809 Local aware song order
bzr-revno: 1139
Fixes: https://launchpad.net/bugs/687638
2010-12-10 17:19:33 +00:00
Meinert Jordan
7c5cb8d80b Import Wizards don't Stop
bzr-revno: 1138
Fixes: https://launchpad.net/bugs/659019
2010-12-10 17:18:08 +00:00
Andreas Preikschat
5d33376740 again changed olp to openlp 2010-12-09 19:01:04 +01:00
Andreas Preikschat
9515b84c56 whitespaces, string change 2010-12-09 18:44:18 +01:00
Andreas Preikschat
a15aebcc32 latest changes for merge 2010-12-09 17:53:48 +01:00
Andreas Preikschat
6284480055 trunk r1136 2010-12-09 17:10:15 +01:00
M2j
7e221a6e98 locale aware song sorting 2010-12-09 16:08:04 +01:00
Andreas Preikschat
7e86da26f2 close connection when finished, removed unused variable 2010-12-09 14:35:17 +01:00
M2j
465515d71e unicode in song title search strings 2010-12-09 14:30:23 +01:00
Andreas Preikschat
01fad9972c added comments back 2010-12-09 13:49:15 +01:00
M2j
20b1c33a4b making 'cancel bible import' work 2010-12-09 00:40:28 +01:00
M2j
b465d763cd use the same call as in the Qt sources 2010-12-09 00:33:38 +01:00
M2j
c33654c68c Bug #659019 2010-12-08 23:55:28 +01:00
Derek Scotney
3719143f99 Fixes unwanted text imported from some SongSelect files. SongSelect only has a few verse types available for verses and adds extra ones by setting the verse type to 'misc' and then including the actual type on the next line. In the case of a 'misc' type or unknown type, the next line is checked for a valid verse type. The fix has been made for both .txt and .usr file types.
bzr-revno: 1136
2010-12-08 20:17:51 +00:00
Tim Bentley
e39c681c44 Add text entry validator to display positions
Fix Spelling

bzr-revno: 1135
Fixes: https://launchpad.net/bugs/685317
2010-12-08 19:21:59 +00:00
Derek Scotney
cc7780574b reverted back to revision 1134 2010-12-08 21:14:27 +02:00
Tim Bentley
b405195261 Fix size input validation again 2010-12-08 19:12:38 +00:00
Tim Bentley
2f04bde2aa Fix size input validation 2010-12-08 19:00:24 +00:00
Andreas Preikschat
9f6a0f7c64 moved file 2010-12-08 18:56:29 +01:00
Andreas Preikschat
aca56b78b5 changed olp1 to OpenLP1 2010-12-08 18:46:22 +01:00
Andreas Preikschat
b044226332 changed class name 2010-12-08 18:19:51 +01:00
Andreas Preikschat
12e7c96463 camelCase changes 2010-12-08 18:18:12 +01:00
M2j
3ad231940c HEAD 1127 2010-12-08 09:25:28 +01:00
M2j
62766269f1 - remove None in .split() method
- change translatable codepage selection strings
2010-12-08 09:21:17 +01:00
rimach
44b0574778 fix for missing title field 2010-12-07 23:47:02 +01:00
Derek Scotney
298a159b5e Update to verse types 2010-12-07 23:10:57 +02:00
Tim Bentley
ccc640bb27 Stop invalid characters being entered 2010-12-07 20:47:09 +00:00
Derek Scotney
a5fc219abb Updated to handle CCLI verse type 'misc' 2010-12-07 22:03:20 +02:00
Tim Bentley
a55cdd3a50 Fix string to int problem 2010-12-07 18:55:58 +00:00
Tim Bentley
1b3db9f429 Fix Theme Bug text color.
Fix serious spelling error.

bzr-revno: 1133
Fixes: https://launchpad.net/bugs/686122
2010-12-07 17:28:46 +00:00
Andreas Preikschat
6fd338c492 tweaked importer 2010-12-07 17:34:19 +01:00
Jon Tibble
7f60e706aa Unused imports 2010-12-06 23:59:01 +00:00
Jon Tibble
9291516b59 Fix v2 import bug 2010-12-06 23:37:55 +00:00
Jon Tibble
533a0c5b5b Head r1131 2010-12-06 23:28:01 +00:00
Tim Bentley
117f77a4a4 Spell Vertical 2010-12-06 19:42:17 +00:00
Tim Bentley
04b4cdaf9f Head1131 2010-12-06 19:39:04 +00:00
Tim Bentley
b01aed6b0d Fix theme main font color bug
Fixes: https://launchpad.net/bugs/686122
2010-12-06 19:36:15 +00:00
Andreas Preikschat
d5e0643b45 attempt to clean up bible importers 2010-12-06 20:30:04 +01:00
Tim Bentley
fd473b81d7 Spell Vertical 2010-12-06 19:28:52 +00:00
Tim Bentley
109d214fb3 Add comment 2010-12-06 19:25:44 +00:00
Raoul Snyman
3389e487ca Fixed issues from merges.
Set second page of wizard on edit.
2010-12-05 20:02:36 +02:00
Andreas Preikschat
9db57568b0 started olp1 bible import 2010-12-05 17:11:21 +01:00
Andreas Preikschat
e3cb6a6508 changed 2010-12-05 17:07:16 +01:00
Andreas Preikschat
b8e6da0417 completed work 2010-12-05 16:47:23 +01:00
Andreas Preikschat
a66a77bdec completed work 2010-12-05 16:44:51 +01:00
Raoul Snyman
5b19753bf7 HEAD 2010-12-05 08:57:35 +02:00
Raoul Snyman
222d5fe9be HEAD 2010-12-05 08:40:35 +02:00
Andreas Preikschat
e6cfad921a olpv1 bible importer 2010-12-04 21:42:03 +01:00