This is a mirror of the main OpenLP repository at https://gitlab.com/openlp/openlp
Go to file
Raoul Snyman c4681e60e3 Major overhaul of how threading in OpenLP works. Rather than messing around with threads yourself, you create a worker object descended from ThreadWorker, implement start() (and stop() if it's a long-running thread), and run it using run_thread().
Changes related to thread API:

- WebSocket was refactored (mostly into the worker)
- HttpServer was refactored a bit
- CheckMediaWorker was refactored a bit
- Version check refactored
- SongSelect search refactored
- New _wait_for_threads() method...

bzr-revno: 2807
2018-01-07 12:27:26 -07:00
documentation PJlink2 update K 2017-09-22 05:03:28 -07:00
openlp Fix some issues highlighted by Tim and Phill, and added a file that was erroneously removed 2018-01-07 10:50:29 -07:00
resources Add new qrcode 2017-10-01 08:21:32 +01:00
scripts more fixes 2017-12-29 09:52:58 +00:00
tests Fix the tests I now added back in 2018-01-07 11:07:22 -07:00
.bzrignore Add .cache to bzrignore 2017-12-29 11:40:07 +01:00
CHANGELOG.rst Fix a problem with loading Qt's translation files, bug #1676163 2017-03-27 17:36:54 -07: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 End of 2017 2017-12-29 09:15:48 +00:00
nose2.cfg Add some more tests 2017-11-15 22:03:19 -07:00
openlp.py End of 2017 2017-12-29 09:15:48 +00:00
pylintrc Fix various issues as suggested by pylint 2016-07-05 22:31:29 +02:00
setup.cfg Cleanups part 3 2017-07-07 16:43:50 -07:00
setup.py End of 2017 2017-12-29 09:15:48 +00: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!