some refactorings

This commit is contained in:
Mario Voigt 2021-10-16 11:17:47 +02:00
parent d3d4f59fe8
commit 79c231a71d
11 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@
<object-type>path</object-type>
<effects-menu>
<submenu name="FabLab Chemnitz">
<submenu name="Legacy Tools"/>
<submenu name="Modify existing Path(s)"/>
</submenu>
</effects-menu>
</effect>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Circle Tangents</name>
<name>Circle Tangents (Replaced by Snap Objects Feature)</name>
<id>fablabchemnitz.de.circle_tangents</id>
<param name="position" type="optiongroup" appearance="combo" gui-text="Outer or inner?">
<option value="inner">Inner</option>
@ -16,7 +16,7 @@
<object-type>all</object-type>
<effects-menu>
<submenu name="FabLab Chemnitz">
<submenu name="Shape/Pattern from existing Path(s)"/>
<submenu name="Legacy Tools"/>
</submenu>
</effects-menu>
</effect>

View File

@ -1,6 +1,6 @@
[
{
"name": "Circle Tangents",
"name": "Circle Tangents (Replaced by Snap Objects Feature)",
"id": "fablabchemnitz.de.circle_tangents",
"path": "circle_tangents",
"original_name": "Tangent",
@ -10,7 +10,7 @@
"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/circle_tangents",
"fork_url": "https://github.com/Rhysun/inkTan",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Circle+Tangents",
"documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=74645771",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/Rhysun",

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Dimensioning</name>
<name>Dimensioning (Replaced by LPE)</name>
<id>fablabchemnitz.de.dimensioning</id>
<param name="tab" type="notebook">
<page name="general" gui-text="General Settings">

View File

@ -1,6 +1,6 @@
[
{
"name": "Dimensioning",
"name": "Dimensioning (Replaced by LPE)",
"id": "fablabchemnitz.de.dimensioning",
"path": "dimensioning",
"original_name": "Dimensioning",
@ -10,7 +10,7 @@
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/dimensioning",
"fork_url": "https://github.com/Rutzmoser/inkscape_dimensioning",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Dimensioning",
"documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=55018389",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/Rutzmoser",

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Ellipse By Five Points</name>
<name>Ellipse By Five Points (Replaced by LPE)</name>
<id>fablabchemnitz.de.ellipse_by_five_points</id>
<effect>
<object-type>path</object-type>

View File

@ -1,6 +1,6 @@
[
{
"name": "Ellipse By Five Points",
"name": "Ellipse By Five Points (Replaced by LPE)",
"id": "fablabchemnitz.de.ellipse_by_five_points",
"path": "ellipse_by_five_points",
"original_name": "Ellipse by 5 Points",
@ -10,7 +10,7 @@
"comment": "bugfixed and ported to Inkscape v1 manually by Mario Voigt",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/ellipse_by_five_points",
"fork_url": "http://www.pernsteiner.org/inkscape/ellipse_5pts/",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Ellipse+by+Five+Points",
"documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=55019659",
"inkscape_gallery_url": null,
"main_authors": [
"pernsteiner.org/Stuart Pernsteiner",

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Fillet And Chamfer</name>
<name>Fillet And Chamfer (Replaced by LPE)</name>
<id>fablabchemnitz.de.fillet_and_chamfer</id>
<param name="fillet_type" type="optiongroup" appearance="combo" gui-text="Fillet or Chamfer:">
<option value="fillet">Fillet</option>

View File

@ -1,6 +1,6 @@
[
{
"name": "Fillet And Chamfer",
"name": "Fillet And Chamfer (Replaced by LPE)",
"id": "fablabchemnitz.de.fillet_and_chamfer",
"path": "fillet_and_chamfer",
"original_name": "Fillet and Chamfer",
@ -10,7 +10,7 @@
"comment": "ported to Inkscape v1 by Mario Voigt",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/fillet_and_chamfer",
"fork_url": "https://github.com/taoari/inkscape-filletandchamfer",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Fillet+And+Chamfer",
"documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=55019889",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/taoari",

View File

@ -1,6 +1,6 @@
[
{
"name": "Round Corners",
"name": "Round Corners (Replaced by LPE)",
"id": "fablabchemnitz.de.round_corners",
"path": "round_corners",
"original_name": "Round Corners",
@ -10,7 +10,7 @@
"comment": "You can do nearly the same with Live Path Effect!",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/round_corners",
"fork_url": "https://github.com/jnweiger/inkscape-round-corners",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Round+Corners",
"documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=94175520",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/jnweiger",

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Round Corners</name>
<name>Round Corners (Replaced by LPE)</name>
<id>fablabchemnitz.de.round_corners</id>
<param name="radius" type="float" gui-text="Radius: [mm]" precision="2" min="0.001" max="999.99">2.0</param>
<param name="method" type="optiongroup" appearance="radio" gui-text="Corner type:">