forked from openlp/openlp
Renamed "song.py" to "songxml.py"
bzr-revno: 126
This commit is contained in:
parent
e4560515a5
commit
ebac2f6c77
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE UserProject SYSTEM "UserProject-4.0.dtd">
|
||||
<!-- eric4 user project file for project openlp.org 2.0 -->
|
||||
<!-- Saved: 2008-11-26, 20:52:42 -->
|
||||
<!-- Saved: 2008-11-26, 21:12:47 -->
|
||||
<!-- Copyright (C) 2008 Raoul Snyman, raoulsnyman@openlp.org -->
|
||||
<UserProject version="4.0">
|
||||
</UserProject>
|
@ -1,6 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Tasks SYSTEM "Tasks-4.2.dtd">
|
||||
<!-- eric4 tasks file for project openlp.org 2.0 -->
|
||||
<!-- Saved: 2008-11-26, 20:52:42 -->
|
||||
<!-- Saved: 2008-11-26, 21:12:47 -->
|
||||
<Tasks version="4.2">
|
||||
<Task priority="1" completed="False" bugfix="False">
|
||||
<Summary>TODO: what is the tags for bridge, pre-chorus?</Summary>
|
||||
<Description></Description>
|
||||
<Created>2008-11-26, 21:10:45</Created>
|
||||
<Resource>
|
||||
<Filename>openlp/song/song.py</Filename>
|
||||
<Linenumber>138</Linenumber>
|
||||
</Resource>
|
||||
</Task>
|
||||
<Task priority="1" completed="False" bugfix="False">
|
||||
<Summary>TODO: check font formatting</Summary>
|
||||
<Description></Description>
|
||||
<Created>2008-11-26, 21:10:45</Created>
|
||||
<Resource>
|
||||
<Filename>openlp/song/song.py</Filename>
|
||||
<Linenumber>523</Linenumber>
|
||||
</Resource>
|
||||
</Task>
|
||||
</Tasks>
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Project SYSTEM "Project-4.4.dtd">
|
||||
<!-- eric4 project file for project openlp.org 2.0 -->
|
||||
<!-- Saved: 2008-11-25, 23:00:20 -->
|
||||
<!-- Saved: 2008-11-26, 21:12:37 -->
|
||||
<!-- Copyright (C) 2008 Raoul Snyman, raoulsnyman@openlp.org -->
|
||||
<Project version="4.4">
|
||||
<ProgLanguage mixed="0">Python</ProgLanguage>
|
||||
@ -30,8 +30,6 @@
|
||||
<Source>openlp/core/settingsmanager.py</Source>
|
||||
<Source>openlp/resources/openlp_rc.py</Source>
|
||||
<Source>openlp/resources/__init__.py</Source>
|
||||
<Source>openlp/ui/forms/about.py</Source>
|
||||
<Source>openlp/ui/forms/mainwindow.py</Source>
|
||||
<Source>openlp/core/plugin.py</Source>
|
||||
<Source>openlp/core/xmlrootclass.py</Source>
|
||||
<Source>openlp/song/__init__.py</Source>
|
||||
@ -51,8 +49,6 @@
|
||||
<Source>openlp/plugins/testplugin2/__init__.py</Source>
|
||||
<Source>openlp/plugins/testplugin2/testplugin2.py</Source>
|
||||
<Source>openlp/plugins/test/test_plugin_manager.py</Source>
|
||||
<Source>openlp/ui/forms/settings.py</Source>
|
||||
<Source>openlp/ui/forms/alertform.py</Source>
|
||||
<Source>openlp/ui/forms/editsongform.py</Source>
|
||||
<Source>openlp/ui/forms/openlpexportform.py</Source>
|
||||
<Source>openlp/ui/forms/openlpimportform.py</Source>
|
||||
@ -74,6 +70,11 @@
|
||||
<Source>openlp/core/ui/__init__.py</Source>
|
||||
<Source>openlp/core/ui/mainwindow.py</Source>
|
||||
<Source>openlp/core/ui/splashscreen.py</Source>
|
||||
<Source>openlp/core/ui/settings.py</Source>
|
||||
<Source>openlp/core/ui/alertform.py</Source>
|
||||
<Source>openlp/core/ui/about.py</Source>
|
||||
<Source>openlp/plugins/song/__init__.py</Source>
|
||||
<Source>openlp/plugins/song/forms/__init__.py</Source>
|
||||
</Sources>
|
||||
<Forms>
|
||||
<Form>openlp/resources/forms/mainwindow.ui</Form>
|
||||
|
Loading…
Reference in New Issue
Block a user