Difference between revisions of "BlueprintReworkedDocumentPropertiesDialog"

From Inkscape Wiki
Jump to navigation Jump to search
(Added image of new Document Properties dialog UI)
(Added link to Launchpad blueprint)
 
(15 intermediate revisions by the same user not shown)
Line 7: Line 7:
== Key points of the new UI ==
== Key points of the new UI ==


* Tightened up
* Tightened up/simplified
* Ability to accept and cancel all changes to the properties
* Preview of current format
* Ability to choose from the different templates
* Ability to choose from the different templates
* Current settings can be saved as new template
* Current settings can be saved as new template
* Preview of current format
* Buttons to accept and cancel the changes


== Design ==  
== Design proposal ==
[[File:New_Document_Properties_dialog.png]]
 
=== General ===
 
* Condensed color button
 
=== ''Page'' tab ===
 
* Merge ''Default units'' and ''Units'' fields (i.e. remove one of them)
* Remove option to specify border color
* Move display options to global ''Preferences'' dialog and allow toggling them via the ''View'' menu
* Turn ''Page Size'' list into drop-down list
* Add ''Templates'' drop-down list allowing to select from predefined templates setting all document properties at once
* Add ''Save As Template...'' button allowing to save the current document properties as a template for other documents
* Add preview of chosen page format
* Add buttons to accept and cancel the changes (i.e. only apply the changes after accepting them and allowing to revert them)
* Change ''Format'' field to ''Custom'' if width or height is changed to an unknown format
* Rearrange remaining fields for a more compact layout
 
[[File:New_Document_Properties_dialog_Page_tab.png]]
 
=== ''Color'' tab ===
 
* Rename ''Color'' tab to ''Colors''
* Move button to remove color profile into ''Linked color profiles'' list
 
[[File:New_Document_Properties_dialog_Colors_tab.png]]
 
=== ''Meta Data'' tab ===
 
* Merge options of ''License'' tab into ''Meta Data'' tab
 
[[File:New_Document_Properties_dialog_Meta_Data_tab.png]]
 
=== ''Guides'' and ''Grids'' tabs ===
 
* Move options of ''Guides'' and ''Grids'' tabs into a separate new dialog
* Turn grid tabs into list showing their enabled, visibility and locked state plus their ID, label and color
* Allow to toggle the visibility and locked state of guides
* Rearrange remaining fields for a more compact layout
* Open the dialog when a guide line is double-clicked or right-clicked and an edit option selected and select it in the list; once the dialog is open, a single click on the guide line selects it in the list
* Allow to select multiple grids or guides to change the options ''Visible'', ''Show dots instead of lines'' and the color for all of them at once
* Removed ''Relative change'' checkbox, because the fields allow to calculate the values (they should instead get a tooltip and/or a visual indicator that you can do calculations in them)
 
[[File:New_Guides_and_Grids_dialog_guide_selected.png]]
 
[[File:New_Guides_and_Grids_dialog_grid_selected.png]]
 
=== Other tabs ===
 
* Move options of ''Snap'' tab into the 'Snapping' section of the global ''Preferences'' dialog
* Move options of ''Scripting'' tab into a separate new dialog
 
=== See also ===
 
* [https://blueprints.launchpad.net/inkscape/+spec/document-properties-rework Blueprint on Launchpad]

Latest revision as of 21:56, 8 June 2017

Summary

This blueprint covers an overhaul of the Document Properties dialog UI. The goal is to tighten the UI up by reorganizing it, moving features to other dialogs and adding new ones.

Another goal is to prepare it for the use to create new documents as described in bug 1362061.

Key points of the new UI

  • Tightened up/simplified
  • Ability to accept and cancel all changes to the properties
  • Preview of current format
  • Ability to choose from the different templates
  • Current settings can be saved as new template

Design proposal

General

  • Condensed color button

Page tab

  • Merge Default units and Units fields (i.e. remove one of them)
  • Remove option to specify border color
  • Move display options to global Preferences dialog and allow toggling them via the View menu
  • Turn Page Size list into drop-down list
  • Add Templates drop-down list allowing to select from predefined templates setting all document properties at once
  • Add Save As Template... button allowing to save the current document properties as a template for other documents
  • Add preview of chosen page format
  • Add buttons to accept and cancel the changes (i.e. only apply the changes after accepting them and allowing to revert them)
  • Change Format field to Custom if width or height is changed to an unknown format
  • Rearrange remaining fields for a more compact layout

New Document Properties dialog Page tab.png

Color tab

  • Rename Color tab to Colors
  • Move button to remove color profile into Linked color profiles list

New Document Properties dialog Colors tab.png

Meta Data tab

  • Merge options of License tab into Meta Data tab

New Document Properties dialog Meta Data tab.png

Guides and Grids tabs

  • Move options of Guides and Grids tabs into a separate new dialog
  • Turn grid tabs into list showing their enabled, visibility and locked state plus their ID, label and color
  • Allow to toggle the visibility and locked state of guides
  • Rearrange remaining fields for a more compact layout
  • Open the dialog when a guide line is double-clicked or right-clicked and an edit option selected and select it in the list; once the dialog is open, a single click on the guide line selects it in the list
  • Allow to select multiple grids or guides to change the options Visible, Show dots instead of lines and the color for all of them at once
  • Removed Relative change checkbox, because the fields allow to calculate the values (they should instead get a tooltip and/or a visual indicator that you can do calculations in them)

New Guides and Grids dialog guide selected.png

New Guides and Grids dialog grid selected.png

Other tabs

  • Move options of Snap tab into the 'Snapping' section of the global Preferences dialog
  • Move options of Scripting tab into a separate new dialog

See also