From 4c6777321160fdaa481f7551c84995d844683719 Mon Sep 17 00:00:00 2001 From: su_v Date: Mon, 7 Apr 2014 15:09:30 +0200 Subject: Restore share/keys/inkscape.xml to current state (follow-up to r13221) (bzr r13274) --- share/keys/inkscape.xml | 144 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 122 insertions(+), 22 deletions(-) (limited to 'share') diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index d39441f22..07192cb37 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -44,6 +44,9 @@ override) the bindings in the main default.xml. + + + @@ -64,16 +67,16 @@ override) the bindings in the main default.xml. - - + + - + - + @@ -119,6 +122,11 @@ override) the bindings in the main default.xml. + + + + + @@ -190,7 +198,6 @@ override) the bindings in the main default.xml. - @@ -230,48 +237,64 @@ override) the bindings in the main default.xml. + - + + + + + + + + + + + + + + + + + - - + + - - + - - - + + + + - - - - - + + + + @@ -283,16 +306,19 @@ override) the bindings in the main default.xml. - + - + + + + @@ -320,9 +346,13 @@ override) the bindings in the main default.xml. + + + + @@ -331,6 +361,14 @@ override) the bindings in the main default.xml. + + + + + + + + @@ -382,6 +420,8 @@ override) the bindings in the main default.xml. + + @@ -403,6 +443,10 @@ override) the bindings in the main default.xml. + + + + @@ -521,9 +565,25 @@ override) the bindings in the main default.xml. + + + + + + + + + + + + + + + + @@ -553,9 +613,14 @@ override) the bindings in the main default.xml. + + + + + @@ -572,6 +637,27 @@ override) the bindings in the main default.xml. + + + + + + + + + + + + + + + + + + + + + @@ -582,10 +668,24 @@ override) the bindings in the main default.xml. - - + + + + + + + + + + + + + -- cgit v1.2.3 From 2595b33b05a0b238993553920ea2f207d86caba3 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Thu, 10 Apr 2014 00:02:10 +0200 Subject: Fix an issue with extension tests during distcheck. (bzr r13277) --- share/extensions/test/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/extensions/test/Makefile.am b/share/extensions/test/Makefile.am index 9c3124351..7ff68083d 100644 --- a/share/extensions/test/Makefile.am +++ b/share/extensions/test/Makefile.am @@ -44,6 +44,7 @@ EXTRA_DIST = \ radiusrand.test.py \ render_alphabetsoup.test.py \ render_barcode.test.py \ + render_barcode.data \ render_gears.test.py \ restack.test.py \ rtree.test.py \ -- cgit v1.2.3