Commit Graph

13750 Commits

Author SHA1 Message Date
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
7ad464d43e Fix bug #1589815 by first reducing the string to digits only and then checking if there's anything left.
Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/bug-1589815-2.4 (revision 2637)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1604/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1515/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1453/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Windows_Functional_Tests/1226/
[...

bzr-revno: 2637
2016-06-14 22:09:52 +01:00
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
9ba66f29da pep8 2016-06-02 23:36:38 -07:00
2dd4c87dde Bugfix 1588369 - projectorNetwork signal/slot signature mismatch 2016-06-02 23:26:04 -07:00
Tim Bentley
2a1786ec00 Translations
bzr-revno: 2636
2016-05-26 17:24:29 +01:00
Tim Bentley
a050e41589 trans242505 2016-05-25 20:11:36 +01: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
tim.bentley@gmail.com
d6a433c2fc Fix Android SSL
Fix Service Manager
Fix Formatting Tags
Add test

bzr-revno: 2634
2016-05-24 17:15:49 +01:00
Tomas Groth
505e6de924 Merge 2.4.x trunk 2016-05-24 12:58:51 +02:00
Tomas Groth
8a53e4a991 pep8 fixes
bzr-revno: 2633
2016-05-24 12:56:51 +02:00
Tomas Groth
d5c9fd33c5 Merge 2.4.x trunk 2016-05-24 12:53:47 +02:00
Tim Bentley
ff541f36ed with test 2016-05-23 19:26:03 +01:00
Tim Bentley
d78ed92c4e fixes 2016-05-23 19:15:07 +01:00
Tomas Groth
a2b19858b9 pep8 fix 2016-05-16 22:30:33 +02:00
Tomas Groth
935200731c Fix a backported test. 2016-05-16 22:07:11 +02: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
8a6955fda1 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: 2632
2016-05-13 17:32:46 +01:00
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
150ced331b Fix test after backport from trunk 2016-05-07 18:15:02 +02:00
dcf78ae592 Update the Transifex API URL 2016-05-05 22:35:04 +02:00
4ee29b0e3d Release 2.4.1
bzr-revno: 2630
2016-04-30 21:20:28 +02:00
654241246d Show a message asking the user if they want to remove a file that doesn't exist
bzr-revno: 2629
Fixes: https://launchpad.net/bugs/1559336
2016-04-29 22:19:27 +01:00
a75953c3d8 Add a test 2016-04-29 22:52:37 +02:00
e505950d3f HEAD 2016-04-29 22:15:41 +02:00
s.mehrbrodt@gmail.com
f32d95c200 Fix performance regression with Songbook search
The problem was that in each iteration the database was accessed (the song object).
Fixed this by loading all neccessary information directly in the query.

Also this reintroduces natural sorting.

bzr-revno: 2628
Fixes: https://launchpad.net/bugs/1552563
2016-04-29 19:42:14 +01:00
Samuel Mehrbrodt
ef89796e33 pep8 2016-04-29 19:48:40 +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
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
Tim Bentley
c744a9fa59 tranlations
bzr-revno: 2627
2016-04-28 19:19:47 +01:00
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
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
Tim Bentley
78e6ece7fe trans241 2016-04-26 21:47:41 +01:00
Ian Knight
8b893767f8 Testing 2016-04-26 12:17:45 +09:30
Ian Knight
fea43c46b9 Added Test to HTML Builder 2016-04-26 12:13:17 +09:30
second@tgc.dk
07323e50a6 "Fix slide order change when splitting custom slides. Fixes bug 1554748.
Fix EasyWorship import issues with missing verses and traceback on unknown chars. Fixes bug 1553922 and 1547234.
Fix traceback in the bug-report dialog. Fixes bug 1554428.
Fix weird test bug in test_pluginmanager.py.
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 m..."

bzr-revno: 2624
Fixes: https://launchpad.net/bugs/1547234, https://launchpad.net/bugs/1549549, https://launchpad.net/bugs/1553863, https://launchpad.net/bugs/1553922, https://launchpad.net/bugs/1554428, https://launchpad.net/bugs/1554748
2016-04-22 23:30:54 +02: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
61ffd29cad Added QR code 2016-04-18 17:19:23 +09:30
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@gmail.com
7b1a61a0e6 "Fix the service when the theme changes"
bzr-revno: 2623
2016-04-03 18:07:20 +02:00
Tim Bentley
82dae6b128 Add tests 2016-04-03 17:00:12 +01:00
Tim Bentley
f46f3e835c theme update 2016-04-02 18:58:27 +01:00
8a8695dc50 "Bugfix #1550891 Projector manager rejecting replies as invalid (backport from trunk)
--------------------------------
lp:~alisonken1/openlp/2.4-bug-1550891 (revision 2622)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1306/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1228/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1167/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Windows_Functional_Tests/1002/
[SUCCESS] https://ci.openlp.io/job/Branch-04b-Windows_I..."

bzr-revno: 2622
2016-03-03 20:35:58 +02:00