Commit Graph

7296 Commits

Author SHA1 Message Date
Andreas Preikschat 50bc672f59 removed the trailing 'help' 2011-07-10 12:52:30 +02:00
Andreas Preikschat 3c63ffd4a6 fixed bug 805082
Fixes: https://launchpad.net/bugs/805082
2011-07-10 12:45:52 +02:00
Raoul Snyman 00b06240dd Added comments for explanation of some code.
Fixed the build directory due to the new way PyInstaller works.

bzr-revno: 1680
2011-07-08 14:54:29 +02:00
Raoul Snyman b4358a2005 Fixed bug #794971 by typecasting the title and lyrics fields to unicode objects if they are buffer objects.
bzr-revno: 1679
2011-07-08 14:53:36 +02:00
Raoul Snyman 2ddcd717bf Fixed bug #803031: If UTF-8 decoding fails, try the standard Windows codepage.
bzr-revno: 1678
2011-07-08 14:52:36 +02:00
Andreas Preikschat 5ff8d9d326 - small image queue fix
- refactoring

bzr-revno: 1677
2011-07-08 14:41:44 +02:00
Stevan Pettit 6a612ee107 Modified slidecontroller to change loop button icons and captions when user select a loop to run.
Lines 1060-1061 and 1081-1082 cover the case if the user uses the dropdown to change the loop type (continuous or once)

Added the translated button captions to ui.py

in slidecontroller, changed Qicon to build_icon

bzr-revno: 1676
2011-07-08 07:41:30 +01:00
Raoul Snyman 5581a74034 Changed typecast to rather check for buffer. 2011-07-08 08:40:50 +02:00
Raoul Snyman 897f7a7dbb Fixed bug #794971: Typecast the buffer object to a unicode object. 2011-07-08 08:31:34 +02:00
Raoul Snyman ce1abaf332 Fixed bug #803031: If UTF-8 decoding fails, try the standard Windows codepage. 2011-07-08 07:57:39 +02:00
Tim Bentley d02ee451f2 Add ability to clone a song with a full copy of it.
Add missing build_icon and line wrap error.

Slow down event generation to stop flood of messages which crash the system. UI does not notice the change.

Changes for 795980 also included

bzr-revno: 1675
Fixes: https://launchpad.net/bugs/795980, https://launchpad.net/bugs/752374, https://launchpad.net/bugs/763583
2011-07-07 21:14:12 +01:00
Raoul Snyman e6cf76b7b9 Added comments for explanation of some code.
Fixed the build directory due to the new way PyInstaller works.
2011-07-07 20:18:35 +02:00
Stevan Pettit 856d44270f Changed use of Qicon to build_icon in slidecontroller 2011-07-07 13:38:13 -04:00
Tim Bentley 37fdcc62a4 Fix comment 2011-07-07 18:03:38 +01:00
Andreas Preikschat f7ab82518b doc 2011-07-07 17:37:43 +02:00
Stevan Pettit 1ffd5713b0 Modified slide controller to change loop button icons when selecting slide loops 2011-07-07 11:23:55 -04:00
Andreas Preikschat 2b419d8a4e implementation fix: set priority to low instead of lowerest when the image was requested 2011-07-07 17:15:48 +02:00
Andreas Preikschat 3e8c91cbd5 refactor some code 2011-07-07 16:53:05 +02:00
Andreas Preikschat af33d7f97f r1674 2011-07-07 15:42:18 +02:00
Benny ab951c95d0 - Added conversion of EW Song Tags (Verse, Chorus, Bridge etc)
- Improved slide break detection
- Fixed bug in RTF stripping code that caused lyrics to be stripped as well

