c9ff88ebfc
Removed a log line I never wrote and move a variable for a test I need it in
2016-08-12 12:24:54 +02:00
51f3a0f406
Fix some slot signatures that were the incorrect type
2016-08-10 11:07:49 +02:00
e231398010
HEAD
2016-07-24 14:25:46 +02:00
a8b72ed876
Fix up the types in the signals and slots - PyQt 5.6 is stricter about them now.
2016-07-18 23:36:16 +02:00
Tomas Groth
8aa917c89c
A bunch of fixes suggested by pylint.
2016-07-01 23:17:20 +02:00
907e1df129
- Update string format to Python3 style
...
- Added projector multiple lamp values test
- Updated strings for translation (they should all be ok now)
- Fix merge conflicts (projector_pjlink1 and projector_ui tests)
Convert string format from Python2
'%s %s' % (value1, value2)
to Python3
'{key1} {key2}'.format(key1=value1, key2=value2)
Jenkins down - local pep8 and tests (except windows tests) passed.
Previous Jenkins test:
--------------------------------
lp:~alisonken1/openlp/string...
bzr-revno: 2650
2016-04-23 14:48:27 +01:00
b5c9f96ccf
oops fix - typo
2016-04-17 16:57:33 -07:00
b2ed6bb84c
Fix split in string formatting
2016-04-17 16:47:44 -07:00
Tim Bentley
bdeff60a97
updates
2016-04-17 20:32:15 +01:00
278ec2bed2
Update projector UI strings to Python3 format
2016-04-17 02:15:23 -07:00
4a74c9ce68
Projector - String standards
2016-03-03 09:53:29 -08:00
Simon Hanna
afaf54a142
Fix pep8 errors
2016-01-09 17:26:14 +01:00
simon.hanna@serve-me.info
e8e553b663
Modify all forms to remove the help button from their status bar.
...
I don't think I missed a form. The Wizards remain untouched as the help button works there
bzr-revno: 2591
Fixes: https://launchpad.net/bugs/1490184
2016-01-08 17:26:39 +00:00
Tim Bentley
3a8b068af8
Year older
2015-12-31 22:46:06 +00:00
Simon Hanna
bf9420a781
Update forms to remove the help button in the statusbar
...
Fixes: https://launchpad.net/bugs/1490184
2015-12-30 16:03:35 +01:00
Jonathan Springer
285e12bc9d
PEP8
2015-11-06 20:09:32 -05:00
Jonathan Springer
7af1ca1d49
Migrate to PyQt5
2015-11-06 19:49:40 -05:00
Tomas Groth
62e9663aec
Make 2 texts translateable
2015-10-12 13:59:17 +01:00
Jonathan Springer
eaf1e7a049
Docstring cleanups
2015-09-08 15:13:59 -04:00
64d0a42946
Typos in projector.manager
2015-02-18 14:21:39 -08:00
93ce2caf34
Fix invalid call to QMessageBox() when user wants to delete user-defined source text.
...
bzr-revno: 2491
2015-01-31 14:18:19 +00:00
Phill Ridout
051db41e20
removed python3 string
2015-01-22 17:42:29 +00:00
Phill Ridout
7750f1ec11
Correct the rest of the headers
2015-01-22 13:31:25 +00:00
e959511021
Fix invalid call to QMessageBox
2015-01-18 15:42:59 -08:00
ffcea13021
Updated the copyright.
2015-01-18 15:39:21 +02:00
Ken Roberts
093f853fd9
Remove testing api (not needed anymore)
2015-01-05 10:54:44 -08:00
Ken Roberts
2e9f274027
Fix test db temp file for windows, projector edit form notes clearing
2015-01-05 10:36:10 -08:00
Ken Roberts
15f1381de8
Upstream merges
2015-01-04 09:38:59 -08:00
Tim Bentley
f3c09af379
Years go by
2014-12-31 10:58:13 +00:00
Ken Roberts
10b9099f52
Fix typo
2014-12-18 12:51:34 -08:00
Ken Roberts
c596940a15
Fix notes edit not clearing between calls, added projectoreditform tests
2014-12-18 10:50:51 -08:00
b2f6eaf7d4
[ Fix #1386913 ] "Discard" option in projector-select input option should only be for editing source input text
...
- Fix "Discard" and "Reset" dialog buttons calling wrong functions (swapttped)
- Fix dialog title text to reflect proper "Select" or "Edit" title
- Fix tabbed dialog width to be consistent
- Added calls to translate for user text
- Added basic test for openlp.core.ui.projector.sourceselectform
bzr-revno: 2457
Fixes: https://launchpad.net/bugs/1386913
2014-12-14 22:34:52 +02:00
Ken Roberts
ea14deaa87
Fix quotes
2014-11-26 09:24:05 -08:00
Ken Roberts
aadbce133e
Add missing tranlsate to text/fix select/edit title
2014-11-10 16:14:17 -08:00
Ken Roberts
f2cd0a9743
Fix "Discard" and "Reset" button calls, pep8
2014-11-07 14:44:40 -08:00
Tomas Groth
ff4ddefa77
pep8 fix
2014-11-06 10:42:54 +01:00
6a67a77240
Fix bug #1387309 : Filter out ampersands and angle brackets
2014-10-31 21:47:36 +02:00
Ken Roberts
3cf8c0464c
Fix discard/reset button calls - added button tooltips
2014-10-23 14:00:06 -07:00
Ken Roberts
c7d36826aa
Add 1.5 second delay for autoloading projectors
2014-10-22 19:40:22 -07:00
Ken Roberts
0264d57b61
Add input source edit text option
2014-10-22 19:21:26 -07:00
Ken Roberts
6391b17b6d
Fix focus to ip text widget when calling projetor edit
2014-10-21 17:49:21 -07:00
Ken Roberts
416c37140c
Fix single dialog get_source_list() call
2014-10-21 16:51:51 -07:00
Ken Roberts
2b5b58379f
Code cleanups
2014-10-21 14:50:35 -07:00
Ken Roberts
a026633f78
Notes cleanups
2014-10-21 14:24:16 -07:00
Ken Roberts
a8cebffec0
cleanups
2014-10-21 13:05:35 -07:00
Ken Roberts
598f94f5c1
Add ProjectorSource schema for user-defined source display text
2014-10-21 13:03:58 -07:00
Ken Roberts
21f6216574
Switch PJLINK_DEFAULT_TEXT to dict
2014-10-21 13:01:07 -07:00
Ken Roberts
3def1baf9d
pep8
2014-10-20 16:36:07 -07:00
Ken Roberts
8bb9510622
Fix tab text on mac
2014-10-20 16:25:27 -07:00
Ken Roberts
16f4fcbce3
Update settings to allow selecting source dialog layout
2014-10-20 16:17:15 -07:00