|
From: | Torsten |
Subject: | [Octave-patch-tracker] [patch #8000] Added Filesdockwidget recently viewed directory pulldownlist |
Date: | Sat, 06 Apr 2013 15:53:54 +0000 |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0 |
Follow-up Comment #3, patch #8000 (project octave): There are some issues with the new patch (the last one is partly an already existing problem as I found out while testing): * compilation stops with src/files-dockwidget.cc:61:35: error: 'MaxMRUDirs' was not declared in this scope Is this line necessary when the model of the main-window is used? * Editing the entry of the box and hitting return does not update the directory (In the main window a LineEdit in used in combination with a combo box). * the "up" button changes the directory in the files-dock-widget but does not update the combo-box (this is new) and does not update the octave-directory (this problem already exists). Adding emit displayed_directory_changed (dir.absolutePath ()); into files_dock_widget::change_directory_up () seems to solve this problem. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?8000> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |