comparison 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
comparison
equal deleted inserted replaced
18282:cae24b7cfaf4 18286:09ef57c61b3b
124 popdown_button->setDefaultAction (new QAction ( 124 popdown_button->setDefaultAction (new QAction (
125 QIcon (":/actions/icons/gear.png"), "", 125 QIcon (":/actions/icons/gear.png"), "",
126 _navigation_tool_bar)); 126 _navigation_tool_bar));
127 127
128 popdown_menu->addSeparator (); 128 popdown_menu->addSeparator ();
129 popdown_menu->addAction (tr ("Search Directory..."), 129 popdown_menu->addAction (QIcon (":/actions/icons/folder.png"),
130 tr ("Search Directory..."),
130 this, SLOT (popdownmenu_search_dir (bool))); 131 this, SLOT (popdownmenu_search_dir (bool)));
131 popdown_menu->addSeparator (); 132 popdown_menu->addSeparator ();
132 popdown_menu->addAction (QIcon (":/actions/icons/search.png"), 133 popdown_menu->addAction (QIcon (":/actions/icons/findf.png"),
133 tr ("Find Files..."), 134 tr ("Find Files..."),
134 this, SLOT (popdownmenu_findfiles (bool))); 135 this, SLOT (popdownmenu_findfiles (bool)));
135 popdown_menu->addSeparator (); 136 popdown_menu->addSeparator ();
136 popdown_menu->addAction (QIcon (":/actions/icons/filenew.png"), 137 popdown_menu->addAction (QIcon (":/actions/icons/filenew.png"),
137 tr ("New File..."), 138 tr ("New File..."),