diff options
| author | Denis Declara <declara91@gmail.com> | 2012-04-27 21:43:11 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-04-27 21:43:11 +0000 |
| commit | 3b4367f104ffcb7e07664dc711b8a879d1122dec (patch) | |
| tree | 408dbaa3938f745117e145bb2f0c1d368b59344b /src/ui/CMakeLists.txt | |
| parent | Trunk merge (diff) | |
| download | inkscape-3b4367f104ffcb7e07664dc711b8a879d1122dec.tar.gz inkscape-3b4367f104ffcb7e07664dc711b8a879d1122dec.zip | |
Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab.h, gridarrangetab(.cpp|.h), polararrangetab(.cpp|.h)
Also modified the name of the verb used by the "Rows and Columns" dialog to SP_VERB_SELECTION_ARRANGE
(bzr r11073.1.21)
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 2c6a68569..b244b7349 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -42,6 +42,7 @@ set(ui_SRC dialog/find.cpp dialog/floating-behavior.cpp dialog/glyphs.cpp + dialog/gridarrangetab.cpp dialog/guides.cpp dialog/icon-preview.cpp dialog/inkscape-preferences.cpp @@ -55,6 +56,7 @@ set(ui_SRC dialog/object-attributes.cpp dialog/object-properties.cpp dialog/ocaldialogs.cpp + dialog/polararrangetab.cpp dialog/print-colors-preview-dialog.cpp dialog/print.cpp dialog/scriptdialog.cpp @@ -132,6 +134,7 @@ set(ui_SRC dialog/aboutbox.h dialog/align-and-distribute.h + dialog/arrangetab.h dialog/behavior.h dialog/calligraphic-profile-rename.h dialog/color-item.h @@ -155,6 +158,7 @@ set(ui_SRC dialog/floating-behavior.h dialog/glyphs.h dialog/guides.h + dialog/gridarrangetab.h dialog/icon-preview.h dialog/inkscape-preferences.h dialog/input.h @@ -168,6 +172,7 @@ set(ui_SRC dialog/object-properties.h dialog/ocaldialogs.h dialog/panel-dialog.h + dialog/polararrangetab.h dialog/print-colors-preview-dialog.h dialog/print.h dialog/scriptdialog.h |
