Compare commits
1 Commits
shader-too
...
drop-old-i
Author | SHA1 | Date | |
---|---|---|---|
|
74b98ff5f2 |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 144 B |
@@ -51,11 +51,6 @@ xml += '''
|
||||
<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'):
|
||||
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'
|
||||
|
||||
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'):
|
||||
xml += ' <file preprocess=\'xml-stripblanks\'>inspector/{0}</file>\n'.format(f)
|
||||
|
||||
|
Before Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 755 B |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 1014 B |
Before Width: | Height: | Size: 735 B |
Before Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 962 B |
Before Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 1002 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 891 B |
Before Width: | Height: | Size: 946 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 852 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 960 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 931 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 993 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 877 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.7 KiB |
@@ -7,13 +7,6 @@ static char *icon_names[] = {
|
||||
"dialog-information",
|
||||
"dialog-question",
|
||||
"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",
|
||||
"list-add",
|
||||
"format-justify-center",
|
||||
@@ -22,14 +15,12 @@ static char *icon_names[] = {
|
||||
"format-justify-right",
|
||||
"go-bottom",
|
||||
"media-optical",
|
||||
"gtk-convert", /* deprecated stock id */
|
||||
"edit-copy",
|
||||
"edit-cut",
|
||||
"go-down",
|
||||
"system-run",
|
||||
"application-exit",
|
||||
"go-first",
|
||||
"gtk-select-font", /* deprecated stock id */
|
||||
"view-fullscreen",
|
||||
"view-restore",
|
||||
"drive-harddisk",
|
||||
@@ -42,19 +33,10 @@ static char *icon_names[] = {
|
||||
"network-idle",
|
||||
"document-new",
|
||||
"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",
|
||||
"gtk-preferences", /* deprecated stock id */
|
||||
"document-print",
|
||||
"document-print-preview",
|
||||
"printer-error",
|
||||
/* "printer-paused", */
|
||||
/* "printer-info", */
|
||||
/* "printer-warning", */
|
||||
"document-properties",
|
||||
"edit-redo",
|
||||
"list-remove",
|
||||
@@ -78,16 +60,11 @@ static char *icon_names[] = {
|
||||
"format-indent-less",
|
||||
"go-top",
|
||||
"edit-delete",
|
||||
"gtk-undelete", /* deprecated stock id */
|
||||
"edit-undo",
|
||||
"go-up",
|
||||
"text-x-generic",
|
||||
"folder",
|
||||
"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-skip-forward",
|
||||
"media-playback-pause",
|
||||
@@ -96,15 +73,12 @@ static char *icon_names[] = {
|
||||
"media-record",
|
||||
"media-seek-backward",
|
||||
"media-playback-stop",
|
||||
"gtk-index", /* deprecated stock id */
|
||||
"zoom-original",
|
||||
"zoom-in",
|
||||
"zoom-out",
|
||||
"zoom-fit-best",
|
||||
"edit-select-all",
|
||||
"edit-clear",
|
||||
"gtk-select-color", /* deprecated stock id */
|
||||
"gtk-color-picker", /* deprecated stock id */
|
||||
|
||||
/*** Icons used in code or templates, sorted alphabetically ***/
|
||||
"audio-volume-high",
|
||||
|