Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
(→‎Dialogs: Add Symbols Dialog)
Line 7: Line 7:
All dialogs are in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/ui/dialog src/ui/dialog] (except for old dialogs).
All dialogs are in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/ui/dialog src/ui/dialog] (except for old dialogs).


* [[Class Inkscape::UI::Dialog::AboutBox]]: The ''About Inkscape'' dialog
* [[About Dialog]]: The ''About Inkscape'' dialog
* [[Class Inkscape::UI::Dialog::AlignAndDistribute]]: The ''Align and distribute'' dialog
* [[Align and Distribute Dialog]]: The ''Align and distribute'' dialog
* [[Class Inkscape::UI::Dialog::Behavior::Behavior]]
* [[Class Inkscape::UI::Dialog::Behavior::Behavior]]
* [[Class Inkscape::UI::Dialog::Behavior::DockBehavior]]
* [[Class Inkscape::UI::Dialog::Behavior::DockBehavior]]
Line 42: Line 42:
* [[Stroke Dialog]]
* [[Stroke Dialog]]
** [[Fill and Stroke Dialog Re-Design]]
** [[Fill and Stroke Dialog Re-Design]]
** [[Class Inkscape::UI::Dialog::FillAndStroke]]
* [[Class Inkscape::UI::Dialog::FilterEffectsDialog]]
* [[Class Inkscape::UI::Dialog::FilterEffectsDialog]]
* [[Class Inkscape::UI::Dialog::Find]]
* [[Find Dialog]]
* [[Class Inkscape::UI::Dialog::GlyphsPanel]]
* [[Class Inkscape::UI::Dialog::GlyphsPanel]]
* [[Class Inkscape::UI::Dialog::GuidelinePropertiesDialog]]
* [[Class Inkscape::UI::Dialog::GuidelinePropertiesDialog]]
Line 57: Line 56:
* [[Class Inkscape::UI::Dialog::LivePathEffectEditor]]
* [[Class Inkscape::UI::Dialog::LivePathEffectEditor]]
* [[New Document Dialog]]
* [[New Document Dialog]]
* [[Class Inkscape::UI::Dialog::Memory]]
* [[Memory Dialog]]
* [[Class Inkscape::UI::Dialog::Messages]]
* [[Messages Dialog]]
* [[OCAL Dialog]]
* [[OCAL Dialog]]
** [[OCAL Dialog Re-Design]]
** [[OCAL Dialog Re-Design]]
** [[Andrews Big Dialog Re-Design/OCAL]]
** [[Andrews Big Dialog Re-Design/OCAL]]
* [[Class Inkscape::UI::Dialog::PanelDialogBase]]
* [[Class Inkscape::UI::Dialog::PanelDialogBase]]
* [[Class Inkscape::UI::Dialog::Print]]: The ''Print...'' dialog
* [[Print Dialog]]: The ''Print...'' dialog
* [[Class Inkscape::UI::Dialog::PrintColorsPreviewDialog]]
* [[Class Inkscape::UI::Dialog::PrintColorsPreviewDialog]]
* [[Class Inkscape::UI::Dialog::ScriptDialog]]
* [[Script Dialog]]
* [[Class Inkscape::UI::Dialog::SvgFontsDialog]]
* [[Class Inkscape::UI::Dialog::SvgFontsDialog]]
* [[Class Inkscape::UI::Dialog::SVGPreview]]
* [[Class Inkscape::UI::Dialog::SVGPreview]]
Line 72: Line 71:
* [[Tablet Dialog]]
* [[Tablet Dialog]]
* [[Text Dialog]]
* [[Text Dialog]]
* [[Class Inkscape::UI::Dialog::TileDialog]]
* [[Tile Dialog]]
* [[Class Inkscape::UI::Dialog::TraceDialog]]
* [[Class Inkscape::UI::Dialog::TraceDialog]]
** [[Trace Bitmap Dialog Re-Design]]
** [[Trace Bitmap Dialog Re-Design]]

Revision as of 15:18, 26 December 2012

Discussion and documentation about specific Inkscape dialogs, widgets, tools and more inside the src/ui directory.

Dialogs

By extension, a dialog in Inkscape vocabulary is any type of window, i.e. a set of widgets with an OS decoration, a title...

All dialogs are in src/ui/dialog (except for old dialogs).

Dialogs that have not yet been rewritted can be found in src/dialogs.

Others re-designs

Widgets

Widgets are implemented in src/ui/widget.

Also a proposal for a Color Entry.

src/ui/tools

  • ...

Toolbars

A toolbar is a set of graphical widgets put around the canvas to provide actions on objects, canvas or documents.

See Toolbar page for more informations.

Menu

See Menu.