This is a mirror of the main OpenLP repository at https://gitlab.com/openlp/openlp
Go to file
Ken Roberts c58ce31e8b "Convert __init__.py file strings from python2 to python3 format
Python2 "%s text" % value1
Python2 "%s text %s" % (value1, value2)
Python3 "{var1} text {var2:02d}".format(var1=text, var2=number)

- String conversions in init files
- Added test for projector power state change
- Remove extraneous print() call in mediainfo plugin
- Fix translate() string formatting
- Revert string format for re.compile() until further testing is done
- Skip crosswalk.com test until their server is fixed

-----..."

bzr-revno: 2658
2016-05-12 22:34:57 +02:00
documentation Migrate to PyQt5 2015-11-06 19:49:40 -05:00
openlp "Convert __init__.py file strings from python2 to python3 format 2016-05-12 22:34:57 +02:00
resources Added QR code and link for iOS app to remote plugin ui 2016-04-18 15:05:21 +09:30
scripts trunk 2016-01-03 00:13:48 +01:00
tests "Convert __init__.py file strings from python2 to python3 format 2016-05-12 22:34:57 +02:00
.bzrignore Fix bug #1557514 by auto-detecting the columns of the tables in the songs database 2016-04-27 20:58:35 +02:00
.coveragerc Add coveragerc 2016-01-04 01:01:23 +01:00
LICENSE Updated copyright information. Removed .eric4project directory from version control. 2011-02-24 07:47:38 +02:00
MANIFEST.in Fix for packaging 2014-05-05 19:31:45 +02:00
README.txt This is no longer 2.0 2014-05-03 17:28:31 +02:00
copyright.txt Year older 2015-12-31 22:46:06 +00:00
openlp.py Year older 2015-12-31 22:46:06 +00:00
setup.cfg PEP8 2015-12-17 22:28:36 +01:00
setup.py move file 2016-04-05 19:33:50 +01:00

README.txt

OpenLP
======

You're probably reading this because you've just downloaded the source code for
OpenLP. If you are looking for the installer file, please go to the download
page on the web site::

    http://openlp.org/download

If you're looking for how to contribute to OpenLP, then please look at the
OpenLP wiki::

    http://wiki.openlp.org/

Thanks for downloading OpenLP!