From 7572ee2641532716d219a9a11f03e87511ed0bab Mon Sep 17 00:00:00 2001 From: John Smith Date: Tue, 8 May 2012 14:21:59 +0900 Subject: Fix for 986446 : Refactor toolbox into tool specific files (bzr r11346) --- src/widgets/Makefile_insert | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'src/widgets/Makefile_insert') diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 255767d43..439b5c3d4 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -1,16 +1,28 @@ ## Makefile.am fragment sourced by src/Makefile.am. ink_common_sources += \ + widgets/arc-toolbar.cpp \ + widgets/arc-toolbar.h \ + widgets/box3d-toolbar.cpp \ + widgets/box3d-toolbar.h \ widgets/button.cpp \ widgets/button.h \ + widgets/calligraphy-toolbar.cpp \ + widgets/calligraphy-toolbar.h \ + widgets/connector-toolbar.cpp \ + widgets/connector-toolbar.h \ widgets/dash-selector.cpp \ widgets/dash-selector.h \ widgets/desktop-widget.cpp \ widgets/desktop-widget.h \ + widgets/dropper-toolbar.cpp \ + widgets/dropper-toolbar.h \ widgets/eek-preview.cpp \ widgets/eek-preview.h \ widgets/ege-paint-def.cpp \ widgets/ege-paint-def.h \ + widgets/erasor-toolbar.cpp \ + widgets/erasor-toolbar.h \ widgets/fill-style.cpp \ widgets/fill-style.h \ widgets/fill-n-stroke-factory.h \ @@ -26,14 +38,30 @@ ink_common_sources += \ widgets/gradient-vector.h \ widgets/icon.cpp \ widgets/icon.h \ + widgets/lpe-toolbar.cpp \ + widgets/lpe-toolbar.h \ + widgets/measure-toolbar.cpp \ + widgets/measure-toolbar.h \ + widgets/node-toolbar.cpp \ + widgets/node-toolbar.h \ widgets/paint-selector.cpp \ widgets/paint-selector.h \ + widgets/paintbucket-toolbar.cpp \ + widgets/paintbucket-toolbar.h \ + widgets/pencil-toolbar.cpp \ + widgets/pencil-toolbar.h \ + widgets/rect-toolbar.cpp \ + widgets/rect-toolbar.h \ widgets/ruler.cpp \ widgets/ruler.h \ widgets/select-toolbar.cpp \ widgets/select-toolbar.h \ widgets/shrink-wrap-button.cpp \ widgets/shrink-wrap-button.h \ + widgets/spray-toolbar.cpp \ + widgets/spray-toolbar.h \ + widgets/spiral-toolbar.cpp \ + widgets/spiral-toolbar.h \ widgets/sp-attribute-widget.cpp \ widgets/sp-attribute-widget.h \ widgets/sp-color-gtkselector.cpp \ @@ -62,14 +90,23 @@ ink_common_sources += \ widgets/sp-xmlview-content.h \ widgets/sp-xmlview-tree.cpp \ widgets/sp-xmlview-tree.h \ + widgets/star-toolbar.cpp \ + widgets/star-toolbar.h \ widgets/stroke-marker-selector.cpp \ widgets/stroke-marker-selector.h \ widgets/stroke-style.cpp \ widgets/stroke-style.h \ widgets/swatch-selector.cpp \ widgets/swatch-selector.h \ + widgets/text-toolbar.cpp \ + widgets/text-toolbar.h \ widgets/toolbox.cpp \ widgets/toolbox.h \ + widgets/tweak-toolbar.cpp \ + widgets/tweak-toolbar.h \ + widgets/widget-sizes.h \ + widgets/zoom-toolbar.cpp \ + widgets/zoom-toolbar.h \ widgets/widget-sizes.h widgets/button.$(OBJEXT): helper/sp-marshal.h -- cgit v1.2.3 From 0ea9b448ee16fe941d46395c2877f4d2e815b9ed Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Wed, 23 May 2012 14:00:49 +0200 Subject: Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). (bzr r11406) --- src/widgets/Makefile_insert | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/Makefile_insert') diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 439b5c3d4..7d6b413bd 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -42,6 +42,8 @@ ink_common_sources += \ widgets/lpe-toolbar.h \ widgets/measure-toolbar.cpp \ widgets/measure-toolbar.h \ + widgets/mesh-toolbar.cpp \ + widgets/mesh-toolbar.h \ widgets/node-toolbar.cpp \ widgets/node-toolbar.h \ widgets/paint-selector.cpp \ -- cgit v1.2.3 From 5bb969ec0bffe89d0a49ae7906da35de75a2328f Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sat, 1 Dec 2012 19:42:24 +0000 Subject: Drop unused sp-color-gtkselector code (bzr r11919) --- src/widgets/Makefile_insert | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widgets/Makefile_insert') diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 7d6b413bd..46f0bd645 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -66,8 +66,6 @@ ink_common_sources += \ widgets/spiral-toolbar.h \ widgets/sp-attribute-widget.cpp \ widgets/sp-attribute-widget.h \ - widgets/sp-color-gtkselector.cpp \ - widgets/sp-color-gtkselector.h \ widgets/sp-color-icc-selector.cpp \ widgets/sp-color-icc-selector.h \ widgets/sp-color-notebook.cpp \ -- cgit v1.2.3 From faa38f1f6a18d5f44ebef82c7834d6b26aac34db Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Jul 2013 13:44:43 +0200 Subject: Fix spelling error in filename (bzr r12430) --- src/widgets/Makefile_insert | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/Makefile_insert') diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index 46f0bd645..97713cbee 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -21,8 +21,8 @@ ink_common_sources += \ widgets/eek-preview.h \ widgets/ege-paint-def.cpp \ widgets/ege-paint-def.h \ - widgets/erasor-toolbar.cpp \ - widgets/erasor-toolbar.h \ + widgets/eraser-toolbar.cpp \ + widgets/eraser-toolbar.h \ widgets/fill-style.cpp \ widgets/fill-style.h \ widgets/fill-n-stroke-factory.h \ -- cgit v1.2.3