log libgui/src/main-window.cc @ 24645:f61502510d08

age author description
Sat, 27 Jan 2018 09:06:50 -0500 John W. Eaton restore ability to select variables for editing from workspace widget
Thu, 25 Jan 2018 23:59:57 -0500 John W. Eaton pass variable value to variable editor in addition to variable name
Sun, 21 Jan 2018 10:39:19 -0500 John W. Eaton improve behavior of variable editor
Mon, 22 Jan 2018 01:31:53 -0500 John W. Eaton rename some signals and slots for consistency and clarity
Mon, 22 Jan 2018 01:03:56 -0500 John W. Eaton identify functions that are intended to execute in interpreter thread
Mon, 22 Jan 2018 00:45:11 -0500 John W. Eaton handle run file and execute command in terminal in the same way
Sun, 21 Jan 2018 17:33:20 -0500 John W. Eaton update chdir handling in GUI
Sat, 20 Jan 2018 09:29:07 +0100 Torsten always enable paste action in windows (bug #52361)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 07:52:11 -0500 John W. Eaton refactor signal handling (bug #52757)
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Sun, 03 Dec 2017 12:37:13 +0100 Torsten fix truncated startup message in the gui terminal
Mon, 27 Nov 2017 20:38:35 +0100 Torsten handle floating widgets on all platforms as done on windows (bug #52378)
Sat, 18 Nov 2017 11:50:16 +0100 Torsten improve re-docking of a floating widget under windows
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Sun, 24 Sep 2017 09:52:41 +0200 Torsten consistent defaults values for all preferences (bug #52090)
Fri, 22 Sep 2017 03:04:23 +0200 Torsten Backed out changeset ba164db1c4a4
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Wed, 06 Sep 2017 19:57:14 -0400 John W. Eaton style fixes for GUI main window
Wed, 06 Sep 2017 15:00:52 -0400 John W. Eaton hide mutex and wait condition data members in GUI objects
Mon, 04 Sep 2017 13:55:14 -0400 John W. Eaton attempt better cleanup of Octave interpreter thread in GUI
Thu, 31 Aug 2017 15:33:45 -0400 John W. Eaton avoid SIGABRT on exit from the GUI (bug #50210)
Sun, 27 Aug 2017 20:43:41 +0200 Torsten * main_window.cc (construct): save dock states of variable editor on exit (bug #51865)
Fri, 25 Aug 2017 17:30:32 +0200 Torsten fix shortcuts for showing and giving focus to the variable editor
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Tue, 15 Aug 2017 22:00:06 +0200 Torsten reload editor files when removing was not successful (bug #43922)
Sun, 13 Aug 2017 10:08:18 +0200 Torsten reload editor tab when related file is renamed in file browser (bug #43922)
Fri, 11 Aug 2017 22:21:49 +0200 Torsten close editor tab when related file is deleted in file browser (bug #43922)
Tue, 01 Aug 2017 14:44:02 -0400 John W. Eaton defer execution of user code to interpreter::execute (bug #51631)
Sun, 23 Jul 2017 10:53:55 +0200 Torsten allow cursor flashing to be configured globally in gui (bug #51460)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 14 Jul 2017 16:05:59 -0400 John W. Eaton don't use singleton for gtk_manager
Wed, 19 Jul 2017 16:34:13 -0400 John W. Eaton defer installing qt graphics toolkit until interpreter is ready
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Tue, 16 May 2017 06:55:25 +0200 Torsten parse error messages clickable in gui console for opening the file (bug #35619)
Fri, 12 May 2017 12:51:23 +0200 Torsten restore last editor session not before octave is ready
Tue, 09 May 2017 12:49:53 -0400 John W. Eaton maint: Use "" instead of <> for our own include files.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Wed, 12 Apr 2017 10:10:54 -0400 John W. Eaton * main-window.cc: Avoid shadowed declaration.
Tue, 11 Apr 2017 08:00:23 +0200 Torsten improve opening files from gui when built without qscintilla (bug #39179)
Mon, 10 Apr 2017 07:02:42 +0200 Torsten Backed out changeset 7332287221a9
Sun, 09 Apr 2017 22:21:46 +0200 Torsten Backed out changeset 2cee3976d88f
Sun, 09 Apr 2017 20:08:15 +0200 Torsten provide open file dialog even when built without qscintilla (bug #39179)
Sun, 09 Apr 2017 07:46:46 +0200 Torsten improve usage without qscintilla by external editor interface (bug #39179)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Wed, 08 Feb 2017 19:16:50 -0500 John W. Eaton maint: Merge stable to default.
Mon, 06 Feb 2017 20:53:39 +0100 Torsten make editor save its widget settings again when octave quits stable