Commit Graph

5418 Commits

Author SHA1 Message Date
Jon Tibble 34cf16fd06 WizardStrings 2011-02-12 15:37:02 +00:00
Tim Bentley d98ea53cc1 Allow media items to start in the middle 2011-02-12 10:04:10 +00:00
Jon Tibble 0988158c56 Import fixes 2011-02-12 04:20:53 +00:00
Jon Tibble a8f16262fc More string refactoring 2011-02-12 04:09:03 +00:00
Jon Tibble 8d18a51f09 WizardStrings 2011-02-12 02:43:13 +00:00
Jon Tibble 314697427d Fixes 2011-02-12 00:41:09 +00:00
Andreas Preikschat a0e00bb1a0 Fixed selecting the wrong item when moving an item down (re-ordering images)
bzr-revno: 1294
2011-02-11 22:38:47 +00:00
Jon Tibble 65cdc31a88 UiStrings 2011-02-11 22:15:13 +00:00
Jon Tibble 23eb12be1a Fixes 2011-02-11 21:40:43 +00:00
Jon Tibble 9366155924 UiStrings and SongStrings 2011-02-11 21:17:56 +00:00
Andreas Preikschat 42b1b72ff9 fixed buttons 2011-02-11 19:35:25 +01:00
Jon Tibble 2bcc01f35d Fix data directory paths
bzr-revno: 1293
2011-02-11 18:34:59 +00:00
Andreas Preikschat 490e7051bb r1292 2011-02-11 19:21:05 +01:00
Tim Bentley f1fe86250a Fix reference to none object
bzr-revno: 1292
Fixes: https://launchpad.net/bugs/716843
2011-02-11 18:14:02 +00:00
Jon Tibble 98a28d8580 Fix the other data dirs 2011-02-11 17:55:41 +00:00
Jon Tibble dd62045678 Fix Windows data dir 2011-02-11 17:50:34 +00:00
Tim Bentley 4a4f7d7ef4 Fix crash on blank of single display screen
Fixes: https://launchpad.net/bugs/716843
2011-02-11 17:28:14 +00:00
Tim Bentley 4422d824bb r1291 2011-02-11 17:19:56 +00:00
Jon Tibble 186eec0eb3 Fixes, cleanups and UiStrings
Refactor plugins: icon building, settings tabs and media items

bzr-revno: 1291
2011-02-11 13:29:17 +00:00
Jon Tibble 12d0867623 Plugin refactor: icons, tabs, mediaitems 2011-02-11 04:04:05 +00:00
Jon Tibble ae2b625d4f Typos 2011-02-10 23:00:15 +00:00
Jon Tibble 12607020be Cleanup magic numbers and more UiStrings 2011-02-10 22:49:30 +00:00
Jon Tibble a7f8d5ca84 Fixes 2011-02-10 21:07:28 +00:00
Jon Tibble 695cf68bf2 Refactor and rename listviews for DnD
Wizard refactors
Cleanups

bzr-revno: 1290
2011-02-10 20:46:56 +00:00
Andreas Preikschat 63d4842da5 Do not add the entry attribute to songbooks when there is no song number.
bzr-revno: 1289
2011-02-10 19:46:27 +00:00
Jon Tibble 79d93c515a Another wizard refactor 2011-02-10 19:37:02 +00:00
Jon Tibble 565289cf7e Small wizard refactor 2011-02-10 19:28:17 +00:00
Jon Tibble 281b24b815 Rename list widget descendant 2011-02-10 19:05:35 +00:00
Jon Tibble 552e412769 Cleanups 2011-02-10 18:59:59 +00:00
Jon Tibble 89d8f538ac Head r1288 2011-02-10 18:38:40 +00:00
Jon Tibble e4d317306c Refactor ListViews 2011-02-10 18:38:03 +00:00
Jon Tibble 88b9c1b1a5 More UiStrings
Fix UiStrings sentence case
Button box rearranging
Fix failure to grab Impress on close (Support #38)

bzr-revno: 1288
2011-02-10 18:35:59 +00:00
Andreas Preikschat abc33c4811 do not add empty 'entry' property 2011-02-10 18:42:13 +01:00
Tim Bentley f3a93aaa54 r1287 2011-02-10 17:41:55 +00:00
dedd98f439 Open Data Folder
bzr-revno: 1287
2011-02-10 17:41:18 +00:00
andreas 12677a4d36 - added a OpenLyrics exporter
- save OpenLyrics meta data to songs (service items and xml files)
- fixed a bug in OpenSong import
- fixed verse type when importing xml songs (instead of "V" we add "Verse" to the database)
- verse order in exported songs is now lower case (service items and xml files)
- updated copyright information (not the scripts directory)

Notes to the OpenLyrics export dialog:
- sorting does not work very nicely
- the search does only consider the title of the qlistwidgetitem:
    "title (author, author, author)"
- the search does not remove , and . and the like
- the buttons check/uncheck all songs (also hidden ones)

I thought about two scenarios:
1) Somebody wants to export all songs. He'll use the "check all" button and will not need the search box.

2) The user wants to export single songs. He will use the search box and double click the songs (or check the checkbox).

bzr-revno: 1286
2011-02-10 17:38:42 +00:00
Andreas Preikschat 072531ca00 prevent exception, when translation does not contain a space 2011-02-10 18:13:59 +01:00
Andreas Preikschat 8498b3e2ae 2011-02-10 18:11:14 +01:00
Andreas Preikschat a74b6857c8 r1285 2011-02-10 14:37:41 +01:00
Andreas Preikschat de57fd9d1e r1285 2011-02-10 14:32:31 +01:00
Raoul Snyman 9c0d23b418 Created a new theme for Qt Help.
Added a condition in the configuration depending on the theme.

Note: to get Qt Help, change the theme to "openlp_qthelp" and then build with "make qthelp".

bzr-revno: 1285
2011-02-10 14:58:15 +02:00
Raoul Snyman 13d3451d6c Fixed up some of the docstrings and updated the documentation.
bzr-revno: 1284
2011-02-10 14:57:13 +02:00
Raoul Snyman e52cae13fd Some conditional configuration. 2011-02-10 08:36:41 +02:00
Andreas Preikschat 5bd646ce36 r1283 2011-02-10 07:34:34 +01:00
Raoul Snyman f71b3842e6 HEAD 2011-02-10 07:56:34 +02:00
Raoul Snyman b773228017 HEAD. 2011-02-10 07:29:00 +02:00
Raoul Snyman 8abfd2ce14 Fix docstrings and update documentation. 2011-02-10 07:25:08 +02:00
Mattias Põldaru bdf9de4421 merge upstream 2011-02-10 07:12:50 +02:00
Jon Tibble 76fd92b01a Handle Impress errors better 2011-02-10 04:19:38 +00:00
Jon Tibble 0b83c7180f UiStrings updates 2011-02-10 04:06:16 +00:00