Calligra/Icons/3.0

From KDE Community Wiki
Revision as of 23:00, 13 November 2015 by Andreas k (talk | contribs)

Legend: TODO, DONE, ??

Table related icons

Existing icons in Breeze:

edit-table-cell-merge
edit-table-cell-split
edit-table-delete-column
edit-table-delete-row
edit-table-insert-column-left
edit-table-insert-column-right
edit-table-insert-row-above
edit-table-insert-row-below

The naming pattern for action icons (as I understand it):

edit-OBJECT-ACTION(-MATERIAL)

"edit-" as prefix because content is changed. Then there are "format-" icons for changing the style of content. And state icons, though there is slight mix with action icons, as target state is also used with actions.

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-adjustcol.png adjustcol edit-table-column-resize-equal used for both equalize & adapt-to-content currently, should be split ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-adjustcol.png adjustcol edit-table-column-resize-fit see above ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-adjustrow.png adjustrow edit-table-row-resize-equal used for both equalize & adapt-to-content, should be split ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-adjustrow.png adjustrow edit-table-row-resize-fit see above ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-resizecol.png resizecol edit-table-column-resize ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-resizerow.png resizerow edit-table-row-resize ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-hide_table_column.png hide_table_column table-column-visible-off target state used with action, like "layer-visible-*" ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-hide_table_row.png hide_table_row table-row-visible-off " ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-show_table_column.png show_table_column table-column-visible-on " ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-show_table_row.png show_table_row table-row-visible-on " ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-cell_edit.png cell_edit edit-table-cell-edit used to start editing (text) content of cell, "edit" as action seems strange, just "edit-table-cell" also, better idea? ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-cell_layout.png cell_layout edit-table-cell-format used to start formatting (content of) cell, see also tool_cellformatting. Or "format-table-cell"? ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-insertcell.png insertcell edit-table-insert-cell used to insert single blank cell or multiple ones, incl. full row/column ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-insertcellcopy.png insertcellcopy edit-table-paste-cell for inserting cells from clipboard, moving existing ones to other positions ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-mergecell.png mergecell edit-table-cell-merge seems existing icon is for same usecase ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-mergecell-horizontal.png mergecell-horizontal edit-table-cell-merge-horizontal used to merge all selected cells horizontal only ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-mergecell-vertical.png mergecell-vertical edit-table-cell-merge-vertical used to merge all selected cells vertical only ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-removecell.png removecell edit-table-cell-delete used to remove a complete cell, resulting in other cells moving positions ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-deletecell.png deletecell edit-table-cell-clear used to blank selected cells from all data and formatting ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-delete_table.png delete_table edit-table-delete used to delete the whole table/spreadsheet ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-dissociatecell.png dissociatecell edit-table-cell-unmerge or use edit-table-cell-split? ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-selection.png selection edit-table-select-cell used both for selecting single cells and cell ranges, but single item in icon is standard? ?

Kexi also has table icons (but see note at end of section)

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=kexi%2Fpics%2F22-actions-insert_table_row.png insert_table_row edit-table-insert-row-above use existing breeze, cmp. kexi/main/KexiMainWindow.cpp:779 tooltip "above" ?
?p=calligra.git&a=blob&o=plain&f=kexi%2Fpics%2F22-actions-delete_table_row.png delete_table_row rename table-delete-row ?
?p=calligra.git&a=blob&o=plain&f=kexi%2Fpics%2F22-actions-clear_table_contents.png clear_table_contents edit-table-clear ?

Borders for multiple cells

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_all.png border_all format-border-set-all sets borders on all sides of all selected cells ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_inside.png border_inside format-border-set-internal sets borders only at sides of selected cells where neighbor is not selected ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_outline.png border_outline format-border-set-external sets borders only at sides where both neighboring cells are selected ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_top.png border_top format-border-set-top sets border only at the top side of the top selected cells ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_bottom.png border_bottom format-border-set-bottom sets border only at the bottom side of the bottom selected cells ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_left.png border_left format-border-set-left sets border only at the left side of the left selected cells ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_right.png border_right format-border-set-right sets border only at the right side of the right selected cells ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_horizontal.png border_horizontal format-border-set-internal-horizontal like border_inside, but only horizontal sides ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_vertical.png border_vertical format-border-set-internal-vertical like border_inside, but only verticalal sides ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_remove.png border_remove format-border-set-none removes all borders on all sides of all selected cells ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_fall.png border_fall format-border-set-diagonal-tl-br sets diagonal line to all selected cells (topleft-bottomright) ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-border_up.png border_up format-border-set-diagonal-bl-tr sets diagonal line to all selected cells (bottomleft-topright) ?
?p=calligra.git&a=blob&o=plain&f=pics%2Fhicolor%2F16-actions-borderpainter.png borderpainter format-border-style turns mouse to "painter" with current border settings, to format borders by clicking them ?

