Commit Graph

163 Commits

Author SHA1 Message Date
Philip Ridout d492c2fecd fixes #1213254 by filtering out invalid xml chars 2013-08-17 08:37:36 +01:00
Tim Bentley c912dea3b6 2013 2012-12-30 19:41:24 +00:00
Tim Bentley 5646183803 Fixes 2012-11-11 21:16:14 +00:00
Tim Bentley 55f4bc3a73 Fix name and add spearator 2012-11-11 19:33:53 +00:00
Tim Bentley 47c9af348c Fix spelling - oops 2012-11-07 21:37:01 +00:00
Tim Bentley 716dc9ccf0 More updates 2012-10-21 15:07:57 +01:00
Tim Bentley cdbc1fd82e Copyrights 2012-10-21 14:16:22 +01:00
Philip Ridout e997d098f4 spotted a couple mistakes 2012-10-18 21:22:48 +01:00
Philip Ridout bb9113ccdf Fixed bug1067247
In the process uncovered a bug with transliteration, so fixed that also
2012-10-16 18:26:23 +01:00
Philip Ridout 93d5785b4c Fixes: Bug #876211 (OpenLyrics export non-compliant for split verses Edit)
Fixes: Bug #904690 (cloning a song does not retain splits Edit)

Comment added to claifry line 28
2012-09-25 21:15:56 +01:00
Samuel Findlay 4510fdbede Added three names in Copyright headers and About window (Samuel Findlay, Edwin Lunando, Dave Warnock). Fixed consistency issues. 2012-06-23 00:14:53 +10:00
Andreas Preikschat 2680cc7cda - fixed regression which I have introduced in r1962 (user defined formatting tags were not considered any longer); - reworked staticmethods (merged functions etc); - changed saveButton behaviour to reflect the internal things happening (the button is now only enabled when you can save a change)
bzr-revno: 1966
2012-05-05 20:38:59 +02:00
Andreas Preikschat 5959ee5158 fixed regression, reworked staticmethods, changed button behaviour to reflect the internal actions 2012-05-05 18:03:40 +02:00
Andreas Preikschat b3f733233a fixed two extra new lines being added 2012-05-05 16:25:55 +02:00
Andreas Preikschat f658c741eb renamed method 2012-05-05 16:12:11 +02:00
Andreas Preikschat 74ff2f92ee added comment 2012-05-05 16:08:07 +02:00
Andreas Preikschat 75f1041d27 removed occurrences of 'virtual' split 2012-05-05 16:03:48 +02:00
Andreas Preikschat a9c1443cc5 r1963 2012-05-05 15:59:27 +02:00
Andreas Preikschat 34b3173988 fixed bug 885874 (Song with mis matched formatting tags abends on render)
Fixes: https://launchpad.net/bugs/885874
2012-05-05 15:59:04 +02:00
M2j c6c62bdcad pythonifying code:
- replace has_key() by key in dict
- remove len() method from sequence and mapping types when mapping to bool
2012-04-29 17:31:56 +02:00
Raoul Snyman 4452d4834c Refactored various variable names.
Refactored the names of the fields in the "metadata" table of Bibles, and provided an upgrade script to upgrade the Bibles seamlessly.
Refactored the name of a setting, and wrote some code to migrate it seamlessly.
2012-04-22 00:29:08 +02:00
Raoul Snyman 489f19cf39 Renamed all instances (i.e. comments) of 'virtual' to 'optional' 2012-04-18 23:55:44 +02:00
Jonathan Corwin 530ac62f32 Pick a new variable name 2012-03-11 16:03:18 +00:00
Mattias Põldaru 9be2fef0c8 Added error type back the right way, shorter error messages. 2012-03-09 08:19:39 +02:00
Mattias Põldaru 2b28482b8b Forgot to import translate function. 2012-03-06 22:03:18 +02:00
Mattias Põldaru 1488eb8244 Merge. 2012-03-06 21:58:51 +02:00
Mattias Põldaru 14e9f76304 Make user strings more specific and translatable. 2012-03-06 21:56:49 +02:00
Mattias Põldaru 0c391385d0 Capitalize error messages. 2012-03-06 21:02:26 +02:00
Tim Bentley 2a5e8935bb New year merge 2011-12-27 10:33:55 +00:00
Mattias Põldaru 86df7d9734 Name it rather OpenLyricsError 2011-12-17 19:47:08 +02:00
Mattias Põldaru 28fa03b7cd Use OpenLyricsException instead. 2011-12-17 19:26:59 +02:00
Mattias Põldaru 235e8c6fcf Use generated exceptions instead to make more specific errors. 2011-12-15 13:53:51 +02:00
Tim Bentley d05c6b8d70 Fix up song import code 2011-12-05 19:47:50 +00:00
Tim Bentley 6698ce578d Change Data type 2011-12-03 19:08:02 +00:00
Tim Bentley 624216a1b8 add field and usage 2011-12-03 09:05:01 +00:00
Andreas Preikschat e6751bd043 fixed string 2011-10-09 21:51:44 +02:00
Andreas Preikschat 3c8cc5c532 removed comment + fixed regex 2011-10-09 21:45:50 +02:00
Andreas Preikschat 2591854fdd fixed bug 863376
- clean ups

Fixes: https://launchpad.net/bugs/863376
2011-10-08 15:20:57 +02:00
Martin Zibricky 1ef223b4a3 Fix issues with ignoring comments and chords 2011-09-23 02:12:55 +02:00
Martin Zibricky 354bec8b33 Fix - do not save temporary key by formatting tags into openlp configuration 2011-09-22 22:30:15 +02:00
Martin Zibricky 8b6887036b Fix regressions with users tags in preview and import/export in openlyrics 2011-09-22 16:23:51 +02:00
Martin Zibricky 6e4c619cbd Add openlyrics export with formatting tags support. 2011-09-21 01:06:43 +02:00
Martin Zibricky 74c5669194 Dropped <line> element for openlyrics parsing and allow to import formatting tags over multiple lines and tags with only starting tag 2011-09-20 17:52:19 +02:00
Martin Zibricky 039115c7f4 Fix issue with more new lines when having more <lines> element in openlyrics document. 2011-09-19 14:59:37 +02:00
Martin Zibricky b27784e838 Add comments to some new functions 2011-09-19 01:00:55 +02:00
Martin Zibricky 2b7f51d4e9 Code cleanup of openlyrics import with formatting tags 2011-09-19 00:43:12 +02:00
Martin Zibricky 14e94f8758 RAW code for OpenLyrics import with formatting tags 2011-09-18 01:22:16 +02:00
Martin Zibricky 614ad790ae Fix spelling mistake 2011-09-16 13:31:11 +02:00
Martin Zibricky a7cd6c8a17 fix typo in comment 2011-09-15 19:44:03 +02:00
Martin Zibricky 82163867fe Add docstrings to some new openlyrics methods. 2011-09-15 14:23:40 +02:00