From aa042e930bc5cce596829086ce84f2c3c7c885ad Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 17 Jun 2012 00:08:03 -0700 Subject: Removed outdated classes. Pruned header to not introduce extraneous includes. (bzr r11502) --- src/doxygen-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index 70c62b3a9..d41675c56 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -306,7 +306,7 @@ namespace XML {} * [\ref interface.cpp, \ref memeq.h] [\ref main.cpp, \ref winmain.cpp] * [\ref menus-skeleton.h, \ref preferences-skeleton.h] * [\ref select-toolbar.cpp] [\ref shortcuts.cpp] - * [\ref sp-cursor.cpp] [\ref text-edit.cpp] [\ref toolbox.cpp, \ref ui/widget/toolbox.cpp] + * [\ref sp-cursor.cpp] [\ref text-edit.cpp] [\ref toolbox.cpp] * Inkscape::Verb [\ref verbs.h] * */ -- cgit v1.2.3 From 35e89204d0566765fba1ffc5a34edb6592a37771 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Thu, 17 Jan 2013 01:31:21 +0000 Subject: Rm unused sp-animate (bzr r12035) --- src/doxygen-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index d41675c56..71cd49dae 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -330,7 +330,7 @@ namespace XML {} * [\ref geom.cpp] [\ref mod360.cpp] */ /** \page OtherServices Classes and Files From Other Services - * [\ref inkview.cpp, \ref slideshow.cpp] [\ref sp-animation.cpp] + * [\ref inkview.cpp, \ref slideshow.cpp] * * Inkscape::GC * -- cgit v1.2.3 From b70b0336a827e9db4c091a321b32add41dc22941 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sun, 23 Jun 2013 21:45:37 +0200 Subject: Remove unused file memeq.h (bzr r12385) --- src/doxygen-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index 71cd49dae..04e5ab33e 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -303,7 +303,7 @@ namespace XML {} * SPGuide [\ref sp-guide.cpp, \ref sp-guide.h, \ref satisfied-guide-cns.cpp, \ref sp-guide-attachment.h, \ref sp-guide-constraint.h] * * [\ref help.cpp] [\ref inkscape.cpp] [\ref inkscape-stock.cpp] - * [\ref interface.cpp, \ref memeq.h] [\ref main.cpp, \ref winmain.cpp] + * [\ref interface.cpp] [\ref main.cpp, \ref winmain.cpp] * [\ref menus-skeleton.h, \ref preferences-skeleton.h] * [\ref select-toolbar.cpp] [\ref shortcuts.cpp] * [\ref sp-cursor.cpp] [\ref text-edit.cpp] [\ref toolbox.cpp] -- cgit v1.2.3 From fdf69629c66f6c1a69d88a00bb6c1311c97b631b Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sat, 20 Jul 2013 15:08:31 -0400 Subject: Ported away from and removed "sp-metrics.*". (bzr r12380.1.47) --- src/doxygen-main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index 04e5ab33e..d254299c8 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -334,8 +334,6 @@ namespace XML {} * * Inkscape::GC * - * [\ref sp-metrics.cpp, \ref sp-metrics.h] - * * [\ref prefs-utils.cpp] [\ref print.cpp] * * - Inkscape::GZipBuffer [\ref streams-gzip.h] -- cgit v1.2.3 From 379521136cda27b5e42c7afdd87a8ac691404f16 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Jul 2013 18:54:03 +0200 Subject: Remove approx-equal.h and replace with Geom::are_near (bzr r12431) --- src/doxygen-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index 04e5ab33e..1c3e5dcbb 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -350,7 +350,7 @@ namespace XML {} * Inkscape::Whiteboard::UndoStackObserver [\ref undo-stack-observer.cpp, \ref composite-undo-stack-observer.cpp] * [\ref document-undo.cpp] * - * {\ref dialogs/} [\ref approx-equal.h] [\ref decimal-round.h] [\ref enums.h] [\ref unit-constants.h] + * {\ref dialogs/} [\ref decimal-round.h] [\ref enums.h] [\ref unit-constants.h] */ -- cgit v1.2.3 From f1cdb3b3f47c7187d9325e8ddd8e630268dc8e8b Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Wed, 31 Jul 2013 18:33:03 -0400 Subject: Eliminate "unit-constants.h". (bzr r12380.1.54) --- src/doxygen-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index 42eb5dd13..a1d3f3604 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -348,7 +348,7 @@ namespace XML {} * Inkscape::Whiteboard::UndoStackObserver [\ref undo-stack-observer.cpp, \ref composite-undo-stack-observer.cpp] * [\ref document-undo.cpp] * - * {\ref dialogs/} [\ref decimal-round.h] [\ref enums.h] [\ref unit-constants.h] + * {\ref dialogs/} [\ref decimal-round.h] [\ref enums.h] */ -- cgit v1.2.3 From ff996cb240f1d196839f7fffb6f27ddc0e10a9bd Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Thu, 19 Sep 2013 15:23:51 +0200 Subject: Remove outdated example file sp-skeleton.cpp (bzr r12538) --- src/doxygen-main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index a1d3f3604..e581b8708 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -245,7 +245,6 @@ namespace XML {} * - SPLinearGradient * - SPRadialGradient * - SPPattern [\ref sp-pattern.cpp, \ref sp-pattern.h] - * - SPSkeleton [\ref sp-skeleton.cpp, \ref sp-skeleton.h] * - SPStop [\ref sp-stop.h] * - SPString [\ref sp-string.cpp, \ref sp-string.h] * - SPStyleElem [\ref sp-style-elem.cpp, \ref sp-style-elem.h] -- cgit v1.2.3 From 55b451bf382e0c3d5ed8728e42fbb535acfa8a33 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Thu, 7 Nov 2013 21:44:00 +0100 Subject: First step of moving tools into appropriate namespaces. (bzr r12782) --- src/doxygen-main.cpp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/doxygen-main.cpp') diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index e581b8708..6a5723bfd 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -258,27 +258,27 @@ namespace XML {} * * \section Event Context Class Hierarchy * - *- SPEventContext[\ref event-context.cpp, \ref event-context.h] - * - SPArcContext [\ref arc-context.cpp, \ref arc-context.h] + *- ToolBase[\ref event-context.cpp, \ref event-context.h] + * - ArcTool [\ref arc-context.cpp, \ref arc-context.h] * - SPDrawContext [\ref draw-context.cpp, \ref draw-context.h] - * - SPPenContext [\ref pen-context.cpp, \ref pen-context.h] - * - SPPencilContext [\ref pencil-context.cpp, \ref pencil-context.h] - * - SPConnectorContext [\ref connector-context.cpp, \ref connector-context.h, \ref sp-conn-end.cpp, \ref sp-conn-end-pair.cpp] - * - SPGradientContext [\ref gradient-context.cpp, \ref gradient-context.h, \ref gradient-drag.cpp, \ref gradient-toolbar.cpp] - * - SPRectContext [\ref rect-context.cpp, \ref rect-context.h] - * - SPSelectContext [\ref select-context.cpp, \ref select-context.h] - * - SPSpiralContext [\ref spiral-context.cpp, \ref spiral-context.h] - * - SPStarContext [\ref star-context.cpp, \ref star-context.h] + * - PenTool [\ref pen-context.cpp, \ref pen-context.h] + * - PencilTool [\ref pencil-context.cpp, \ref pencil-context.h] + * - ConnectorTool [\ref connector-context.cpp, \ref connector-context.h, \ref sp-conn-end.cpp, \ref sp-conn-end-pair.cpp] + * - GradientTool [\ref gradient-context.cpp, \ref gradient-context.h, \ref gradient-drag.cpp, \ref gradient-toolbar.cpp] + * - RectTool [\ref rect-context.cpp, \ref rect-context.h] + * - SelectTool [\ref select-context.cpp, \ref select-context.h] + * - SpiralTool [\ref spiral-context.cpp, \ref spiral-context.h] + * - StarTool [\ref star-context.cpp, \ref star-context.h] * - FloodContext [\ref flood-context.cpp, \ref flood-context.h] - * - Box3DContext [\ref box3d-context.cpp, \ref box3d-context.h] + * - Box3dTool [\ref box3d-context.cpp, \ref box3d-context.h] * * SPNodeContext [\ref node-context.cpp, \ref node-context.h] * - * SPZoomContext [\ref zoom-context.cpp, \ref zoom-context.h] + * ZoomTool [\ref zoom-context.cpp, \ref zoom-context.h] * - * SPDynaDrawContext [\ref dyna-draw-context.cpp, \ref dyna-draw-context.h] + * CalligraphicTool [\ref dyna-draw-context.cpp, \ref dyna-draw-context.h] * - * SPDropperContext [\ref dropper-context.cpp, \ref dropper-context.h] + * DropperTool [\ref dropper-context.cpp, \ref dropper-context.h] */ /** \page UI User Interface Classes and Files * -- cgit v1.2.3