Jon Tibble
9785e7f1be
Cleanups
2012-03-12 19:35:29 +00:00
Mattias Põldaru
9e4cdf1a74
Merge.
2012-03-12 10:25:48 +02:00
Mattias Põldaru
f188e21391
Fix mediaPlayer override ComboBox items case.
2012-03-12 10:17:20 +02:00
Philip Ridout
0dd0a9b821
Warn before importing a theme with a name that already exists
...
bzr-revno: 1900
2012-03-11 16:41:24 +00:00
Philip Ridout
2c5fa20154
Disable monitor selection drop down list when "Override display postition" is checked
...
bzr-revno: 1899
2012-03-11 16:37:59 +00:00
Jonathan Corwin
e3d523042b
Fix a couple of spelling mistakes
...
bzr-revno: 1897
2012-03-10 23:00:14 +00:00
Philip Ridout
bad057e725
Added Raouls fix
2012-03-10 22:59:38 +00:00
Christian Richter
69d961666c
Media player configuration changes:
...
Change the layout of the up/down buttons
Fix issue: if choose down button without selecting any item before the settings dialog were broken
bzr-revno: 1895
2012-03-10 22:56:57 +00:00
Meinert Jordan
77b8f84ed2
Tidyups:
...
Unify all QAction creation methods.
Derive OpenLPToolbar().actions keys from object names.
Use Python methods instead of Qt for file path manipulations.
Bug #943919 : Shortcuts for "Move to Previous/Next" in live slide controller.
bzr-revno: 1894
2012-03-10 22:50:38 +00:00
Philip Ridout
8f0e2ba8ec
Fixed mainwindow bug
2012-03-10 22:18:52 +00:00
Jonathan Corwin
e8a1d7591e
Fix a few typos
2012-03-10 18:36:59 +00:00
Philip Ridout
f8021d315e
fixed mainWindow this time!
2012-03-10 17:13:19 +00:00
Philip Ridout
df54470988
Few more minor fixes
2012-03-10 16:44:58 +00:00
Philip Ridout
24b817cccf
More minor fixes
2012-03-10 16:14:07 +00:00
Philip Ridout
7d7e76fd9b
renaming variables, if your going to open a can of worms, might as well eat them all!
2012-03-10 16:03:58 +00:00
Philip Ridout
a40717c16f
Fixed up to Raouls guidelines
2012-03-10 08:22:52 +00:00
Philip Ridout
bb4c6a4e16
A few minor fixes, and modifications to Wowimport:
...
Fixes 439 on the support tracker
Remove .encode hopefully to fix http://support.openlp.org/issues/442
Revisited Words of Worship importer. A few tweeks, some to make it more robust, and to provide more information to the user.
bzr-revno: 1893
2012-03-10 07:03:46 +00:00
Philip Ridout
e9caa194f5
Adds a dialouge asking if the user wants to replace an existing theme when importing.
...
It works, but I dont know, it just feels like my code is a little bit "rough 'n' ready" let me know what you think!
2012-03-09 21:43:27 +00:00
Philip Ridout
74db5acaa3
Re-ordered group boxes as per Raouls request, and applied his radiobox code
2012-03-09 21:41:13 +00:00
Mattias Põldaru
67cd90d5bf
Don't translate player names. Added some keyboard shortcuts.
2012-03-09 08:09:19 +02:00
rimach
499f51bd2b
change Button layout, fix issue if no item selected and choose down button
2012-03-08 23:14:59 +01:00
Philip Ridout
5d8c2aae17
Fixes bug https://bugs.launchpad.net/openlp/+bug/883056
...
Adds radio buttons, and disables monitor selection when override display is on.
2012-03-07 22:14:58 +00:00
Jonathan Corwin
a2e40543ea
Fix phonon video for opaque themes
...
bzr-revno: 1892
2012-03-06 19:37:27 +00:00
Philip Ridout
0e95ffe55f
remove .encode hopefully to fix http://support.openlp.org/issues/442
2012-03-05 22:22:36 +00:00
Mattias Põldaru
1600e002cb
Make media backend names translatable.
...
Fixes: https://launchpad.net/bugs/903683
2012-03-05 23:09:31 +02:00
Jonathan Corwin
e5a316ba2d
Transparency fixes
2012-03-05 19:40:16 +00:00
M2j
9aaafdf108
Merge with lp:~raoul-snyman/openlp/bug-845692 to forestall merge conflicts.
2012-03-05 11:09:07 +01:00
M2j
970e6c5564
correct parenting of shortcut actions in slide controller
2012-03-04 20:06:49 +01:00
Raoul Snyman
d6b14b39f8
HEAD
2012-03-04 20:05:29 +02:00
Raoul Snyman
e59e717480
Hopefully fix the next button when things are on repeat.
2012-03-04 20:05:15 +02:00
M2j
b952b2cdbc
Merge differing trees and remove whitspaces
2012-03-04 15:52:09 +01:00
rimach
5d6db957e1
fix
2012-03-03 23:36:46 +01:00
M2j
587850bb59
Bug #943919 : Make shortcuts for "Move to Previous/Next" in live slide controller
...
configurable.
2012-03-03 14:52:57 +01:00
M2j
277de83b68
Bug #943919 : Make shortcuts for "Move to Previous/Next" in live slide controller
...
configurable.
2012-03-03 14:38:20 +01:00
rimach
87e70fa2dc
fix
2012-03-03 00:08:24 +01:00
M2j
45de016abb
derive OpenLPToolbar().actions keys from object names to prevent collisions in
...
case translators translate different strings same.
2012-03-02 13:11:13 +01:00
M2j
6d909c64eb
unified remaining action creation methods (addToolbarButton, context_menu_action, context_menu_separator)
2012-03-02 11:22:52 +01:00
M2j
fe2966ac9e
make slideShortcutActivated private
2012-02-28 10:47:34 +01:00
M2j
d13ec2184a
concentrate action creation in slide controller
2012-02-28 10:24:42 +01:00
M2j
95c8f8fe5a
removed base_action, checkable_action, icon_action, and shortcut_action
2012-02-28 00:44:35 +01:00
M2j
3a6a402b56
use Python methods instead of Qt
2012-02-26 22:09:22 +01:00
Raoul Snyman
ef4b69c50f
Fixed some long lines.
2012-02-25 15:39:12 +02:00
Raoul Snyman
476ba8eb1b
Fixed the copyright in the patch file which someone else missed.
...
Regenerated the resource file.
Fixed the copyright in the translation_utils.py script which someone else missed.
Removed an unnecessary comment.
2012-02-25 13:11:59 +02:00
Raoul Snyman
d4aab974d2
HEAD
2012-02-25 13:02:43 +02:00
Raoul Snyman
d681afb2b4
Added an icon in for the Next button, and added in direct-to-track skipping too.
...
Fixes: https://launchpad.net/bugs/845692
2012-02-25 02:01:24 +02:00
Raoul Snyman
8fa7dcf080
Add the last two remaining outstanding items, the "next track" and the time remaining.
...
Fixes: https://launchpad.net/bugs/845692
2012-02-25 01:26:10 +02:00
Raoul Snyman
d14a316309
Added repeating of the background audio track list.
...
Migrated the songs plugin configuration tab to use the proper camelCase names.
2012-02-16 23:08:30 +02:00
Jonathan Stafford
4016038d33
Fixes bug 932610 where OpenLP crashes if the "Service Item Slide Limits" was set to "Next Item" and the user tries to advance beyond the ends of a service item in the preview pane using the up/down arrow keys.
...
bzr-revno: 1880
Fixes: https://launchpad.net/bugs/932610
2012-02-16 19:02:11 +00:00
Jonathan Stafford
d57905f9d8
Fixed Preview Crash Bug 932610
...
Fixes: https://launchpad.net/bugs/932610
2012-02-15 18:37:42 +08:00
Mattias Põldaru
d4efbfe122
Moved two items over to right columns.
2012-02-13 13:10:27 +02:00
Mattias Põldaru
d09cfa4a57
Merge trunk.
2012-02-08 00:07:24 +02:00
Mattias Põldaru
62e2616ace
Code cleanup.
2012-02-07 12:54:13 +02:00
Jonathan Stafford
13ab688518
Changing the "Wrap Slide" option into a three-way radio button selection to allow the option of the up/down arrow keys to jump between service items at the end of each song, etc.
...
bzr-revno: 1876
2012-02-06 17:35:41 +00:00
Jonathan Stafford
e6f1ed20a9
Moved Setting to Advanced Tab
2012-02-06 21:28:16 +08:00
Andreas Preikschat
f9fb2bea5b
fix ZeroDivisionError
...
bzr-revno: 1875
2012-02-05 16:22:21 +01:00
Christian Richter
863a9f9129
Added VLC support to OpenLP
...
bzr-revno: 1874
2012-02-05 16:39:46 +02:00
Andreas Preikschat
bedb2d833d
fix ZeroDivisionError
2012-02-04 18:11:35 +01:00
Mattias Põldaru
dedb85b0cf
Merge trunk.
2012-02-04 09:48:55 +02:00
Mattias Põldaru
51ee117a48
More function name changes.
2012-02-04 09:46:10 +02:00
Mattias Põldaru
6f219e175f
Name changes to camelCase where appropriate.
2012-02-02 14:42:52 +02:00
Mattias Põldaru
7fca26dd0e
Remove a leftover line which causes trouble on OSX.
2012-02-01 01:47:33 +02:00
Mattias Põldaru
6da181834c
Meinert's suggestions taken into account about syntax and removed unnecessary variables.
2012-01-30 01:16:12 +02:00
Jonathan Stafford
d26de263f3
Fixed missing u and tidied up blank lines between class definitions
2012-01-30 06:07:06 +08:00
Mattias Põldaru
90332e60d3
Prevent several updates to service name example when launching OpenLP.
2012-01-29 23:14:27 +02:00
Mattias Põldaru
01d42e0f11
Use note text as tooltip.
2012-01-29 18:47:15 +02:00
Jonathan Stafford
02975a61bf
Renamed and moved both enumerations to lib/__init__.py
2012-01-28 16:07:54 +08:00
Mattias Põldaru
b03295584b
Addresses Meinert's concern about a hidden exception.
2012-01-28 01:13:35 +02:00
Mattias Põldaru
83155d45ea
Text changes, thanks to Raoul.
2012-01-28 00:10:12 +02:00
Jonathan Stafford
312a02f14b
Fixed typo
...
Fixes: https://launchpad.net/bugs/900727
2012-01-26 10:51:25 +08:00
Jonathan Stafford
7b180a4c67
Fixed bug #900727 : Phonon backend no longer plays .mp4 video files
...
Fixes: https://launchpad.net/bugs/900727
2012-01-26 10:46:17 +08:00
Jonathan Stafford
6487a3248a
Moved Service Item Advance enumeration to slidecontroller
2012-01-25 20:34:13 +08:00
Jonathan Stafford
d686799035
Created Service Item Advance enumeration class
2012-01-25 18:03:57 +08:00
Mattias Põldaru
8c483a58b3
Added checkbox for to disable default service name, just as suggested.
2012-01-25 11:32:20 +02:00
Jonathan Stafford
2c472ff38e
Small Fixes
2012-01-23 17:33:12 +08:00
Jonathan Stafford
4f0cd62f63
Fix typo
2012-01-22 17:14:50 +08:00
Jonathan Stafford
cc04a82c08
Changed up arrow to jump to last slide of previous service item (when applicable)
2012-01-22 17:07:59 +08:00
rimach
88ce7a906d
reactivate vlc
2012-01-19 20:13:19 +01:00
Mattias Põldaru
62a5578528
Make % acceptable character for filenames again.
2012-01-18 21:18:18 +02:00
Mattias Põldaru
62d4db0c82
Added a comment for translators.
2012-01-18 21:16:50 +02:00
Mattias Põldaru
8601a47dce
Remove obsolete import. Fix saving wrong syntax and % bugs.
2012-01-18 13:20:15 +02:00
Jonathan Stafford
6543bbafb6
Changed slide_advance variable to be set only in SlideController initialisation or when settings are changed.
2012-01-18 17:52:51 +08:00
Mattias Põldaru
e4f983e6ca
Label back with new text. Also element Labels to the right place as Meinert suggested.
2012-01-17 10:50:29 +02:00
Mattias Põldaru
df60a89121
Change default name and remove now obsolete string.
2012-01-16 15:59:23 +02:00
Mattias Põldaru
982bfbbd55
Fix labels according to Meinert's comment.
2012-01-16 15:50:17 +02:00
Jonathan Stafford
1dbcc18c7e
Reintroduced slide_advance variable so that settings are only read once. Reverted language files.
2012-01-16 17:50:15 +08:00
Jonathan Stafford
c1604b64ff
Fixed camelCase, indentation, extra spaces, and slide timer
2012-01-15 21:11:10 +08:00
Jonathan Stafford
01f7244db7
Removed unnecessary slide_advance
2012-01-15 18:05:12 +08:00
Mattias Põldaru
e6f2fd67c3
Disable QTimeEdit box, when it is not used.
2012-01-15 11:58:02 +02:00
Jonathan Stafford
87775f164a
Migrate Wrap Setting to Slide Advance Setting
2012-01-15 17:08:08 +08:00
Jonathan Stafford
360b744e7c
Basic Service Item Slide Advance Settings working
2012-01-15 16:27:35 +08:00
Mattias Põldaru
ba0ab63149
Merge trunk.
2012-01-15 03:34:08 +02:00
Mattias Põldaru
b70f95c825
Added possibility to choose one day time in next week or now as the datetime. Also took Meinert's comment about too restricted filename characters into account.
2012-01-15 03:21:35 +02:00
rimach
edf4ac75c8
move phonon and vlc to own windows
2012-01-12 22:45:07 +01:00
rimach
3e6d1e7962
update vlc code
2012-01-11 21:51:11 +01:00
rimach
b834371d5c
Sync with head
2012-01-09 22:30:31 +01:00
Jonathan Corwin
75359ac361
Helps if we load the right setting
2012-01-07 12:09:17 +00:00
Jonathan Corwin
3ebe38f7e1
Setting for X11 bypass flag. Don't open Impress unnecessarily if not enabled
2012-01-07 11:22:53 +00:00
Mattias Põldaru
8be4f309f5
Escape html tags and support formatting tags in Alerts
...
bzr-revno: 1866
Fixes: https://launchpad.net/bugs/908197
2012-01-06 18:44:12 +00:00
Stevan Pettit
11d63c6607
If the save location is unavailable, the "Save As" dialog is used.
...
bzr-revno: 1865
Fixes: https://launchpad.net/bugs/905040
2012-01-06 18:42:09 +00:00
Jonathan Corwin
fcf2eb17f0
Fix controller/theme wizard displays if transparent
2012-01-04 18:37:27 +00:00