Raoul Snyman
58606e2563
Updated look and feel of the Edit Song dialog.
...
Changed the form.show() to form.exec_() for dialogs.
Added the code for the (c) button.
bzr-revno: 325
2009-02-19 22:25:58 +00:00
Raoul Snyman
e67c1868e6
Tidied up and fixed up the song editing dialog.
...
bzr-revno: 320
2009-02-17 21:01:27 +00:00
Raoul Snyman
3f0ba7a3ba
Added an initial ServiceItem, plus a few minor changes.
...
bzr-revno: 296
2009-02-04 20:16:56 +00:00
Raoul Snyman
6ea70e92a1
Couple of changes to the Songs plugin classes - trying to get SQLAlchemy to work.
...
bzr-revno: 292
2009-02-01 21:12:18 +00:00
Raoul Snyman
4071118398
Trying to get around the problem of metadata not being bound to an engine.
...
bzr-revno: 289
2009-01-21 08:52:03 +00:00
Raoul Snyman
11bede8fd8
Updating the SongsManager to use SQLAlchemy
...
bzr-revno: 284
2009-01-17 13:58:16 +00:00
Raoul Snyman
14a9b67085
Added some SQLAlchemy models.
...
bzr-revno: 277
2009-01-06 21:48:31 +00:00
Raoul Snyman
b7008f7b62
Added the song import menu items, and made the openlp.org 1.0 item show an import form.
...
bzr-revno: 233
2008-12-16 22:00:32 +00:00
Raoul Snyman
238b1c4ae3
Making stuff adhere to PEP 8.
...
bzr-revno: 222
2008-12-14 20:43:44 +00:00
Raoul Snyman
3382d86db9
Fixed new plugins not working, fixed up their images and their captions and things. Renamed a few methods to reflect their plugins correctly.
...
bzr-revno: 221
2008-12-14 19:50:17 +00:00
Raoul Snyman
508a542d6f
Rewrote Plugin methods to match Python standards, fixed a few other things here and there.
...
bzr-revno: 219
2008-12-14 15:49:54 +00:00
Raoul Snyman
2b0328e011
Added the "lib" module for the Songs plugin.
...
bzr-revno: 195
2008-12-07 08:09:59 +00:00
Raoul Snyman
908418bb1a
Added necessary __init__.py files to make directories into Python modules.
...
bzr-revno: 191
2008-12-06 09:30:38 +00:00
Raoul Snyman
843774aa1d
Fixed up the Bible plugin's media manager item.
...
Removed the unnecessarily hardcoded path in the Bible Manager.
Changed the SongFormat file to reflect what's really gonna happen in the song database.
Added the first sentence of the Plugin Developer's Guide.
bzr-revno: 186
2008-12-05 22:03:28 +00:00
Raoul Snyman
fce0830e56
Resolved conflicts
...
bzr-revno: 181
2008-12-05 18:02:27 +00:00
Raoul Snyman
8abce6443f
Changed erroneous "SimpleConfigParser" to "SafeConfigParser"
...
bzr-revno: 178
2008-12-05 07:23:32 +00:00
Raoul Snyman
51ede824fc
Made a start on the LinRegistry class.
...
bzr-revno: 169
2008-12-02 20:59:05 +00:00
Raoul Snyman
cb6538f1b1
Updated the credits page of the About dialog, tried to fix a few directory issues.
...
bzr-revno: 166
2008-12-02 20:09:08 +00:00
Raoul Snyman
170c480817
Made some changes to the ConfigHelper to use the Registry objects.
...
bzr-revno: 165
2008-12-02 14:40:22 +00:00
Raoul Snyman
ae9a770899
Made a couple of fixes to the bible plugin.
...
bzr-revno: 160
2008-12-01 20:25:47 +00:00
Raoul Snyman
a27b216387
Fixed up some problems (like mising Registry classes)
...
bzr-revno: 159
2008-12-01 20:12:34 +00:00
Raoul Snyman
44c3063cc0
Fixed up them plugins.
...
bzr-revno: 154
2008-12-01 18:36:53 +00:00
Raoul Snyman
d5c17f8518
Updated the project file.
...
bzr-revno: 153
2008-12-01 14:25:52 +00:00
Raoul Snyman
026388ce18
Added a WinRegistry helper class, made a few changes.
...
bzr-revno: 150
2008-12-01 13:15:31 +00:00
Raoul Snyman
9c5b487840
Moved everything to *real* toolbars... much better!
...
bzr-revno: 145
2008-11-30 20:01:19 +00:00
Raoul Snyman
dbec7d75b3
WE HAVE OUR FIRST INTEGRATING PLUGIN!!
...
bzr-revno: 144
2008-11-30 18:36:13 +00:00
Raoul Snyman
2e3ff9706f
Fixed up things that were broken due to the move.
...
bzr-revno: 140
2008-11-29 05:36:16 +00:00
Raoul Snyman
518fd4985d
Fixed up the code to work with the new module/directory layout.
...
bzr-revno: 134
2008-11-28 14:05:41 +00:00
Raoul Snyman
0a6ce5e3f7
Added the Event class and added some more hooks into the Plugin class.
...
bzr-revno: 132
2008-11-27 20:09:11 +00:00
Raoul Snyman
b5adedabdc
Moved song forms to the Songs plugin.
...
bzr-revno: 129
2008-11-26 19:53:21 +00:00
Raoul Snyman
2259e7bd61
Moved SongXml, created openlp.plugins.songs.forms module.
...
bzr-revno: 128
2008-11-26 19:46:06 +00:00
Raoul Snyman
f82134aeb6
Renamed SongPlugin to SongsPlugin.
...
bzr-revno: 127
2008-11-26 19:42:04 +00:00
Raoul Snyman
ebac2f6c77
Renamed "song.py" to "songxml.py"
...
bzr-revno: 126
2008-11-26 19:39:33 +00:00
Raoul Snyman
e4560515a5
Renamed "Song" to "Songs" plugin.
...
bzr-revno: 125
2008-11-26 18:55:18 +00:00
Raoul Snyman
41b10ebc46
Updated the main file to use the forms now in openlp.core.ui
...
bzr-revno: 123
2008-11-25 21:03:09 +00:00
Raoul Snyman
5588ac2c1b
Moved the main window and the splash screen forms to openlp.core.ui
...
bzr-revno: 122
2008-11-25 20:50:19 +00:00
Raoul Snyman
59a001be72
Added the Song plugin, updated the media manager to include more helper functions.
...
bzr-revno: 119
2008-11-25 16:26:49 +00:00
Raoul Snyman
dec6feb03c
Added the start to a song plugin, and a bare (for now) SettingsTab class.
...
bzr-revno: 114
2008-11-23 21:24:58 +00:00
Raoul Snyman
808748a008
Added a few more methods to the MediaManagerItem.
...
bzr-revno: 113
2008-11-22 21:41:20 +00:00
Raoul Snyman
f37dd74b4e
Moved MediaManagerItem to core.
...
bzr-revno: 111
2008-11-22 15:16:02 +00:00
Raoul Snyman
de0032a3b2
Added new Eric4 project files, updated root directory ignore property.
...
bzr-revno: 104
2008-11-21 18:58:03 +00:00