"table" is used for both for spreadsheet tables and db tables. Do they need different iconic language ?

  • Note (Jstaniek (talk) 07:23, 12 November 2015 (UTC)): Spreadsheets have sheets (strictly speaking); db tables are different especially when it comes to the meaning and behaviour of columns and rows. This of course does not have to be always reflected at the level of icons. Ideally we'd like to have the "Kexi table"-related actions here synced with the new table object's icon of Kexi [1].
  • Note Frinring (talk) 19:06, 13 November 2015 (UTC) I would like to see the "sheet" in "spreadsheet" not emphasized in icons, as spreadsheet-tables can be also embedded in rich-text documents or slides (as normal table), so the "sheet" would be misleading there.

Spreadsheet formatting icons

old name proposed name description state
- - format-text-lowercase ?
- - format-text-uppercase ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-first_letter_upper.png first_letter_upper format-text-camelcase ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-vertical_text.png vertical_text format-text-direction-ttb letters still horizontal, but lined in a column. not sure if format-text-direction-vertical is also for that? ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-prec_minus.png prec_minus format-precision-less to decrease precision of number ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-prec_plus.png prec_plus format-precision-more to increase precision of number ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-text_top.png text_top format-align-vertical-top needs text variant, blocks of align-vertical-top look strange ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-middle.png middle format-align-vertical-center " ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-text_bottom.png text_bottom format-align-vertical-bottom " ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-comment.png comment insert-comment ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-removecomment.png removecomment remove-comment/delete-comment remove or delete? ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-percent.png percent format-number-percent using a percent char as text does not work, because used as icon in menus ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-money.png money format-currency ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-funct.png funct insert-math-expression "function" might be bound more to sourcecode ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-series.png series insert-series is "series" a term that makes sense outside spreadsheets? ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-multirow.png multirow view-text-wrapped-word-wise "Make the cell text wrap onto multiple lines" ?

Path editing related icons

Breeze has most icons here already. Though it uses the term "node" where "pathpoint" is used in Calligra. And segments (lines between neighbour nodes) are not mentioned at all in icon names. Not sure this can be kept, as 2 icons used refer to action on multiple selected nodes, filtered to those which are neighbours on the path. So for now the names proposed use the term "segment", for "format-segment-curve" and "format-segment-line". Ideas for node-only naming pattern welcome.

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-convert-to-path.png convert-to-path ? converts a shape into nodes-based path object ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-curve.png pathpoint-curve format-node-curve makes node basepoint of curves ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-line.png pathpoint-line format-node-line makes node basepoint of lines ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathsegment-curve.png pathsegment-curve format-segment-curve makes only nodes of path segments basepoints of curves ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathsegment-line.png pathsegment-line format-segment-line makes only nodes of path segments basepoints of lines ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-insert.png pathpoint-insert format-insert-node not the same as format-add-node, node added on line in middle of two nodes, not appended ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-remove.png pathpoint-remove format-remove-node ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-join.png pathpoint-join format-connect-node ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-merge.png pathpoint-merge format-join-node ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-path-break-point.png path-break-point format-break-node ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-path-break-segment.png path-break-segment format-disconnect-node ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-corner.png pathpoint-corner format-node-corner path can enter and leave at different angles in both directions ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-smooth.png pathpoint-smooth format-node-smooth path needs to enter and leave at same angle in both directions ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathpoint-symmetric.png pathpoint-symmetric format-node-symmetric like smooth, but curve controls are equal in both directions ?


Connection line related icons

Escape directions:

Shapes can be connected with lines. The lines enter/leave the shapes on a certain side, ideally orthogonal to the surface. It can be controlled on which sides of a shape connection lines can enter/leave.

