Mercurial > hg > octave-lyh
graph
-
use context menu for workspace viewer rename and copy to clipboard operationsTue, 16 Apr 2013 01:49:20 -0400, by John W. Eaton
-
find-dialog: find previous button and initial position next to the editorMon, 15 Apr 2013 21:48:27 +0200, by Torsten
-
Add find files implemtation to main window menuMon, 15 Apr 2013 02:06:00 -0400, by John Donoghue
-
* main_window.cc(construct_tool_bar): code cleanup and tool tips for combo boxSun, 14 Apr 2013 21:34:47 +0200, by Torsten
-
* file-editor.cc(construct): icon search.png instead of find.pngSun, 14 Apr 2013 21:18:17 +0200, by Torsten
-
* find-dialog.cc(constructor): add close button to the find dialogSun, 14 Apr 2013 20:28:35 +0200, by Torsten
-
gui: undo disabling menu entries in context menu of file browserSun, 14 Apr 2013 08:48:03 +0200, by Torsten
-
Added clear command window implementation to MainWindow Clear COmmand Window menu.Sat, 13 Apr 2013 17:39:16 -0400, by John Donoghue
-
fix windows terminal widget colorsSat, 13 Apr 2013 16:46:48 -0400, by John W. Eaton
-
dialog boxes with Qt widgetsSat, 13 Apr 2013 15:22:34 -0400, by Daniel J Sebald
-
gui: fix backward search in find dialogSat, 13 Apr 2013 16:04:16 +0200, by Torsten
-
* files-dock-widget.cc(constructor): initial dir is where octave was startedSat, 13 Apr 2013 08:26:56 +0200, by Torsten
-
Add set current directory context menu to file browserFri, 12 Apr 2013 21:51:59 -0400, by John Donoghue
-
move common warndlg, errordlg, helpdlg, and msgbox code to private functionFri, 12 Apr 2013 18:17:26 -0400, by John W. Eaton
-
gui: add icons to the context menu of the the file browserFri, 12 Apr 2013 22:40:20 +0200, by Torsten
-
gui: allow running files from the file browserFri, 12 Apr 2013 22:20:39 +0200, by Torsten
-
move dialog files to separate directoryFri, 12 Apr 2013 14:51:51 -0400, by John W. Eaton
-
allow loading files from file browserFri, 12 Apr 2013 14:51:47 -0400, by John W. Eaton
-
allow files to be renamed or deleted using the file browserFri, 12 Apr 2013 14:51:39 -0400, by John Donoghue
-
allow renaming of variables in workspace viewerFri, 12 Apr 2013 14:50:56 -0400, by John W. Eaton
-
gui: use general qscintilla lexer configured for octaveFri, 12 Apr 2013 19:10:32 +0200, by Torsten
-
gui: make all styles of the lexers configurableSun, 07 Apr 2013 20:09:47 +0200, by Torsten
-
gui: configurable synchronization between file browser and octave directoryThu, 11 Apr 2013 19:01:55 +0200, by Torsten
-
Added Filesdockwidget recently viewed directory pulldownlistSat, 06 Apr 2013 01:14:53 -0400, by John Donoghue
-
Reconnect aboutToQuit signal and prepare_to_exit (write_settings) slot.Thu, 11 Apr 2013 14:40:56 -0400, by Daniel J Sebald
-
temporary fix for terminal window resizingThu, 11 Apr 2013 12:02:44 -0400, by John W. Eaton
-
backout changeset 98155e2b6d42Thu, 11 Apr 2013 11:57:23 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultThu, 11 Apr 2013 01:51:38 -0400, by John W. Eaton
-
evaluate compound binary and binary expression the same way (bug #38704) stableThu, 11 Apr 2013 01:50:38 -0400, by John W. Eaton
-
Correctly fill stack field in lasterror() when given as input.Wed, 10 Apr 2013 11:23:31 -0700, by Rik
-
doc: Tweak docstrings of functions changed for Texinfo 5.0 compatibility.Wed, 10 Apr 2013 22:43:30 -0700, by Rik
-
doc: Change liboctave.texi to be compatible with texinfo 5 (bug #38392).Wed, 10 Apr 2013 21:08:54 -0700, by Amod Mulay
-
doc: Make documentation compatible with Texinfo 5.0 (bug #38392)Fri, 22 Mar 2013 17:07:00 -0400, by Amod Mulay
-
Fix print to work with filenames which begin with '~' (bug #38694).Wed, 10 Apr 2013 16:41:06 -0700, by Rik
-
gui: fix notification of files-dock-widget when settings may have changedWed, 10 Apr 2013 06:59:55 +0200, by Torsten
-
* octave-gui.cc (octave_start_gui): Restore call to dissociate_terminal.Tue, 09 Apr 2013 23:12:19 -0400, by John W. Eaton
-
improve exit sequence for GUITue, 09 Apr 2013 23:08:24 -0400, by John W. Eaton
-
Restore STDERR stream pipe before exit to capture error messages.Tue, 09 Apr 2013 23:08:21 -0400, by Daniel J Sebald
-
Use a better example of gcd() in embedded.ccTue, 09 Apr 2013 16:16:10 -0700, by Rik
-
maint: merge stable to default.Tue, 09 Apr 2013 16:13:36 -0700, by Rik
-
Backport working embedded.cc example for documentation. stableTue, 09 Apr 2013 16:06:29 -0700, by Rik
-
jet.m: Make colormap compatible with Matlab (bug #36473).Tue, 09 Apr 2013 11:37:33 -0700, by Rik
-
eliminate event listener classTue, 09 Apr 2013 13:47:43 -0400, by John W. Eaton
-
delete useless connection; style fixesTue, 09 Apr 2013 03:40:28 -0400, by John W. Eaton
-
use QTableView instead of QTreeView to display workspaceTue, 09 Apr 2013 03:26:11 -0400, by John Donoghue
-
get terminal size on window systemsTue, 09 Apr 2013 03:17:48 -0400, by John W. Eaton
-
allow windows console to be clearedTue, 09 Apr 2013 03:08:18 -0400, by John W. Eaton
-
another attempt to fix windows command window colorsTue, 09 Apr 2013 02:34:02 -0400, by John W. Eaton
-
* workspace-element.h: Commit file missing from previous change.Mon, 08 Apr 2013 19:10:23 -0400, by John W. Eaton
-
rgbplot.m: Set the default style to "profile"Mon, 08 Apr 2013 15:19:13 -0700, by Rik
-
allow clc to clear the Windows terminal screenMon, 08 Apr 2013 17:05:43 -0400, by John W. Eaton
-
use pointer for terminal inside terminal_dock_widgetMon, 08 Apr 2013 13:34:24 -0400, by John W. Eaton
-
ensure QSettings is declared for QTerminal.hMon, 08 Apr 2013 13:31:12 -0400, by John W. Eaton
-
use signal/slot for updating workspace instead of using event listenerMon, 08 Apr 2013 12:01:24 -0400, by John W. Eaton
-
pkg: Typo correctionSat, 06 Apr 2013 18:08:08 +0100, by Adam H Aitkenhead
-
Simplify calculation of colormapsSun, 07 Apr 2013 22:24:34 -0700, by Rik
-
pink.m: Simplify calculation in colormap.Sun, 07 Apr 2013 17:24:53 -0700, by Rik
-
bone.m: Make colormap compatible with Matlab (bug #36473).Sun, 07 Apr 2013 17:10:02 -0700, by Rik
-
derive workspace_view from octave_dock_widget; style fixesSun, 07 Apr 2013 16:08:15 -0400, by John W. Eaton
-
Added context menu to workspace variable displaySun, 07 Apr 2013 15:48:11 -0400, by John Donoghue