Mercurial > hg > octave-nkf
diff libgui/src/files-dock-widget.cc @ 18286:09ef57c61b3b stable
update some icnons of the gui
* files-dock-widget.cc (constructor): new icons for new folder selection and
for searching in/for files
* file-editor.cc (construct): new icons for file open and find actions
* find-dialog.cc (constructor): new widget icons
* main-window.cc (construct_file_menu): new icons for file open action;
(construct_toolbar): new icon for selecting new octave directory
* libgui/src/module.mk, resource.qrc:
removed icons: chat.png, help_index.png, jabber_protocol.png, question.png,
star.png, stop.png, terminal.png
new icons: findf.png, folder_documents.png, folder.png
* icon_files: update list of icons used from the Crystal Project, update
link to its license, add a list of icons created by the octave developpers
* chat.png, help_index.png, jabber_protocol.png, question.png,
star.png, stop.png, terminal.png: removed icon files
* findf.png, folder_documents.png, folder.png: new icon files
author | Torsten <ttl@justmail.de> |
---|---|
date | Sun, 12 Jan 2014 12:41:39 +0100 |
parents | cae24b7cfaf4 |
children | 12291fb903de f1312db94896 |
line wrap: on
line diff
--- a/libgui/src/files-dock-widget.cc +++ b/libgui/src/files-dock-widget.cc @@ -126,10 +126,11 @@ _navigation_tool_bar)); popdown_menu->addSeparator (); - popdown_menu->addAction (tr ("Search Directory..."), + popdown_menu->addAction (QIcon (":/actions/icons/folder.png"), + tr ("Search Directory..."), this, SLOT (popdownmenu_search_dir (bool))); popdown_menu->addSeparator (); - popdown_menu->addAction (QIcon (":/actions/icons/search.png"), + popdown_menu->addAction (QIcon (":/actions/icons/findf.png"), tr ("Find Files..."), this, SLOT (popdownmenu_findfiles (bool))); popdown_menu->addSeparator ();