Commit Graph

2897 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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 b9b0cbbe9c removed things, as this did not work 2011-03-29 21:52:21 +02:00
Andreas Preikschat d9c2d92c8c 2011-03-29 18:44:36 +02:00
Andreas Preikschat 19138cd9e5 started reworking shortcuts 2011-03-29 15:56:49 +02: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 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