Difference between revisions of "SpecInformativeUI"

From Inkscape Wiki
Jump to navigation Jump to search
m (Add category Proposals)
 
(One intermediate revision by one other user not shown)
Line 43: Line 43:
<gallery>
<gallery>
Image:MirandaIM-example.png|MirandaIM uses this kind of shortcuts for quick accessing network and protocol settings.
Image:MirandaIM-example.png|MirandaIM uses this kind of shortcuts for quick accessing network and protocol settings.
Image:Win7-example.png|Windows 7 uses it to open another app showing help.
Image:Gimp27-example.png|Gimp uses it to access a external webpage.
</gallery>
</gallery>


== TODO ==
== TODO ==
== Discussion ==
== Discussion ==
[[Category:Proposals]]

Latest revision as of 10:18, 31 March 2012

Launchpad Entry: https://blueprints.launchpad.net/inkscape/+spec/informative-ui

Summary

The UI could benefit from hyperlink-like shortcuts seamlessly placed on the statusbar text. These shortcuts open often used editing dialogs. Other places could get the same treatment.

Release Note

Rationale

Advantages:

  1. Basic appearance properties are already there (fill, stroke, stroke width, opacity) and double clicking them opens the Fill&Stroke dialog. Adding ways of accessing filter and LPE editing dialogs seems like a reasonable step to me (because both of them affect the appearance of objects).
  2. The shortcuts are painted with another color, making detection of an added filter/LPE easier with just a glance at the statusbar.
  3. Direct access to two of the most used dialogs (IMHO) from the main UI without having to use the menus.
  4. It doesn't take more space than the current solution so it won't affect negatively narrow screens.

Disadvantages:

  1. Might not be doable in GTK+ (unsure).

Design

Right now the status bar has information displayed as this:

  • Path (21 nodes, path effect: Spiro spline); filtered (Evanescence), in layer color. [Rest cut for this example]

In other words:

  • Type of object (N nodes, path effect: name_of_path_effect); filtered (name_of_filter), in layer name_of_layer.

I think that key words of the text can be converted to hyperlink-like shortcuts, like this:

  • Type of object (N nodes, path effect: name_of_path_effect); filtered (name_of_filter), in layer name_of_layer.
  • path effect: name_of_path_effect: This shortcuts to the LPE editor dialog.
  • filtered (name_of_filter): This shortcuts to the filter editor dialog.

Additionally, name_of_layer could be converted to a keyword too that shortcuts to the layer dialog with that layer selected. I haven't included it because personally I use the layer dialog less and prefer calling it from the toolbar.

Extending this concept to other parts of the UI

This idea could be extended to other parts of the UI, for example for linking to tutorials from some dialogs like the primitives of the filter editor. Info boxes are OK but a bit too obscure; having a Read more... link to a tutorial would help. Tooltips could have a link to specific tutorials too. Extensions could have hyperlinks to author webpage or to a tutorial explaining the parameters. Tips like the one appearing when

Examples in other software

TODO

Discussion