log

age author description
Fri, 28 Jun 2019 17:03:28 -0400 John W. Eaton delete translator objects in base_qobject destructor
Fri, 28 Jun 2019 14:42:44 -0400 John W. Eaton more refactoring of GUI classes that manage the interpreter
Thu, 27 Jun 2019 13:27:22 -0400 John W. Eaton eliminate unnecessary inclusion of qt-application.h
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Wed, 26 Jun 2019 12:09:37 -0400 John W. Eaton allow building with Qt4 to work again
Tue, 02 Apr 2019 12:00:29 +0000 John W. Eaton eliminate direct access to call stack through interpreter class
Tue, 02 Apr 2019 11:54:57 +0000 John W. Eaton eliminate global direct access to call stack
Tue, 02 Apr 2019 11:59:28 +0000 John W. Eaton eliminate direct access to call stack in interpreter::mlock
Tue, 02 Apr 2019 11:51:24 +0000 John W. Eaton store reference to evaluator instead of call stack in stack frame
Mon, 01 Apr 2019 21:33:22 +0000 John W. Eaton eliminate some direct access to call stack in legacy class and function objects
Mon, 01 Apr 2019 20:53:00 +0000 John W. Eaton eliminate some direct access to call stack in gui and octave_base_value
Mon, 01 Apr 2019 20:38:44 +0000 John W. Eaton eliminate some direct access to call stack in classdef and inline objects
Mon, 01 Apr 2019 20:28:53 +0000 John W. Eaton eliminate direct access to call stack in ov-usr-fcn.cc
Mon, 01 Apr 2019 20:25:34 +0000 John W. Eaton eliminate direct access to call stack in mex functions
Mon, 01 Apr 2019 18:28:44 +0000 John W. Eaton eliminate direct access to call stack in debug functions
Mon, 01 Apr 2019 18:21:27 +0000 John W. Eaton eliminate direct access to call stack in variables functions
Mon, 01 Apr 2019 18:00:15 +0000 John W. Eaton eliminate direct access to call stack in load-save functions
Mon, 01 Apr 2019 17:47:24 +0000 John W. Eaton eliminate direct access to call stack in help functions
Mon, 01 Apr 2019 17:39:42 +0000 John W. Eaton eliminate direct access to call stack in defun functions
Mon, 01 Apr 2019 17:32:02 +0000 John W. Eaton eliminate direct access to call_stack in input functions
Mon, 01 Apr 2019 16:58:05 +0000 John W. Eaton eliminate direct access to call_stack in error functions
Tue, 25 Jun 2019 22:10:14 +0200 Torsten Lilge fix cursor position for editor smart indent after keyword (bug #56533)
Sat, 22 Jun 2019 17:30:16 -0500 John W. Eaton refactor and rename some qt application objects
Fri, 21 Jun 2019 14:41:04 -0500 John W. Eaton rename octave_interpreter object in GUI
Fri, 21 Jun 2019 15:06:55 -0500 John W. Eaton eliminate unused variables in gui_application class
Fri, 21 Jun 2019 14:17:02 -0500 John W. Eaton define octave_qt_gui_app and octave_qt_cli_app separately
Fri, 21 Jun 2019 10:10:54 -0500 John W. Eaton move news reader widget to separate file
Wed, 19 Jun 2019 21:32:22 -0500 John W. Eaton fix access to top_level info flag when creating workspace view context menu
Wed, 19 Jun 2019 12:12:15 -0500 John W. Eaton allow lambda expressions to be passed to octave_link::post_event
Mon, 17 Jun 2019 11:12:52 -0500 Michael C. Grant cd: only change to home directory if nargin and nargout are zero (bug #41275)