Commit Graph

10309 Commits

Author SHA1 Message Date
Raoul Snyman f3796fa3d2 Fix the permission error for once and for all 2016-07-19 22:56:31 +02:00
Raoul Snyman 37e92d00a2 Release 2.4.2
bzr-revno: 2643
2016-06-25 20:20:19 +02:00
Ken Roberts 319870aa83 Merge 2.4 base - fix conflicts 2016-06-25 10:32:32 -07:00
second@tgc.dk a0ac63c31c Fix handeling of control chars and escaped chars in VideoPsalm import. Fixes bug 1594945.
bzr-revno: 2640
Fixes: https://launchpad.net/bugs/1594945
2016-06-22 22:22:26 +02:00
Ken Roberts ecdb379082 Bugfix 1593882 and 1593883 - projector authorization backport
- Fix exception when authenticated connection requested and pin is None
- Fix pjlink authentication (use python hash instead of qt hash)
- Fix md5_hash functions
- Fix qmd5_hash functions
- Added tests for bugfixes

--------------------------------
lp:~alisonken1/openlp/2.4-bug-1593883-projector-authentication (revision 2637)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1630/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Funct...

bzr-revno: 2639
Fixes: https://launchpad.net/bugs/1593882, https://launchpad.net/bugs/1593883
2016-06-22 22:19:24 +02:00
Tomas Groth 867c32165a merge trunk 2016-06-21 23:01:53 +02:00
second@tgc.dk 9d2da2307f Fix traceback in VideoPsalm importers traceback handler.
Skip PresentationManager files we do not support.
Fix MediaShout import issue when an expected table is missing. Fixes bug 1590657.
Fix traceback during songshowplus import. Fixes bug 1585489.

bzr-revno: 2638
Fixes: https://launchpad.net/bugs/1585489, https://launchpad.net/bugs/1590657
2016-06-21 22:50:45 +02:00
Tomas Groth db0cdd372b Fix handeling of control chars and escaped chars in VideoPsalm import. Fixes bug 1594945.
Fixes: https://launchpad.net/bugs/1594945
2016-06-21 22:06:10 +02:00
Ken Roberts 7abbb2abb3 bugfix 1593882 and 1593883 backports 2016-06-17 20:18:52 -07:00
Tomas Groth cadc21b5c0 Fix traceback in VideoPsalm importers traceback handler. 2016-06-16 23:00:13 +02:00
Tomas Groth 7265065906 Skip PresentationManager files we do not support. 2016-06-16 22:59:31 +02:00
Tomas Groth 8f04f587ec Fix MediaShout import issue when an expected table is missing. Fixes bug 1590657.
Fixes: https://launchpad.net/bugs/1590657
2016-06-16 22:58:11 +02:00
Tomas Groth 8057d13db6 Fix traceback during songshowplus import. Fixes bug 1585489.
Fixes: https://launchpad.net/bugs/1585489
2016-06-16 22:54:10 +02:00
Raoul Snyman 19a5272e5a Fix bug #1589815 by first reducing the string to digits only and then checking if there's anything left. 2016-06-08 11:09:56 +02:00
Ken Roberts 9ba66f29da pep8 2016-06-02 23:36:38 -07:00
Ken Roberts 2dd4c87dde Bugfix 1588369 - projectorNetwork signal/slot signature mismatch 2016-06-02 23:26:04 -07:00
second@tgc.dk d8d6917b7d Fix of tracback during SongPro import. Fixes bug 1582152.
Backport of song-search-fix from trunk
Added support for using the new mutool in mudraw mode
Fix crosswalk bible list download
Fix traceback if bible list download fails.

bzr-revno: 2635
Fixes: https://launchpad.net/bugs/1579648, https://launchpad.net/bugs/1582152
2016-05-24 17:16:57 +01:00
Tomas Groth d5c9fd33c5 Merge 2.4.x trunk 2016-05-24 12:53:47 +02:00
Tim Bentley d78ed92c4e fixes 2016-05-23 19:15:07 +01:00
Tomas Groth eb15f09a47 Fix of tracback during SongPro import. Fixes bug 1582152.
Fixes: https://launchpad.net/bugs/1582152
2016-05-16 12:15:53 +02:00
Tomas Groth 94a8057a6a Backport of fix from trunk 2016-05-16 12:14:37 +02:00
raoul@snyman.info af54780de5 "Fix the Transifex API URL
Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/transifex-api-2.4 (revision 2632)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1536/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1447/
[FAILURE] https://ci.openlp.io/job/Branch-03-Interface-Tests/1385/"