"escape-direction" is ODF lingo. Are there more common terms for this?

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=plugins%2FdefaultTools%2Fpics%2F16-actions-escape-direction-all.png escape-direction-all ?
?p=calligra.git&a=blob&o=plain&f=plugins%2FdefaultTools%2Fpics%2F16-actions-escape-direction-up.png escape-direction-up ?
?p=calligra.git&a=blob&o=plain&f=plugins%2FdefaultTools%2Fpics%2F16-actions-escape-direction-down.png escape-direction-down ?
?p=calligra.git&a=blob&o=plain&f=plugins%2FdefaultTools%2Fpics%2F16-actions-escape-direction-left.png escape-direction-left ?
?p=calligra.git&a=blob&o=plain&f=plugins%2FdefaultTools%2Fpics%2F16-actions-escape-direction-right.png escape-direction-right ?
?p=calligra.git&a=blob&o=plain&f=plugins%2FdefaultTools%2Fpics%2F16-actions-escape-direction-vertical.png escape-direction-vertical ?
?p=calligra.git&a=blob&o=plain&f=plugins%2FdefaultTools%2Fpics%2F16-actions-escape-direction-horizontal.png escape-direction-horizontal ?

Connection line types:

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F16-actions-lines-connector.png lines-connector connector-lines ?
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F16-actions-curve-connector.png curve-connector connector-curved ?
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F16-actions-standard-connector.png standard-connector connector-orthogonal ?
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F16-actions-straight-connector.png straight-connector connector-straight ?

Animation related icons

Actions:

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F32-actions-with_previous.png with_previous animation-start-together used to set an animation to start with another/the one before in list ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F32-actions-after_previous.png after_previous animation-start-after used to set an animation to start after another/the one before in list ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F32-actions-onclick.png onclick animation-start-on-click used to set an animation to start on activation by user (mouse click/touch on it) ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F32-actions-edit_animation.png edit_animation edit-animation used to start editing parameters of an animation ?

Types:

There is a set of preinstalled animations. User manually (not supported by UI) can add own animation definitions. Each animation is represented by a symbolic icon, either rendered on-the-fly by animation data (like path) or from prerendered icon fetched by iconname.

Animations are organized hierarchical in groups, with 1 or 2 levels, by type, and each group is shown with a symbolic icon as well.

Current top-level categories with pre-installed animations:

  • entrance animations - shape is not part of scene before, is part when animation is done
  • exit animations - shape is part of scene before, no longer part when animation is done
  • move animations - shape is part of scene before and after, possibly different location or parameters changed

There should be another category actually, at least for the "movie_credits_animation" animation:

  • passing animations - shape is not part of scene before and after

Second level: the type of motion and deformation, like zooming, flying, falling, etc.

Third level (for some): subtype with variants of parameters, like direction of flight, origin/target of move or speed.

Existing icons are done as expected for the first and second level, with one icon per type (some missing). Examples: "entrance_animations" for 1st level and "fly_in_animation" for 2nd level. There are some icons reused for 2nd-level types across 1st-level groups, like "zoom_animation".

For the 3rd level though icons are reused across the groups as created by the upper levels. They refer generically to the parameter variant, like "horizontal"/"vertical" or "in"/"out". Example: "horizontal_animations". Many icons missing.

Approach with parameter-type-style icons for subtypes/3rd level surely makes sense, using combination of 2 icons avoids explicit icons for any possible animation type. Possibly sometimes even existing action icons could be used here, as animation aspect is not needed in the 3rd-level icon itself.

Proposal:

Naming pattern "animation-1STLEVELTYPE-2NDLEVELTYPE", to make use of fallback to less specific icon names if present. Example: "animation-in-funkyfunky" would have "animation-in" as fallback. And "animation-color" would have "animation" as fallback. So no longer reusing icons across different 1st-level categories. That should allow to use the 2nd-level icon as single icon in lists of applied animations (assuming 3rd-level as detail to be ignorable iconically).

1st-level icons:

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-entrance_animations.png entrance_animations animation-in shape enters the scene from outside and stays once done ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-motion_path_animations.png motion_path_animations animation-move shape moves by a given path ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-exit_animations.png exit_animations animation-exit shape leaves the scene and is now longer present once done ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-emphasis_animations.png emphasis_animations animation-emphasis none preinstalled right now, shape possibly somehow highlighted ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-custom_animations.png custom_animations animation-other none preinstalled right now, "other" possibly better than "custom" ?

