openlp/openlp/core/lib
Samuel Findlay f1afae1813 Added ZionWorx importer. Added descriptionLabel to song import wizard.
bzr-revno: 1986
2012-06-09 19:58:56 +01:00
..
__init__.py Some small coding standards things. 2012-04-22 21:50:18 +02:00
db.py Cleanups 2012-03-12 19:35:29 +00:00
dockwidget.py Refactored ScreenList into a true Pythonic singleton, though I sadly had to go with a "create" classmethod in order to retain the functionality of the previous constructor.. 2012-05-20 22:56:11 +02:00
eventreceiver.py various clean ups 2012-06-09 17:46:01 +02:00
formattingtags.py fixed regression, reworked staticmethods, changed button behaviour to reflect the internal actions 2012-05-05 18:03:40 +02:00
htmlbuilder.py removed whitespaces at line ends 2012-04-04 09:26:51 +02:00
imagemanager.py changed attributes and arguments to camelCase 2012-06-04 12:22:47 +02:00
listwidgetwithdnd.py clean ups 2012-04-12 16:16:12 +02:00
mediamanageritem.py replaced numScreens by screenCount; removed 0 in range() 2012-05-01 13:00:02 +02:00
mediaplayer.py removed whitespaces at line ends 2012-04-04 09:26:51 +02:00
plugin.py Merged HEAD from trunk and fixed a conflict. 2012-04-22 21:37:11 +02:00
pluginmanager.py various clean ups 2012-06-09 17:46:01 +02:00
renderer.py various clean ups 2012-06-09 17:46:01 +02:00
searchedit.py Trigger push button actions with click signal instead of push signal 2012-04-02 02:19:16 +02:00
serviceitem.py changed attributes to camelCase 2012-06-04 12:51:50 +02:00
settingsmanager.py trivial clean ups 2012-04-16 09:02:24 +02:00
settingstab.py Merged HEAD from trunk and fixed a conflict. 2012-04-22 21:37:11 +02:00
spelltextedit.py removed base_action, checkable_action, icon_action, and shortcut_action 2012-02-28 00:44:35 +01:00
theme.py comment reformatting 2012-05-28 09:43:00 +07:00
toolbar.py Merge differing trees and remove whitspaces 2012-03-04 15:52:09 +01:00
ui.py Refactored sourcePage validation: reimplemented QWizardPage.isComplete() so that Next button is disabled until source(s) are selected. validateCurrentPage gives each song format class chance to validate its input. 2012-05-31 19:15:45 +10:00