Skip to content

Commit 423a3a2

Browse files
authored
Merge pull request #18 from openlilylib/Fix_Toolbar_Creation
Fix toolbar creation
2 parents 8df9afd + 068994c commit 423a3a2

File tree

4 files changed

+39
-20
lines changed

4 files changed

+39
-20
lines changed

Release Notes.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
*********************************************
2-
OOoLilyPond 0.5.6 Release Notes (March 2018)
2+
OOoLilyPond 0.5.7 Release Notes (May 2018)
33
*********************************************
44

55

6+
Changes to OOoLilyPond 0.5.7 since 0.5.6:
7+
==========================================
8+
9+
* When installing the extension in OpenOffice, the automatic creation of an OLy toolbar failed. This ist fixed now.
10+
Thanks to the anonymous contributor who pointed out this solution in his comment on
11+
https://extensions.openoffice.org/en/project/OOoLilyPond
12+
13+
(Only tested with OpenOffice. Strangely enough, LibreOffice 6.0.2.1 won't let me delete existing toolbars.)
14+
15+
616
Changes to OOoLilyPond 0.5.6 since 0.5.5:
717
==========================================
818

extension/Addons.xcu

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@
77
<node oor:name="AddonUI">
88
<node oor:name="OfficeToolBar">
99
<node oor:name="OOoLilyPond.OfficeToolBar" oor:op="replace">
10-
<node oor:name="m1" oor:op="replace">
11-
<prop oor:name="Context" oor:type="xs:string">
12-
<value>com.sun.star.text.TextDocument,com.sun.star.drawing.DrawingDocument,com.sun.star.presentation.PresentationDocument</value>
13-
</prop>
14-
<prop oor:name="URL" oor:type="xs:string">
15-
<value>vnd.sun.star.script:OOoLilyPond.OOoLilyPond.OOoLilyPond?language=Basic&amp;location=application</value>
16-
</prop>
17-
<prop oor:name="Title" oor:type="xs:string">
18-
<value>OLy</value>
19-
</prop>
20-
<prop oor:name="Target" oor:type="xs:string">
21-
<value>_self</value>
22-
</prop>
10+
<prop oor:name="Title">
11+
<value>OOoLilyPond</value>
12+
</prop>
13+
<node oor:name="ToolBarItems">
14+
<node oor:name="m1" oor:op="replace">
15+
<prop oor:name="Context" oor:type="xs:string">
16+
<value>com.sun.star.text.TextDocument,com.sun.star.drawing.DrawingDocument,com.sun.star.presentation.PresentationDocument</value>
17+
</prop>
18+
<prop oor:name="URL" oor:type="xs:string">
19+
<value>vnd.sun.star.script:OOoLilyPond.OOoLilyPond.OOoLilyPond?language=Basic&amp;location=application</value>
20+
</prop>
21+
<prop oor:name="Title" oor:type="xs:string">
22+
<value>OLy</value>
23+
</prop>
24+
<prop oor:name="Target" oor:type="xs:string">
25+
<value>_self</value>
26+
</prop>
27+
</node>
2328
</node>
2429
</node>
2530
</node>

update/ooolilypond-update.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<description xmlns="http://openoffice.org/extensions/update/2006"
33
xmlns:xlink="http://www.w3.org/1999/xlink">
44
<identifier value="net.sourceforge.ooolilypond"/>
5-
<version value="0.5.6" />
5+
<version value="0.5.7" />
66
<update-download>
7-
<src xlink:href="https://github.com/openlilylib/LO-ly/releases/download/0.5.6/OOoLilyPond-0.5.6.oxt" />
7+
<src xlink:href="https://github.com/openlilylib/LO-ly/releases/download/0.5.7/OOoLilyPond-0.5.7.oxt" />
88
</update-download>
99
<release-notes>
1010
<src xlink:href="https://raw.githubusercontent.com/openlilylib/LO-ly/master/update/release-notes.txt" />

update/release-notes.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ https://github.com/openlilylib/LO-ly/wiki/Downloads
44
and open it in LibreOffice / OpenOffice.
55

66
direct link:
7-
https://github.com/openlilylib/LO-ly/releases/download/0.5.6/OOoLilyPond-0.5.6.oxt
7+
https://github.com/openlilylib/LO-ly/releases/download/0.5.7/OOoLilyPond-0.5.7.oxt
88

99

10-
OOoLilyPond 0.5.6 Release Notes (March 2018)
11-
================================================
10+
OOoLilyPond 0.5.7 Release Notes (May 2018)
11+
==========================================
1212

13-
Hint: If you tried to download the update via the extension manager and got a "403 Forbidden" error message, just try once more.
13+
* When installing the extension in OpenOffice, the automatic creation of an OLy toolbar failed. This ist fixed now.
14+
Thanks to the anonymous contributor who pointed out this solution in his comment on
15+
https://extensions.openoffice.org/en/project/OOoLilyPond
16+
17+
(Only tested with OpenOffice. Strangely enough, LibreOffice 6.0.2.1 won't let me delete existing toolbars.)
1418

1519

1620
Changes to OOoLilyPond 0.5.6 since 0.5.5:

0 commit comments

Comments
 (0)