2nd-level type icons:

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-appear_animation.png appear_animation animation-in-appear instant appear ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-bounce_animation.png bounce_animation - unused it seems ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-collapse_animation.png collapse_animation animation-out-collapse ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-disappear_animation.png disappear_animation animation-out-disappear instant disappear ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-falling_in_animation.png falling_in_animation animation-in-fall shaky-fly in ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-fly_in_animation.png fly_in_animation animation-in-fly ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-fly_in_slow_animation.png fly_in_slow_animation animation-in-fly-slow 2 fly-in speeds predefined, thus another symbol needed ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-fly_out_animation.png fly_out_animation animation-out-fly ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-crawl_out_animation.png crawl_out_animation animation-out-fly-slow ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-spiral_in_animation.png spiral_in_animation animation-in-spiral ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-spiral_out_animation.png spiral_out_animation animation-out-spiral ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-stretchy_animation.png stretchy_animation animation-in-stretch ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-swish_animation.png swish_animation animation-out-swish ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-thread_animation.png thread_animation animation-in-thread ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-swivel_animation.png swivel_animation animation-in-swivel used for both in and out ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-swivel_animation.png swivel_animation animation-out-swivel " ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-flash_once_animation.png flash_once_animation animation-in-flash used for both in and out ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-flash_once_animation.png flash_once_animation animation-out-flash " ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-zoom_animation.png zoom_animation animation-in-zoom used for both in and out ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-zoom_animation.png zoom_animation animation-out-zoom " ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-movie_credits_animation.png movie_credits_animation animation-pass-movie-credits ?

Fallback icon for animations without matching icon:

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F32-actions-unrecognized_animation.png unrecognized_animation animation used as generic symbol icon for animation ?

3rd-level subtypes:

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-horizontal_animations.png horizontal_animations transform-move-horizontal not sure if "transform-move-" is good group ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-vertical_animations.png vertical_animations transform-move-vertical " ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-in_animations.png in_animations transform-move-in " ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2Fanimations%2F64-actions-out_animations.png out_animations transform-move-out " ?

Text editing icons

old name proposed name description state
- - text-section-split splits two text sections into two, uses "split" ATM ?
?p=calligra.git&a=blob&o=plain&f=pics%2Fhicolor%2F32-actions-insert-pagebreak.png insert-pagebreak insert-page-break ?
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F32-actions-insert-tableofcontents.png insert-tableofcontents insert-table-of-contents naming would match "view-table-of-contents" ?

Presentation tool icons

The "pen" icon is also used for the cursor. Breeze cursor theme has a pencil . Qt::CursorShape has no pencil variant. How to check if there is a themed cursor variant (and how to get it), before setting own hardcoded icon? KCursor (QCursor subclass) of kdelibs4 was able to search by string for further themed cursors, but lost that in KF5 for unknown reason.

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2F16-actions-black.png black blank-screen ? next to black screen there could be also white screen or further colors offered ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpics%2F16-actions-highlight.png highlight ? something about turning to mode where mouse is a spot, to highlight things on screen ?

Shape icons

  • inconsistent naming pattern
  • are objects, not actions (few are mimetype icons already), should be rather colored like file type/mimetype
  • those for fixed shape look (flower) should reflect look instead of being iconic
old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-callout-shape.png callout-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-circular-arrow-shape.png circular-arrow-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-cross-shape.png cross-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-ellipse-shape.png ellipse-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-flower-shape.png flower-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-gearhead-shape.png gearhead-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-hexagon-shape.png hexagon-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-pentagon-shape.png pentagon-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-rectangle-shape.png rectangle-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-smiley-shape.png smiley-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-spiral-shape.png spiral-shape ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fpathshapes%2Fpics%2F22-actions-star-shape.png star-shape ? ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-pathshape.png pathshape ? ?
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F32-mimetypes-x-shape-connection.png x-shape-connection ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fformulashape%2Fpics%2F32-mimetypes-x-shape-formula.png x-shape-formula ? ?
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F32-mimetypes-x-shape-image.png x-shape-image ? ?
?p=calligra.git&a=blob&o=plain&f=pics%2Foxygen%2F32-mimetypes-x-shape-text.png x-shape-text ? ?
- x-shape-text-artistic ? ?
- x-shape-vectorimage ? ?
- x-shape-3d ? ?
- x-shape-chart ? ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fshape%2F22-actions-spreadsheetshape.png spreadsheetshape ? ?
- musicshape ? ?
?p=calligra.git&a=blob&o=plain&f=braindump%2Fdata%2Fstates%2Ficons%2F22-actions-stateshape.png stateshape ? ?
- enhancedpath ? shape icon unused, because never fetched due to variants ?

"shape-choose" is used for action, is "shape" a proper term also useful for other apps using these icons?

Tool icons

