[geany/geany] 8ece89: Merge branch 'master' into gtk3-support
Colomban Wendling
git-noreply at geany.org
Tue Jan 29 14:29:10 UTC 2013
Branch: refs/heads/gtk3-support
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Tue, 29 Jan 2013 14:29:10 UTC
Commit: 8ece89096d38d5870ac73697bd17d870deaeac34
https://github.com/geany/geany/commit/8ece89096d38d5870ac73697bd17d870deaeac34
Log Message:
-----------
Merge branch 'master' into gtk3-support
Modified Paths:
--------------
.gitignore
NEWS
configure.ac
data/filetype_extensions.conf
data/filetypes.asciidoc
data/filetypes.c
data/filetypes.conf
data/filetypes.po
data/filetypes.restructuredtext
data/geany.glade
doc/geany.html
doc/geany.txt
icons/16x16/Makefile.am
icons/16x16/classviewer-macro.png
icons/16x16/classviewer-method.xpm
icons/16x16/classviewer-other.png
icons/16x16/classviewer-var.xpm
icons/16x16/geany-build.png
icons/16x16/geany-close-all.png
icons/16x16/geany-save-all.png
icons/24x24/Makefile.am
icons/24x24/geany-build.png
icons/24x24/geany-close-all.png
icons/24x24/geany-save-all.png
icons/32x32/Makefile.am
icons/32x32/geany-build.png
icons/32x32/geany-close-all.png
icons/32x32/geany-save-all.png
icons/48x48/Makefile.am
icons/48x48/geany-build.png
icons/48x48/geany-close-all.png
icons/48x48/geany-save-all.png
icons/48x48/geany.png
icons/Makefile.am
icons/index.theme
icons/scalable/Makefile.am
icons/scalable/geany-build.svg
icons/scalable/geany-close-all.svg
icons/scalable/geany-save-all.svg
icons/tango/16x16/Makefile.am
icons/tango/16x16/geany-save-all.png
icons/tango/16x16/geany-save-all.xcfgz
icons/tango/24x24/Makefile.am
icons/tango/24x24/geany-save-all.png
icons/tango/32x32/Makefile.am
icons/tango/32x32/geany-save-all.png
icons/tango/48x48/Makefile.am
icons/tango/48x48/geany-save-all.png
icons/tango/Makefile.am
icons/tango/index.theme
icons/tango/scalable/Makefile.am
icons/tango/scalable/geany-save-all.svg
plugins/filebrowser.c
po/POTFILES.in
po/cs.po
po/et.po
po/he.po
po/nl.po
po/tr.po
scintilla/Makefile.am
scintilla/gtk/PlatGTK.cxx
scintilla/gtk/ScintillaGTK.cxx
scintilla/include/SciLexer.h
scintilla/include/Scintilla.iface
scintilla/lexers/LexBash.cxx
scintilla/lexers/LexCPP.cxx
scintilla/lexers/LexOthers.cxx
scintilla/lexers/LexPO.cxx
scintilla/lexers/LexRuby.cxx
scintilla/lexers/LexSQL.cxx
scintilla/makefile.win32
scintilla/scintilla_changes.patch
scintilla/src/Catalogue.cxx
scintilla/src/Document.cxx
scintilla/src/Document.h
scintilla/src/Editor.cxx
scintilla/src/Editor.h
scintilla/src/RESearch.cxx
scintilla/src/RunStyles.cxx
scintilla/version.txt
src/Makefile.am
src/about.c
src/build.c
src/callbacks.c
src/callbacks.h
src/dialogs.c
src/document.c
src/document.h
src/editor.c
src/filetypes.c
src/filetypes.h
src/highlighting.c
src/highlightingmappings.h
src/images.c
src/keybindings.c
src/keybindings.h
src/keyfile.c
src/main.c
src/prefs.c
src/printing.c
src/project.c
src/sciwrappers.c
src/sciwrappers.h
src/search.c
src/symbols.c
src/tools.c
src/ui_utils.c
src/ui_utils.h
src/utils.c
src/vte.c
src/vte.h
src/win32.c
tagmanager/ctags/Makefile.am
tagmanager/ctags/asciidoc.c
tagmanager/ctags/c.c
tagmanager/ctags/js.c
tagmanager/ctags/makefile.win32
tagmanager/ctags/parsers.h
tagmanager/ctags/python.c
tagmanager/ctags/rest.c
wscript
Modified: .gitignore
4 files changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -46,7 +46,9 @@ Makefile.in
/localwin32.mk
/.lock-wscript
/ltmain.sh
-/m4/
+/m4/lt*.m4
+/m4/intltool.m4
+/m4/libtool.m4
/make_deb.sh
/missing
/mkinstalldirs
Modified: NEWS
3 files changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -7,7 +7,8 @@ Geany 1.23 (unreleased)
* Fix too aggressive scope caching (#2142789, #2667917, #2868850).
Editor
- * Update Scintilla to version 3.2.2 (#2808638, #3540469).
+ * Update Scintilla to version 3.2.3 (#2808638, #2909124, #3094431,
+ #3233160, #3540469).
Search
* 'Mark All' now also uses the fully-featured PCRE engine (#3564132).
Modified: configure.ac
8 files changed, 8 insertions(+), 0 deletions(-)
===================================================================
@@ -115,8 +115,16 @@ AC_CONFIG_FILES([
Makefile
icons/Makefile
icons/16x16/Makefile
+ icons/24x24/Makefile
+ icons/32x32/Makefile
icons/48x48/Makefile
icons/scalable/Makefile
+ icons/tango/Makefile
+ icons/tango/16x16/Makefile
+ icons/tango/24x24/Makefile
+ icons/tango/32x32/Makefile
+ icons/tango/48x48/Makefile
+ icons/tango/scalable/Makefile
tagmanager/Makefile
tagmanager/ctags/Makefile
tagmanager/mio/Makefile
Modified: data/filetype_extensions.conf
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -5,6 +5,7 @@
Abc=*.abc;*.abp;
ActionScript=*.as;
Ada=*.adb;*.ads;
+Asciidoc=*.asciidoc;
ASM=*.asm;
CAML=*.ml;*.mli;
C=*.c;*.h;
Modified: data/filetypes.asciidoc
35 files changed, 35 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,35 @@
+# For complete documentation of this file, please see Geany's main documentation
+[styling]
+# no syntax highlighting yet
+
+[settings]
+# default extension used when saving files
+extension=asciidoc
+
+# the following characters are these which a "word" can contains, see documentation
+#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
+
+# single comments, like # in this file
+comment_single=//
+# multiline comments
+#comment_open=////
+#comment_close=////
+
+# set to false if a comment character/string should start at column 0 of a line, true uses any
+# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
+ #command_example();
+# setting to false would generate this
+# command_example();
+# This setting works only for single line comments
+comment_use_indent=false
+
+# context action command (please see Geany's main documentation for details)
+context_action_cmd=
+
+# sort tags by appearance
+symbol_list_sort_mode=1
+
+[indentation]
+#width=4
+# 0 is spaces, 1 is tabs, 2 is tab & spaces
+#type=1
Modified: data/filetypes.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -10,6 +10,7 @@
word=keyword_1
word2=keyword_2
string=string_1
+stringraw=string_2
character=character
uuid=other
preprocessor=preprocessor
Modified: data/filetypes.conf
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
# For complete documentation of this file, please see Geany's main documentation
[styling]
# Edit these in the colorscheme .conf file instead
-default=value
+default=default
comment=comment
section=tag
key=attribute
Modified: data/filetypes.po
9 files changed, 8 insertions(+), 1 deletions(-)
===================================================================
@@ -3,13 +3,20 @@
# Edit these in the colorscheme .conf file instead
default=default
comment=comment
+programmer_comment=comment_doc
+reference=comment
+flags=comment
+fuzzy=comment_doc_keyword
msgid=keyword_1
msgid_text=string_1
+msgid_text_eol=string_eol
msgstr=keyword_2
msgstr_text=string_1
+msgstr_text_eol=string_eol
msgctxt=keyword_3
msgctxt_text=string_1
-fuzzy=comment_doc_keyword
+msgctxt_text_eol=string_eol
+error=error
[settings]
# default extension used when saving files
Modified: data/filetypes.restructuredtext
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -10,7 +10,7 @@ extension=rst
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
-comment_single=..
+comment_single=..\s
# multiline comments
#comment_open=
#comment_close=
Modified: data/geany.glade
139 files changed, 116 insertions(+), 23 deletions(-)
===================================================================
@@ -3,6 +3,13 @@
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
<object class="GtkAccelGroup" id="accelgroup1"/>
+ <object class="GtkIconFactory" id="iconfactory1">
+ <sources>
+ <source stock-id="geany-build" icon-name="geany-build"/>
+ <source stock-id="geany-close-all" icon-name="geany-close-all"/>
+ <source stock-id="geany-save-all" icon-name="geany-save-all"/>
+ </sources>
+ </object>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">3</property>
<property name="upper">1000</property>
@@ -467,7 +474,7 @@
<object class="GtkImage" id="image4061">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="stock">gtk-close</property>
+ <property name="stock">geany-close-all</property>
<property name="icon-size">1</property>
</object>
<object class="GtkImage" id="image4062">
@@ -671,7 +678,7 @@
<object class="GtkImage" id="image4057">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="stock">gtk-save</property>
+ <property name="stock">geany-save-all</property>
<property name="icon-size">1</property>
</object>
<object class="GtkImage" id="image4058">
@@ -713,6 +720,7 @@
<property name="type_hint">dialog</property>
<property name="skip_pager_hint">True</property>
<property name="has_separator">True</property>
+ <property name="icon_name">geany</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox3">
<property name="visible">True</property>
@@ -5880,11 +5888,11 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="terminal_scrollback_lines_label">
+ <object class="GtkLabel" id="bg_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Scrollback lines:</property>
+ <property name="label" translatable="yes">Background image:</property>
</object>
<packing>
<property name="top_attach">3</property>
@@ -5894,11 +5902,11 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="terminal_shell_label">
+ <object class="GtkLabel" id="terminal_scrollback_lines_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Shell:</property>
+ <property name="label" translatable="yes">Scrollback lines:</property>
</object>
<packing>
<property name="top_attach">4</property>
@@ -5908,6 +5916,20 @@
</packing>
</child>
<child>
+ <object class="GtkLabel" id="terminal_shell_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Shell:</property>
+ </object>
+ <packing>
+ <property name="top_attach">5</property>
+ <property name="bottom_attach">6</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkColorButton" id="color_fore">
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
@@ -5931,7 +5953,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Sets the backround color of the text in the terminal widget</property>
+ <property name="tooltip_text" translatable="yes">Sets the background color of the text in the terminal widget</property>
<property name="title" translatable="yes">Color Chooser</property>
<property name="color">#000000000000</property>
</object>
@@ -5944,6 +5966,49 @@
</packing>
</child>
<child>
+ <object class="GtkEntry" id="entry_image">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Sets the path to the background image in the terminal widget</property>
+ <property name="invisible_char">•</property>
+ <property name="primary_icon_activatable">False</property>
+ <property name="secondary_icon_activatable">False</property>
+ <property name="primary_icon_sensitive">True</property>
+ <property name="secondary_icon_sensitive">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_term_image">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <child>
+ <object class="GtkImage" id="image1337">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="stock">gtk-open</property>
+ <property name="icon-size">1</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkSpinButton" id="spin_scrollback">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -5960,8 +6025,8 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">3</property>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
+ <property name="top_attach">4</property>
+ <property name="bottom_attach">5</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -5979,8 +6044,8 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">4</property>
- <property name="bottom_attach">5</property>
+ <property name="top_attach">5</property>
+ <property name="bottom_attach">6</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
@@ -6002,8 +6067,8 @@
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
- <property name="top_attach">4</property>
- <property name="bottom_attach">5</property>
+ <property name="top_attach">5</property>
+ <property name="bottom_attach">6</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
@@ -6366,6 +6431,7 @@
<property name="type_hint">dialog</property>
<property name="transient_for">window1</property>
<property name="has_separator">True</property>
+ <property name="icon_name">geany</property>
<child internal-child="vbox">
<object class="GtkVBox" id="project_dialog_vbox">
<property name="visible">True</property>
@@ -7227,6 +7293,7 @@
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Geany</property>
+ <property name="icon_name">geany</property>
<child internal-child="accessible">
<object class="AtkObject" id="window1-atkobject">
<property name="AtkObject::accessible-name" translatable="yes">Geany</property>
@@ -7700,6 +7767,32 @@
</object>
</child>
<child>
+ <object class="GtkSeparatorMenuItem" id="separator63">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkMenuItem" id="move_lines_up1">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">_Move Line(s) Up</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="on_move_lines_up1_activate" swapped="no"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkMenuItem" id="move_lines_down1">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">_Move Line(s) Down</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="on_move_lines_down1_activate" swapped="no"/>
+ </object>
+ </child>
+ <child>
<object class="GtkSeparatorMenuItem" id="separator52">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -7750,16 +7843,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="transpose_current_line1">
- <property name="use_action_appearance">False</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">_Transpose Current Line</property>
- <property name="use_underline">True</property>
- <signal name="activate" handler="on_transpose_current_line1_activate" swapped="no"/>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="separator28">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -8865,6 +8948,16 @@
</object>
</child>
<child>
+ <object class="GtkMenuItem" id="clone1">
+ <property name="use_action_appearance">False</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">_Clone</property>
+ <property name="use_underline">True</property>
+ <signal name="activate" handler="on_clone1_activate" swapped="no"/>
+ </object>
+ </child>
+ <child>
<object class="GtkMenuItem" id="strip_trailing_spaces1">
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
Modified: doc/geany.html
893 files changed, 458 insertions(+), 435 deletions(-)
===================================================================
No diff available, check online
Modified: doc/geany.txt
38 files changed, 29 insertions(+), 9 deletions(-)
===================================================================
@@ -565,6 +565,14 @@ order. It is not alphabetical as shown in the documents list
See the `Notebook tab keybindings`_ section for useful
shortcuts including for Most-Recently-Used document switching.
+Cloning documents
+^^^^^^^^^^^^^^^^^
+The `Document->Clone` menu item copies the current document's text,
+cursor position and properties into a new untitled document. If
+there is a selection, only the selected text is copied. This can be
+useful when making temporary copies of text or for creating
+documents with similar or identical contents.
+
Character sets and Unicode Byte-Order-Mark (BOM)
------------------------------------------------
@@ -2011,9 +2019,9 @@ Use indicators to show compile errors
Underline lines with compile errors using red squiggles to indicate
them in the editor area.
-Newline strip trailing spaces
- Remove any white space at the end of the line when you hit the
- Enter/Return key.
+Newline strips trailing spaces
+ Remove any whitespace at the end of the line when you hit the
+ Enter/Return key. See also `Strip trailing spaces`_.
Line breaking column
The editor column number to insert a newline at when Line Breaking
@@ -2297,8 +2305,13 @@ Ensure consistent line endings
Ensures that newline characters always get converted before
saving, avoiding mixed line endings in the same file.
+.. _Strip trailing spaces:
+
Strip trailing spaces
- Remove the trailing spaces on each line of the document.
+ Remove any whitespace at the end of each document line.
+
+ .. note::
+ This does not apply to Diff documents, e.g. patch files.
Replace tabs by space
Replace all tabs in the document with the equivalent number of spaces.
@@ -2476,10 +2489,11 @@ indent_hard_tab_width The size of a tab character. Don't change 8
**Interface related**
show_symbol_list_expanders Whether to show or hide the small true to new
expander icons on the symbol list documents
-allow_always_save treeview. Whether files can be saved false immediately
- always, even if they don't have any
- changes. By default, the Save button and
- menu item are disabled when a file is
+ treeview.
+allow_always_save Whether files can be saved always, even false immediately
+ if they don't have any changes.
+ By default, the Save button and menu
+ item are disabled when a file is
unchanged. When setting this option to
true, the Save button and menu item are
always active and files can be saved.
@@ -2590,6 +2604,9 @@ Foreground color
Background color
Select the background color of the terminal.
+Background image
+ Select the background image to show behind the terminal's text.
+
Scrollback lines
The number of lines buffered so that you can scroll though the history.
@@ -3462,7 +3479,8 @@ Find Document Usage Ctrl-Shift-D Finds all occurrences
Mark All Ctrl-Shift-M Highlight all matches of the current
word/selection in the current document
with a colored box. If there's nothing to
- find, highlighted matches will be cleared.
+ find, or the cursor is next to an existing match,
+ the highlighted matches will be cleared.
=============================== ========================= ==================================================
@@ -3610,6 +3628,8 @@ Document keybindings
==================================== ==================== ==================================================
Action Default shortcut Description
==================================== ==================== ==================================================
+Clone See `Cloning documents`_.
+
Replace tabs by space Replaces all tabs with the right amount of spaces.
Replace spaces by tabs Replaces leading spaces with tab characters.
Modified: icons/16x16/Makefile.am
13 files changed, 8 insertions(+), 5 deletions(-)
===================================================================
@@ -1,6 +1,8 @@
-iconsdir = $(datadir)/icons/hicolor/16x16/apps
+iconsdir = $(datadir)/icons/hicolor/16x16
+icons_appsdir = $(iconsdir)/apps
+icons_actionsdir = $(iconsdir)/actions
-icons_DATA = \
+dist_icons_apps_DATA = \
classviewer-class.png \
classviewer-macro.png \
classviewer-member.png \
@@ -11,6 +13,7 @@ icons_DATA = \
classviewer-var.png \
geany.png
-EXTRA_DIST = $(icons_DATA) \
- classviewer-var.xpm \
- classviewer-method.xpm
+dist_icons_actions_DATA = \
+ geany-build.png \
+ geany-close-all.png \
+ geany-save-all.png
Modified: icons/16x16/classviewer-macro.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/16x16/classviewer-method.xpm
27 files changed, 0 insertions(+), 27 deletions(-)
===================================================================
@@ -1,27 +0,0 @@
-/* XPM */
-static char *classviewer_method[] = {
-/* columns rows colors chars-per-pixel */
-"16 16 5 1",
-" c black",
-". c #E0BC38",
-"X c #F0DC5C",
-"o c #FCFC80",
-"O c None",
-/* pixels */
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOO OOOO",
-"OOOOOOOOO oo OO",
-"OOOOOOOO ooooo O",
-"OOOOOOO ooooo. O",
-"OOOO O XXoo.. O",
-"OOO oo XXX... O",
-"OO ooooo XX.. OO",
-"O ooooo. X. OOO",
-"O XXoo.. O OOOO",
-"O XXX... OOOOOOO",
-"O XXX.. OOOOOOOO",
-"OO X. OOOOOOOOO",
-"OOOO OOOOOOOOOO"
-};
Modified: icons/16x16/classviewer-other.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/16x16/classviewer-var.xpm
27 files changed, 0 insertions(+), 27 deletions(-)
===================================================================
@@ -1,27 +0,0 @@
-/* XPM */
-static char *classviewer_var[] = {
-/* columns rows colors chars-per-pixel */
-"16 16 5 1",
-" c black",
-". c #8C748C",
-"X c #9C94A4",
-"o c #ACB4C0",
-"O c None",
-/* pixels */
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOOOOOOOOO",
-"OOOOOOOOO OOOOO",
-"OOOOOOOO oo OOO",
-"OOOOOOO ooooo OO",
-"OOOOOO ooooo. OO",
-"OOOOOO XXoo.. OO",
-"OOOOOO XXX... OO",
-"OOOOOO XXX.. OOO",
-"OOOOOOO X. OOOO",
-"OOOOOOOOO OOOOO",
-"OOOOOOOOOOOOOOOO"
-};
Modified: icons/16x16/geany-build.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/16x16/geany-close-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/16x16/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/24x24/Makefile.am
6 files changed, 6 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,6 @@
+icons_actionsdir = $(datadir)/icons/hicolor/24x24/actions
+
+dist_icons_actions_DATA = \
+ geany-build.png \
+ geany-close-all.png \
+ geany-save-all.png
Modified: icons/24x24/geany-build.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/24x24/geany-close-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/24x24/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/32x32/Makefile.am
6 files changed, 6 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,6 @@
+icons_actionsdir = $(datadir)/icons/hicolor/32x32/actions
+
+dist_icons_actions_DATA = \
+ geany-build.png \
+ geany-close-all.png \
+ geany-save-all.png
Modified: icons/32x32/geany-build.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/32x32/geany-close-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/32x32/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/48x48/Makefile.am
13 files changed, 10 insertions(+), 3 deletions(-)
===================================================================
@@ -1,4 +1,11 @@
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
-icons_DATA = geany.png
+iconsdir = $(datadir)/icons/hicolor/48x48
+icons_appsdir = $(iconsdir)/apps
+icons_actionsdir = $(iconsdir)/actions
-EXTRA_DIST = $(icons_DATA)
+dist_icons_apps_DATA = \
+ geany.png
+
+dist_icons_actions_DATA = \
+ geany-build.png \
+ geany-close-all.png \
+ geany-save-all.png
Modified: icons/48x48/geany-build.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/48x48/geany-close-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/48x48/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/48x48/geany.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/Makefile.am
21 files changed, 15 insertions(+), 6 deletions(-)
===================================================================
@@ -1,20 +1,29 @@
-SUBDIRS = 16x16 48x48 scalable
+SUBDIRS = 16x16 24x24 32x32 48x48 scalable tango
-EXTRA_DIST = geany.ico
+# only install index.theme on Windows
+if MINGW
+iconsdir = $(datadir)/icons/hicolor
+dist_icons_DATA = index.theme
+endif
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+dist_noinst_DATA = geany.ico
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t
install-data-hook:
@-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
- $(gtk_update_icon_cache); \
+ $(gtk_update_icon_cache) "$(datadir)/icons/hicolor"; \
+ $(gtk_update_icon_cache) "$(datadir)/icons/Tango"; \
else \
echo "*** Icon cache not updated. Remember to run:"; \
echo "***"; \
- echo "*** $(gtk_update_icon_cache)"; \
+ echo "*** $(gtk_update_icon_cache) '$(datadir)/icons/hicolor'";\
+ echo "*** $(gtk_update_icon_cache) '$(datadir)/icons/Tango'";\
echo "***"; \
fi
uninstall-local:
- rm -f $(DESTDIR)$(datadir)/icons/hicolor/icon-theme.cache;
+ rm -f $(DESTDIR)$(datadir)/icons/hicolor/icon-theme.cache
+ rm -f $(DESTDIR)$(datadir)/icons/Tango/icon-theme.cache
Modified: icons/index.theme
60 files changed, 60 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,60 @@
+[Icon Theme]
+Name=Hicolor
+Comment=Fallback icon theme
+Hidden=true
+Directories=16x16/actions,16x16/apps,24x24/actions,24x24/apps,32x32/actions,32x32/apps,48x48/actions,48x48/apps,scalable/actions,scalable/apps
+
+
+[16x16/actions]
+Size=16
+Context=Actions
+Type=Threshold
+
+[16x16/apps]
+Size=16
+Context=Applications
+Type=Threshold
+
+[24x24/actions]
+Size=24
+Context=Actions
+Type=Threshold
+
+[24x24/apps]
+Size=24
+Context=Applications
+Type=Threshold
+
+[32x32/actions]
+Size=32
+Context=Actions
+Type=Threshold
+
+[32x32/apps]
+Size=32
+Context=Applications
+Type=Threshold
+
+[48x48/actions]
+Size=48
+Context=Actions
+Type=Threshold
+
+[48x48/apps]
+Size=48
+Context=Applications
+Type=Threshold
+
+[scalable/actions]
+MinSize=1
+Size=128
+MaxSize=256
+Context=Actions
+Type=Scalable
+
+[scalable/apps]
+MinSize=1
+Size=128
+MaxSize=256
+Context=Applications
+Type=Scalable
Modified: icons/scalable/Makefile.am
13 files changed, 10 insertions(+), 3 deletions(-)
===================================================================
@@ -1,4 +1,11 @@
-iconsdir = $(datadir)/icons/hicolor/scalable/apps
-icons_DATA = geany.svg
+iconsdir = $(datadir)/icons/hicolor/scalable
+icons_appsdir = $(iconsdir)/apps
+icons_actionsdir = $(iconsdir)/actions
-EXTRA_DIST = $(icons_DATA)
+dist_icons_apps_DATA = \
+ geany.svg
+
+dist_icons_actions_DATA = \
+ geany-build.svg \
+ geany-close-all.svg \
+ geany-save-all.svg
Modified: icons/scalable/geany-build.svg
162 files changed, 162 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg2985"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="Nouveau document 2">
+ <defs
+ id="defs2987">
+ <linearGradient
+ id="linearGradient3876">
+ <stop
+ id="stop3878"
+ offset="0"
+ style="stop-color:#832f07;stop-opacity:1;" />
+ <stop
+ style="stop-color:#7d2c06;stop-opacity:1;"
+ offset="0.66924989"
+ id="stop3880" />
+ <stop
+ id="stop3882"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3854">
+ <stop
+ style="stop-color:#8c3303;stop-opacity:1;"
+ offset="0"
+ id="stop3856" />
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="1"
+ id="stop3858" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3854"
+ id="radialGradient3862"
+ cx="8.2662506"
+ cy="31.158112"
+ fx="8.2662506"
+ fy="31.158112"
+ r="13.230393"
+ gradientTransform="matrix(-0.84250329,0.40840637,-0.63160073,-1.3029319,36.559251,70.98965)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3876"
+ id="linearGradient3884"
+ x1="27.371437"
+ y1="47.235817"
+ x2="46.754456"
+ y2="22.07579"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98714021,0,0,0.98714021,-0.112798,0.1861512)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3854"
+ id="radialGradient5114"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.82079822,2.4024917,-1.0801943,0.36904239,5.8309693,-24.501118)"
+ cx="6.8684106"
+ cy="0.77958882"
+ fx="6.8684106"
+ fy="0.77958882"
+ r="8.7621937" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6770833"
+ inkscape:cx="0.78613418"
+ inkscape:cy="9.8218394"
+ inkscape:current-layer="layer3"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1618"
+ inkscape:window-height="935"
+ inkscape:window-x="60"
+ inkscape:window-y="39"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata2990">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="layer1"
+ style="opacity:1">
+ <g
+ id="g5537">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3842"
+ d="m 1.2832291,6.3829735 0,15.0104005 25.1333659,25.990419 0,-16.84308 z"
+ style="fill:url(#radialGradient3862);fill-opacity:1;stroke:#000000;stroke-width:0.98714024px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3844"
+ d="m 26.416595,47.445489 0,-16.781384 20.359767,-9.56292 0,15.053888 z"
+ style="fill:url(#linearGradient3884);fill-opacity:1;stroke:#000000;stroke-width:0.98714024px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccsssc"
+ inkscape:connector-curvature="0"
+ id="path3846"
+ d="M 1.2832291,6.3563849 26.498968,30.642054 46.784986,21.131619 21.132989,0.62747085 c 0,0 -2.224918,0.34900676 -1.701408,1.61415635 0.52351,1.2651495 -1.224238,1.8860405 -3.620946,2.83568 C 11.186296,6.9095927 9.0539044,7.2352368 5.2531811,5.688069 3.879367,5.1288278 1.2832291,6.3563849 1.2832291,6.3563849 z"
+ style="fill:#ba4503;fill-opacity:1;stroke:#000000;stroke-width:0.98714024px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="zsssz"
+ inkscape:connector-curvature="0"
+ id="path3848"
+ d="m 10.226527,11.446681 c 1.526904,1.548717 3.560029,2.162834 10.252074,-0.479885 6.849258,-2.7048021 6.151245,-3.0974347 4.62434,-4.4498359 C 23.576036,5.1645588 22.894765,4.5230075 17.250288,6.6042111 9.4412627,9.483517 8.6996228,9.8979631 10.226527,11.44668 z"
+ style="fill:url(#radialGradient5114);fill-opacity:1;stroke:#000000;stroke-width:0.98714024000000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <use
+ height="48"
+ width="48"
+ transform="translate(7.1717365,6.0206784)"
+ id="use3850"
+ xlink:href="#path3848"
+ y="0"
+ x="0" />
+ <use
+ height="48"
+ width="48"
+ transform="matrix(0.99867743,-0.05141392,0.05141392,0.99867743,6.7099747,7.8099442)"
+ id="use3852"
+ xlink:href="#use3850"
+ y="0"
+ x="0" />
+ </g>
+ </g>
+</svg>
Modified: icons/scalable/geany-close-all.svg
446 files changed, 446 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,446 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="64px"
+ height="64px"
+ id="svg2985"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="geany-close-all.svg"
+ inkscape:export-filename="/home/ban/progs/geany/icons/48x48/geany-close-all.png"
+ inkscape:export-xdpi="67.5"
+ inkscape:export-ydpi="67.5">
+ <defs
+ id="defs2987">
+ <linearGradient
+ id="linearGradient2091">
+ <stop
+ id="stop2093"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2095"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3165">
+ <stop
+ id="stop3167"
+ offset="0"
+ style="stop-color:#e78181;stop-opacity:1" />
+ <stop
+ style="stop-color:#e15f5f;stop-opacity:1"
+ offset="0.25"
+ id="stop8599" />
+ <stop
+ id="stop8601"
+ offset="0.68000001"
+ style="stop-color:#c22f2f;stop-opacity:1" />
+ <stop
+ id="stop3169"
+ offset="1"
+ style="stop-color:#a40000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7916">
+ <stop
+ id="stop7918"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7920"
+ offset="1.0000000"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ </linearGradient>
+ <radialGradient
+ r="10.31934"
+ fy="35.127438"
+ fx="23.070683"
+ cy="35.127438"
+ cx="23.070683"
+ gradientTransform="matrix(0.914812,0.01265023,-0.00821502,0.213562,2.253914,27.18889)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2177-3"
+ xlink:href="#linearGradient2091-0"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2091-0">
+ <stop
+ id="stop2093-9"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2095-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.1314195e-8,2.5479117,-4.8841578,-2.2328085e-8,144.16406,-10.748097)"
+ r="18.500046"
+ fy="24.500458"
+ fx="6.5734448"
+ cy="24.500458"
+ cx="6.5734448"
+ id="radialGradient7958-0"
+ xlink:href="#linearGradient3165-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3165-7">
+ <stop
+ id="stop3167-1"
+ offset="0"
+ style="stop-color:#e78181;stop-opacity:1" />
+ <stop
+ style="stop-color:#e15f5f;stop-opacity:1"
+ offset="0.25"
+ id="stop8599-3" />
+ <stop
+ id="stop8601-6"
+ offset="0.68000001"
+ style="stop-color:#c22f2f;stop-opacity:1" />
+ <stop
+ id="stop3169-3"
+ offset="1"
+ style="stop-color:#a40000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="43.000458"
+ x2="23.099995"
+ y1="6.0004601"
+ x1="23.172504"
+ id="linearGradient7961-1"
+ xlink:href="#linearGradient7955-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7955-4"
+ inkscape:collect="always">
+ <stop
+ id="stop7957-6"
+ offset="0"
+ style="stop-color:#c22f2f;stop-opacity:1" />
+ <stop
+ id="stop7959-1"
+ offset="1"
+ style="stop-color:#a40000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="36.296539"
+ x2="12.717501"
+ y1="17.041941"
+ x1="31.972097"
+ gradientTransform="matrix(1.0494758,-1.0494758,1.0494758,1.0494758,-26.939092,23.169297)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2181-9"
+ xlink:href="#linearGradient7916-9"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient7916-9">
+ <stop
+ id="stop7918-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop7920-5"
+ offset="1.0000000"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ y2="36.296539"
+ x2="12.717501"
+ y1="17.041941"
+ x1="31.972097"
+ gradientTransform="matrix(1.0494758,-1.0494758,1.0494758,1.0494758,-26.939092,23.169297)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3933"
+ xlink:href="#linearGradient7916-9"
+ inkscape:collect="always" />
+ <filter
+ inkscape:collect="always"
+ id="filter4035"
+ x="-0.31406894"
+ width="1.6281379"
+ y="-0.22770001"
+ height="1.4554">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="2.0126026"
+ id="feGaussianBlur4037" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="19.570124"
+ inkscape:cy="2.4606555"
+ inkscape:current-layer="layer3"
+ showgrid="true"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="1155"
+ inkscape:window-height="782"
+ inkscape:window-x="248"
+ inkscape:window-y="38"
+ inkscape:window-maximized="0">
+ <sodipodi:guide
+ orientation="1,0"
+ position="0,23"
+ id="guide4048" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="24,49.875"
+ id="guide4050" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="48,47.734375"
+ id="guide4052" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="15.998291,45.630484"
+ id="guide4054" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="38.360543,0"
+ id="guide4094" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="-53.46875,-24"
+ id="guide4096" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata2990">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:description>Cross is from gnome-colors-common; document is inspired by Tango and gnome-icon-theme.</dc:description>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="document">
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g4144"
+ id="use4152"
+ transform="matrix(0.84344375,0.53721749,-0.53721749,0.84344375,47.402841,10.277409)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#use3987"
+ id="use3989"
+ transform="matrix(0.95588294,0.29374786,-0.29374786,0.95588294,19.002222,1.9979348)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#rect3991"
+ id="use4009"
+ transform="matrix(0.9756233,0.219452,-0.219452,0.9756233,16.417778,3.4268038)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g3837"
+ id="use3987"
+ transform="matrix(0.97550556,0.21997482,-0.21997482,0.97550556,16.467576,3.3647699)"
+ width="64"
+ height="64" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter4035)"
+ id="rect3991"
+ width="15.379573"
+ height="21.213202"
+ x="13.965359"
+ y="19.098719"
+ ry="2.289192" />
+ <g
+ id="g3837"
+ transform="matrix(1.3339116,0,0,1.3339116,2.574019,-85.670844)">
+ <rect
+ ry="1.2727265"
+ y="73.954544"
+ x="2.5909092"
+ height="20.000017"
+ width="16.999998"
+ id="rect3052"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#7d7d7d;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path3823"
+ d="m 5.0948153,90.959162 5.9928977,0"
+ style="fill:none;stroke:#dedede;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#dedede;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 5.0983665,88.948508 11.9928985,0"
+ id="path3825"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3827"
+ d="m 5.0983665,86.952414 11.9928985,0"
+ style="fill:none;stroke:#dedede;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#dedede;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 5.0948153,83.959162 5.9928977,0"
+ id="path3829"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3831"
+ d="m 5.0983665,81.948508 11.9928985,0"
+ style="fill:none;stroke:#dedede;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#dedede;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 5.0983665,79.952414 11.9928985,0"
+ id="path3833"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3835"
+ d="m 5.0983665,77.952414 11.9928985,0"
+ style="fill:none;stroke:#dedede;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#rect3991"
+ id="use4114"
+ transform="matrix(0.47915458,0,0,0.47915458,-0.51251517,62.668776)"
+ width="64"
+ height="64" />
+ <g
+ id="g4144"
+ transform="matrix(1.276854,0,0,1.276854,-0.48128019,-18.894955)">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#7d7d7d;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect4120"
+ width="8.5096235"
+ height="10.011331"
+ x="2.23839"
+ y="68.74881"
+ ry="0.63708377" />
+ <path
+ style="fill:none;stroke:#dedede;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.4917606,77.260743 2.9998415,0"
+ id="path4122"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#dedede;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.4935382,75.719139 6.0032387,0"
+ id="path4126"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path4128"
+ d="m 3.4917606,73.889363 2.9998415,0"
+ style="fill:none;stroke:#dedede;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#dedede;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.4935382,72.33047 6.0032387,0"
+ id="path4130"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#dedede;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 3.4935382,70.750005 6.0032387,0"
+ id="path4134"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="cross">
+ <g
+ inkscape:label="Layer 1"
+ id="layer1-9"
+ transform="matrix(0.83206021,0,0,0.83206021,25.311861,-0.06016356)">
+ <path
+ transform="matrix(2.2288248,0,0,1.9190478,-27.171303,-25.505284)"
+ d="m 33.278212,34.94062 c 0,1.281408 -4.620126,2.320194 -10.31934,2.320194 -5.699214,0 -10.31934,-1.038786 -10.31934,-2.320194 0,-1.281407 4.620126,-2.320194 10.31934,-2.320194 5.699214,0 10.31934,1.038787 10.31934,2.320194 z"
+ sodipodi:ry="2.320194"
+ sodipodi:rx="10.31934"
+ sodipodi:cy="34.94062"
+ sodipodi:cx="22.958872"
+ id="path1361"
+ style="opacity:0.2557078;fill:url(#radialGradient2177-3);fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ id="text1314"
+ d="m 42.5,35.000459 -10.50009,-11 10.500001,-10 L 34.99991,6.5004602 24.499911,17.000459 13.999912,6.5004602 6.4999133,14.000459 l 10.4999977,10 -10.4999977,11 7.4999987,7.499999 10.499999,-10.5 9.5,10.5 L 42.5,35.000459 z"
+ style="font-size:59.90107727px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#radialGradient7958-0);fill-opacity:1;stroke:url(#linearGradient7961-1);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Bitstream Vera Sans"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ id="path7076"
+ d="m 41,35.000459 -10.50009,-11 10.5,-10 -6,-5.9999998 L 24.50022,18.500459 13.999912,8.0004592 7.9999123,14.000459 l 10.4999987,10 -10.4999987,11 5.9999997,6 10.499999,-10.5 L 34,41 41,35.000459 z"
+ style="font-size:59.90107727px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.4;fill:none;stroke:url(#linearGradient3933);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Bitstream Vera Sans"
+ inkscape:connector-curvature="0" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#layer1-9"
+ id="use4098"
+ transform="matrix(0.37799979,0,0,0.37799979,-0.17347528,63.825548)"
+ width="64"
+ height="64" />
+ </g>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ style="opacity:0.8;display:none"
+ sodipodi:insensitive="true">
+ <image
+ y="64"
+ x="0"
+ id="image3855"
+ xlink:href="file:///home/ban/progs/geany/icons/48x48/geany-close-all.png"
+ height="24"
+ width="24" />
+ </g>
+</svg>
Modified: icons/scalable/geany-save-all.svg
657 files changed, 657 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,657 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg2985"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="geany-save-all.svg"
+ inkscape:export-filename="/home/ban/progs/geany/icons/16x16/geany-save-all.png"
+ inkscape:export-xdpi="30"
+ inkscape:export-ydpi="30">
+ <title
+ id="title3080">Save all</title>
+ <defs
+ id="defs2987">
+ <linearGradient
+ y2="-5.9535513"
+ x2="24.285765"
+ y1="14.716651"
+ x1="9.7099533"
+ gradientTransform="matrix(1.117647,0,0,1.1,-290.08518,-48.65)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5471"
+ xlink:href="#linearGradient6056"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="7.8355665"
+ x2="16.552481"
+ y1="2.9626985"
+ x1="16.552481"
+ gradientTransform="matrix(0.9803921,0,0,1.1,-287.3793,-48.3)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5467"
+ xlink:href="#linearGradient6108"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-288.67342,-47.5)"
+ y2="3.6734154"
+ x2="14.04664"
+ y1="6.504528"
+ x1="18.963779"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5464"
+ xlink:href="#linearGradient4916"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="3.7493312"
+ x2="18.561535"
+ y1="4.5279388"
+ x1="17.68836"
+ gradientTransform="matrix(1.3472897,0,0,1.3356241,-295.4037,-49.007697)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5462"
+ xlink:href="#linearGradient6076"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5897">
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="0"
+ id="stop5899" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:0;"
+ offset="1"
+ id="stop5901" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4916">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop4918" />
+ <stop
+ style="stop-color:#5d5f5b;stop-opacity:0;"
+ offset="1"
+ id="stop4920" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6108">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop6110" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop6112" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6076">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop6078" />
+ <stop
+ style="stop-color:#cbcbcb;stop-opacity:1"
+ offset="1"
+ id="stop6080" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6056">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop6058" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1"
+ id="stop6060" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6056"
+ id="linearGradient6062"
+ x1="9.7099533"
+ y1="14.716651"
+ x2="24.285765"
+ y2="-5.9535513"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.117647,0,0,1.1,-1.4117645,-1.15)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6076"
+ id="linearGradient6082"
+ x1="17.68836"
+ y1="4.5279388"
+ x2="18.561535"
+ y2="3.7493312"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3472897,0,0,1.3356241,-6.7302791,-1.5076969)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6108"
+ id="linearGradient6114"
+ x1="16.552481"
+ y1="2.9626985"
+ x2="16.552481"
+ y2="7.8355665"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9803921,0,0,1.1,1.2941182,-0.8000001)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4916"
+ id="linearGradient4922"
+ x1="18.963779"
+ y1="6.504528"
+ x2="14.04664"
+ y2="3.6734154"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5897"
+ id="linearGradient5903"
+ x1="4.1902652"
+ y1="25.646143"
+ x2="14.649404"
+ y2="12.007792"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5897"
+ id="linearGradient5929"
+ gradientUnits="userSpaceOnUse"
+ x1="4.1902652"
+ y1="25.646143"
+ x2="14.649404"
+ y2="12.007792" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="19.035276"
+ x2="21.347517"
+ y1="16.874674"
+ x1="19.28145"
+ id="linearGradient6051"
+ xlink:href="#linearGradient6045"
+ inkscape:collect="always"
+ gradientTransform="matrix(0.9168831,0,0,0.9169468,1.6694447,1.4811158)" />
+ <linearGradient
+ gradientTransform="matrix(0.2947292,0,0,0.2947292,9.2434959,8.1106157)"
+ gradientUnits="userSpaceOnUse"
+ y2="22.40896"
+ x2="52.986004"
+ y1="17.590158"
+ x1="48.690983"
+ id="linearGradient5914"
+ xlink:href="#linearGradient5908"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.4140801,0,0,0.4496565,2.2850397,5.3289509)"
+ gradientUnits="userSpaceOnUse"
+ y2="18.158607"
+ x2="56.384373"
+ y1="14.8742"
+ x1="53.454674"
+ id="linearGradient4930"
+ xlink:href="#linearGradient4924"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.7214926,0,0,0.7210249,4.4502003,-1.0759528)"
+ gradientUnits="userSpaceOnUse"
+ y2="23.074486"
+ x2="19.445436"
+ y1="28.73134"
+ x1="25.279068"
+ id="linearGradient5933"
+ xlink:href="#linearGradient5927"
+ inkscape:collect="always" />
+ <radialGradient
+ r="12.5"
+ fy="16.093563"
+ fx="48.178337"
+ cy="16.093563"
+ cx="48.178337"
+ gradientTransform="matrix(0.117808,0.165688,-0.160285,0.113967,37.8996,24.60705)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3740"
+ xlink:href="#linearGradient2812"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(0.710234,0.703965,-0.828897,0.836278,-17.34172,-12.95082)"
+ gradientUnits="userSpaceOnUse"
+ r="12.5"
+ fy="17.172701"
+ fx="18.389807"
+ cy="17.172701"
+ cx="18.389807"
+ id="radialGradient2818"
+ xlink:href="#linearGradient2812"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-21.33061,6.070707)"
+ gradientUnits="userSpaceOnUse"
+ y2="23.00688"
+ x2="42.993927"
+ y1="18.054306"
+ x1="42.993927"
+ id="linearGradient2802"
+ xlink:href="#linearGradient2796"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1.515341,1.822282e-2,-1.854671e-2,1.542275,-9.89215,-9.850491)"
+ gradientUnits="userSpaceOnUse"
+ r="9.5"
+ fy="17.498907"
+ fx="19.825111"
+ cy="17.498907"
+ cx="19.825111"
+ id="radialGradient2794"
+ xlink:href="#linearGradient2788"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.176471,0,13.58824)"
+ r="8.5"
+ fy="16.5"
+ fx="9.5"
+ cy="16.5"
+ cx="9.5"
+ id="radialGradient3221"
+ xlink:href="#linearGradient3215"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3215"
+ inkscape:collect="always">
+ <stop
+ id="stop3217"
+ offset="0"
+ style="stop-color:#2e3436;stop-opacity:1;" />
+ <stop
+ id="stop3219"
+ offset="1"
+ style="stop-color:#2e3436;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2788">
+ <stop
+ id="stop2790"
+ offset="0"
+ style="stop-color:#729fcf;stop-opacity:1;" />
+ <stop
+ id="stop2792"
+ offset="1"
+ style="stop-color:white;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2796"
+ inkscape:collect="always">
+ <stop
+ id="stop2798"
+ offset="0"
+ style="stop-color:#204a87;stop-opacity:1;" />
+ <stop
+ id="stop2800"
+ offset="1"
+ style="stop-color:#1a3c6e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2812">
+ <stop
+ id="stop2814"
+ offset="0"
+ style="stop-color:#3070ce;stop-opacity:1" />
+ <stop
+ id="stop2816"
+ offset="1"
+ style="stop-color:#1a3c6e;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5927"
+ inkscape:collect="always">
+ <stop
+ id="stop5929"
+ offset="0"
+ style="stop-color:#c17d11;stop-opacity:1;" />
+ <stop
+ id="stop5931"
+ offset="1"
+ style="stop-color:#c17d11;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4924"
+ inkscape:collect="always">
+ <stop
+ id="stop4926"
+ offset="0"
+ style="stop-color:#ef2929;stop-opacity:1" />
+ <stop
+ id="stop4928"
+ offset="1"
+ style="stop-color:#cc0000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5908"
+ inkscape:collect="always">
+ <stop
+ id="stop5910"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1;" />
+ <stop
+ id="stop5912"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6045"
+ inkscape:collect="always">
+ <stop
+ id="stop6047"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop6049"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6045"
+ id="linearGradient6018"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9168831,0,0,0.9169468,3.9818882,-0.8641132)"
+ x1="19.28145"
+ y1="16.874674"
+ x2="21.347517"
+ y2="19.035276" />
+ <filter
+ id="filter5197"
+ height="2.1394303"
+ y="-0.56971514"
+ width="1.1480616"
+ x="-0.074030781"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur5199"
+ stdDeviation="0.68247126"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient5206"
+ inkscape:collect="always">
+ <stop
+ id="stop5208"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5210"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5222">
+ <stop
+ id="stop5224"
+ offset="0"
+ style="stop-color:#7ea5d6;stop-opacity:1;" />
+ <stop
+ id="stop5226"
+ offset="1"
+ style="stop-color:#3465a4;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5245"
+ inkscape:collect="always">
+ <stop
+ id="stop5247"
+ offset="0"
+ style="stop-color:#3465a4;stop-opacity:1;" />
+ <stop
+ id="stop5249"
+ offset="1"
+ style="stop-color:#3465a4;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5261"
+ inkscape:collect="always">
+ <stop
+ id="stop5263"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5265"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5269">
+ <stop
+ id="stop5271"
+ offset="0"
+ style="stop-color:#c6c6c6;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0.5"
+ id="stop5277" />
+ <stop
+ id="stop5273"
+ offset="1"
+ style="stop-color:#a5a5a5;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5222"
+ id="radialGradient3301"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9015393,0,0,1.8241702,-8.2360563,18.752614)"
+ cx="12.007621"
+ cy="6.9535408"
+ fx="12.007621"
+ fy="6.9535408"
+ r="10.980066" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5206"
+ id="linearGradient3303"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5892857,24.297958)"
+ x1="12.358521"
+ y1="2.6672831"
+ x2="10.859434"
+ y2="28.104784" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5245"
+ id="linearGradient3305"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5892857,24.297958)"
+ x1="12"
+ y1="14.24497"
+ x2="15.3125"
+ y2="23.30747" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5269"
+ id="linearGradient3307"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5892857,24.297958)"
+ x1="9.125"
+ y1="15.5"
+ x2="13.375"
+ y2="20.75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5261"
+ id="linearGradient3309"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.5892857,24.297958)"
+ x1="11.499999"
+ y1="20.473557"
+ x2="11.951921"
+ y2="12.411057" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.4748737"
+ inkscape:cx="153.44631"
+ inkscape:cy="16.570233"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1034"
+ inkscape:window-height="647"
+ inkscape:window-x="204"
+ inkscape:window-y="47"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata2990">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Save all</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title></dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:description>Based on Jakub Steiner "Floppy" icon from GTK sock icon</dc:description>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g3243"
+ transform="matrix(1.4865639,0,0,1.4865639,7.2324175,-34.728295)">
+ <rect
+ ry="1.6350584"
+ rx="1.6350582"
+ y="44.297958"
+ x="3.6517856"
+ height="2.875"
+ width="22.125"
+ id="rect5151"
+ style="opacity:0.48275865;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5197);enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path4572"
+ d="m 4.1184947,26.837815 0,16.744133 2.263422,2.263422 17.7474653,0 c 0.402074,-0.162022 0.832632,-0.267076 0.94759,-1.003331 l 0,-18.059965 c -0.07388,-0.76871 -0.486484,-0.972893 -1.003331,-1.003331 l -19.0075553,0 c -0.559223,0.04883 -0.979009,0.271946 -0.947591,1.059072 z"
+ style="color:#000000;fill:url(#radialGradient3301);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.33908045;color:#000000;fill:none;stroke:url(#linearGradient3303);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 5.0728071,26.748886 0,16.344177 1.7447828,1.713532 17.3186311,0 -0.01371,-18.045873 c 0,0 -19.0497029,-0.01184 -19.0497029,-0.01184 z"
+ id="path5204"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="rect5230"
+ d="m 22.589286,28.308016 0,6.354884 c 0,0.905822 -0.740811,1.635058 -1.661011,1.635058 l -12.6779778,0 c -0.9202004,0 -1.6610115,-0.729236 -1.6610115,-1.635058 l 0,-6.354884 c 0,0 16.0000003,0 16.0000003,0 z"
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ y="25.297958"
+ x="6.5892859"
+ height="3"
+ width="16"
+ id="rect5233"
+ style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="color:#000000;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect5235"
+ width="16"
+ height="0.99999994"
+ x="6.5892859"
+ y="27.297958" />
+ <rect
+ y="25.297958"
+ x="6.5892859"
+ height="0.99999994"
+ width="16"
+ id="rect5237"
+ style="color:#000000;fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="30.297958"
+ x="8.5892859"
+ height="1"
+ width="12"
+ id="rect5239"
+ style="color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect5241"
+ width="12"
+ height="1"
+ x="8.5892859"
+ y="33.297958" />
+ <path
+ style="color:#000000;fill:url(#linearGradient3305);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 22.589286,45.2879 0,-6.354884 c 0,-0.905822 -0.740811,-1.635058 -1.661011,-1.635058 l -12.6779778,0 c -0.9202004,0 -1.6610115,0.729236 -1.6610115,1.635058 l 0,6.354884 c 0,0 16.0000003,0 16.0000003,0 z"
+ id="path5243"
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path5253"
+ d="m 20.089286,45.797958 0,-6.362884 c 0,-0.906962 -0.733174,-1.637116 -1.643888,-1.637116 l -8.7122248,0 c -0.9107138,0 -1.6438876,0.730154 -1.6438876,1.637116 l 0,6.362884 c 0,0 12.0000004,0 12.0000004,0 z"
+ style="color:#000000;fill:url(#linearGradient3307);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="color:#000000;fill:#c6c6c6;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect5257"
+ width="2"
+ height="3.9375002"
+ x="12.089286"
+ y="40.797958" />
+ <rect
+ y="39.860458"
+ x="11.089286"
+ height="3.9375002"
+ width="2"
+ id="rect5255"
+ style="color:#000000;fill:#5884bc;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="opacity:0.34482763;color:#000000;fill:none;stroke:url(#linearGradient3309);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 19.166208,44.870071 0,-5.078069 c 0,-0.723825 -0.370378,-0.994045 -1.140982,-0.994045 l -7.871882,0 c -0.7706039,0 -1.1409817,0.27022 -1.1409817,0.994045 l 0,5.078069 c 0,0 10.1538457,0 10.1538457,0 z"
+ id="path5259"
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g3243"
+ id="use3269"
+ transform="translate(-9.7647883,9.6929653)"
+ width="48"
+ height="48" />
+ </g>
+</svg>
Modified: icons/tango/16x16/Makefile.am
7 files changed, 7 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,7 @@
+icons_actionsdir = $(datadir)/icons/Tango/16x16/actions
+
+dist_icons_actions_DATA = \
+ geany-save-all.png
+
+dist_noinst_DATA = \
+ geany-save-all.xcfgz
Modified: icons/tango/16x16/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/tango/16x16/geany-save-all.xcfgz
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/tango/24x24/Makefile.am
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,4 @@
+icons_actionsdir = $(datadir)/icons/Tango/24x24/actions
+
+dist_icons_actions_DATA = \
+ geany-save-all.png
Modified: icons/tango/24x24/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/tango/32x32/Makefile.am
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,4 @@
+icons_actionsdir = $(datadir)/icons/Tango/32x32/actions
+
+dist_icons_actions_DATA = \
+ geany-save-all.png
Modified: icons/tango/32x32/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/tango/48x48/Makefile.am
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,4 @@
+icons_actionsdir = $(datadir)/icons/Tango/48x48/actions
+
+dist_icons_actions_DATA = \
+ geany-save-all.png
Modified: icons/tango/48x48/geany-save-all.png
0 files changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/tango/Makefile.am
7 files changed, 7 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,7 @@
+SUBDIRS = 16x16 24x24 32x32 48x48 scalable
+
+# only install index.theme on Windows
+if MINGW
+iconsdir = $(datadir)/icons/Tango
+dist_icons_DATA = index.theme
+endif
Modified: icons/tango/index.theme
33 files changed, 33 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,33 @@
+[Icon Theme]
+Name=Tango
+Comment=Tango Icon Theme
+Inherits=gnome,crystalsvg
+Directories=16x16/actions,24x24/actions,32x32/actions,48x48/actions,scalable/actions
+
+
+[16x16/actions]
+Size=16
+Context=Actions
+Type=Threshold
+
+[24x24/actions]
+Size=24
+Context=Actions
+Type=Threshold
+
+[32x32/actions]
+Size=32
+Context=Actions
+Type=Threshold
+
+[48x48/actions]
+Size=48
+Context=Actions
+Type=Threshold
+
+[scalable/actions]
+MinSize=1
+Size=128
+MaxSize=256
+Context=Actions
+Type=Scalable
Modified: icons/tango/scalable/Makefile.am
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,4 @@
+icons_actionsdir = $(datadir)/icons/Tango/scalable/actions
+
+dist_icons_actions_DATA = \
+ geany-save-all.svg
Modified: icons/tango/scalable/geany-save-all.svg
613 files changed, 613 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,613 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="geany-save-all.svg"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:version="0.32"
+ id="svg2913"
+ height="48px"
+ width="48px"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.1">
+ <title
+ id="title3216">Save All</title>
+ <defs
+ id="defs3">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6925">
+ <stop
+ style="stop-color:#204a87;stop-opacity:1;"
+ offset="0"
+ id="stop6927" />
+ <stop
+ style="stop-color:#204a87;stop-opacity:0;"
+ offset="1"
+ id="stop6929" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6901">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="0"
+ id="stop6903" />
+ <stop
+ style="stop-color:#3465a4;stop-opacity:0;"
+ offset="1"
+ id="stop6905" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4991">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4993" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4995" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2187"
+ inkscape:collect="always">
+ <stop
+ id="stop2189"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2191"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8662">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8664" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8666" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8662"
+ id="radialGradient8668"
+ cx="24.837126"
+ cy="36.421127"
+ fx="24.837126"
+ fy="36.421127"
+ r="15.644737"
+ gradientTransform="matrix(1.000000,-7.816467e-32,-1.132409e-32,0.536723,-5.897962e-14,16.87306)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient2555">
+ <stop
+ id="stop2557"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e6e6e6;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop2561" />
+ <stop
+ id="stop2563"
+ offset="0.75000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#e1e1e1;stop-opacity:1.0000000;"
+ offset="0.84166664"
+ id="stop2565" />
+ <stop
+ id="stop2559"
+ offset="1.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4274">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.25490198;"
+ offset="0.0000000"
+ id="stop4276" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop4278" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4254"
+ inkscape:collect="always">
+ <stop
+ id="stop4256"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4258"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4244">
+ <stop
+ id="stop4246"
+ offset="0.0000000"
+ style="stop-color:#e4e4e4;stop-opacity:1.0000000;" />
+ <stop
+ id="stop4248"
+ offset="1.0000000"
+ style="stop-color:#d3d3d3;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4236"
+ inkscape:collect="always">
+ <stop
+ id="stop4238"
+ offset="0"
+ style="stop-color:#eeeeee;stop-opacity:1;" />
+ <stop
+ id="stop4240"
+ offset="1"
+ style="stop-color:#eeeeee;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4228">
+ <stop
+ id="stop4230"
+ offset="0.0000000"
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
+ <stop
+ id="stop4232"
+ offset="1.0000000"
+ style="stop-color:#9f9f9f;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4184">
+ <stop
+ id="stop4186"
+ offset="0.0000000"
+ style="stop-color:#838383;stop-opacity:1.0000000;" />
+ <stop
+ id="stop4188"
+ offset="1.0000000"
+ style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0.795493,3.799180)"
+ y2="35.281250"
+ x2="24.687500"
+ y1="35.281250"
+ x1="7.0625000"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4209"
+ xlink:href="#linearGradient4184"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="40.943935"
+ x2="36.183067"
+ y1="28.481176"
+ x1="7.6046205"
+ id="linearGradient4234"
+ xlink:href="#linearGradient4228"
+ inkscape:collect="always"
+ gradientTransform="translate(0.000000,5.125000)" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="33.758667"
+ x2="12.221823"
+ y1="37.205811"
+ x1="12.277412"
+ id="linearGradient4242"
+ xlink:href="#linearGradient4236"
+ inkscape:collect="always"
+ gradientTransform="translate(0.000000,5.125000)" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.286242,0.781698,-0.710782,1.169552,-2.354348,0.248140)"
+ r="20.935817"
+ fy="2.9585190"
+ fx="15.571491"
+ cy="2.9585190"
+ cx="15.571491"
+ id="radialGradient4250"
+ xlink:href="#linearGradient4244"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="47.620636"
+ x2="44.096100"
+ y1="4.4331360"
+ x1="12.378357"
+ id="linearGradient4260"
+ xlink:href="#linearGradient4254"
+ inkscape:collect="always"
+ gradientTransform="translate(0.000000,5.125000)" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="26.357183"
+ x2="23.688078"
+ y1="11.318835"
+ x1="23.688078"
+ id="linearGradient4272"
+ xlink:href="#linearGradient4274"
+ inkscape:collect="always"
+ gradientTransform="translate(0.000000,5.125000)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2555"
+ id="linearGradient2553"
+ x1="33.431175"
+ y1="31.964777"
+ x2="21.747974"
+ y2="11.780679"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6901"
+ id="linearGradient3189"
+ gradientUnits="userSpaceOnUse"
+ x1="14.751649"
+ y1="15.868432"
+ x2="8.8953285"
+ y2="16.743431" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6925"
+ id="linearGradient3191"
+ gradientUnits="userSpaceOnUse"
+ x1="12.25"
+ y1="18.25"
+ x2="7"
+ y2="21.118431" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2187"
+ id="linearGradient3193"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.914114,0,0,0.914114,-3.868698,-2.706902)"
+ x1="33.059906"
+ y1="27.394117"
+ x2="12.624337"
+ y2="12.583769" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4991"
+ id="radialGradient3195"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.314471,-0.01006312,-0.01022964,1.336221,46.22108,-4.909887)"
+ cx="23.447077"
+ cy="6.4576745"
+ fx="23.447077"
+ fy="6.4576745"
+ r="19.0625" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="27"
+ inkscape:window-x="0"
+ inkscape:window-height="818"
+ inkscape:window-width="1034"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer1"
+ inkscape:cy="11.617397"
+ inkscape:cx="-60.605295"
+ inkscape:zoom="4"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="0.22745098"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:showpageshadow="false"
+ fill="#3465a4"
+ stroke="#204a87"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Save All</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>hdd</rdf:li>
+ <rdf:li>hard drive</rdf:li>
+ <rdf:li>save</rdf:li>
+ <rdf:li>io</rdf:li>
+ <rdf:li>store</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:identifier />
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <dc:description>From the Tango icon gtk-save; design by Jesse Mayes.</dc:description>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="pix"
+ id="layer2"
+ inkscape:groupmode="layer" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="down">
+ <g
+ id="g3112">
+ <g
+ transform="matrix(0.02411405,0,0,0.01929202,45.48953,41.75228)"
+ id="g5022"
+ style="display:inline">
+ <rect
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect4173"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ style="opacity:0.40206185;color:black;fill@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list