RawTherapee is getting support for SVG icons and images #3547#4803
and so our svg image need to have a clean design in order for librsvg
to render them correctly. I redrew the RawTherapee logo from scratch,
trying to keep things as simple as possible. I also merged rt-logo.svg
into rt-splash.svg.
- CursorManager code cleanup.
- Diagonal and flat curve cursors now use our bundled cursor icons.
Icons are now less intrusive, allowing you to see what's going on
under them as you manipulate the nodes.
- New small crosshair icon for curves.
- The Graduated Filter on-canvas widget button now has its own icon,
does not use the curve's "add adjustment point" icon anymore.
- When dragging a crop, a closed hand cursor is shown.
- The hand icon had the outline removed to improve separation between
the fingers.
- The mouse cursor now is an open hand when hovering over something
which can be panned, e.g. the red square in the Navigator panel. It is
a crosshair when hovering over the main preview.
- When you pan the red square or the main preview, it's a closed hand.
- Now the cursor changes to a crop icon when you're in crop mode.
- The cursor changes as needed when you want to resize a crop edge or
corner.
- The cursor changes when you're in straighten mode.
- The curve "add adjustment point" and "edit node in/out values" icons
now contain a node in the icon and are more representative of what
they do.
- The small reset/undo icon is made a bit clearer.
The Navigator uses the same hand icon regardless whether panning
the red square or not, this branch tries to fix that, #4738
Includes a cleanup of icon names, i.e. the crosshair should not be
called the hand.
The star icons used for ranking thumbnails are now of the "narrow" size,
i.e. 10x16px. This change removes mostly the padding, which caused the
ranking buttons to bloat the minimum thumbnail size to an unacceptably
large size.
- Color-unranked icons tweaked for lighter themes, closes#4704
- Star-unranked icons smaller to increase contrast, #4469
- Deleted old icons which snuck back in with the ICC geneartor merge.
- Added small versions of the white-balance icons and used them in the
combobox.
- Style consistency for the hand-open icon.
- Tweaked window-add, used for adding detail windows.
- The "light" icon theme is now a little lighter, to increase contrast.
- Toolbox icons are now small.
- Buttons:
- Buttons without labels which use icons as their only source of info regarding what the button does (e.g. the white-balance pipette button) use normal-sized icons.
- Labeled buttons which use icons as an auxiliary source of information (e.g. Auto-Crop) now use small icons. Curve type icons are also small even though they have no labels.
- Colored circles are smaller.
- Curve type icons redesigned and small.
- Hand icons (when panning the preview) redesigned to have a clear outline regardless of background color.
- Magnifier icons redesigned to have a thinner magnifier frame and larger inner parts.
- Perspective, distortion and crop icons redesigned.
- Some small icons were missing the `-small` suffix, now renamed.