Andreas Preikschat
a5f73713d4
add standard verseOrder, if xml does not have any verseOrder property; added '_get' and '_text' methods which do the same as 'get' and 'text', but make sure that they never return 'None' (but u'' instead)
2011-01-03 22:47:49 +01:00
Andreas Preikschat
a127019f28
fixed wrong use of 'theme', implemented songbooks and songnumber, continued with openlyrics implementation, clean ups
2011-01-03 14:43:09 +01:00
Andreas Preikschat
909fa25e7b
clean ups, added missing file
2011-01-02 18:24:47 +01: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
Raoul Snyman
6f26c6fc0a
Fix up a small bug left over from the changeover to the new search edit.
2010-12-28 23:41:12 +02:00
Raoul Snyman
a9c2b9fa18
Added a new SearchEdit GUI object.
2010-12-28 23:12:20 +02:00
Tim Bentley
e77ce3ffdb
Bump values by 1 version or year
2010-12-26 11:04:47 +00:00
Andreas Preikschat
3cdac511e2
fixed bug #690774
2010-12-17 14:30:48 +01:00
Andreas Preikschat
fe452bc588
removed mistakes
2010-12-16 20:12:34 +01:00
Andreas Preikschat
95f30dfb6d
fixed bug #690774
2010-12-16 18:56:08 +01:00
M2j
7e221a6e98
locale aware song sorting
2010-12-09 16:08:04 +01:00
M2j
465515d71e
unicode in song title search strings
2010-12-09 14:30:23 +01:00
Tim Bentley
e39c681c44
Add text entry validator to display positions
...
Fix Spelling
bzr-revno: 1135
Fixes: https://launchpad.net/bugs/685317
2010-12-08 19:21:59 +00:00
Tim Bentley
b405195261
Fix size input validation again
2010-12-08 19:12:38 +00:00
M2j
3ad231940c
HEAD 1127
2010-12-08 09:25:28 +01:00
M2j
62766269f1
- remove None in .split() method
...
- change translatable codepage selection strings
2010-12-08 09:21:17 +01:00
Tim Bentley
cc9ef10821
Songs get created correctly and displays refreshed
2010-11-29 16:02:41 +00:00
Tim Bentley
6ecc121bdf
Convert verse tags
2010-11-28 19:38:27 +00:00
Tim Bentley
a7e8104f59
Song rebuilding continues
2010-11-28 13:39:51 +00:00
Tim Bentley
1cf4914862
fixes from last merge and more code for song management
2010-11-27 20:51:54 +00:00
Tim Bentley
90c631ce87
Documentation fixups and \nstart to add OpenlLyrics export for songs
2010-11-27 15:25:00 +00:00
Tim Bentley
e20e336c5e
Remove extra debugging
2010-11-24 17:40:28 +00:00
Tim Bentley
45905753ed
Start to add line count code to wizard
2010-11-23 20:48:55 +00:00
Tim Bentley
85261fe659
Fix server load edit bug
2010-11-22 18:52:58 +00:00
Tim Bentley
f900980eef
Add debugging for Servie editing and fix edit_id bug
2010-11-20 18:14:43 +00:00
M2j
4ccb48ffce
HEAD 1114
2010-11-12 14:40:24 +01:00
M2j
4294ae83b8
split song verse order at consecutive whitespaces and not just u' '
2010-11-04 20:32:43 +01:00
Jon Tibble
b7dd528d50
Cleanups
2010-11-03 17:19:44 +00:00
Raoul Snyman
baaa7e0508
Updated documentation.
...
Renamed the import wizards to match the general form naming convention.
Removed an unnecessary class.
2010-10-16 21:38:23 +02:00
Tim Bentley
c262d9ad75
Fix remote edit issue
2010-10-06 21:24:53 +01:00
Tim Bentley
16b4aa0715
fix line lenght
2010-10-06 21:10:26 +01:00
Tim Bentley
7863a2ebfc
Add Service Item update from edit with config flag
2010-10-06 20:27:30 +01:00
Tim Bentley
39f1aa2e09
Head1071
2010-10-06 05:55:00 +01:00
Tim Bentley
4d3a473e91
Service Manager loading - finished
2010-09-30 21:21:45 +01:00
Tim Bentley
68b38aa88c
fix up rest of service load updates
2010-09-30 18:07:27 +01:00
Tim Bentley
bdc924093e
Update service items on service load
2010-09-30 06:12:06 +01:00
rimach
a76dd15fbe
resolve diverged branches
2010-09-27 20:34:40 +02:00
rimach
f265c552ea
replace strings with text_strings
2010-09-27 20:15:55 +02:00
Raoul Snyman
697cc79b3a
Fix bug #598805
2010-09-24 22:54:52 +02:00
rimach
3bc527e4fc
bugfixing
2010-09-15 19:55:27 +02:00
rimach
c53731d74b
media items' __init__ methods
2010-09-14 20:34:39 +02:00
rimach
2d47e2523c
remove executable flag
2010-09-14 20:18:47 +02:00
rimach
e2c8ee11f2
Fix removing dock with translation
2010-09-12 23:03:16 +02:00
Raoul Snyman
60fa82b78c
Fix bug #598805
2010-09-07 15:23:02 +02:00
rimach
44806ff859
Head
2010-09-05 23:04:25 +02:00
Tim Bentley
20844c8d28
Fix CCLI for songs
...
Fixes: https://launchpad.net/bugs/622894
2010-09-04 18:39:03 +01:00
rimach
95ffc8dd3b
add translation code for MediaDocks and PluginList
2010-09-04 00:51:28 +02:00
Raoul Snyman
8b141b0942
Fixed the couple of issues Jon T. pointed out.
2010-08-24 21:08:57 +02:00
Raoul Snyman
530530d791
Got the song wizard working. Pity none of the importers seems to work at the moment.
2010-08-22 21:50:30 +02:00