A tool represents a specific mode of the application, where user input by mouse, keyboard etc. is interpreted for a certain aspect. Additionally the UI might highlight different aspects of the content. Examples: tool "Draw path", tool "Edit vector path", tool "Review". Tools can be offered in a toolbox (Karbon) or by tabs in the sidebar. Each tool is represented by an icon.

  • inconsistent naming here
  • possibly should be all named as action icons, "edit-" or is "tool-" better here?
  • some inconsistent naming in breeze icons, "tools" vs "tool"

Current Breeze icons for drawing tools look too similar on small sizes, as the toolbox.

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=sheets%2Fshape%2F22-actions-tool_cellformatting.png tool_cellformatting edit-table-cell-format ? see also discussion of table icons ?
- tool_comment ? not sure where it shows up in UI ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fkarbonplugins%2Ftools%2F32-actions-tool_imageeffects.png tool_imageeffects edit-image-filter ? edits effect filters applied on vector shapes ?
?p=calligra.git&a=blob&o=plain&f=words%2Fpics%2F22-actions-tool_pagelayout.png tool_pagelayout edit-page-layout ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Ftextshape%2Fpics%2F22-actions-tool_references.png tool_references edit-references ? to manipulate footnotes, endnotes, internal links, external links, cites ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Ftextshape%2Fpics%2F22-actions-tool_review.png tool_review edit-review ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Ftextshape%2Fpics%2F22-actions-tool-text.png tool-text edit-text ? ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fkopageapp%2Ftools%2FbackgroundTool%2F22-actions-backgroundtool.png backgroundtool edit-background ? for pages, slides, and other canvas types ?
?p=calligra.git&a=blob&o=plain&f=pics%2Fhicolor%2F22-actions-artistictext-tool.png artistictext-tool edit-text ? artistic text has a different tool to the one for normal text frames ?
?p=calligra.git&a=blob&o=plain&f=braindump%2Fdata%2Fstates%2Ficons%2F22-actions-statetool.png statetool edit-state ? specific tool for "state" shape (mainly Braindump) ?
?p=calligra.git&a=blob&o=plain&f=stage%2Fpart%2Ftools%2Fanimationtool%2F16-actions-animation-stage.png animation-stage edit-animation ? ?
?p=calligra.git&a=blob&o=plain&f=pics%2Fhicolor%2F22-actions-select.png select edit-select ? ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-hand.png hand pan ? would match "zoom", but perhaps "view-move" better? ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-createpath.png createpath draw-path ? or rename tool-draw-path ? ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F22-actions-editpath.png editpath edit-path ? not just a single node edited, so not sure "edit-node" matches ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fkarbonplugins%2Ftools%2F22-actions-calligraphy.png calligraphy draw-calligraphic ? or rename tool-calligraphy ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fkarbonplugins%2Ftools%2F22-actions-gradient.png gradient edit-gradient / format-gradient ? ?
?p=calligra.git&a=blob&o=plain&f=plugins%2Fkarbonplugins%2Ftools%2F22-actions-pattern.png pattern edit-pattern / format-pattern ? ?

Other tool icons, used from Breeze iconset:

tools-check-spelling
tools-report-bug

Other icons

old name proposed name description state
?p=calligra.git&a=blob&o=plain&f=libs%2Fwidgets%2Fpics%2Fhicolor%2F22-actions-zoom-pixels.png zoom-pixels zoom-pixels zoom so one pixel is shown as one pixel of display ?
?p=calligra.git&a=blob&o=plain&f=sheets%2Fdata%2Ftoolbar%2Fhicolor%2F16-actions-special_paste.png special_paste edit-paste-configure ? pastes with user interaction for configuring ?
?p=calligra.git&a=blob&o=plain&f=libs%2Fflake%2Fpics%2F16-actions-snap-boundingbox.png snap-boundingbox snap-boundingbox misses from snap-* icons in Breeze/Oxygen ?
?p=calligra.git&a=blob&o=plain&f=pics%2Fhicolor%2F22-actions-artistictext-attach-path.png artistictext-attach-path ? action to select a path to use as baseline, currently not in UI, but done by double-click ?
?p=calligra.git&a=blob&o=plain&f=pics%2Fhicolor%2F22-actions-artistictext-detach-path.png artistictext-detach-path ? action to disconnect text from path currently used as baseline ?

Kexi

(this section also contains libraries that are used by Kexi)

TODO

KDb lib

See KDb for info about this component.

TODO

KProperty lib

See KProperty for info about this component.

  • TODO: button_no has been moved from Kexi here and is used to show "No" value, it's actuqally a 'minus' sign, see the Fill Background property at http://i.imgur.com/ES2BSbt.png.

KReport lib

See KReport for info about this component.

TODO

References