Commit Graph

3076 Commits

Author SHA1 Message Date
Raoul Snyman
7f1db15ab1 Fixed bug #771529, dealing with 1.9.0 databases. 2011-04-29 01:25:28 +02:00
Tim Bentley
e50dc0cfbf head1945 2011-04-28 17:52:46 +01:00
Raoul Snyman
d23e564539 Fixed bug #744515, funny quotes in KJV imported from OSIS. 2011-04-27 18:15:35 +02:00
Raoul Snyman
f732d24f35 Fixed bug #744515, OSIS import fails to import certain words in ESV (at least). 2011-04-27 16:54:27 +02:00
Tim Bentley
3923c14d0c Head 2011-04-26 19:39:32 +01:00
Jonathan Corwin
4e6c61cc01 Fix issues when importing some OpenSong songs. Bug 759586
bzr-revno: 1490
Fixes: https://launchpad.net/bugs/759586
2011-04-26 19:18:14 +01:00
Meinert Jordan
62d55814d2 - fix the recreation of the song order to work with single character verse references
- rename 'type' variable to avoid the function name (and unify the naming)
- fix: remove unicode string in a translate() call

bzr-revno: 1489
2011-04-26 19:16:13 +01:00
Jonathan Corwin
a080552081 head 2011-04-25 23:37:58 +01:00
Jonathan Corwin
5bc0c27970 OpenSong fixes bug 759586 2011-04-25 23:15:38 +01:00
Andreas Preikschat
77063381d2 call set_defaults() when logging an error 2011-04-25 09:23:45 +02:00
Andreas Preikschat
c12b4bc28f - improved the song importers by allowing to provide feedback to the user.
- Do not abort a song import, always try to continue and log which songs could not be imported.
- Clean ups (close files, deduplication, ...)

bzr-revno: 1483
2011-04-25 09:06:16 +02:00
Tim Bentley
6e9459b63d r1482 2011-04-25 07:44:04 +01:00
Andreas Preikschat
393f25cd88 fixed a bug where a song's author/topic/songbooks might not be saved 2011-04-24 17:36:12 +02:00
Jonathan Corwin
e352635511 Extra location checks for pptview.exe. Remove dll from bzr and change windows build to create it (without debug)
bzr-revno: 1480
2011-04-23 12:33:27 +01:00
Andreas Preikschat
ba45d7e113 fixed names; hide/show menu entries when disabeling/enabeling the songs plugin 2011-04-21 19:14:07 +02:00
M2j
2582b33768 syntax fix 2011-04-21 11:02:41 +02:00
M2j
8439d1ed4f fix verse order rebuild to handle single character verse references
rename variable to avoid using the 'type' keyword
2011-04-21 10:53:48 +02:00
Jonathan Corwin
c0b0c1a82d tabs to spaces *grr at VC++* 2011-04-21 08:35:17 +01:00
Jonathan Corwin
09d101311c head 2011-04-21 08:30:14 +01:00
Jonathan Corwin
f3f1836150 remove pptviewlib.dll and build it via windows-builder.py 2011-04-21 00:21:31 +01:00
Jonathan Corwin
c402e5c075 non-debug version of dll 2011-04-20 19:01:25 +01:00
Andreas Preikschat
8cd3742c87 added textEdit and buttons for better feedback 2011-04-20 19:36:16 +02:00
Andreas Preikschat
48d0d39a17 ask before creating an error report
copy not imported files to a folder
2011-04-19 17:55:36 +02:00
Andreas Preikschat
d45f93b594 return where possible instead of breaking 2011-04-19 13:46:25 +02:00
Andreas Preikschat
3b98cbe0fd fixed OpenSong import 2011-04-19 13:34:04 +02:00
Andreas Preikschat
0fa4bee842 r1476 2011-04-18 21:27:02 +02:00
Andreas Preikschat
974a90a173 no xml raises XMLSyntaxError, that is why this is not needed 2011-04-18 21:24:06 +02:00
Andreas Preikschat
6baefdadce more fixes 2011-04-18 20:57:58 +02:00
Andreas Preikschat
757933c448 clean ups 2011-04-18 20:03:41 +02:00
Andreas Preikschat
16fa78bbe3 fixes 2011-04-18 19:15:41 +02:00
Andreas Preikschat
a530851124 added error logger methods 2011-04-18 18:46:22 +02:00
Andreas Preikschat
0398b93f78 started clean up of song importers 2011-04-17 19:24:28 +02:00
Andreas Preikschat
2d02f3e9a0 2011-04-17 17:47:02 +02:00
Andreas Preikschat
6fb421825c r1471 2011-04-17 15:31:13 +02:00
Tim Bentley
b436c34742 Remove blank line 2011-04-17 13:53:35 +01:00
Tim Bentley
4b3d506379 Allow alerts to be sent but not saved
Fixes: https://launchpad.net/bugs/763066
2011-04-17 07:26:55 +01:00
Jonathan Corwin
7080e910c2 Further detection efforts 2011-04-16 22:47:54 +01:00
Jonathan Corwin
91d53b7adc Add the dll too 2011-04-16 17:15:08 +01:00
Jonathan Corwin
596c928881 Untidy the code I tided, so it functions correctly! 2011-04-16 17:14:21 +01:00
Tim Bentley
f94ae1a9c5 Head r 1469 2011-04-16 12:42:35 +01:00
Tim Bentley
24ec1abb56 more changes 2011-04-16 12:36:20 +01:00
Raoul Snyman
8090adf1bc Made UiStrings a Singleton, and updated all usage of it. 2011-04-15 23:43:59 +02:00
Tim Bentley
7476b37ba4 Refactor the SettingsTab to be more KDE like.
Sort out the Tabs parentage
Clean up the code paths to stop the Tab being loaded twice at startup.
Clean up the TAB Hide/Unhide code. Removed it and rebuild the UI if required.
Fix Bible Quick text to say right things.

