# HG changeset patch # User Rik # Date 1523648348 25200 # Node ID f9fe8cf64e096a86c8ebf1eb43806d3e671b39eb # Parent 905ce390d4f5b845e560d5fedf4bb5d6d174e202 Add go-down icon to GUI icon set (bug #53639). * libgui/src/icons/go-down.svg: Added from Tango icon set. * libgui/src/icons/go-down.png: Converted from go-down.svg with rsvg-convert. * libgui/src/icons/icons_license: Document that Octave has borrowed another icon (go-down.svg) from the public domain Tango icon set. * libgui/src/resource.qrc: Add go-down.png to list of resources needed. * libgui/src/module.mk: Add go-down.png file to list of icons in build system. diff -r 905ce390d4f5 -r f9fe8cf64e09 libgui/src/icons/go-down.png Binary file libgui/src/icons/go-down.png has changed diff -r 905ce390d4f5 -r f9fe8cf64e09 libgui/src/icons/go-down.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgui/src/icons/go-down.svg Fri Apr 13 12:39:08 2018 -0700 @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Go Down + + + go + lower + down + arrow + pointer + > + + + + + Andreas Nilsson + + + + + + + + + + + + + + + + + + + diff -r 905ce390d4f5 -r f9fe8cf64e09 libgui/src/icons/icons_license --- a/libgui/src/icons/icons_license Fri Apr 13 09:55:25 2018 +0100 +++ b/libgui/src/icons/icons_license Fri Apr 13 12:39:08 2018 -0700 @@ -1,5 +1,5 @@ =========================================== -Icons taken from the Tango-Desktop-Project +Icons based on the Tango-Desktop-Project =========================================== Tango-Desktop-Project: @@ -13,7 +13,7 @@ The Tango base icon theme is released to the Public Domain. -Icons used for octave +Icons used for Octave =========================================== applications-system.svg @@ -32,6 +32,7 @@ edit-undo.svg folder.svg folder-new.svg +go-down.svg go-first.svg go-last.svg go-up.svg @@ -39,10 +40,8 @@ user-home.svg view-refresh.svg - - =========================================== -Icons created by the Octave developpers +Icons created by the Octave developers with elements from the Tango theme =========================================== diff -r 905ce390d4f5 -r f9fe8cf64e09 libgui/src/module.mk --- a/libgui/src/module.mk Fri Apr 13 09:55:25 2018 +0100 +++ b/libgui/src/module.mk Fri Apr 13 12:39:08 2018 -0700 @@ -24,6 +24,7 @@ %reldir%/icons/edit-undo.png \ %reldir%/icons/folder.png \ %reldir%/icons/folder-new.png \ + %reldir%/icons/go-down.png \ %reldir%/icons/go-first.png \ %reldir%/icons/go-last.png \ %reldir%/icons/go-up.png \ diff -r 905ce390d4f5 -r f9fe8cf64e09 libgui/src/resource.qrc --- a/libgui/src/resource.qrc Fri Apr 13 09:55:25 2018 +0100 +++ b/libgui/src/resource.qrc Fri Apr 13 12:39:08 2018 -0700 @@ -25,6 +25,7 @@ icons/edit-undo.png icons/folder.png icons/folder-new.png + icons/go-down.png icons/go-first.png icons/go-last.png icons/go-up.png