icons: "gimp-print-resolution" icons better fit "document-print".

Also alias GIMP_STOCK_PRINT_RESOLUTION to "document-print" until we
get a proper icon for it.
This commit is contained in:
Jehan 2016-09-13 23:43:17 +02:00
parent 70a3584437
commit 7a5d0810a3
13 changed files with 9 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 358 B

View File

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 464 B

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -23389,7 +23389,7 @@
</g>
<g
transform="translate(307.28587,-715.21462)"
id="gimp-print-resolution">
id="document-print">
<g
id="g4249-4">
<rect
@ -23491,7 +23491,7 @@
</g>
<g
transform="translate(614.61823,-874.77451)"
id="gimp-print-resolution-24">
id="document-print-24">
<rect
transform="matrix(0,-1,-1,0,0,0)"
style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1.5"

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B

View File

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 613 B

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -29513,7 +29513,7 @@
<g
transform="translate(-130.61031,-521.32537)"
style="display:inline"
id="gimp-print-resolution"
id="document-print"
inkscape:label="gimp-print-resolution">
<rect
ry="0"
@ -35298,7 +35298,7 @@
</g>
<g
transform="matrix(0.99912557,0,0,1,366.66434,-1098.7512)"
id="gimp-print-resolution-24">
id="document-print-24">
<rect
ry="0"
rx="0.89061975"

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -3,6 +3,7 @@ scalable_images = \
scalable/document-new.svg \
scalable/document-open.svg \
scalable/document-open-recent.svg \
scalable/document-print.svg \
scalable/document-revert.svg \
scalable/document-save.svg \
scalable/document-save-as.svg \
@ -214,7 +215,6 @@ scalable_images = \
scalable/gimp-prefs-toolbox.svg \
scalable/gimp-prefs-tool-options.svg \
scalable/gimp-prefs-window-management.svg \
scalable/gimp-print-resolution.svg \
scalable/gimp-question.svg \
scalable/gimp-quick-mask-off.svg \
scalable/gimp-quick-mask-on.svg \
@ -320,6 +320,7 @@ scalable_images = \
vector24_images = \
24/dialog-information.svg \
24/document-print.svg \
24/media-floppy.svg \
24/media-optical.svg \
\
@ -408,7 +409,6 @@ vector24_images = \
24/gimp-prefs-toolbox.svg \
24/gimp-prefs-tool-options.svg \
24/gimp-prefs-window-management.svg \
24/gimp-print-resolution.svg \
24/gimp-question.svg \
24/gimp-resize.svg \
24/gimp-sample-point.svg \
@ -493,6 +493,7 @@ icons16_images = \
16/document-new.png \
16/document-open.png \
16/document-open-recent.png \
16/document-print.png \
16/document-revert.png \
16/document-save.png \
16/document-save-as.png \
@ -661,7 +662,6 @@ icons16_images = \
16/gimp-prefs-theme.png \
16/gimp-prefs-toolbox.png \
16/gimp-prefs-window-management.png \
16/gimp-print-resolution.png \
16/gimp-question.png \
16/gimp-reset.png \
16/gimp-reshow-filter.png \
@ -823,6 +823,7 @@ icons22_images = \
icons24_images = \
24/dialog-information.png \
24/document-print.png \
24/media-floppy.png \
24/media-optical.png \
\
@ -875,7 +876,6 @@ icons24_images = \
24/gimp-layers.png \
24/gimp-move-to-screen.png \
24/gimp-navigation.png \
24/gimp-print-resolution.png \
24/gimp-question.png \
24/gimp-resize.png \
24/gimp-sample-point.png \

View File

@ -138,7 +138,6 @@ static const GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_TEXT_DIR_LTR, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TEXT_DIR_RTL, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_PRINT_RESOLUTION, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_PATTERN, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CONVERT_RGB, NULL, 0, 0, LIBGIMP_DOMAIN },

View File

@ -110,7 +110,6 @@ G_BEGIN_DECLS
#define GIMP_STOCK_CHAR_PICKER "gimp-char-picker"
#define GIMP_STOCK_LETTER_SPACING "gimp-letter-spacing"
#define GIMP_STOCK_LINE_SPACING "gimp-line-spacing"
#define GIMP_STOCK_PRINT_RESOLUTION "gimp-print-resolution"
#define GIMP_STOCK_PATTERN "gimp-pattern"
#define GIMP_STOCK_TEXT_DIR_LTR "gimp-text-dir-ltr"
@ -307,6 +306,7 @@ G_BEGIN_DECLS
#define GIMP_STOCK_PALETTE GTK_STOCK_SELECT_COLOR
#define GIMP_STOCK_CONTROLLER_MOUSE GIMP_STOCK_CURSOR
#define GIMP_STOCK_CONVERT_PRECISION GIMP_STOCK_CONVERT_RGB
#define GIMP_STOCK_PRINT_RESOLUTION "document-print"
/* Deprecated icons: */