summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-09-03 03:24:49 +0000
committerCampbell Barton <ideasman42@gmail.com>2016-09-03 03:24:49 +0000
commit15986c2286dbc36f42de43e3cb98aad9fc0f16c7 (patch)
treee89444453f46c42167693c773644a05bfed19365 /src
parentUpdate CMake checker (diff)
downloadinkscape-15986c2286dbc36f42de43e3cb98aad9fc0f16c7.tar.gz
inkscape-15986c2286dbc36f42de43e3cb98aad9fc0f16c7.zip
CMake: add missing headers
(bzr r15102)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/CMakeLists.txt8
-rw-r--r--src/ui/CMakeLists.txt4
-rw-r--r--src/widgets/CMakeLists.txt88
3 files changed, 53 insertions, 47 deletions
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt
index 97b47b630..aa51d51bd 100644
--- a/src/2geom/CMakeLists.txt
+++ b/src/2geom/CMakeLists.txt
@@ -60,13 +60,16 @@ set(2geom_SRC
bezier-to-sbasis.h
bezier-utils.h
bezier.h
+ cairo-path-sink.h
choose.h
circle.h
+ circulator.h
concepts.h
conic_section_clipper.h
conic_section_clipper_cr.h
conic_section_clipper_impl.h
conicsec.h
+ convex-hull.h
coord.h
crossing.h
curve.h
@@ -82,10 +85,13 @@ set(2geom_SRC
int-interval.h
int-point.h
int-rect.h
+ intersection-graph.h
+ intersection.h
interval.h
line.h
linear.h
math-utils.h
+ nearest-time.h
ord.h
path-intersection.h
path-sink.h
@@ -106,8 +112,8 @@ set(2geom_SRC
solver.h
svg-path-parser.h
svg-path-writer.h
- sweeper.h
sweep-bounds.h
+ sweeper.h
toposweep.h
transforms.h
utils.h
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index edcc41cd2..9e641edc3 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -246,6 +246,7 @@ set(ui_SRC
dialog/template-widget.h
dialog/text-edit.h
dialog/tile.h
+ dialog/tracedialog.h
dialog/transformation.h
dialog/undo-history.h
dialog/xml-tree.h
@@ -273,14 +274,15 @@ set(ui_SRC
tools/dropper-tool.h
tools/dynamic-base.h
tools/eraser-tool.h
+ tools/flood-tool.h
tools/freehand-base.h
tools/gradient-tool.h
tools/lpe-tool.h
tools/measure-tool.h
tools/mesh-tool.h
tools/node-tool.h
- tools/pencil-tool.h
tools/pen-tool.h
+ tools/pencil-tool.h
tools/rect-tool.h
tools/select-tool.h
tools/spiral-tool.h
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt
index b2071af4e..c87fa1500 100644
--- a/src/widgets/CMakeLists.txt
+++ b/src/widgets/CMakeLists.txt
@@ -1,32 +1,20 @@
add_subdirectory(gimp)
set(widgets_SRC
- button.cpp
arc-toolbar.cpp
box3d-toolbar.cpp
+ button.cpp
calligraphy-toolbar.cpp
connector-toolbar.cpp
- dropper-toolbar.cpp
- eraser-toolbar.cpp
- lpe-toolbar.cpp
- measure-toolbar.cpp
- mesh-toolbar.cpp
- node-toolbar.cpp
- pencil-toolbar.cpp
- rect-toolbar.cpp
- spiral-toolbar.cpp
- spray-toolbar.cpp
- star-toolbar.cpp
- text-toolbar.cpp
- tweak-toolbar.cpp
- zoom-toolbar.cpp
dash-selector.cpp
desktop-widget.cpp
+ dropper-toolbar.cpp
eek-preview.cpp
+ ege-adjustment-action.cpp
+ ege-output-action.cpp
ege-paint-def.cpp
- ege-adjustment-action.cpp
- ege-output-action.cpp
- ege-select-one-action.cpp
+ ege-select-one-action.cpp
+ eraser-toolbar.cpp
fill-style.cpp
font-selector.cpp
gradient-image.cpp
@@ -40,7 +28,13 @@ set(widgets_SRC
ink-radio-action.cpp
ink-toggle-action.cpp
ink-tool-menu-action.cpp
+ lpe-toolbar.cpp
+ measure-toolbar.cpp
+ mesh-toolbar.cpp
+ node-toolbar.cpp
paint-selector.cpp
+ pencil-toolbar.cpp
+ rect-toolbar.cpp
select-toolbar.cpp
sp-attribute-widget.cpp
sp-color-selector.cpp
@@ -49,41 +43,35 @@ set(widgets_SRC
sp-xmlview-content.cpp
sp-xmlview-tree.cpp
spinbutton-events.cpp
+ spiral-toolbar.cpp
+ spray-toolbar.cpp
spw-utilities.cpp
+ star-toolbar.cpp
stroke-marker-selector.cpp
stroke-style.cpp
swatch-selector.cpp
+ text-toolbar.cpp
toolbox.cpp
+ tweak-toolbar.cpp
+ zoom-toolbar.cpp
# -------
# Headers
- button.h
arc-toolbar.h
box3d-toolbar.h
+ button.h
calligraphy-toolbar.h
connector-toolbar.h
- dropper-toolbar.h
- eraser-toolbar.h
- lpe-toolbar.h
- measure-toolbar.h
- mesh-toolbar.h
- node-toolbar.h
- pencil-toolbar.h
- rect-toolbar.h
- spiral-toolbar.h
- spray-toolbar.h
- star-toolbar.h
- text-toolbar.h
- tweak-toolbar.h
- zoom-toolbar.h
dash-selector.h
desktop-widget.h
+ dropper-toolbar.h
eek-preview.h
+ ege-adjustment-action.h
+ ege-output-action.h
ege-paint-def.h
- ege-adjustment-action.h
- ege-output-action.h
- ege-select-one-action.h
+ ege-select-one-action.h
+ eraser-toolbar.h
fill-n-stroke-factory.h
fill-style.h
font-selector.h
@@ -93,12 +81,18 @@ set(widgets_SRC
gradient-vector.h
icon.h
image-menu-item.h
- ink-action.h
- ink-comboboxentry-action.h
+ ink-action.h
+ ink-comboboxentry-action.h
ink-radio-action.h
- ink-toggle-action.h
- ink-tool-menu-action.h
+ ink-toggle-action.h
+ ink-tool-menu-action.h
+ lpe-toolbar.h
+ measure-toolbar.h
+ mesh-toolbar.h
+ node-toolbar.h
paint-selector.h
+ pencil-toolbar.h
+ rect-toolbar.h
select-toolbar.h
sp-attribute-widget.h
sp-color-selector.h
@@ -107,25 +101,29 @@ set(widgets_SRC
sp-xmlview-content.h
sp-xmlview-tree.h
spinbutton-events.h
+ spiral-toolbar.h
+ spray-toolbar.h
spw-utilities.h
+ star-toolbar.h
stroke-marker-selector.h
stroke-style.h
swatch-selector.h
+ text-toolbar.h
toolbox.h
+ tweak-toolbar.h
widget-sizes.h
+ zoom-toolbar.h
)
# add_inkscape_lib(widgets_LIB "${widgets_SRC}")
add_inkscape_source("${widgets_SRC}")
-set ( widgets_paintbucket_SRC
- paintbucket-toolbar.cpp
- paintbucket-toolbar.h
+set(widgets_paintbucket_SRC
+ paintbucket-toolbar.cpp
+ paintbucket-toolbar.h
)
if ("${HAVE_POTRACE}")
add_inkscape_source("${widgets_paintbucket_SRC}")
endif()
-
-