Commit Graph

711 Commits

Author SHA1 Message Date
Jon Tibble b402cc5639 Fix check_item_selection 2010-06-24 20:04:18 +01:00
Jon Tibble 2c42aa0289 Refactor check_item_selected 2010-06-24 16:50:40 +01:00
Jon Tibble 43a4eaed96 Head r872 2010-06-22 15:34:03 +01:00
Frode Woldsund e18a8067c7 switched place on function that did not make sense: translate(unicode -> unicode(translate 2010-06-21 23:57:01 +02:00
Jon Tibble 700b41390e Head r863 2010-06-20 13:43:09 +01:00
Raoul Snyman 28bb5e519d Fix bug #596506 2010-06-20 13:09:15 +02:00
Jon Tibble 1005a3c1b1 Cleanup unneeded trailing backslashes 2010-06-19 19:29:18 +01:00
Jon Tibble a34957297c Cleanups 2010-06-19 18:56:21 +01:00
Jon Tibble f2836baae4 More docstrings 2010-06-19 18:31:42 +01:00
Jon Tibble 91c0fcb9e7 Head r860 2010-06-19 18:30:41 +01:00
Jon Tibble 685fe0311a Cleanups
bzr-revno: 860
2010-06-19 18:26:34 +01:00
Jon Tibble 0235f251bf Cleanups 2010-06-19 14:18:38 +01:00
M2j 0f7c997214 small fix for unicode Theme names 2010-06-19 14:01:06 +02:00
Jon Tibble 2d050b07db Head r858 2010-06-19 12:53:20 +01:00
M2j 9cdc489735 HEAD 2010-06-19 13:43:05 +02:00
M2j b7ec09cf87 Unicode support for theme XML 2010-06-19 12:41:13 +02:00
Tim Bentley 41789ef5e3 Translate string clean up
core/lib/__init__.py
core/utils/languagemanager.py
core/lib/mediamanageritem.py
core/ui/slidecontroller.py
core/ui/plugin*.py
core/ui/service*.py
2010-06-19 05:05:39 +01:00
Tim Bentley d143b197a3 Head851 2010-06-18 06:59:31 +01:00
Tim Bentley e4f77dbacb Bug fixes 2010-06-18 06:58:40 +01:00
Jon Tibble 7f88043177 RFC: Cleanups 2010-06-18 02:26:01 +01:00
Jon Tibble d395438173 Head r851 2010-06-17 18:00:14 +01:00
Jon Tibble 1af5f700e2 Bible search fix
Edit and Delete feedback for Media Manager Items
Fix Bible Import Wizard setField errors
Fix addToServiceItem locations
Remove unused scripts/get-strings.py

bzr-revno: 850
2010-06-17 15:06:47 +01:00
Frode Woldsund 7c6b5c0b99 translate(pluginName.pluginName) -> translate(pluginName) and removed some spaces 2010-06-17 14:02:18 +02:00
Jon Tibble 143f361f8d Fix translate and remove unused script 2010-06-17 12:43:58 +01:00
Jon Tibble 4683e20860 Fix addToServiceItem location 2010-06-17 02:56:05 +01:00
Frode Woldsund 99d97a95a3 removed a "enter-space" 2010-06-17 00:17:50 +02:00
Frode Woldsund cc7b6a9ec3 Merged whit current trunk 2010-06-17 00:14:46 +02:00
Frode Woldsund 40fbf5ad63 Fixed syntax in translate() function that contained u'%s' and % stuff 2010-06-17 00:11:11 +02:00
Jon Tibble 5e0ab4a7f6 Fix lack of feedback for edit and delete 2010-06-16 02:23:57 +01:00
Jon Tibble 814a4f023d Fix Bible Import setField errors 2010-06-16 01:31:44 +01:00
Jon Tibble b7e3ec4441 RFC: Refactor a filter method 2010-06-15 19:08:02 +01:00
Jon Tibble 37dd8888ca Head r847 2010-06-15 16:43:52 +01:00
Jon Tibble 85661fe6e4 RFC: Tweaks 2010-06-15 16:42:52 +01:00
Meinert Jordan 48619f72cc Various i18n fixes.
bzr-revno: 847
2010-06-15 17:22:26 +02:00
Jon Tibble e92b017348 RFC PT4: The other DB plugins 2010-06-15 03:08:22 +01:00
Jon Tibble 554ab59caf RFC PT3: Bibles 2010-06-15 01:44:06 +01:00
Jon Tibble e71caf43e7 Head r846 2010-06-14 19:22:08 +01:00
Frode Woldsund e94bba463b The translate() function is a static method. Fixed. 2010-06-14 14:24:30 +02:00
Frode Woldsund 7b43146421 merged with current trunk 2010-06-14 08:38:51 +02:00
Jon Tibble 54aa8958fe RFC PT2: Refactor Manager 2010-06-13 00:00:14 +01:00
Jon Tibble ec4d54e66a Fix variable naming 2010-06-12 21:22:58 +01:00
Jon Tibble 55f6197212 RFC: Refactor database setup code
A possible way to refactor database code to remove code duplication and,
I hope, provide a simpler, more intuitive model to be copied by others
2010-06-12 02:52:04 +01:00
Frode Woldsund 752e063837 Fixed doublespace in import 2010-06-11 09:36:08 +02:00
Jon Tibble 914a710f95 More docstrings 2010-06-10 22:30:50 +01:00
Jon Tibble 7ddaff2843 Head r839 2010-06-10 17:36:49 +01:00
M2j 2dac357fa7 HEAD 2010-06-10 15:17:39 +02:00
Jon Tibble 8d059fb84e Add DocStrings 2010-06-10 02:57:59 +01:00
M2j 8296b8dc84 Additional translatable strings
Removed string_to_unicode and variant_to_unicode
2010-06-09 23:15:37 +02:00
Jon Tibble 0b1621923a PEP8 type checking and cleanups 2010-06-09 18:09:32 +01:00
Frode Woldsund f5b02659b6 Replaces missed trUtf8('...') -> translate(u'PluginName.ClassName', '...') 2010-06-09 13:11:01 +02:00
Jon Tibble 9bb7343092 Fix incorrect exception 2010-06-07 00:24:45 +01:00
Jon Tibble 2d988d9c8a Fix MediaManagerItem after import cleanups 2010-06-01 17:01:03 +01:00
Jon Tibble 4a4bf00140 Head r829 2010-05-30 16:26:45 +01:00
Jon Tibble c109b26d22 Cleanup BaseModel key iteration 2010-05-29 21:57:56 +01:00
Jon Tibble fb1e222422 Moar whitespace, exceptions and naming 2010-05-29 20:50:50 +01:00
Jon Tibble f41cadd17b CONSTANTS and an exception 2010-05-28 16:01:50 +01:00
Jon Tibble bbcfd7729c Refactor BaseModel 2010-05-28 01:26:49 +01:00
Jon Tibble d33a719172 Imports for declared exceptions 2010-05-27 21:56:34 +01:00
Jon Tibble 4616bbcb36 Explicitly declare exceptions 2010-05-27 17:00:51 +01:00
Jon Tibble dc96d471e6 Variable cleanup 2010-05-27 15:41:47 +01:00
Jon Tibble 3678ea5ea2 Many varied cleanups
bzr-revno: 826
2010-05-27 09:42:56 +01:00
Jon Tibble 48446a8312 log.error checking 2010-05-26 17:01:45 +01:00
Jon Tibble f0c03ad2cb Cleanups 2010-05-26 00:07:50 +01:00
Jon Tibble 871640c374 Whitespace 2010-05-25 17:16:43 +01:00
Jon Tibble c7d420d4b9 Fix class defs and name redefinitions 2010-05-25 15:30:34 +01:00
Jon Tibble f75a6fd732 Whitespace 2010-05-25 13:39:12 +01:00
Jon Tibble a1423dc966 Fix reimport 2010-05-25 01:19:43 +01:00
Jon Tibble 122756eca5 Fix indentations 2010-05-24 23:37:20 +01:00
Tim Bentley 2300b9d0b7 Heads817 2010-05-16 16:33:31 +01:00
Tim Bentley 23c3974afd Display fixes 2010-05-15 07:44:36 +01:00
rimach 16b202d8b5 Head 2010-05-10 22:44:38 +02:00
Tim Bentley be85eb8999 Head813 2010-05-10 20:48:29 +01:00
Tim Bentley 51728db0b6 Add cache to renderer 2010-05-10 19:19:45 +01:00
rimach ae36bc2bb9 Head 2010-05-09 10:47:57 +02:00
Tim Bentley fa99ba64b1 Fix names 2010-05-07 19:29:17 +01:00
Martin Thompson c613773bfb Merged trunk 2010-05-06 21:30:23 +01:00
Martin Thompson 6f8e3f7ea2 Fixed a qt4.5ism 2010-05-05 20:57:20 +01:00
rimach 66ec680e4e remove else from toolbar.py 2010-05-05 19:17:00 +02:00
Tim Bentley e0bfaf07bc Cleanup and finish bits 2010-05-04 21:01:45 +01:00
rimach 850b4a507f correction for last merge proposal 2010-05-01 22:01:32 +02:00
Tim Bentley 40ad9729ba Head 807 2010-05-01 14:06:22 +01:00
Tim Bentley 4ffb7d8a18 Fix up drag and Drop for service items 2010-05-01 14:05:17 +01:00
Jonathan Corwin 9ef2b13ad6 comments, update client, load html from disk, blanking 2010-05-01 13:10:48 +01:00
Jonathan Corwin 6c52ad359f head again, perhaps I should have waited 2010-05-01 10:02:47 +01:00
Jonathan Corwin 12810ad34a Head 2010-05-01 09:46:06 +01:00
Tim Bentley 13922b0599 Renames for consistancy 2010-05-01 07:58:41 +01:00
Jon Tibble 5a7e36b5bc Correct settingsSection naming convention 2010-04-30 23:38:15 +01:00
rimach 32c635b2f0 resolve merge proposal comments 2010-05-01 00:07:51 +02:00
Jon Tibble b81160768b Coding style fixes 2010-04-30 22:00:17 +01:00
rimach faffe729f8 Head 2010-04-30 21:30:50 +02:00
rimach b74dec5446 update 2010-04-30 21:23:02 +02:00
Tim Bentley 61a1693ce0 Head 802 2010-04-30 15:27:05 +01:00
Jon Tibble 22b00a130f Make settings_sections consistent 2010-04-30 02:31:41 +01:00
Jonathan Corwin 72fa923937 update browser if slide changes 2010-04-29 23:52:23 +01:00
Tim Bentley 4e6c56c430 Video clean ups and bug fixes from 800 2010-04-29 21:56:27 +01:00
Tim Bentley b25b8ea590 Head 800 and fix fall out part 1 2010-04-28 18:07:36 +01:00
Jon Tibble bc74bc0335 Cleanup settings saving 2010-04-28 15:17:42 +01:00
Jon Tibble 507cd19739 Cleanups and diff reading fixes 2010-04-28 02:28:37 +01:00
Jon Tibble 5a8cd52acf File list refactor 2010-04-28 00:49:21 +01:00
Jon Tibble c626653092 Fix bible reloading 2010-04-27 23:51:16 +01:00