bzr-revno: 1467
Fixes: https://launchpad.net/bugs/739762
2011-04-15 21:47:19 +01:00
Jonathan Corwin
78b3b04afa Fix blanking between ppt and songs
Fix stutter when timed powerpoint starts

bzr-revno: 1466
2011-04-15 21:38:47 +01:00
Andreas Preikschat
84fdb9bb0a - remember the search type which was used before OpenLP was closed and restore it on startup (Bug #746243)
bzr-revno: 1465
Fixes: https://launchpad.net/bugs/746243
2011-04-15 22:32:54 +02:00
Tim Bentley
0b35701e30 Head 2011-04-15 18:14:52 +01:00
Andreas Preikschat
b8db8807fd r1464 2011-04-15 18:15:37 +02:00
Andreas Preikschat
a13cf49940 idea to improve song import feedback 2011-04-15 18:01:15 +02:00
Andreas Preikschat
237cabfeff only try to import a database when it is a v1 database, clean ups 2011-04-15 16:10:31 +02:00
Andreas Preikschat
14a2e8e4c2 finished work on restoring current search methods 2011-04-15 14:55:56 +02:00
Jonathan Corwin
4286f6389d Switching from ppt to songs now fine 2011-04-14 22:34:01 +01:00
Andreas Preikschat
77559e0210 started to implement #746243
Fixes: https://launchpad.net/bugs/746243
2011-04-14 23:32:21 +02:00
Tim Bentley
206cd90639 Finished 2011-04-14 19:30:53 +01:00
Jonathan Corwin
d45423569f Head 2011-04-13 23:11:21 +01:00
Jonathan Corwin
5f93ff657e PPT's are getting there. Going from blank ppt to song broken now 2011-04-13 23:10:41 +01:00
Tim Bentley
6454b88a83 Fix Tab parentage 2011-04-13 20:12:47 +01:00
Andreas Preikschat
c62c8cbe9e r1460 2011-04-13 20:53:37 +02:00
Andreas Preikschat
9e88d0bff4 clean ups 2011-04-13 20:53:05 +02:00
Tim Bentley
3a6b1def4a r1460 2011-04-13 19:42:01 +01:00
Andreas Preikschat
747bd13b66 - fixed the advanced bible initialisation
- append a space to the each bible book name to simplify working with the completer

bzr-revno: 1459
2011-04-13 20:36:25 +02:00
Tim Bentley
0b4fd3c585 r1458 2011-04-13 19:20:09 +01:00
Andreas Preikschat
606287bda1 reverted change 2011-04-13 20:18:25 +02:00
Andreas Preikschat
1a4ee39767 Finished implementing shortcuts, this includes:
- changing shortcuts,
- saving/loading them to the config, so that they will be restored
- shourtcuts can now be easily added/removed to the action list

- fixed bug #739779.
- fixed "+" shortcut in the service manager
- fixed bug #758206

bzr-revno: 1458
Fixes: https://launchpad.net/bugs/739779, https://launchpad.net/bugs/758206
2011-04-13 20:08:37 +02:00
Andreas Preikschat
6082785b3e use map; fixed changing quickBible 2011-04-13 16:28:31 +02:00
Andreas Preikschat
2dc2304a2c fixed advanced bible book initialisation; append a space to completion suggestions 2011-04-13 15:31:23 +02:00
Tim Bentley
5f228a69d1 Minor fixes and Bible Label corrections 2011-04-13 06:12:31 +01:00
Andreas Preikschat
e72e9c8952 fixed bug #744337
bzr-revno: 1457
Fixes: https://launchpad.net/bugs/744337
2011-04-12 23:20:21 +02:00
Andreas Preikschat
1968991239 r1456 + resolved conflict 2011-04-12 23:07:08 +02:00
Tim Bentley
20fbe4d28d Settings Cleanup part2 2011-04-12 20:32:17 +01:00
Tim Bentley
e00eaba884 Settings Cleanup part1 2011-04-12 18:45:32 +01:00
Andreas Preikschat
9a1be99781 added comments; same fix for import 2011-04-12 11:55:02 +02:00
Andreas Preikschat
962f038c9b fixed bug #744337
Fixes: https://launchpad.net/bugs/744337
2011-04-12 11:37:59 +02:00
Tim Bentley
6657c49b04 Fix crash in last change which stopped OpenLP starting
bzr-revno: 1456
2011-04-11 21:27:23 +02:00
Tim Bentley
427c2a1843 oops 2011-04-11 19:27:01 +01:00
Andreas Preikschat
f24a8f1365 fixed bug #754484
bzr-revno: 1455
Fixes: https://launchpad.net/bugs/754484
2011-04-11 20:16:35 +02:00
Tim Bentley
7ba5497764 Improved version 2011-04-11 19:15:02 +01:00
Andreas Preikschat
b669eded5d - disable/enable the next button if a bible/song importer is not available (http://support.openlp.org/issues/113)
- fixed song importers being available even though they should not.

bzr-revno: 1454
2011-04-11 20:15:02 +02:00
Tim Bentley
1f91c4c82d if book 2011-04-11 19:02:24 +01:00
Tim Bentley
ad16ba8ef1 Fix missing value 2011-04-11 18:49:14 +01:00
Andreas Preikschat
53660fe23f enable/disable next button if bible importer is not available 2011-04-11 17:01:42 +02:00
Andreas Preikschat
073d6c8403 disable 'next button' if importer is not available 2011-04-11 16:34:14 +02:00
Andreas Preikschat
de616b9d1a fixed OpenOffice import being available even if OpenOffice is not installed 2011-04-11 16:17:43 +02:00
Tim Bentley
1882c5366d Review fixes 2011-04-10 19:54:26 +01:00
Andreas Preikschat
9dbd54bf8f more fixes 2011-04-10 20:44:27 +02:00
Tim Bentley
c8d2baff7c Add bible verse layout to Quick tab.
Not moved to Advanced tab as no real estate.

Fixes: https://launchpad.net/bugs/745218
2011-04-10 08:32:15 +01:00
Tim Bentley
c55df2583a Remove trailing comma
Fixes: https://launchpad.net/bugs/748960
2011-04-10 07:27:23 +01:00
Tim Bentley
29ef34b569 Add saving of selected Bible names in Quick and Advanced.
Clean up combo box selection code (General)

Fixes: https://launchpad.net/bugs/755687
2011-04-10 07:18:31 +01:00
Andreas Preikschat
9011c85a6b removed static methods 2011-04-09 18:11:02 +02:00
Tim Bentley
e159d87c2a r1449 2011-04-08 16:35:46 +01:00
Jonathan Corwin
78a9c89025 Fix stuttering powerpoint start 2011-04-07 23:57:12 +01:00
Jonathan Corwin
9b04385f34 Blanking and switching between song and ppt and back 2011-04-06 23:54:47 +01:00
Andreas Preikschat
626708df03 r1446 + reverted changes 2011-04-05 16:24:51 +02:00
Andreas Preikschat
1c35810fa5 fixed bug #749296
Fixes: https://launchpad.net/bugs/749296
2011-04-03 19:51:10 +02:00
Andreas Preikschat
9c39f57d5a r1443 2011-04-03 15:37:53 +02:00
Andreas Preikschat
28b83aadae translate categories 2011-04-03 13:36:43 +02:00
Tim Bentley
6445964646 r1442 2011-04-03 07:19:28 +01:00
Tim Bentley
63bfac4b7e Changes continue 2011-04-03 07:19:03 +01:00
Jonathan Corwin
27fbd9594b Head 2011-04-02 10:53:08 +01:00
Jonathan Corwin
db68c0419f Fix bug when hit service live button, but nothing to go live. Add option to preview immediately in media manager. Add keyboard shortcuts to media manager 2011-04-02 10:52:32 +01:00
Andreas Preikschat
df4de23df0 Added Theme, Blank, Desktop shortcuts, further clean ups
Fixes: https://launchpad.net/bugs/739779
2011-04-01 16:28:25 +02:00
Tim Bentley
fbc94dda3a 1441 2011-04-01 05:48:21 +01:00
Tim Bentley
3155bde0b2 inprogress 2011-04-01 05:48:09 +01:00
Andreas Preikschat
dee95a2f57 r1441 2011-03-31 21:06:09 +02:00
Andreas Preikschat
4ca738e9b3 staticmethod for adding/removing actions 2011-03-31 10:43:19 +02:00
Mattias Põldaru
f73577d708 Undo 2011-03-30 21:52:58 +03:00
Mattias Põldaru
df1db913cd merge 2011-03-30 21:35:48 +03:00
Andreas Preikschat
fb78350a44 added bible actions 2011-03-30 20:27:33 +02:00
Andreas Preikschat
fe92842c6b added ability to remove actions 2011-03-30 12:27:27 +02:00
Andreas Preikschat
253087e2c6 fixed verse sorting, change ### to --- 2011-03-30 09:13:04 +02:00
Tim Bentley
ea6f90fc74 Change === and --- around 2011-03-29 21:38:10 +01:00
Andreas Preikschat
b9b0cbbe9c removed things, as this did not work 2011-03-29 21:52:21 +02:00
Andreas Preikschat
a0798b66bb changed wording 2011-03-29 20:23:01 +02:00
Andreas Preikschat
6342a2aaa0 changed --- to ### 2011-03-29 20:04:16 +02:00
Andreas Preikschat
dabf9d36fe r1437 2011-03-29 20:03:42 +02:00
Andreas Preikschat
d9c2d92c8c 2011-03-29 18:44:36 +02:00
Tim Bentley
2640decffc r1437 2011-03-29 16:49:57 +01:00
Andreas Preikschat
19138cd9e5 started reworking shortcuts 2011-03-29 15:56:49 +02:00
Tim Bentley
2ba0d410fc More Cleanups 2011-03-28 19:56:39 +01:00
Tim Bentley
239b62a488 Render Ester 8:9 on more than 1 page 2011-03-28 18:04:31 +01:00
Andreas Preikschat
5cae56ebb3 - import topics from usr files (txt files seem not to support topics)
- clean ups

bzr-revno: 1435
2011-03-28 16:42:38 +02:00
Andreas Preikschat
1cced38067 use clicked rather than pressed to avoid inserting [---] more than once
bzr-revno: 1431
2011-03-27 19:54:47 +02:00
Andreas Preikschat
c0f5191d6c clicked rather than pressed 2011-03-27 19:00:34 +02:00
Tim Bentley
6d4792aa87 r1429 2011-03-27 17:30:54 +01:00
Andreas Preikschat
5a4b91b37c (suggestion) added support for multiple slides 2011-03-27 15:39:43 +02:00
Andreas Preikschat
dbefa29054 fixed mistake 2011-03-26 22:03:28 +01:00
Andreas Preikschat
f2acce4a77 missing spaces 2011-03-26 21:59:44 +01:00
Andreas Preikschat
252f316e0e missing spaces 2011-03-26 21:51:41 +01:00
Andreas Preikschat
41f0be38fb clean ups 2011-03-26 21:45:11 +01:00
Andreas Preikschat
baff5451c2 r1429 2011-03-26 21:32:10 +01:00
Andreas Preikschat
d83f14f8fb import topics from usr files, clean ups 2011-03-26 21:07:19 +01:00
Tim Bentley
70ca844473 Fix comments and errors 2011-03-26 19:50:15 +00:00
Raoul Snyman
98ea1c5ff9 Removed a console.log which caused older browsers to choke.
bzr-revno: 1429
2011-03-26 21:19:19 +02:00
Matthias Hub
8b10155178 Changes did for the packaging of 1.9.5 (version 1346 contains the main changes):
- disabled presentations plugin in the first time wizard when on OS X
- converting and bundling translations during the build process
- removing presentations plugin from the dmg file during the build process
- fixed Info.plist spelling errors reported by typovar
- fixed translation in the presentations mediaitem (though disabled on OS X)

bzr-revno: 1427
2011-03-26 19:26:38 +01:00
Andreas Preikschat
ff9f5f4566 - a little clean up to improve readability
bzr-revno: 1423
2011-03-26 19:21:44 +01:00
Raoul Snyman
2c7ec2978e Removed a console.log which caused older browsers to choke. 2011-03-26 19:51:07 +02:00
Andreas Preikschat
f082040840 r1421 2011-03-26 17:29:21 +01:00
Andreas Preikschat
2536e54677 r1418 2011-03-24 22:19:17 +01:00
Raoul Snyman
bf058430d2 Updated the copyright information and the contributors.
bzr-revno: 1418
2011-03-24 22:07:31 +02:00
Andreas Preikschat
22af2a32f8 - changed the hard coded version numbers
bzr-revno: 1417
2011-03-24 20:28:44 +01:00
Andreas Preikschat
67ee8394c2 moved version function 2011-03-24 20:12:27 +01:00
Raoul Snyman
efbcfd0772 Updated copyright information. 2011-03-24 21:04:02 +02:00
Andreas Preikschat
682c32eaad changed hard coded version numbers 2011-03-24 17:09:05 +01:00
Andreas Preikschat
e07e97da6c bible clean up 2011-03-22 17:21:10 +01:00
Raoul Snyman
f229146363 Fixed a bug where not all Bible versions were shown with multiple versions. 2011-03-22 08:43:31 +02:00
Raoul Snyman
d63f76d3ff Removed unnecessary lines. 2011-03-20 23:00:41 +02:00
Raoul Snyman
3aa0aa23d3 Added smart footers to Bibles. 2011-03-20 22:50:19 +02:00
Jonathan Corwin
60ab4cc165 Detect whether imported video/audio is valid
bzr-revno: 1409
2011-03-20 08:49:31 +00:00
Jonathan Corwin
55d9e85840 tidies 2011-03-19 22:52:56 +00:00
Jonathan Corwin
2fa2888112 Tidyups and fix pause problem. Still issue with media manager hanging sometimes after play starts. Perhaps missing an event? 2011-03-19 17:26:17 +00:00
Andreas Preikschat
a43bd19bd9 convert verse order 2011-03-19 17:06:04 +01:00