log libgui/src/octave-qt-link.h @ 27197:b8c0d5ad024f

age author description
Sat, 22 Jun 2019 17:30:16 -0500 John W. Eaton refactor and rename some qt application objects
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Nov 2018 19:35:39 -0500 John W. Eaton use symbol_info_list instead of symbol_scope to pass workspace info to gui
Thu, 18 Oct 2018 22:06:55 -0400 John W. Eaton eliminate unused variables from octave_qt_link class
Thu, 18 Oct 2018 15:12:16 -0400 John W. Eaton Backed out changeset 2ab0a9b66388
Wed, 17 Oct 2018 16:57:43 -0400 John W. Eaton tmp gui startup commit
Mon, 08 Oct 2018 09:16:29 +0200 Pantxo Diribarne msgbox.m: use graphics objects to build dialog (bug #42490)
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Thu, 26 Jul 2018 20:04:17 +0200 Torsten use exisitng mutex in octave_qt_link for changing gui preferences (bug #54369)
Wed, 18 Jul 2018 20:54:05 +0200 Torsten change gui preferences from within the worker thread (bug #49119)
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Fri, 30 Mar 2018 15:15:08 +0200 Pantxo Diribarne Allow registering compressed help at run time (bug #53006). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 15 Feb 2018 16:52:54 -0500 John W. Eaton move workspace view and model classes inside octave namespace
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
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
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:25:06 -0500 John W. Eaton don't use "const bool&" unnecessarily
Sun, 21 Jan 2018 17:33:20 -0500 John W. Eaton update chdir handling in GUI
Fri, 19 Jan 2018 19:59:28 -0800 Mike Miller doc: make all Doxygen comment blocks more consistent
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
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 15:00:52 -0400 John W. Eaton hide mutex and wait condition data members in GUI objects
Wed, 06 Sep 2017 13:56:50 -0400 John W. Eaton style fixes for some GUI source files
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
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
Mon, 30 Jan 2017 17:38:12 -0500 John W. Eaton refactor and simplify interpreter startup in GUI
Thu, 26 Jan 2017 08:26:46 -0500 John W. Eaton additional restructuring of startup and shutdown
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Sun, 14 Feb 2016 13:16:05 +1100 Lachlan Andrew backout changeset e8c3590da9ff
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Sat, 30 Jan 2016 10:13:34 +1100 Lachlan Andrew Gui support for enhancement of dbstop.
Fri, 29 Jan 2016 06:24:34 +0100 Torsten update directory in gui after add-path/change-dir dialog
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sat, 25 Apr 2015 19:43:27 +0200 Torsten only update file browser and dir selection box when on top-level (bug #44622)
Wed, 22 Apr 2015 00:36:24 -0500 John W. Eaton make copying figures to clipboard work (bug #44866)
Fri, 20 Mar 2015 08:44:20 -0400 John Donoghue GUI: enable workspace update when debugging (Bug #44455)
Sat, 14 Feb 2015 11:27:10 -0600 Daniel J Sebald Restructure shutdown flow and behavior for improved robustness
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 12 Aug 2014 15:27:16 -0400 Jordi GutiƩrrez Hermoso Start doxygenising sources
Sun, 19 Jan 2014 11:30:15 +0100 Torsten gui: provide prefernces for the octave directory at startup gui-release
Tue, 12 Nov 2013 15:46:59 -0500 John W. Eaton raise SIGINT in octave_interpreter instead of in QTerminal
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton rename octave_main_thread to octave_interpreter
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton derive octave_main_thread from QObject, not QThread
Fri, 08 Nov 2013 07:40:36 -0800 Torsten Prompt for non-existent new file when using edit.m from GUI (bug #40450)
Fri, 01 Nov 2013 14:30:47 -0400 John W. Eaton show when variables are complex in workspace view (bug #40445)
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 20 Jul 2013 22:13:51 -0400 John Donoghue Display doc info pages using documentation browser when in GUI mode (Bug #39451)
Thu, 18 Jul 2013 10:56:44 -0400 John Donoghue Add preferences and prefdir functions
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu