lp:~sam92/openlp/bug-1552563

Created by Samuel Mehrbrodt and last modified
Get this branch:
bzr branch lp:~sam92/openlp/bug-1552563
Only Samuel Mehrbrodt can upload to this branch. If you are Samuel Mehrbrodt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Samuel Mehrbrodt
Project:
OpenLP
Status:
Merged

Recent revisions

2659. By Samuel Mehrbrodt

PEP8

2658. By Samuel Mehrbrodt

Fix test and add new one

2657. By Samuel Mehrbrodt

Unused import

2656. By Samuel Mehrbrodt

Fix comment

2655. By Samuel Mehrbrodt

Fix performance in songbook search

Speedup by ~500%

2654. By Raoul Snyman

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 (revision 2652)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1503/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1414/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1352/
[SUCCESS] https://ci.openlp.io/job/Branch-04a-Windows_Functional_Tests/1148/
[SUCCESS] https://ci.openlp...

2652. By Tomas Groth

Added support for importing SWORD bibles using PySword.

2651. By Chris Hill

Natural sort for authors, topics, songbooks, themes in Edit Song comboboxen & Song Maintenance form, as mentioned previously by Raoul - Matthew 21:28–29! :)

Also some minor fixes that I picked up after merge 2637 for natural sorting:
x Author, Topics, Theme search were performing two sorts (one database sort, then a natural sort in code). Removed the first database sort.
x Changed all sorting to use in-place sort() rather than copy sorted(), as apparently there's a speed bonus (http://stacko...

2650. By Ken Roberts

- 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...

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openlp
This branch contains Public information 
Everyone can see this information.

Subscribers