some refactorings

This commit is contained in:
Mario Voigt 2021-10-16 11:31:30 +02:00
parent 79c231a71d
commit 6c3966cbd3
3 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
[ [
{ {
"name": "Scale To Size", "name": "Scale To Size (Replaced by default transform scale)",
"id": "fablabchemnitz.de.scale_to_size", "id": "fablabchemnitz.de.scale_to_size",
"path": "scale_to_size", "path": "scale_to_size",
"original_name": "Scale To Size", "original_name": "Scale To Size (Replaced by default transform scale)",
"original_id": "fablabchemnitz.de.scale_to_size", "original_id": "fablabchemnitz.de.scale_to_size",
"license": "GNU GPL v3", "license": "GNU GPL v3",
"license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE", "license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE",
"comment": "", "comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/scale_to_size", "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/scale_to_size",
"fork_url": null, "fork_url": null,
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Scale+To+Size", "documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=76054572",
"inkscape_gallery_url": null, "inkscape_gallery_url": null,
"main_authors": [ "main_authors": [
"github.com/vmario89" "github.com/vmario89"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Scale To Size</name> <name>Scale To Size (Replaced by default transform scale)</name>
<id>fablabchemnitz.de.scale_to_size</id> <id>fablabchemnitz.de.scale_to_size</id>
<param name="unit" gui-text="Unit" type="optiongroup" appearance="combo"> <param name="unit" gui-text="Unit" type="optiongroup" appearance="combo">
<option value="mm">mm</option> <option value="mm">mm</option>
@ -21,7 +21,7 @@
<object-type>all</object-type> <object-type>all</object-type>
<effects-menu> <effects-menu>
<submenu name="FabLab Chemnitz"> <submenu name="FabLab Chemnitz">
<submenu name="Modify existing Path(s)"/> <submenu name="Legacy Tools"/>
</submenu> </submenu>
</effects-menu> </effects-menu>
</effect> </effect>

View File

@ -1,6 +1,6 @@
[ [
{ {
"name": "Set View Box", "name": "Set View Box (Replaced by CTRL + SHIFT + R)",
"id": "fablabchemnitz.de.set_view_box", "id": "fablabchemnitz.de.set_view_box",
"path": "set_view_box", "path": "set_view_box",
"original_name": "Set viewBox", "original_name": "Set viewBox",
@ -10,7 +10,7 @@
"comment": "ported to Inkscape v1 manually by Mario Voigt", "comment": "ported to Inkscape v1 manually by Mario Voigt",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/set_view_box", "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/set_view_box",
"fork_url": "http://www.pernsteiner.org/inkscape/viewbox", "fork_url": "http://www.pernsteiner.org/inkscape/viewbox",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Set+View+Box", "documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=74645779",
"inkscape_gallery_url": null, "inkscape_gallery_url": null,
"main_authors": [ "main_authors": [
"pernsteiger.org/Stuart Pernsteiner", "pernsteiger.org/Stuart Pernsteiner",