bzr-revno: 1674
2011-07-07 08:43:13 +02:00
Raoul Snyman 447016c189 Updated Windows build script to work with new PyInstaller and PyQt4 locations. 2011-07-06 20:36:33 +02:00
Raoul Snyman 439b559269 Add main script path, make paths more readable. 2011-07-05 22:17:17 +02:00
Benny 1876d520ae review fixes 2011-07-05 14:00:34 +02:00
Raoul Snyman 06d1e23fe2 Partial fix to bug #799990, updated Windows build script to work with the latest PyInstaller.
bzr-revno: 1673
2011-07-05 13:28:51 +02:00
Benny 6436b05240 changes from review (cosmetic & regex performance) 2011-07-05 12:50:55 +02:00
Benny ae8ac35d2c merge head 2011-07-05 01:02:49 +02:00
Benny 3c0c9c5b78 EasyWorship importer: some work to create more reasonable verse numbers if EW tags are missing or without numbers 2011-07-05 00:55:57 +02:00
Benny 4bf45ad2de ewimport: workaround for RTF stripping bug 2011-07-04 22:51:43 +02:00
Martin Zibricky 36b9c2e386 Remove folder for tests. 2011-07-04 15:26:39 +02:00
Martin Zibricky a039a50005 Update formating and remove dead enchant code 2011-07-04 14:04:50 +02:00
Martin Zibricky 5b95657fbb Update windows build script to work with pyinstaller svn version (1.6dev) 2011-07-04 13:27:20 +02:00
Martin Zibricky 14782b180d Added empty file to run unit tests 2011-07-04 11:52:01 +02:00
Martin Zibricky ffab60d29e Updat windows icon to contain higher resolution images (64x64, 128x128) 2011-07-04 11:32:13 +02:00
Tim Bentley 1c454b606f Fix fullstop and add icon 2011-07-03 13:43:31 +01:00
Tim Bentley 2a73f1b188 Prevent Images and Media backgrounds being added when No service Item is present in the live controller.
Fixes: https://launchpad.net/bugs/795980
2011-07-03 09:13:48 +01:00
Martin Zibricky dfa1bad08c Add testing directory 2011-07-03 00:01:58 +02:00
Tim Bentley 091cdbbc24 Slow down slidecontroller events to allow buffers to clear.
Line wrap incorrect and fix object name

Fixes: https://launchpad.net/bugs/752374
2011-07-02 07:48:17 +01:00
Tim Bentley 6a259e0489 Correct build icon 2011-07-02 06:51:03 +01:00
Benny bc808ade93 EasyWorshipSongImport: use tag from previous slide for slides without tag, fix regex for notes 2011-07-02 00:45:27 +02:00
Tim Bentley 219218161b 6am spelling fix 2011-07-01 17:59:56 +01:00
Tim Bentley bddf91ddcb Add ability to clone songs
Amend framework for plugins to add  non toolbar context items

Fixes: https://launchpad.net/bugs/763583
2011-07-01 17:55:07 +01:00
Andreas Preikschat 418c3b9c18 - use the functions context_menu_action and context_menu_separator from core/lib/ui
bzr-revno: 1672
2011-07-01 10:26:26 +02:00
Raoul Snyman dcd10f0b8f A couple of minor UI tweaks.
bzr-revno: 1671
2011-07-01 10:09:36 +02:00
Tim Bentley 98775fb7f4 Head 2011-07-01 05:41:31 +01:00
Andreas Preikschat a60fc8ea23 - When creating/editing a custom slide give the title edit the focus (and not only when creating a new)
- fixed long lines
- simplification

bzr-revno: 1670
2011-06-30 16:59:30 +02:00
Andreas Preikschat 54f8ae82e7 - improved collapse/expand all buttons in the service manager
bzr-revno: 1669
2011-06-30 16:57:42 +02:00
Andreas Preikschat deddee5668 - fixed theme copy
bzr-revno: 1668
2011-06-30 16:56:55 +02:00
Stevan Pettit ab993842ff Added code to create a main window menu item to display the Windows help file (openlp.chm) if it exists on the users machine:
- If it exists, F1 will display the local file, Alt-F1 will display the online help.
- If the help file does not exist, F1 will display the Online help (as it currently does).

bzr-revno: 1667
2011-06-30 09:48:20 +02:00
Tim Bentley 9f0bd17703 Save the splitter states and make the progressbar smaller.
bzr-revno: 1666
Fixes: https://launchpad.net/bugs/765239
2011-06-29 20:54:07 +01:00
Benny 306826bbeb merge with trunk 2011-06-29 21:33:48 +02:00