Tim Bentley
1f65c246a9
Head 1787
2011-10-29 10:18:03 +01:00
Stevan Pettit
5046643618
Added code to windows-builder.py to point pyinstaller to the OpenLP\resources\pyinstaller hooks directory.
...
The builder will no longer be required to copy these files to the pyinstaller\hooks directory.
Cleaned up the documentation.
Modified Wiki
Fixed the documentation section.
Added sqlalchemy-migrate to comments section. Made some changes to comments section to preserve links
bzr-revno: 1787
2011-10-28 14:54:17 +01:00
Stevan Pettit
f522c79b1e
Added sqlalchemy-migrate to comments section. Made some changes to comments section to preserve links.
2011-10-28 09:28:57 -04:00
Stevan Pettit
fe3453a7a5
Fixed the documentation section of the script
2011-10-27 17:06:40 -04:00
Meinert Jordan
6a36363496
add uno to the dependency check
...
bzr-revno: 1786
2011-10-26 20:15:13 +02:00
M2j
c12a7b0901
add uno to the dependency check
2011-10-26 09:40:12 +02:00
Stevan Pettit
35875b7008
Added code to point pyinstaller to the OpenLP pyinstaller hooks directory
2011-10-25 20:09:35 -04:00
M2j
69f29c0ef3
Head 1785
2011-10-25 22:35:44 +02:00
Tim Bentley
a62b03dce6
Assign Variables before use
...
bzr-revno: 1785
2011-10-23 19:40:18 +01:00
Tim Bentley
5f9ed32bfe
Fix assignment error
2011-10-23 18:22:11 +01:00
Tim Bentley
eca675eeaa
Head
2011-10-23 18:20:05 +01:00
Meinert Jordan
f25cd069ab
add version information for mako, migrate and uno to exceptionform
...
bzr-revno: 1784
2011-10-22 15:32:04 +02:00
Andreas Preikschat
3fa534ff38
- removed obsolete signals
...
- renamed signals
- rearranged the signals to groups
bzr-revno: 1783
2011-10-22 15:19:15 +02:00
M2j
5a415311a5
Correction for Migrate version smaller than 0.7
2011-10-22 14:30:21 +02:00
Andreas Preikschat
acac723b09
copy error
2011-10-22 13:28:47 +02:00
Andreas Preikschat
49569746ea
fixed doc
2011-10-22 13:16:25 +02:00
Andreas Preikschat
05bf2ec6fa
removed obsolete signals and rearranged the docs
2011-10-22 13:09:01 +02:00
Andreas Preikschat
76b30a99de
r1782
2011-10-22 12:32:15 +02:00
Stevan Pettit
79f47e2d23
Added code to inno setup control file to check if OpenLP is running and user attempts an uninstall.
...
A message is displayed and uninstall waits until OpenLP is closed or the uninstall is canceled.
bzr-revno: 1782
Fixes: https://launchpad.net/bugs/871522
2011-10-21 06:57:47 +01:00
M2j
aa0b49290d
add version information for mako, migrate and uno to exceptionform
2011-10-20 22:11:06 +02:00
Andreas Preikschat
e5401c7eac
- fixed bug 871441 (Live Preview image is not updated when you "Replace live background")
...
- removed dead code
- fixed docstrings
- removed 'maindisplay_active' signal in same places
bzr-revno: 1781
2011-10-19 19:30:32 +01:00
Andreas Preikschat
31fca59a5b
Translation fixes
...
bzr-revno: 1780
2011-10-19 19:27:17 +01:00
Tim Bentley
9603fcd1cc
Fix bug 836897 to allow Alerts to be amended without changing the slide
...
Refactored the CSS,Javascript,Html load code for alerts and provided a framework for other things.
bzr-revno: 1779
Fixes: https://launchpad.net/bugs/836897
2011-10-19 19:25:08 +01:00
Andreas Preikschat
3980b92daf
updated ts files
2011-10-19 20:12:38 +02:00
Andreas Preikschat
3c0ec6d7b3
r1778
2011-10-19 19:59:28 +02:00
Tim Bentley
4d3dd6dbb5
Rename signal
2011-10-19 18:53:07 +01:00
Tim Bentley
bdcf15d87b
Fix comments
2011-10-17 19:01:07 +01:00
Andreas Preikschat
dd7af54411
- fixed ticket 299
...
http://support.openlp.org/issues/299
bzr-revno: 1778
2011-10-17 17:48:42 +01:00
Meinert Jordan
972d917c8a
Remove mailto code and use QT code
...
bzr-revno: 1777
Fixes: https://launchpad.net/bugs/863841
2011-10-17 17:46:35 +01:00
Andreas Preikschat
13ff2faf18
fixed ticket 299
2011-10-16 22:32:50 +02:00
Tim Bentley
bf2ada0b67
Fix up review comments
2011-10-16 16:39:49 +01:00
Andreas Preikschat
406ea9fe0a
r1776 + resolved conflict
2011-10-16 17:21:25 +02:00
Andreas Preikschat
3057acfe62
- Fixed bug 871272 (When slides are in the foreground openlp reports 'Error: No display item to ammend' in latest build)
...
- docstrings
bzr-revno: 1776
Fixes: https://launchpad.net/bugs/871272
2011-10-16 17:17:14 +02:00
Andreas Preikschat
004472baa8
reverted alert change
2011-10-16 16:53:39 +02:00
Andreas Preikschat
a75e0156cc
fixed docstrings
2011-10-16 16:40:46 +02:00
Tim Bentley
2f36c33f62
Review fixes
2011-10-16 09:25:27 +01:00
Tim Bentley
8ebf7ff131
Finish dynamic Alert updates
2011-10-16 08:59:21 +01:00
M2j
525658ae8b
better readable coding style
2011-10-15 23:21:22 +02:00
M2j
1527704c03
- exception dialog uses Qt call instead of external library
...
- unicode support in report and attached filename was broken
2011-10-15 22:18:49 +02:00
M2j
a7c69746b2
Head 1775
2011-10-15 21:06:25 +02:00
Andreas Preikschat
9259eed4a6
-fixed bug 871272
...
-clean ups
Fixes: https://launchpad.net/bugs/871272
2011-10-15 13:30:39 +02:00
Andreas Preikschat
a1a79c98d1
overwrite parent method
2011-10-15 09:52:25 +02:00
Andreas Preikschat
ec5991a197
removed dead code§
2011-10-15 09:36:51 +02:00
Tim Bentley
9652a690b3
More cleanups and start of updates
2011-10-15 07:32:01 +01:00
Tim Bentley
17ec218529
Fix wonky footer
...
bzr-revno: 1775
Fixes: https://launchpad.net/bugs/863841
2011-10-13 19:02:39 +01:00
Tim Bentley
bb8b0cd435
Move the Alert web code back to the plugin
2011-10-13 06:14:03 +01:00
Tim Bentley
0e1361b533
Fix footer position
2011-10-12 05:51:03 +01:00
Tim Bentley
e87b4658d8
fix up alert changing triggers
2011-10-11 20:54:18 +01:00
Tim Bentley
9176911810
Try 1
2011-10-11 19:10:53 +01:00
Tim Bentley
3cfdd3de45
head
2011-10-11 18:47:46 +01:00