log libgui/src/main-window.cc @ 22089:c2c668b3051b

age author description
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, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes
Thu, 19 May 2016 13:01:29 -0400 John W. Eaton use namespace for url_transfer class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 03 May 2016 09:35:48 -0700 Rik maint: Periodic merge of stable to default.
Tue, 03 May 2016 09:28:48 -0700 Rik Use correct URL for Online Documentation (bug #47835). stable
Mon, 02 May 2016 11:12:16 -0700 Rik maint: Octave coding convention cleanups.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Fri, 11 Mar 2016 10:39:08 -0800 Mike Miller * main-window.cc: include QTimer header file
Thu, 10 Mar 2016 12:11:17 -0800 Mike Miller Prevent race conditions in GUI and interpreter initialization (bug #47326)
Thu, 03 Mar 2016 09:56:00 -0800 Rik Change size of Release Notes window so it displays without hz scrollbar.
Sun, 14 Feb 2016 13:16:05 +1100 Lachlan Andrew backout changeset e8c3590da9ff
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
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
Sun, 03 Jan 2016 11:49:19 +0100 Torsten GUI: move the command queue into a separate class
Sun, 03 Jan 2016 11:49:16 +0100 Torsten GUI: no more extra command queue for debug commands
Mon, 28 Dec 2015 16:44:10 +0100 Torsten edit a file from an error message in the terminal (bug #35619)
Sat, 26 Dec 2015 20:46:08 +0100 Torsten add find files action also to the editor menu
Fri, 25 Dec 2015 22:31:23 +0100 Torsten prevent shortcut ambiguity between main and editor window
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Wed, 24 Jun 2015 11:56:32 -0400 John W. Eaton Avoid HAVE_ macro in header file.
Tue, 09 Jun 2015 16:37:53 -0700 Rik maint: Periodic merge of stable to default.
Tue, 02 Jun 2015 00:03:45 +0200 Pantxo Diribarne Allow copying a figure to clipboard even in --no-gui mode (bug #44886) stable
Mon, 25 May 2015 22:02:15 -0700 Rik Use in-place operators in C++ code where possible.
Wed, 13 May 2015 22:00:56 +0200 Torsten make action shortcuts available in floating widgets (bug #45078) stable
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, 17 Apr 2015 00:38:40 -0500 Daniel J Sebald Add mutex lock to shutdown confirmation for proper thread timing (bug #44751).
Tue, 07 Apr 2015 16:55:39 -0400 John Donoghue GUI: Move preferences to edit menu (Bug #44725)
Wed, 25 Mar 2015 21:18:37 +0100 Torsten remove undo-button from main toolbar and rename toolbar title
Wed, 25 Mar 2015 16:50:12 +0100 Torsten save and restore previously active widget in a tabbed stack (bug #42980)
Fri, 20 Mar 2015 08:44:20 -0400 John Donoghue GUI: enable workspace update when debugging (Bug #44455)
Tue, 17 Mar 2015 10:13:58 -0400 John W. Eaton set up octave_link when running with --no-gui option (bug #44116)
Sat, 14 Mar 2015 18:54:23 +0100 Torsten link undo in main window to editor if the latter has focus (bug #44402)
Fri, 13 Mar 2015 13:58:14 -0700 Rik Make Release Notes window larger so that no horizontal scrollbar is required.
Thu, 05 Mar 2015 09:24:31 -0500 John Donoghue gui: added icons menu items that have icons used elsewhere
Thu, 05 Mar 2015 23:05:23 +0100 Torsten fix some shortcut issues
Fri, 27 Feb 2015 08:41:59 +0100 Torsten new gui icons
Tue, 03 Mar 2015 09:47:57 -0500 John W. Eaton restore include statement removed in changeset c7c50030e76c
Mon, 02 Mar 2015 08:47:16 +0100 Torsten make sure shortcuts are active in editor after settings dialog (bug #44397)
Fri, 27 Feb 2015 09:44:58 -0500 Stefan Mahr allow qt graphics toolkit to be used in --no-gui mode (bug #44116)
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Tue, 24 Feb 2015 21:06:54 -0800 Rik Rename db_next_breakpoint_quiet to internal function.
Tue, 24 Feb 2015 09:35:34 +0100 Torsten make size of toolbar icons depending on scaling of display
Tue, 24 Feb 2015 07:12:13 +0100 Torsten improve scalability of gui objects (as discussed in bug #41938)
Sat, 21 Feb 2015 13:33:28 +0100 Torsten communicating actual working directory to the editor (#44298)
Thu, 19 Feb 2015 22:05:12 +0100 Torsten use of C++ API for running a file (bug #42307)
Tue, 17 Feb 2015 13:34:32 -0800 Rik Adjust spacing of static_cast<> calls to follow Octave coding conventions.
Sat, 14 Feb 2015 11:27:10 -0600 Daniel J Sebald Restructure shutdown flow and behavior for improved robustness
Thu, 12 Feb 2015 14:32:01 -0500 John W. Eaton also kill pending input line when gui command window is cleared (bug #44015)
Wed, 11 Feb 2015 23:03:51 -0800 Mike Miller Clear the command window safely (bug #44015)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 30 Jan 2015 16:06:14 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 25 Jan 2015 20:03:17 +0100 Torsten prevent opening the settings dialog multiple times gui-release
Sun, 25 Jan 2015 12:22:48 +0100 Torsten add apply button to the settings dialog (bug #44081) gui-release
Tue, 20 Jan 2015 09:55:41 -0500 John W. Eaton maint: Periodic merge of gui-release to default.