bzr-revno: 2631
2016-05-12 22:30:52 +02:00
Tomas Groth df840d7705 fix backport error 2016-05-10 21:11:14 +02:00
Tomas Groth a34cbab35c Added support for using the new mutool in mudraw mode 2016-05-09 21:44:14 +02:00
Tomas Groth f843236059 Fix crosswalk bible list download 2016-05-09 21:41:23 +02:00
Tomas Groth 2e41c5e6fa Fix traceback if bible list download fails. 2016-05-09 21:40:09 +02:00
Raoul Snyman 4ee29b0e3d Release 2.4.1
bzr-revno: 2630
2016-04-30 21:20:28 +02:00
Raoul Snyman e505950d3f HEAD 2016-04-29 22:15:41 +02:00
Samuel Mehrbrodt 6e901e336c Fix performance regression in songbook search
Fixes: https://launchpad.net/bugs/1552563
2016-04-29 19:39:52 +02:00
Raoul Snyman 79285ce759 Show a message asking the user if they want to remove a file that doesn't exist
Fixes: https://launchpad.net/bugs/1559336
2016-04-28 23:12:50 +02:00
raoul@snyman.info 475ab2af3a "Fix bug #1557514 by auto-detecting the columns of the tables in the songs database
Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/bug-1557514-2.4 (revision 2625)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1502/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1413/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1351/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Windows_Functional_Tests/1147/
[SUCCESS] https://ci.op..."

bzr-revno: 2626
Fixes: https://launchpad.net/bugs/1557514
2016-04-27 23:26:14 +02:00
Raoul Snyman 411953285d Fix bug #1557514 by autodetecting the columns of the tables in the songs database
Fixes: https://launchpad.net/bugs/1557514
2016-04-27 20:45:39 +02:00
ian@knightly.xyz 76f8349e34 Adds QR code and links to the remotes settings for the new iOS app and test to HTML Builder.
lp:~knightrider0xd/openlp/ios-app-2.4 (revision 2627)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1500/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1411/
Currently failing Jenkins interface tests due to unrelated bug, but tested & pep8 passing.

bzr-revno: 2625
2016-04-27 18:00:36 +01:00
Tomas Groth 895b3bf9b5 Fix slide order change when splitting custom slides. Fixes bug 1554748. Fix EasyWorship import issues with missing verses and traceback on unknown chars. Fix traceback in the bug-report dialog. Fixes bug 1554428. Fix weird test bug in test_pluginmanager.py. 2016-04-21 21:57:00 +02:00
Tomas Groth 2c640389f1 Fix traceback when searching for book that doesn't exists in second bible. Fixes bug 1553863. Set progress bar steps to number of chapters in zefania import. Fix song tag detection. Fixes bug 1549549. Fix a method call with too many parentheses, which fixes getting bible books from crosswalk. Fix bug that prevents song book entries to be imported. 2016-04-21 21:49:22 +02:00
Ian Knight ff60d9c271 Added QR code and link for iOS app to remote plugin ui 2016-04-18 17:18:59 +09:30
Tim Bentley f46f3e835c theme update 2016-04-02 18:58:27 +01:00
Ken Roberts 045744dc17 Backport fix for non-standard reply for PJLink class request 2016-03-03 09:15:58 -08:00
Raoul Snyman 271a35581c Release 2.4
bzr-revno: 2621
2016-02-13 16:41:12 +02:00
Tomas Groth 510e109ff5 trunk 2016-02-12 20:59:32 +01:00
Raoul Snyman dcd39adfe2 [songusage] No need to trigger the action twice 2016-02-11 23:05:41 +02:00
Tomas Groth fdb53f919f Fix for force-updating display on windows when using themes without transitions. 2016-02-09 22:01:20 +01:00
Raoul Snyman a172183a4e Release 2.3.3
bzr-revno: 2617
2016-02-06 23:12:06 +02:00
second@tgc.dk 8d083af742 More workarounds for bug 1531319.
If presentation loading fails, set slidenumber to 0 to avoid a later error. Fixes bug 1490508. Added test.
Use the chosen encoding when importing from easyworship db.

bzr-revno: 2616
Fixes: https://launchpad.net/bugs/1490508
2016-02-06 21:53:23 +01:00
Tomas Groth 17d6f13ac0 More workarounds for bug 1531319.
Fixes: https://launchpad.net/bugs/1531319
2016-02-06 20:43:54 +01:00
Tomas Groth aa8af06f79 If presetation loading fails, set slidenumber to 0 to avoid a later error. Fixes bug 1490508.
Fixes: https://launchpad.net/bugs/1490508
2016-02-05 21:11:36 +01:00
raoul@snyman.info 4a5f77f884 "Fixed a problem with the shortcuts.
Also tried to make the alternate clear button on the shortcuts dialog a little less weird.

Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/bug-1533246 (revision 2616)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1275/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1199/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1138/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Windows_Functi..."

bzr-revno: 2614
Fixes: https://launchpad.net/bugs/1533246
2016-02-05 22:04:00 +02:00
Raoul Snyman 0dd29893da More tests 2016-02-04 23:25:06 +02:00
Raoul Snyman 734bf4ffc4 Fix some BeautifulSoup warnings about parsers. 2016-02-04 22:17:40 +02:00
Raoul Snyman 5928fde62e Fix a weird issue with the 'clear alternate shortcut' button clearing both 2016-02-02 23:56:03 +02:00