From b907f2fd239a18e15e2d3c394694fe2181214c12 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 26 Nov 2011 16:01:11 +0000 Subject: lcd_color/cabbiev2: New iconset in multiple sizes The new iconset features transparency which can be more easier generated from svgs and looks better. For for bigger displays there are new sizes. The bmps are the generated from the SVGs added to the tree and create-icons-from-tango.pl is updated to enable easy generation. rockbox-clef.svg is changed to have a bit more border. NOTE: Icons for greyscale are unchanged. Someone needs to update them, I don't know how to do it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31059 a1c6a512-1295-4272-9138-f99709370657 --- icons/create-icons-from-tango.pl | 141 ++- icons/mint-x-svg/applications-games.svg | 1250 ++++++++++++++++++++ icons/mint-x-svg/gnome-glchess.svg | 613 ++++++++++ icons/new_icons-svg/face-shout.svg | 324 +++++ icons/new_icons-svg/media-playback-start-green.svg | 298 +++++ icons/tango-svg/applications-games.svg | 320 +++++ icons/tango-svg/applications-graphics.svg | 1122 ++++++++++++++++++ icons/tango-svg/applications-multimedia.svg | 498 ++++++++ icons/tango-svg/applications-other.svg | 377 ++++++ icons/tango-svg/applications-system.svg | 247 ++++ icons/tango-svg/audio-input-microphone.svg | 501 ++++++++ icons/tango-svg/audio-x-generic.svg | 180 +++ icons/tango-svg/bookmark-new.svg | 672 +++++++++++ icons/tango-svg/dialog-information.svg | 1159 ++++++++++++++++++ icons/tango-svg/document-properties.svg | 576 +++++++++ icons/tango-svg/emblem-system.svg | 182 +++ icons/tango-svg/folder.svg | 424 +++++++ icons/tango-svg/format-indent-more.svg | 368 ++++++ icons/tango-svg/format-justify-left.svg | 271 +++++ icons/tango-svg/go-jump.svg | 204 ++++ icons/tango-svg/go-next.svg | 192 +++ icons/tango-svg/go-previous.svg | 854 +++++++++++++ icons/tango-svg/help-browser.svg | 224 ++++ icons/tango-svg/image-x-generic.svg | 581 +++++++++ icons/tango-svg/input-keyboard.svg | 838 +++++++++++++ icons/tango-svg/list-add.svg | 436 +++++++ icons/tango-svg/media-flash.svg | 477 ++++++++ icons/tango-svg/media-playback-start.svg | 319 +++++ icons/tango-svg/media-record.svg | 337 ++++++ icons/tango-svg/network-receive.svg | 1064 +++++++++++++++++ icons/tango-svg/network-wireless.svg | 325 +++++ icons/tango-svg/preferences-desktop-font.svg | 243 ++++ icons/tango-svg/preferences-desktop-locale.svg | 878 ++++++++++++++ icons/tango-svg/preferences-desktop-wallpaper.svg | 747 ++++++++++++ icons/tango-svg/preferences-desktop.svg | 777 ++++++++++++ icons/tango-svg/preferences-system.svg | 398 +++++++ icons/tango-svg/software-update-available.svg | 209 ++++ icons/tango-svg/start-here.svg | 492 ++++++++ icons/tango-svg/system-file-manager.svg | 317 +++++ icons/tango-svg/text-x-generic-template.svg | 778 ++++++++++++ icons/tango-svg/utilities-system-monitor.svg | 435 +++++++ icons/tango-svg/video-display.svg | 488 ++++++++ icons/tango_icons.12x12.bmp | Bin 0 -> 9286 bytes icons/tango_icons.16x16.bmp | Bin 0 -> 32890 bytes icons/tango_icons.24x24.bmp | Bin 0 -> 73850 bytes icons/tango_icons.32x32.bmp | Bin 0 -> 131194 bytes icons/tango_icons_viewers.12x12.bmp | Bin 0 -> 6458 bytes icons/tango_icons_viewers.16x16.bmp | Bin 0 -> 11386 bytes icons/tango_icons_viewers.24x24.bmp | Bin 0 -> 25466 bytes icons/tango_icons_viewers.32x32.bmp | Bin 0 -> 45178 bytes icons/tango_small.bmp | Bin 13878 -> 0 bytes icons/tango_small_viewers.bmp | Bin 4806 -> 0 bytes 52 files changed, 21088 insertions(+), 48 deletions(-) create mode 100644 icons/mint-x-svg/applications-games.svg create mode 100644 icons/mint-x-svg/gnome-glchess.svg create mode 100644 icons/new_icons-svg/face-shout.svg create mode 100644 icons/new_icons-svg/media-playback-start-green.svg create mode 100644 icons/tango-svg/applications-games.svg create mode 100644 icons/tango-svg/applications-graphics.svg create mode 100644 icons/tango-svg/applications-multimedia.svg create mode 100644 icons/tango-svg/applications-other.svg create mode 100644 icons/tango-svg/applications-system.svg create mode 100644 icons/tango-svg/audio-input-microphone.svg create mode 100644 icons/tango-svg/audio-x-generic.svg create mode 100644 icons/tango-svg/bookmark-new.svg create mode 100644 icons/tango-svg/dialog-information.svg create mode 100644 icons/tango-svg/document-properties.svg create mode 100644 icons/tango-svg/emblem-system.svg create mode 100644 icons/tango-svg/folder.svg create mode 100644 icons/tango-svg/format-indent-more.svg create mode 100644 icons/tango-svg/format-justify-left.svg create mode 100644 icons/tango-svg/go-jump.svg create mode 100644 icons/tango-svg/go-next.svg create mode 100644 icons/tango-svg/go-previous.svg create mode 100644 icons/tango-svg/help-browser.svg create mode 100644 icons/tango-svg/image-x-generic.svg create mode 100644 icons/tango-svg/input-keyboard.svg create mode 100644 icons/tango-svg/list-add.svg create mode 100644 icons/tango-svg/media-flash.svg create mode 100644 icons/tango-svg/media-playback-start.svg create mode 100644 icons/tango-svg/media-record.svg create mode 100644 icons/tango-svg/network-receive.svg create mode 100644 icons/tango-svg/network-wireless.svg create mode 100644 icons/tango-svg/preferences-desktop-font.svg create mode 100644 icons/tango-svg/preferences-desktop-locale.svg create mode 100644 icons/tango-svg/preferences-desktop-wallpaper.svg create mode 100644 icons/tango-svg/preferences-desktop.svg create mode 100644 icons/tango-svg/preferences-system.svg create mode 100644 icons/tango-svg/software-update-available.svg create mode 100644 icons/tango-svg/start-here.svg create mode 100644 icons/tango-svg/system-file-manager.svg create mode 100644 icons/tango-svg/text-x-generic-template.svg create mode 100644 icons/tango-svg/utilities-system-monitor.svg create mode 100644 icons/tango-svg/video-display.svg create mode 100644 icons/tango_icons.12x12.bmp create mode 100644 icons/tango_icons.16x16.bmp create mode 100644 icons/tango_icons.24x24.bmp create mode 100644 icons/tango_icons.32x32.bmp create mode 100644 icons/tango_icons_viewers.12x12.bmp create mode 100644 icons/tango_icons_viewers.16x16.bmp create mode 100644 icons/tango_icons_viewers.24x24.bmp create mode 100644 icons/tango_icons_viewers.32x32.bmp delete mode 100644 icons/tango_small.bmp delete mode 100644 icons/tango_small_viewers.bmp (limited to 'icons') diff --git a/icons/create-icons-from-tango.pl b/icons/create-icons-from-tango.pl index bfdbe804ac..8cd0ece2d3 100755 --- a/icons/create-icons-from-tango.pl +++ b/icons/create-icons-from-tango.pl @@ -22,51 +22,93 @@ # To be run from the icons/ folder in a Rockbox checkout. use File::Temp; +use Getopt::Long; # list of icons for strip +# Use relative paths to point to icons in the tree, relative to the icons/ folder +# (must start with . or ..) +# Other are treated relatively to the tango sources tree my @iconlist = ( - "mimetypes/audio-x-generic", # Icon_Audio - "places/folder", # Icon_Folder - "actions/format-indent-more", # Icon_Playlist - "actions/media-playback-start", # Icon_Cursor ### - "apps/preferences-desktop-wallpaper", # Icon_Wps - "devices/computer", # Icon_Firmware ### - "apps/preferences-desktop-font", # Icon_Font - "apps/preferences-desktop-locale", # Icon_Language - "categories/preferences-system", # Icon_Config - "status/software-update-available", # Icon_Plugin - "actions/bookmark-new", # Icon_Bookmark - "places/start-here", # Icon_Preset - "actions/go-jump", # Icon_Queued - "actions/go-next", # Icon_Moving - "devices/input-keyboard", # Icon_Keyboard - "actions/mail-send-receive", # Icon_Reverse_Cursor - "apps/help-browser", # Icon_Questionmark - "actions/document-properties", # Icon_Menu_setting - "categories/applications-other", # Icon_Menu_functioncall - "actions/list-add", # Icon_Submenu - "categories/preferences-system", # Icon_Submenu_Entered - "actions/media-record", # Icon_Recording - "devices/audio-input-microphone", # Icon_Voice ### - "categories/preferences-desktop", # Icon_General_settings_menu - "categories/applications-other", # Icon_System_menu - "actions/media-playback-start", # Icon_Playback_menu - "devices/video-display", # Icon_Display_menu - "devices/video-display", # Icon_Remote_Display_menu - "devices/network-wireless", # Icon_Radio_screen ### - "mimetypes/package-x-generic", # Icon_file_view_menu - "apps/utilities-system-monitor", # Icon_EQ - "../docs/logo/rockbox-clef.svg" # Icon_Rockbox + "./tango-svg/audio-x-generic", # Icon_Audio + "./tango-svg/folder", # Icon_Folder + "./tango-svg/format-indent-more", # Icon_Playlist + "./new_icons-svg/media-playback-start-green", # Icon_Cursor ### + "./tango-svg/preferences-desktop-wallpaper", # Icon_Wps + "./tango-svg/media-flash", # Icon_Firmware ### + "./tango-svg/preferences-desktop-font", # Icon_Font + "./tango-svg/preferences-desktop-locale", # Icon_Language + "./tango-svg/preferences-system", # Icon_Config + "./tango-svg/software-update-available", # Icon_Plugin + "./tango-svg/bookmark-new", # Icon_Bookmark + "./tango-svg/start-here", # Icon_Preset + "./tango-svg/go-jump", # Icon_Queued + "./tango-svg/go-next", # Icon_Moving + "./tango-svg/input-keyboard", # Icon_Keyboard + "./tango-svg/go-previous", # Icon_Reverse_Cursor + "./tango-svg/help-browser", # Icon_Questionmark + "./tango-svg/document-properties", # Icon_Menu_setting + "./tango-svg/applications-other", # Icon_Menu_functioncall + "./tango-svg/list-add", # Icon_Submenu + "./tango-svg/preferences-system", # Icon_Submenu_Entered + "./tango-svg/media-record", # Icon_Recording + "./new_icons-svg/face-shout", # Icon_Voice ### + "./tango-svg/preferences-desktop", # Icon_General_settings_menu + "./tango-svg/emblem-system", # Icon_System_menu + "./tango-svg/media-playback-start", # Icon_Playback_menu + "./tango-svg/video-display", # Icon_Display_menu + "./tango-svg/network-receive", # Icon_Remote_Display_menu + "./tango-svg/network-wireless", # Icon_Radio_screen ### + "./tango-svg/system-file-manager", # Icon_file_view_menu + "./tango-svg/utilities-system-monitor", # Icon_EQ + "../docs/logo/rockbox-clef" # Icon_Rockbox ); +my @iconlist_viewers = ( + "./tango-svg/applications-graphics", # bmp + "./tango-svg/applications-multimedia", # mpeg + "./tango-svg/applications-other", # ch8, tap, sna, tzx, z80 + "./tango-svg/audio-x-generic", # mp3, mid, rmi, wav + "./tango-svg/format-justify-left", # txt, nfo + "./tango-svg/text-x-generic-template", # ss + "./mint-x-svg/applications-games", # gb, gbc + "./tango-svg/image-x-generic", # jpg, jpe, jpeg + "./tango-svg/format-indent-more", # m3u + "./mint-x-svg/gnome-glchess", # pgn + "./tango-svg/dialog-information", # zzz +); + +my $help; +my $do_viewers; +my $tangopath=""; +my $size; +my @list = @iconlist; +my $output = "tango_icons"; -if($#ARGV < 1) { - print "Usage: $0 \n"; +GetOptions ( 'v' => \$do_viewers, + 't|tango-path=s' => \$tangopath, + 'o|output=s' => \$output, + 'h|help' => \$help, + ); + +if($#ARGV != 0 or $help) { + print "Usage: $0 [-v] [-t ] [-o ] SIZE\n"; + print "\n"; + print "\t-v\tGenerate viewer icons\n"; + print "\t-t\tPath to source of tango iconset if required\n"; + print "\t-t\tPath to source of tango iconset if required\n"; + print "\t-o\tUse instead of \"tango_icons\" for the output filename\n"; + print "\n"; + print "\tSIZE can be in the form of NN or NNxNN and will be used for the output filename\n"; exit(); } -my $tangopath = $ARGV[0]; -my $size = $ARGV[1]; + +$size = $ARGV[0]; + +if ($do_viewers) { + $output .= "_viewers"; + @list = @iconlist_viewers; +} # temporary files my $alphatemp = File::Temp->new(SUFFIX => ".png"); my $alphatempfname = $alphatemp->filename(); @@ -75,7 +117,7 @@ my $exporttempfname = $exporttemp->filename(); my $tempstrip = File::Temp->new(SUFFIX => ".png"); my $tempstripfname = $tempstrip->filename(); -my $newoutput = "tango_icons.$size.bmp"; +my $newoutput = "$output.$size.bmp"; if(-e $newoutput) { die("output file $newoutput does already exist!"); @@ -85,23 +127,29 @@ print "Creating icon strip as $newoutput\n\n"; my $count; $count = 0; -foreach(@iconlist) { + +foreach(@list) { print "processing $_ ...\n"; my $file; if(m/^$/) { # if nothing is defined make it empty / transparent my $s = $size . "x" . $size; - `convert -size $s xc:"#f0f" $exporttempfname` + `convert -size $s xc:"#ff00ff" -alpha transparent $exporttempfname` } - elsif(m/\.\./) { + elsif(m/\./) { # icon is inside the Rockbox tree - $file = $_; + $file = $_ . ".svg"; `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file` } else { # icon is inside the tango tree + if ($tangopath eq "") { + print "Path to tango sources needed but not given!\n"; + exit(1); + } $file = "$tangopath/scalable/" . $_ . ".svg"; - `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file` + #~ `inkscape --export-png=$exporttempfname --export-width=$size --export-height=$size $file` + `cp $file tango-svg/`; } if($count != 0) { `convert -append $tempstripfname $exporttempfname $tempstripfname`; @@ -111,10 +159,7 @@ foreach(@iconlist) { } $count++; } -print "masking and converting result ...\n"; -# create mask -`convert $tempstripfname -alpha extract -monochrome -negate -alpha copy -colorize 0,100,0 $alphatempfname`; -# combine mask with image and drop transparency and scale down -`convert -composite $tempstripfname $alphatempfname -flatten -background '#f0f' -alpha off $newoutput`; -print "done!\n"; +print "Converting result ...\n"; +`convert $tempstripfname $newoutput`; +print "Done!\n"; diff --git a/icons/mint-x-svg/applications-games.svg b/icons/mint-x-svg/applications-games.svg new file mode 100644 index 0000000000..10b7e22be3 --- /dev/null +++ b/icons/mint-x-svg/applications-games.svg @@ -0,0 +1,1250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/mint-x-svg/gnome-glchess.svg b/icons/mint-x-svg/gnome-glchess.svg new file mode 100644 index 0000000000..cd88f92b03 --- /dev/null +++ b/icons/mint-x-svg/gnome-glchess.svg @@ -0,0 +1,613 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/new_icons-svg/face-shout.svg b/icons/new_icons-svg/face-shout.svg new file mode 100644 index 0000000000..3737d2bffd --- /dev/null +++ b/icons/new_icons-svg/face-shout.svg @@ -0,0 +1,324 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Face - Plain + + + emoticon + emote + face + plain + :| + :-| + + + + + + Steven Garrity + + + http://www.tango-project.org + + + Based on face-smile by jimmac + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/new_icons-svg/media-playback-start-green.svg b/icons/new_icons-svg/media-playback-start-green.svg new file mode 100644 index 0000000000..f8e6648300 --- /dev/null +++ b/icons/new_icons-svg/media-playback-start-green.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Lapo Calamandrei + + + + + + play + media + music + video + player + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/applications-games.svg b/icons/tango-svg/applications-games.svg new file mode 100644 index 0000000000..1d89e485b6 --- /dev/null +++ b/icons/tango-svg/applications-games.svg @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Games + + + Andreas Nilsson + + + + + + games + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/applications-graphics.svg b/icons/tango-svg/applications-graphics.svg new file mode 100644 index 0000000000..641d860e88 --- /dev/null +++ b/icons/tango-svg/applications-graphics.svg @@ -0,0 +1,1122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Graphics category + + + + Jakub Steiner + + + + + + draw + brush + paint + + + http://tango.freedesktop.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/applications-multimedia.svg b/icons/tango-svg/applications-multimedia.svg new file mode 100644 index 0000000000..6844e8db1a --- /dev/null +++ b/icons/tango-svg/applications-multimedia.svg @@ -0,0 +1,498 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Multimedia Category + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + video + multimedia + category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/applications-other.svg b/icons/tango-svg/applications-other.svg new file mode 100644 index 0000000000..5e30c277c2 --- /dev/null +++ b/icons/tango-svg/applications-other.svg @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Other applications + + + Jakub Steiner + + + http://jimmac.musichall.cz/ + + + category + applications + other + unspecified + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/applications-system.svg b/icons/tango-svg/applications-system.svg new file mode 100644 index 0000000000..9d767742df --- /dev/null +++ b/icons/tango-svg/applications-system.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + System Applications + + + Jakub Steiner + + + http://jimmac.musichall.cz/ + + + system + applications + group + category + admin + root + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/audio-input-microphone.svg b/icons/tango-svg/audio-input-microphone.svg new file mode 100644 index 0000000000..d31409c4e5 --- /dev/null +++ b/icons/tango-svg/audio-input-microphone.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Microphone + + + mic + mike + microphone + input + audio + record + voice + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/audio-x-generic.svg b/icons/tango-svg/audio-x-generic.svg new file mode 100644 index 0000000000..be2d18ad3f --- /dev/null +++ b/icons/tango-svg/audio-x-generic.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Generic Audio + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/bookmark-new.svg b/icons/tango-svg/bookmark-new.svg new file mode 100644 index 0000000000..d6d095b715 --- /dev/null +++ b/icons/tango-svg/bookmark-new.svg @@ -0,0 +1,672 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + New Bookmark + + + bookmark + remember + favorite + + + + + + Andreas Nilsson + + + + + + Jakub Steiner + + + create bookmark action + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/dialog-information.svg b/icons/tango-svg/dialog-information.svg new file mode 100644 index 0000000000..922b316fac --- /dev/null +++ b/icons/tango-svg/dialog-information.svg @@ -0,0 +1,1159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Info + + + Jakub Steiner + + + + + dialog + info + + + http://jimmac.musichall.cz + + + + Garrett LeSage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/document-properties.svg b/icons/tango-svg/document-properties.svg new file mode 100644 index 0000000000..c57f96d2e2 --- /dev/null +++ b/icons/tango-svg/document-properties.svg @@ -0,0 +1,576 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Document Properties + + + document + settings + preferences + properties + tweak + + + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/emblem-system.svg b/icons/tango-svg/emblem-system.svg new file mode 100644 index 0000000000..8bfdf70f5b --- /dev/null +++ b/icons/tango-svg/emblem-system.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Emblem System + + + emblem + system + library + crucial + base + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/folder.svg b/icons/tango-svg/folder.svg new file mode 100644 index 0000000000..79b25c305b --- /dev/null +++ b/icons/tango-svg/folder.svg @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Folder Icon + + + + Jakub Steiner + + + + http://jimmac.musichall.cz + + + folder + directory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/format-indent-more.svg b/icons/tango-svg/format-indent-more.svg new file mode 100644 index 0000000000..2047b623a4 --- /dev/null +++ b/icons/tango-svg/format-indent-more.svg @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Indent More + + + + Jakub Steiner + + + + + indent + more + + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/format-justify-left.svg b/icons/tango-svg/format-justify-left.svg new file mode 100644 index 0000000000..c250195007 --- /dev/null +++ b/icons/tango-svg/format-justify-left.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Justify Left + 2005-10-29 + + + Andreas Nilsson + + + + + justify + left + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/go-jump.svg b/icons/tango-svg/go-jump.svg new file mode 100644 index 0000000000..4832fe9484 --- /dev/null +++ b/icons/tango-svg/go-jump.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Go Jump + + + go + jump + seek + arrow + pointer + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/go-next.svg b/icons/tango-svg/go-next.svg new file mode 100644 index 0000000000..41e5990b8f --- /dev/null +++ b/icons/tango-svg/go-next.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Go Next + + + go + next + right + arrow + pointer + > + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/go-previous.svg b/icons/tango-svg/go-previous.svg new file mode 100644 index 0000000000..d5381de3a5 --- /dev/null +++ b/icons/tango-svg/go-previous.svg @@ -0,0 +1,854 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Go Previous + + + go + previous + left + arrow + pointer + < + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/help-browser.svg b/icons/tango-svg/help-browser.svg new file mode 100644 index 0000000000..851327f776 --- /dev/null +++ b/icons/tango-svg/help-browser.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Help Browser + 2005-11-06 + + + Tuomas Kuosmanen + + + + + help + browser + documentation + docs + man + info + + + + + + Jakub Steiner, Andreas Nilsson + + + http://tigert.com + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/image-x-generic.svg b/icons/tango-svg/image-x-generic.svg new file mode 100644 index 0000000000..45dd641ae7 --- /dev/null +++ b/icons/tango-svg/image-x-generic.svg @@ -0,0 +1,581 @@ + + + + + + image/svg+xml + + + + + + + + Genric Image + + + Jakub Steiner + + + + imagepicturesnapshotphoto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/tango-svg/input-keyboard.svg b/icons/tango-svg/input-keyboard.svg new file mode 100644 index 0000000000..534dd384f4 --- /dev/null +++ b/icons/tango-svg/input-keyboard.svg @@ -0,0 +1,838 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Input - Keyboard + + + + Jakub Steiner + + + + + input + keyboard + keys + peripheral + HID + + + + http://jimmac.musichall.cz/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/list-add.svg b/icons/tango-svg/list-add.svg new file mode 100644 index 0000000000..6eaed44811 --- /dev/null +++ b/icons/tango-svg/list-add.svg @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Add + 2006-01-04 + + + Andreas Nilsson + + + http://tango-project.org + + + add + plus + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/media-flash.svg b/icons/tango-svg/media-flash.svg new file mode 100644 index 0000000000..13f910fdd8 --- /dev/null +++ b/icons/tango-svg/media-flash.svg @@ -0,0 +1,477 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Generic Flash Media + + + flash + memory + removable + photo + + + + + Novell, Inc., Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/media-playback-start.svg b/icons/tango-svg/media-playback-start.svg new file mode 100644 index 0000000000..75616de46f --- /dev/null +++ b/icons/tango-svg/media-playback-start.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Media Playback Start + + + Lapo Calamandrei + + + + + + play + media + music + video + player + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/media-record.svg b/icons/tango-svg/media-record.svg new file mode 100644 index 0000000000..85bbb98f6e --- /dev/null +++ b/icons/tango-svg/media-record.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Media Record + + + Lapo Calamandrei + + + + + + media + player + record + music + sound + video + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/network-receive.svg b/icons/tango-svg/network-receive.svg new file mode 100644 index 0000000000..01ed0fa3ea --- /dev/null +++ b/icons/tango-svg/network-receive.svg @@ -0,0 +1,1064 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Computer + 2005-03-08 + + + Jakub Steiner + + + + + workstation + computer + node + client + + + + http://jimmac.musichall.cz/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/network-wireless.svg b/icons/tango-svg/network-wireless.svg new file mode 100644 index 0000000000..e52d2bbcf0 --- /dev/null +++ b/icons/tango-svg/network-wireless.svg @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Wi-Fi network + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/preferences-desktop-font.svg b/icons/tango-svg/preferences-desktop-font.svg new file mode 100644 index 0000000000..079398021d --- /dev/null +++ b/icons/tango-svg/preferences-desktop-font.svg @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Wi-Fi network + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/preferences-desktop-locale.svg b/icons/tango-svg/preferences-desktop-locale.svg new file mode 100644 index 0000000000..2e71f18a80 --- /dev/null +++ b/icons/tango-svg/preferences-desktop-locale.svg @@ -0,0 +1,878 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Locale Preferences + + + locale preferences + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/preferences-desktop-wallpaper.svg b/icons/tango-svg/preferences-desktop-wallpaper.svg new file mode 100644 index 0000000000..0f94fbd157 --- /dev/null +++ b/icons/tango-svg/preferences-desktop-wallpaper.svg @@ -0,0 +1,747 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Wallpaper + + + + Jakub Steiner + + + + + wallpaper + background + + + + http://jimmac.musichall.cz/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/preferences-desktop.svg b/icons/tango-svg/preferences-desktop.svg new file mode 100644 index 0000000000..a0fd144942 --- /dev/null +++ b/icons/tango-svg/preferences-desktop.svg @@ -0,0 +1,777 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Desktop Preferences + + + preferences + system + category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/preferences-system.svg b/icons/tango-svg/preferences-system.svg new file mode 100644 index 0000000000..d41028fc8d --- /dev/null +++ b/icons/tango-svg/preferences-system.svg @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Preferences System + + + preferences + settings + control panel + tweaks + system + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/software-update-available.svg b/icons/tango-svg/software-update-available.svg new file mode 100644 index 0000000000..9a5a688be4 --- /dev/null +++ b/icons/tango-svg/software-update-available.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/start-here.svg b/icons/tango-svg/start-here.svg new file mode 100644 index 0000000000..3f5313054c --- /dev/null +++ b/icons/tango-svg/start-here.svg @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Start Here + To be replaced by vendor/distribution branding. + + + start + applications + launchers + + + + + Garrett LeSage + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/system-file-manager.svg b/icons/tango-svg/system-file-manager.svg new file mode 100644 index 0000000000..99ad454a49 --- /dev/null +++ b/icons/tango-svg/system-file-manager.svg @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + File Manager + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + file + manager + copy + move + filesystem + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/text-x-generic-template.svg b/icons/tango-svg/text-x-generic-template.svg new file mode 100644 index 0000000000..f70eda469c --- /dev/null +++ b/icons/tango-svg/text-x-generic-template.svg @@ -0,0 +1,778 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Document Template + + + template + + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/utilities-system-monitor.svg b/icons/tango-svg/utilities-system-monitor.svg new file mode 100644 index 0000000000..8f4b9462e3 --- /dev/null +++ b/icons/tango-svg/utilities-system-monitor.svg @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + System Monitor + 2005-10-10 + + + Andreas Nilsson + + + + + system + monitor + performance + + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango-svg/video-display.svg b/icons/tango-svg/video-display.svg new file mode 100644 index 0000000000..26fe3a9e80 --- /dev/null +++ b/icons/tango-svg/video-display.svg @@ -0,0 +1,488 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Video Display + + + + Jakub Steiner + + + + + video + display + monitor + LCD + CRT + + + + http://jimmac.musichall.cz/ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tango_icons.12x12.bmp b/icons/tango_icons.12x12.bmp new file mode 100644 index 0000000000..9dc085c0e2 Binary files /dev/null and b/icons/tango_icons.12x12.bmp differ diff --git a/icons/tango_icons.16x16.bmp b/icons/tango_icons.16x16.bmp new file mode 100644 index 0000000000..2e71fe1bff Binary files /dev/null and b/icons/tango_icons.16x16.bmp differ diff --git a/icons/tango_icons.24x24.bmp b/icons/tango_icons.24x24.bmp new file mode 100644 index 0000000000..e49a2f5bed Binary files /dev/null and b/icons/tango_icons.24x24.bmp differ diff --git a/icons/tango_icons.32x32.bmp b/icons/tango_icons.32x32.bmp new file mode 100644 index 0000000000..f2f33c87c4 Binary files /dev/null and b/icons/tango_icons.32x32.bmp differ diff --git a/icons/tango_icons_viewers.12x12.bmp b/icons/tango_icons_viewers.12x12.bmp new file mode 100644 index 0000000000..e53701f084 Binary files /dev/null and b/icons/tango_icons_viewers.12x12.bmp differ diff --git a/icons/tango_icons_viewers.16x16.bmp b/icons/tango_icons_viewers.16x16.bmp new file mode 100644 index 0000000000..3d31333acd Binary files /dev/null and b/icons/tango_icons_viewers.16x16.bmp differ diff --git a/icons/tango_icons_viewers.24x24.bmp b/icons/tango_icons_viewers.24x24.bmp new file mode 100644 index 0000000000..b0ba3c32dd Binary files /dev/null and b/icons/tango_icons_viewers.24x24.bmp differ diff --git a/icons/tango_icons_viewers.32x32.bmp b/icons/tango_icons_viewers.32x32.bmp new file mode 100644 index 0000000000..d34525fcec Binary files /dev/null and b/icons/tango_icons_viewers.32x32.bmp differ diff --git a/icons/tango_small.bmp b/icons/tango_small.bmp deleted file mode 100644 index d95172651f..0000000000 Binary files a/icons/tango_small.bmp and /dev/null differ diff --git a/icons/tango_small_viewers.bmp b/icons/tango_small_viewers.bmp deleted file mode 100644 index 4ab498f6b0..0000000000 Binary files a/icons/tango_small_viewers.bmp and /dev/null differ -- cgit v1.2.3