Commit Graph

114 Commits

Author SHA1 Message Date
Armin Köhler d44b42aaff improve BookNameForm (add possibility to reduce the books in the ComboBox and try to autodetect if a bible only contains only parts of a bible, so that only a part of the bible books are displayed at startup) 2011-05-03 13:44:23 +02:00
Armin Köhler 3b99f531f3 small fixes 2011-04-26 20:39:08 +02:00
Armin Köhler d7dc4def53 change name from reimport to upgrade
fix speed problem while changing the advanced bible
change some "for" loops
2011-04-26 20:18:13 +02:00
Armin Köhler 23c8ea8679 small cleanups 2011-04-16 13:52:20 +02:00
Armin Köhler 77f43e32b9 small cleanups 2011-04-14 22:18:23 +02:00
Armin Köhler 7cdf2bc320 small cleanups 2011-04-11 18:21:54 +02:00
Armin Köhler a9c87798eb moved get_book_ref_id_by_name() from BibleManager to BibleDB
moved content from BookNameDialog() from bibleimport.py in BibleDB.get_book_ref_id_by_name().
2011-04-03 22:09:18 +02:00
Armin Köhler fbce21baaa new function get_language in BibleDB which ask for the language a bible is and return a language_id 2011-04-02 22:22:35 +02:00
Armin Köhler 9de33cf194 moved Dialog from mediaitem.py to bibleimportform.py
some fixes
2011-04-02 21:17:48 +02:00
Armin Köhler c04a76e12d split BibleImportRequest in BookNameForm and LanugageForm 2011-04-01 22:26:25 +02:00
Armin Köhler 1923faf18a HEAD r1441 2011-04-01 19:56:11 +02:00
Raoul Snyman efbcfd0772 Updated copyright information. 2011-03-24 21:04:02 +02:00
Armin Köhler 27e635144d rename spelling to alternative_book_name 2011-03-23 21:08:49 +01:00
Armin Köhler 599e876955 Bug fixes
Changed book handling from name to book_reference_id
Comment out unused function to fill the testament table in the local bible database
2011-03-23 20:18:51 +01:00
Armin Köhler 4071daec18 add error handling if the user abort the dialog 2011-03-18 10:52:54 +01:00
Armin Köhler 9510d9713b HEAD r1401 2011-03-18 10:15:19 +01:00
Armin Köhler 1c59fd656f add download of all books a webbible contains
add dialog while the import of a webbible if the book could not be assign to a reference_book
add dialog while tho import of a webbible if the language is unknown
change the bible database
2011-03-17 19:36:54 +01:00
Jon Tibble e1d55575c3 Fix KJ21 on BibleGateway 2011-03-14 19:26:38 +00:00
Armin Köhler e52a80c9c3 rename httpbooks.sqlite to bibles_resources.sqlite and change database scheme
moved the content of biblegateway.csv, bibleserver.csv and crosswalkbooks.csv into bibles_resources.sqlite
adapt loadWebBibles() process according to the changes above
remove class HTTPBible from http.py and add the functions to a new class BiblesResourcesDB in db.py which now handels the reading of bibles_resources.sqlite
2011-03-12 11:23:42 +01:00
Jon Tibble 5aab03634a Head r1337 2011-02-26 00:36:07 +00:00
Jon Tibble fe2f80d147 Fix BibleGateway Jesus' speech 2011-02-26 00:34:46 +00:00
Andreas Preikschat 0ed7e259fc removed white spaces 2011-02-25 18:05:01 +01:00
Jon Tibble a2e0ecf314 Fix acknowledged missing verses 2011-02-24 19:13:51 +00:00
Raoul Snyman 780a87e840 Updated copyright information. Removed .eric4project directory from version control. 2011-02-24 07:47:38 +02:00
Tim Bentley 2069737e1f remove extra post events 2011-02-03 18:48:41 +00:00
Jon Tibble f4d25560e9 UI library - critical_error_message_box 2011-02-02 23:12:31 +00:00
Jon Tibble b99961d669 Fix BG Chinese bible (Bug #706211) 2011-01-31 01:55:25 +00:00
Jon Tibble 284402b7b2 Refactor in existing error framework 2011-01-15 19:24:50 +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 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 3340c5ebe7 Refactor web bibles
bzr-revno: 1206
2011-01-10 17:19:25 +00:00
Jon Tibble 5edde179a4 Refactor web bibles 2011-01-10 01:46:47 +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
Jon Tibble dbfd7796ba Fix BibleGateway xrefs (Bug #700271) 2011-01-08 18:50:06 +00:00
Jon Tibble 120ec38557 and cleanups 2011-01-06 23:47:28 +00:00
M2j aff020b703 BibleGateway fixes 2011-01-05 20:48:01 +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
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
Tim Bentley e77ce3ffdb Bump values by 1 version or year 2010-12-26 11:04:47 +00: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
M2j c226979f24 Format fixes, comment fixes and biblegateway.csv updated 2010-12-17 23:10:29 +01:00
M2j 04d4d76dcd removed commented code in openlp.plugins.bibles.lib.http 2010-12-17 14:46:34 +01:00