From cf9b3ca08bbb2bfb962af3c1e4b77f25573e167e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 24 Nov 2011 17:57:13 +0100 Subject: [PATCH] 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. --- docs/logo/rockbox-clef.svg | 61 +- 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 -> 18554 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 wps/WPSLIST | 60 +- 52 files changed, 21167 insertions(+), 90 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 diff --git a/docs/logo/rockbox-clef.svg b/docs/logo/rockbox-clef.svg index 748cd09..3407a02 100644 --- a/docs/logo/rockbox-clef.svg +++ b/docs/logo/rockbox-clef.svg @@ -2,16 +2,51 @@ image/svg+xml @@ -56,22 +91,24 @@ + style="fill:#000000;fill-opacity:1;fill-rule:evenodd" + inkscape:connector-curvature="0" /> + style="fill:#ffc000" + inkscape:connector-curvature="0" /> diff --git a/icons/create-icons-from-tango.pl b/icons/create-icons-from-tango.pl index bfdbe80..8cd0ece 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 0000000..10b7e22 --- /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 0000000..cd88f92 --- /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 0000000..3737d2b --- /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 0000000..1c39059 --- /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 0000000..1d89e48 --- /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 0000000..641d860 --- /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 0000000..6844e8d --- /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 0000000..5e30c27 --- /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 0000000..9d76774 --- /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 0000000..d31409c --- /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 0000000..be2d18a --- /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 0000000..d6d095b --- /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 0000000..922b316 --- /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 0000000..c57f96d --- /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 0000000..8bfdf70 --- /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 0000000..79b25c3 --- /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 0000000..2047b62 --- /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 0000000..c250195 --- /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 0000000..4832fe9 --- /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 0000000..41e5990 --- /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 + > + + +