Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Clasen
74b98ff5f2 Drop unused old icons
We don't need to ship the deprecated old stock-id named
icons and the drag cursors - we don't use them from resources
anyway.
2018-07-20 07:25:46 -04:00
52 changed files with 0 additions and 38 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 B

View File

@@ -51,11 +51,6 @@ xml += '''
<file>theme/win32/gtk.css</file> <file>theme/win32/gtk.css</file>
''' '''
for f in get_files('cursor', '.png'):
xml += ' <file>cursor/{0}</file>\n'.format(f)
xml += '\n'
for f in get_files('gesture', '.symbolic.png'): for f in get_files('gesture', '.symbolic.png'):
xml += ' <file alias=\'icons/64x64/actions/{0}\'>gesture/{0}</file>\n'.format(f) xml += ' <file alias=\'icons/64x64/actions/{0}\'>gesture/{0}</file>\n'.format(f)
@@ -66,13 +61,6 @@ for f in get_files('ui', '.ui'):
xml += '\n' xml += '\n'
for s in ['16x16', '22x22', '24x24', '32x32', '48x48']:
for c in ['actions', 'status']:
icons_dir = 'icons/{0}/{1}'.format(s,c)
if os.path.exists(os.path.join(srcdir,icons_dir)):
for f in get_files(icons_dir, '.png'):
xml += ' <file>icons/{0}/{1}/{2}</file>\n'.format(s,c,f)
for f in get_files('inspector', '.ui'): for f in get_files('inspector', '.ui'):
xml += ' <file preprocess=\'xml-stripblanks\'>inspector/{0}</file>\n'.format(f) xml += ' <file preprocess=\'xml-stripblanks\'>inspector/{0}</file>\n'.format(f)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -7,13 +7,6 @@ static char *icon_names[] = {
"dialog-information", "dialog-information",
"dialog-question", "dialog-question",
"dialog-warning", "dialog-warning",
"gtk-dnd", /* internal icon */
"gtk-dnd-multiple", /* internal icon */
"gtk-apply", /* deprecated stock id */
"gtk-cancel", /* deprecated stock id */
"gtk-no", /* deprecated stock id */
"gtk-ok", /* deprecated stock id */
"gtk-yes", /* deprecated stock id */
"window-close", "window-close",
"list-add", "list-add",
"format-justify-center", "format-justify-center",
@@ -22,14 +15,12 @@ static char *icon_names[] = {
"format-justify-right", "format-justify-right",
"go-bottom", "go-bottom",
"media-optical", "media-optical",
"gtk-convert", /* deprecated stock id */
"edit-copy", "edit-copy",
"edit-cut", "edit-cut",
"go-down", "go-down",
"system-run", "system-run",
"application-exit", "application-exit",
"go-first", "go-first",
"gtk-select-font", /* deprecated stock id */
"view-fullscreen", "view-fullscreen",
"view-restore", "view-restore",
"drive-harddisk", "drive-harddisk",
@@ -42,19 +33,10 @@ static char *icon_names[] = {
"network-idle", "network-idle",
"document-new", "document-new",
"document-open", "document-open",
"gtk-orientation-portrait", /* internal icon */
"gtk-orientation-landscape", /* internal icon */
"gtk-orientation-reverse-portrait", /* internal icon */
"gtk-orientation-reverse-landscape", /* internal icon */
"gtk-page-setup", /* internal icon */
"edit-paste", "edit-paste",
"gtk-preferences", /* deprecated stock id */
"document-print", "document-print",
"document-print-preview", "document-print-preview",
"printer-error", "printer-error",
/* "printer-paused", */
/* "printer-info", */
/* "printer-warning", */
"document-properties", "document-properties",
"edit-redo", "edit-redo",
"list-remove", "list-remove",
@@ -78,16 +60,11 @@ static char *icon_names[] = {
"format-indent-less", "format-indent-less",
"go-top", "go-top",
"edit-delete", "edit-delete",
"gtk-undelete", /* deprecated stock id */
"edit-undo", "edit-undo",
"go-up", "go-up",
"text-x-generic", "text-x-generic",
"folder", "folder",
"help-about", "help-about",
"gtk-connect", /* deprecated stock id */
"gtk-disconnect", /* deprecated stock id */
"gtk-edit", /* deprecated stock id */
"gtk-caps-lock-warning", /* internal icon */
"media-seek-forward", "media-seek-forward",
"media-skip-forward", "media-skip-forward",
"media-playback-pause", "media-playback-pause",
@@ -96,15 +73,12 @@ static char *icon_names[] = {
"media-record", "media-record",
"media-seek-backward", "media-seek-backward",
"media-playback-stop", "media-playback-stop",
"gtk-index", /* deprecated stock id */
"zoom-original", "zoom-original",
"zoom-in", "zoom-in",
"zoom-out", "zoom-out",
"zoom-fit-best", "zoom-fit-best",
"edit-select-all", "edit-select-all",
"edit-clear", "edit-clear",
"gtk-select-color", /* deprecated stock id */
"gtk-color-picker", /* deprecated stock id */
/*** Icons used in code or templates, sorted alphabetically ***/ /*** Icons used in code or templates, sorted alphabetically ***/
"audio-volume-high", "audio-volume-high",