Commit Graph

759 Commits

Author SHA1 Message Date
Jon Tibble
284402b7b2 Refactor in existing error framework 2011-01-15 19:24:50 +00:00
Jon Tibble
ee6412e2a0 Refactor error messages 2011-01-15 00:53:12 +00:00
Jon Tibble
7490928190 Refactor wizards 2011-01-13 17:55:29 +00:00
Andreas Preikschat
552afbb944 replaced the "bibles_showprogress" and "bibles_hideprogress" with the "cursor_busy" and "cursor_normal" signals
bzr-revno: 1214
2011-01-13 17:40:18 +00:00
Jon Tibble
f487464280 Cleanup exceptions 2011-01-13 02:28:03 +00:00
Jon Tibble
0a5b44c6a3 BibleGateway fix 2011-01-12 19:12:30 +00:00
Jon Tibble
64367909ba Improve bibleserver code resiliance 2011-01-12 15:31:32 +00:00
Jon Tibble
e0a2976fa9 Fix BibleServer downloads (Bug #701651) 2011-01-11 23:43:27 +00:00
Andreas Preikschat
76000d918b removed showprogress and hideprogress and added cursor_busy and cursor_normal 2011-01-11 20:56:55 +01:00
Jon Tibble
a9359a60f1 Unused import 2011-01-10 19:04:16 +00:00
Jon Tibble
3340c5ebe7 Refactor web bibles
bzr-revno: 1206
2011-01-10 17:19:25 +00:00
Andreas Preikschat
02cea00591 fixed wrong indent 2011-01-10 17:02:19 +01:00
Andreas Preikschat
6a3be54f1d removed quickMessage, added cursor_busy signal for text search 2011-01-10 16:07:27 +01:00
Andreas Preikschat
98f0b30014 - added OpenLyrics importer
- continued to implement OpenLyrics features
- split class
- fix wrong use of "theme"
- and other thinks

Importing songs with multiple languages has not been considered (yet). (One song with all languages is imported.)

bzr-revno: 1203
2011-01-10 12:21:39 +02:00
Jon Tibble
5edde179a4 Refactor web bibles 2011-01-10 01:46:47 +00:00
M2j
746ab70e5a Head 1201 2011-01-10 00:24:55 +01:00
Meinert Jordan
c75e69feab fixed layout problem for long bible names (or long presentation controller names)
unified the linebreak in setSizePolicy() calls

bzr-revno: 1201
2011-01-09 21:22:22 +02:00
M2j
ce2ca01eac fixed layout problem for long bible names (or long presentation controller names)
unified the linebreak in setSizePolicy() calls
2011-01-09 16:37:45 +01:00
Jon Tibble
94b033d33b Refactor out first_item
bzr-revno: 1198
2011-01-09 12:59:29 +00:00
M2j
ef3ae247fc Head 1197 2011-01-09 02:19:34 +01:00
M2j
6e8a371da7 wrong parentship caused theme and servicemanager to disapear in a floating dock
more intelligent resizing of item list in PluginForm and SongMaintenanceForm
Fix in BS web bible parser
2011-01-09 01:27:46 +01:00
Andreas Preikschat
f2784fc4dd removed whitespaces 2011-01-08 21:59:46 +01:00
Jon Tibble
d5a30294a4 Refactor out first_item 2011-01-08 19:24:56 +00:00
Jon Tibble
dbfd7796ba Fix BibleGateway xrefs (Bug #700271) 2011-01-08 18:50:06 +00:00
Jon Tibble
c2b1dd9f2f More cleanups 2011-01-08 02:44:12 +00:00
Jon Tibble
120ec38557 and cleanups 2011-01-06 23:47:28 +00:00
Jon Tibble
3454f95ddf Cleanups 2011-01-06 20:48:22 +00:00
M2j
e000b8a89b send messages in openlp.plugins.bibles.lib.manager via "openlp_information_message" signal 2011-01-05 22:31:22 +01:00
M2j
aff020b703 BibleGateway fixes 2011-01-05 20:48:01 +01:00
M2j
cdd22d695a catch case, when no bibles are installed to avoid a IndexError
correct spelling error 'Corinthans' in osisbooks.csv
2011-01-05 19:25:40 +01:00
M2j
71f6bc26dc basicaly reworked the layout of the mediaitems and renamed variables to fit the standard 2011-01-05 17:50:28 +01:00
M2j
b0c9b3f077 integrated 'split layout' in the SettingsTab class
remove the documentMode from the TabWidget in the SettingsDialog
replace comment for HideMode class
2011-01-03 12:25:30 +01:00
M2j
2e6613edf4 simplified all setupUi() in openlp.core.ui and the setting tabs of the plugins 2011-01-02 23:24:14 +01:00
Raoul Snyman
4bb59bff67 Fix bug #641661 2011-01-01 12:33:14 +02:00
Raoul Snyman
f7943d5746 Add in an error message if there is a problem with the user's downloaded Bibles. 2011-01-01 01:06:35 +02:00
Meinert Jordan
487837e615 While walking through the German translation, I observed a couple of problems in the internationalization. These problems are addressed in this branch. There are very few changed translatable strings but a lot which will be recognized as new from linguist.
I couldn't test all calls in the importers, because I don't have bibles in all formats. But nearly all changes in this request should be obvious.

bzr-revno: 1177
2010-12-31 19:22:41 +00:00
M2j
599ee1f7fa Lots of i18n fixes and some others. In detail:
translate() expanded for numbered strings
MediaManager context menus are using the plugins strings instead of own string manipulations
Removed string manipulations from ThemeManager and fixed the delete validation                   
Added disambiguation for some plugin strings to distinguish between name plural and container title
Added or repaired translate() calls at several positions.
2010-12-31 03:17:41 +01:00
M2j
557a66db9d ThemeWizard: Show theme name in title and hide themeNameEdit if wizard is in editing mode.
ThemeWizard: Changed transitionsComboBox to align with the FormLayout.
(change some log.debug() arguments to avoid UnicodeError exceptions)
2010-12-28 12:18:56 +01:00
M2j
7c68265f4b remove two consecutive spaces from python code of the whole OpenLP sources
replaced double quotes for string in python code of the whole OpenLP sources
2010-12-27 23:57:35 +01:00
M2j
9212399ad7 renamed slots to common naming scheme
renamed objects to conform British English
(reverted some experimental edit of themewizard.ui)
2010-12-27 22:53:02 +01:00
M2j
914827c023 same as before for SongImportWidget
(removing unneccesary format instructions and FormLayout alignment)
2010-12-27 19:23:46 +01:00
M2j
68e33c658a Head 1169 2010-12-27 17:05:56 +01:00
M2j
6815ac3146 - Finishes and tested rewrite of themewizard and bibleimportwizard
- Added exceptions to OpenSong and CSV bible import wich occur for invalid files
2010-12-27 16:31:53 +01:00
Tim Bentley
e77ce3ffdb Bump values by 1 version or year 2010-12-26 11:04:47 +00:00
M2j
b0a53020f6 bible wizard without manual design tweaks 2010-12-24 01:44:41 +01:00
M2j
1027d60635 Fix: Bug in editsongform
Fix: Bug in bibleserver import
2010-12-22 19:15:48 +01:00
Jon Tibble
e6f3650bfd Cleanups 2010-12-21 19:39:35 +00:00
andreas
c6d408f0e1 Fix file extensions
bzr-revno: 1157
2010-12-21 16:31:11 +00:00
Andreas Preikschat
8f99aa4c96 fixed doc 2010-12-21 15:31:18 +01:00
Andreas Preikschat
87e7cb6242 translate file description 2010-12-21 15:26:20 +01:00