Commit Graph

262 Commits

Author SHA1 Message Date
Tim Bentley 966e3996ea r1314 2011-02-19 20:36:41 +00:00
Tim Bentley 1f7d6b635d Preview Edit now works 2011-02-18 19:13:37 +00:00
Jon Tibble cb37a8bc17 Head r1311 2011-02-18 16:37:41 +00:00
Mattias Põldaru 62091b92fe These would have been left behind. 2% less typos now. 2011-02-18 10:25:43 +02:00
Mattias Põldaru 1651e42bca more variable name changes 2011-02-18 09:53:40 +02:00
Mattias Põldaru aac40357ae better variable names, fixed translation issues for verse sequences 2011-02-18 02:48:58 +02:00
Mattias Põldaru dff393b6a4 just another massive set of changes 2011-02-17 21:46:01 +02:00
Mattias Põldaru 02c1bd4413 first working example with unilanguage tags handling 2011-02-17 17:05:58 +02:00
Jon Tibble 032c48df60 Finish grammar corrections, more strings and cleanups 2011-02-16 17:54:31 +00:00
Jon Tibble a8d2d3661d Sort grammar breakers 2011-02-16 03:06:34 +00:00
Jon Tibble 5c7bd57833 Head r1302 2011-02-15 14:19:57 +00:00
Jon Tibble cc96d96a6a Fix song overwriting 2011-02-15 01:58:18 +00:00
Jon Tibble 910df1cfde More song items 2011-02-14 03:19:30 +00:00
Jon Tibble 1d91192e3b WizardStrings 2011-02-14 00:35:53 +00:00
Jon Tibble dae7dff242 Fix last commit
Speed up OpenSong bible importer
2011-02-04 19:58:44 +00:00
Jon Tibble c3ac82a934 UI library - add_widget_completer 2011-02-04 18:17:28 +00:00
Jon Tibble f4d25560e9 UI library - critical_error_message_box 2011-02-02 23:12:31 +00:00
Jon Tibble 91540c221a Cleanups and fix song edit form 2011-02-01 18:05:59 +00:00
Jon Tibble 9744d246d6 Deduplication 2011-02-01 00:33:50 +00:00
Jon Tibble 091d604901 Better string fix 2011-01-18 19:31:03 +00:00
Jon Tibble 14d45a0011 Fix verse order saving 2011-01-18 19:11:46 +00:00
Jon Tibble 90c742f9ba Fix song validating and saving process 2011-01-17 00:52:00 +00:00
Jon Tibble a064ad1b05 Head r1218 and fixes 2011-01-15 20:06:25 +00:00
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 2428e9a46a Fix db fix 2011-01-14 21:37:32 +00:00
Jon Tibble 6e2cc7ebff Fix db committing too early (Bug #703073) 2011-01-14 21:19:41 +00:00
Andreas Preikschat ce1241aa0f merged classes together 2011-01-09 17:52:31 +01:00
M2j 92ed275add Alignment fix for SearchEdit 2011-01-05 11:48:47 +01:00
M2j 21340470d3 simplified all setupUi() in plugins 2011-01-04 22:06:50 +01:00
Tim Bentley 1031ea40d9 Fix Song form clean up for new song having edited previously.
Fixes: https://launchpad.net/bugs/696362
2011-01-02 08:03:42 +00:00
Tim Bentley e77ce3ffdb Bump values by 1 version or year 2010-12-26 11:04:47 +00:00
Tim Bentley 47441be28a Fix song edit bug
Fix Custom wording 693150

Fixes: https://launchpad.net/bugs/693150, https://launchpad.net/bugs/691952
2010-12-21 19:49:02 +00:00
Tim Bentley f1eb140954 Fix song saving error. Reverting 1036 as this is causing an exception in song saving
Fixes: https://launchpad.net/bugs/691952
2010-12-21 16:32:46 +00:00
Tim Bentley 02645f0457 Songs must have an Author 2010-12-18 17:11:21 +00:00
M2j e6bc3b9303 song search strings: handle unicode and reindex also search_lyric 2010-12-16 19:20:46 +01:00
Tim Bentley 4a7300c6c0 Topic and Book Auto completion 2010-12-12 08:35:02 +00:00
Tim Bentley 031b23ccda Format errors 2010-12-11 20:57:45 +00:00
Tim Bentley bc0ca88af5 Add Autocompletion for Authors and Themes 2010-12-11 20:31:47 +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
andreas c8fe3ceb67 - docs
- disable "edit" and "delete" button when loading a song or creating a new one (*)

(*) To reproduce this, edit/create a song, select a verse and click "Cancel". When you edit/create another song, the "edit" and "delete" buttons are enabled.

Manually fix conflict in comments on merge (trb143)

bzr-revno: 1127
2010-12-02 09:11:34 +00:00
Tim Bentley cc9ef10821 Songs get created correctly and displays refreshed 2010-11-29 16:02:41 +00:00
Andreas Preikschat 8929aaaa23 docs; make sure, that the edit/delete buttons are always disabled after loading the window 2010-11-28 16:10:51 +01:00
Tim Bentley 1cf4914862 fixes from last merge and more code for song management 2010-11-27 20:51:54 +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
Andreas Preikschat f4b86d1f14 songmanager -> manager, fixed traceback 2010-11-03 19:18:44 +01:00
Andreas Preikschat 421577f8ce make sure that the 'edit' and 'delete' buttons are disabled after editing all verses 2010-10-10 14:14:12 +02:00
Jonathan Corwin 3615fe5d13 Fix save/load of songnumber/book 2010-09-25 12:55:01 +01:00