log libgui/src/main-window.cc @ 23447:db1fdf4384dd

age author description
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
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
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.
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.
Wed, 10 Aug 2016 09:20:14 -0700 Rik Silence unused parameter warning when compiling with Qt5.
Thu, 26 Feb 2015 22:15:54 +0530 Sahil Badyal use contribute/donate consistently in GUI (bug #44335)
Mon, 25 Jul 2016 17:44:02 -0400 Daniel J Sebald Save settings in Qt convention, delete all children in destructors (bug #45366)
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)