log libgui/src/main-window.h @ 27196:d993642352d0

age author description
Fri, 21 Jun 2019 14:41:04 -0500 John W. Eaton rename octave_interpreter object in GUI
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
Sun, 10 Mar 2019 16:40:35 +0100 Torsten Lilge debug step starts script if not already running in debug mode (bug #44728)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 02 Nov 2018 22:38:28 +0100 Pantxo Diribarne Rethrow exceptions from the GUI to the interpreter thread (bug #54920) stable
Thu, 13 Dec 2018 21:53:32 +0100 Torsten allow to select the gui style in the preferences dialog
Fri, 19 Oct 2018 14:18:50 -0400 John W. Eaton move settings_dialog class inside octave namespace
Thu, 18 Oct 2018 22:17:40 -0400 John W. Eaton refactor GUI main_window 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
Thu, 27 Sep 2018 21:26:32 +0200 Torsten use signal/slot to give all gui dock widgets access to the command queue
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Thu, 02 Aug 2018 06:58:35 +0200 Torsten use common callback for workspace actions initiated by gui
Sun, 29 Jul 2018 22:04:57 +0200 Torsten include builtin functions without interpreter argument being into octave_cmd
Sun, 29 Jul 2018 12:57:07 +0200 Torsten update internal __mfile_encoding__ when gui default encoding changes (bug #54310)
Sat, 28 Jul 2018 08:29:34 +0200 Torsten synchronize gui editor encoding when changing __mfile_encdoing__ (bug #54310)
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, 15 Mar 2017 22:00:17 +0100 Pantxo Diribarne Fallback to open.m for opening files in the gui file browser (bug #50543)
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Tue, 17 Apr 2018 21:40:31 -0400 John W. Eaton improve Ctrl-C interrupt handling in the GUI (bug #53635) stable
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
Mon, 19 Feb 2018 20:13:15 -0600 Daniel J Sebald Make the variable editor multi-panel via a QMainWindow layout (bug #53046)
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Fri, 09 Feb 2018 13:13:39 -0500 John W. Eaton move GUI main_window and related classes inside octave namespace
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 00:45:11 -0500 John W. Eaton handle run file and execute command in terminal in the same way
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.
Thu, 28 Sep 2017 10:49:39 +0200 Kai T. Ohlhus doc: Improve Doxygen documentation for some files in libgui.
Wed, 06 Sep 2017 19:57:14 -0400 John W. Eaton style fixes for GUI main window
Thu, 31 Aug 2017 15:33:45 -0400 John W. Eaton avoid SIGABRT on exit from the GUI (bug #50210)
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Tue, 16 May 2017 06:55:25 +0200 Torsten parse error messages clickable in gui console for opening the file (bug #35619)
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 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return 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.
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
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 06 Oct 2016 11:55:20 -0400 John W. Eaton maint: strip tabs and trailing whitespace from C++ sources. stable
Tue, 04 Oct 2016 22:50:45 +0200 Kai T. Ohlhus gui: remove "Share Code" menu entry for offline agora.octave.org (bug #49210) stable
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.
Thu, 26 Feb 2015 22:15:54 +0530 Sahil Badyal use contribute/donate consistently in GUI (bug #44335)
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Thu, 10 Mar 2016 12:11:17 -0800 Mike Miller Prevent race conditions in GUI and interpreter initialization (bug #47326)