log libgui/src/main-window.cc @ 20278:ede7224d062f stable

age author description
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.
Sun, 18 Jan 2015 18:33:43 -0500 Mike Miller Fix compilation error when building without QScintilla gui-release
Sat, 17 Jan 2015 09:33:15 +0100 Torsten provide a user preference for printing the debug location in the terminal gui-release
Wed, 14 Jan 2015 13:54:28 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 13 Jan 2015 21:46:18 +0100 Torsten remove warning and info on experimental gui gui-release
Thu, 08 Jan 2015 12:51:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 04 Jan 2015 11:58:31 +0100 Torsten improved search for active dock-widget after focus has changed gui-release
Tue, 30 Dec 2014 20:41:00 -0800 Rik maint: Periodic merge of gui-release to default.
Mon, 29 Dec 2014 13:52:42 +0100 Torsten make sure the console window gets active custom style at beginning gui-release
Thu, 25 Dec 2014 15:48:43 +0100 Torsten fix access to already removed editor window at exit gui-release
Wed, 24 Dec 2014 15:07:31 +0100 Torsten switching between edit and main shortcuts depending on active dock widget now gui-release
Wed, 24 Dec 2014 13:58:00 +0100 Torsten fix regression from 476032040df9 (endless loop while looking for active widget) gui-release
Tue, 23 Dec 2014 15:04:00 +0100 Torsten determining the active dock from focus changes in the gui gui-release
Sat, 20 Dec 2014 17:26:53 +0100 Torsten allow to cancel exiting if editor tabs are modified and exit is requested in gui gui-release
Thu, 04 Dec 2014 16:22:26 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 04 Dec 2014 16:06:31 -0500 John W. Eaton avoid printing debug location in cmd window when using GUI to step gui-release
Wed, 05 Nov 2014 12:45:44 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 30 Oct 2014 13:38:02 -0400 John W. Eaton horizontal scrollbar for GUI terminal on Windows systems gui-release
Thu, 09 Oct 2014 19:20:56 -0400 John W. Eaton preserve text on Windows terminal resize (bug #41893; patch #8532) gui-release
Thu, 09 Oct 2014 19:20:56 -0400 John W. Eaton preserve text on Windows terminal resize (bug #41893; patch #8532)
Sun, 05 Oct 2014 10:48:26 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 28 Sep 2014 09:23:27 +0200 Torsten improve some menu texts and tool tips (bug #43200) gui-release
Fri, 01 Aug 2014 12:10:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 20 Jul 2014 20:52:08 +0200 Torsten make sure the command has focus at startup gui-release
Sun, 20 Jul 2014 20:44:30 +0200 Torsten fix conflict between main and editor menus when using alt keys (bug #42659) gui-release
Thu, 19 Jun 2014 18:08:00 -0400 John W. Eaton maint: Periodic merge of gui-release to default.