Commit Graph

7162 Commits

Author SHA1 Message Date
Jonathan Corwin f1b778fb24 Change loop and timed slide settings labels 2011-05-27 12:54:52 +01:00
Jonathan Corwin 0f3233efdd Head 2011-05-27 12:51:57 +01:00
Andreas Preikschat 78404882d9 - Hide the theme menu when theme level is not 'Song'.
- clean ups

bzr-revno: 1583
2011-05-27 13:44:04 +02:00
Andreas Preikschat c63382e41c - hide the theme menu when theme level is not 'Song'
- clean ups
2011-05-27 12:17:59 +02:00
Andreas Preikschat 62fe00cc13 - Themes in service item theme menu are checkable.
- Allow the user to reset the theme to the (global/service) default theme.

bzr-revno: 1582
2011-05-27 12:17:01 +02:00
Armin Köhler 8eb261ee88 bug fixes
setFocus to the Combobox in booknameform
2011-05-27 11:39:58 +02:00
Andreas Preikschat 59d374517e - improved 'auto select'
- fixed a traceback
- improved parentage
- clean ups
2011-05-27 11:34:14 +02:00
Armin Köhler e5231aba41 change using old bible databases in bibleupgradeform 2011-05-27 11:23:46 +02:00
Jonathan Corwin ee00c84dba Remove the index from the search_lyrics column to allow OpenLP to work with a MySQL MyISAM database
bzr-revno: 1581
2011-05-27 09:21:23 +01:00
Armin Köhler d3148f90f8 fix Traceback like Jonathan recommand 2011-05-27 09:54:49 +02:00
Andreas Preikschat 97dea99310 r1580 2011-05-27 09:05:09 +02:00
Andreas Preikschat 18e3cb0232 removed not needed import 2011-05-27 09:02:02 +02:00
Andreas Preikschat 8a38c0b766 do not hide the menu 2011-05-27 08:45:42 +02:00
Andreas Preikschat 0d443c3691 r1580 2011-05-27 08:39:32 +02:00
Andreas Preikschat b890b52a8d finished the theme menu 2011-05-27 08:29:14 +02:00
Stevan Pettit 35e6d2f97e Fix bug #788084, modified code to use object id instead of title.
bzr-revno: 1580
2011-05-27 07:52:45 +02:00
Andreas Preikschat 52894b5a78 - Fixed Bible verse display misalignment(Bug #788770)
bzr-revno: 1579
Fixes: https://launchpad.net/bugs/788770
2011-05-27 07:06:09 +02:00
Armin Köhler af38bf7cc8 HEAD r1578 2011-05-26 22:41:19 +02:00
Armin Köhler f29830b98e change BookNameDialog like Raoul want. 2011-05-26 22:38:07 +02:00
Andreas Preikschat 39537f9ef7 fixed bug 788770
Fixes: https://launchpad.net/bugs/788770
2011-05-26 22:17:52 +02:00
Armin Köhler b5c392112b test close database 2011-05-26 22:15:38 +02:00
Andreas Preikschat 9b4b8dff30 Fix for   being displayed as text.
bzr-revno: 1578
2011-05-26 21:44:48 +02:00
Armin Köhler c435127585 some fixes in relation with the extened LanguageForm
close cursor from OldBibleDB
2011-05-26 21:13:11 +02:00
Andreas Preikschat 6aca4600b7 fixed bug 788770
Fixes: https://launchpad.net/bugs/788770
2011-05-26 20:52:05 +02:00
Andreas Preikschat d62462718e r1576 2011-05-26 20:48:20 +02:00
Tim Bentley a1bd6c88bb Head 2011-05-26 19:44:28 +01:00
Andreas Preikschat 1c961f8470 - Removed 'Default' button
- Translate the tag description (bug #787552).

bzr-revno: 1577
Fixes: https://launchpad.net/bugs/787552
2011-05-26 20:21:20 +02:00
Gerald Britton dc2a304b16 Merge changes from trunk 2011-05-26 14:20:40 -04:00
Gerald Britton 74e47dcbc7 Add specific error messages for file problems.
Remove unicode strings in calls to translate()
2011-05-26 14:20:14 -04:00
Andreas Preikschat 8aef6f3c8e r1576 2011-05-26 20:13:50 +02:00
Andreas Preikschat af961afa78 removed the 'default' button 2011-05-26 20:00:25 +02:00
Andreas Preikschat 7ec12f15ea r1576 2011-05-26 19:56:08 +02:00
Tim Bentley 3ff2aa8006 Copyright updates
bzr-revno: 1576
2011-05-26 18:25:59 +01:00
Tim Bentley acdbefd922 Fixes 2011-05-26 18:11:22 +01:00
Jonathan Corwin 40222b23c8 Remove index from search_lyrics for mysql - myisam 2011-05-26 17:35:44 +01:00
Tim Bentley 8f6ed366a1 Copyright updates 2011-05-26 17:25:54 +01:00
Joshua Miller 93ec7f52a1 Enable or disable looping of slides based on a checkbox in the general settings
bzr-revno: 1575
Fixes: https://launchpad.net/bugs/739777
2011-05-26 16:52:02 +01:00
Tim Bentley fe4b5fb147 More busy and sort changes
bzr-revno: 1574
2011-05-26 16:44:25 +01:00
Jonathan Corwin ab1580a567 Head 2011-05-26 16:32:39 +01:00
Gerald Britton e70ba41373 Add specific error messages if OoO open fails. Use a lambda to avoid repetition 2011-05-26 09:35:01 -04:00
Gerald Britton c70c1a7c1a Merge changes from trunk 2011-05-26 09:10:46 -04:00
Gerald Britton 80b68364ff Merge changes from trunk 2011-05-26 09:10:26 -04:00
Josh Miller 6b90adea6e Corrections to the code, enable_loop is now can_loop, and fits the 80 character line requirement as best i could get it too and gets rid of the odd emtpy line in generaltab.py and changes can_loop directly to the setting required 2011-05-26 07:01:48 -04:00
Josh Miller 254bac86d4 Corrections to the code, enable_loop is now can_loop, and fits the 80 character line requirement as best i could get it too and gets rid of the odd emtpy line in generaltab.py 2011-05-26 06:56:21 -04:00
Josh Miller 9221c8cb60 Corrections to the code, enable_loop is now can_loop, and fits the 80 character line requirement as best i could get it too 2011-05-26 06:37:36 -04:00
Andreas Preikschat 98614f629c make themes in menu checkable 2011-05-26 10:15:56 +02:00
Andreas Preikschat 8a32e09211 r1573 2011-05-26 10:02:24 +02:00
Raoul Snyman 2de66779e5 Give the media items the ability to do something when they are "focused".
Make the search edits on the Songs, Bibles and Custom media items focus when the item is selected.

bzr-revno: 1573
2011-05-26 09:55:27 +02:00
Armin Köhler 24d7b7b038 small spelling change 2011-05-26 09:34:29 +02:00
Armin Köhler f3864cb4aa HEAD r1572 2011-05-26 09:27:50 +02:00