Difference between revisions of "User Interface Modules"

From Inkscape Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
== Dialogs ==
== 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...
See [[Dialog]].
 
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).
 
* [[About Dialog]]: The ''About Inkscape'' dialog
* [[Align and Distribute Dialog]]: The ''Align and distribute'' dialog
* [[Class Inkscape::UI::Dialog::Behavior::Behavior]]
* [[Class Inkscape::UI::Dialog::Behavior::DockBehavior]]
* [[Class Inkscape::UI::Dialog::Behavior::FloatingBehavior]]
* [[Class Inkscape::UI::Dialog::CaligraphicProfileRename]]
* [[Close Dialog]]
* [[Class Inkscape::UI::Dialog::ColorItem]]
* [[Class Inkscape::UI::Dialog::DebugDialog]]
* [[Class Inkscape::UI::Dialog::DesktopTracker]]
* [[Class Inkscape::UI::Dialog::Dialog]]
* [[Class Inkscape::UI::Dialog::DialogManager]]
* [[Class Inkscape::UI::Dialog::DocumentMetadata]]: The ''Document metadatas'' dialog
** [[Andrews Big Dialog Re-Design/Document Metadata]]
* [[Class Inkscape::UI::Dialog::DocumentProperties]]: The ''Document properties'' dialog
* [[Class Inkscape::UI::Dialog::ExtensionEditor]]
* [[Class Inkscape::UI::Dialog::ExtensionPanel]]
* [[Export Bitmap Dialog]]
** [[Export Bitmap Dialog Re-Design]]
** [[Andrews Big Dialog Re-Design/Export Bitmap]]
* [[Class Inkscape::UI::Dialog::FileDialogBaseGtk]]
* [[Class Inkscape::UI::Dialog::FileDialogBaseWin32]]
* [[Class Inkscape::UI::Dialog::FileDialogOCALBase]]
* [[Class Inkscape::UI::Dialog::FileImportFromOCALDialog]]
* [[Class Inkscape::UI::Dialog::FileListViewText]]
* [[Class Inkscape::UI::Dialog::FileOpenDialog]]
* [[Class Inkscape::UI::Dialog::FileOpenDialogImplGtk]]
* [[Class Inkscape::UI::Dialog::FileSaveDialog]]
* [[Class Inkscape::UI::Dialog::FileSaveDialogImplGtk]]
* [[Class Inkscape::UI::Dialog::FileOpenDialogImplWin32]]
* [[Class Inkscape::UI::Dialog::FileSaveDialogImplWin32]]
* [[Class Inkscape::UI::Dialog::FileExportDialog]]
* [[Class Inkscape::UI::Dialog::FileExportDialogImpl]]
* [[Stroke Dialog]]
** [[Fill and Stroke Dialog Re-Design]]
* [[Class Inkscape::UI::Dialog::FilterEffectsDialog]]
* [[Find Dialog]]
* [[Class Inkscape::UI::Dialog::GlyphsPanel]]
* [[Class Inkscape::UI::Dialog::GuidelinePropertiesDialog]]
* [[Class Inkscape::UI::Dialog::IconPreviewPanel]]
* [[Image Properties Dialog]]
** [[Image properties dialog enhancements]]
* [[Class Inkscape::UI::Dialog::InkscapePreferences]]: The ''Inkscape preferences'' dialog
* [[Class Inkscape::UI::Dialog::InputDialog]]
* [[Layer Dialog]]
* [[Class Inkscape::UI::Dialog::LayerPropertiesDialog]]: The ''Layer properties'' dialog
* [[Class Inkscape::UI::Dialog::LayersPanel]]
* [[Class Inkscape::UI::Dialog::LivePathEffectEditor]]
* [[New Document Dialog]]
* [[Memory Dialog]]
* [[Messages Dialog]]
* [[OCAL Dialog]]
** [[OCAL Dialog Re-Design]]
** [[Andrews Big Dialog Re-Design/OCAL]]
* [[Class Inkscape::UI::Dialog::PanelDialogBase]]
* [[Print Dialog]]: The ''Print...'' dialog
* [[Class Inkscape::UI::Dialog::PrintColorsPreviewDialog]]
* [[Script Dialog]]
* [[Class Inkscape::UI::Dialog::SvgFontsDialog]]
* [[Class Inkscape::UI::Dialog::SVGPreview]]
* [[Class Inkscape::UI::Dialog::SwatchesPanel]]
* [[SymbolsDialog|Symbols Dialog]]
* [[Tablet Dialog]]
* [[Text Dialog]]
* [[Tile Dialog]]
* [[Class Inkscape::UI::Dialog::TraceDialog]]
** [[Trace Bitmap Dialog Re-Design]]
* [[Class Inkscape::UI::Dialog::Transformation]]
* [[Class Inkscape::UI::Dialog::UndoHistory]]: The ''Undo history'' dialog
 
Dialogs that have not yet been rewritted can be found in [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head%3A/src/dialogs src/dialogs].
 
=== Others re-designs ===
 
* [[Andrews Big Dialog Re-Design]]
* [[Andrews Big Dialog Re-Design/Embed or Link]]
* [[FindReplaceDialog]]
* [[DialogsReorganization]]


== Widgets ==
== Widgets ==

Latest revision as of 11:21, 25 August 2013

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

Dialogs

See Dialog.

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.