log libgui/src/octave-dock-widget.cc @ 27089:9326c2258e60

age author description
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Sun, 03 Mar 2019 12:56:12 +0100 Torsten fix dock widget position when being dragged out of the main window (bug #55704) stable
Sat, 05 Jan 2019 17:41:28 +0100 Torsten default geometry of floating widgets not exactly in upper left corner (bug #53207) stable
Fri, 04 Jan 2019 22:01:07 +0100 Torsten only reset floating geometry of dock widget when not visible (bug #53207) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 01 Jan 2019 18:33:08 +0100 Andreas Weber octave-dock-widget.cc: Fix copy & paste error. (bug #55347) stable
Mon, 24 Dec 2018 08:55:21 +0100 Torsten make restoring gui more robust to changes of desktop size (bug #53207) stable
Thu, 27 Sep 2018 21:26:32 +0200 Torsten use signal/slot to give all gui dock widgets access to the command queue
Tue, 18 Sep 2018 08:01:18 -0400 John Donoghue Keep QWindow flag when setting parent in undocked mode (Bug #54495)
Mon, 25 Jun 2018 16:14:52 -0500 Daniel J Sebald Do not make floated widgets a Qt::Window to conserve title bar (bug #54078)
Fri, 16 Mar 2018 02:29:30 -0500 Daniel J Sebald Prevent hidden predecessor windows appearing when successor is floated (bug #53357)
Wed, 16 May 2018 21:14:09 +0200 Torsten fix missing title bar highlighting when (un)docking a widget
Mon, 14 May 2018 03:47:19 +0200 larskindermann always activate a newly docked widget (bug #53890)
Sun, 06 May 2018 20:59:05 +0200 Torsten fix visibility of dock widgets at startup
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
Sun, 06 May 2018 00:19:03 -0500 Daniel J Sebald Use default title bar to preserve GUI float decorations (bug #53276)
Mon, 09 Apr 2018 07:54:15 -0400 John W. Eaton update future version numbers in doc strings and comments stable
Fri, 23 Mar 2018 10:52:50 -0500 Daniel J Sebald Prevent GUI drag-and-drop relocation freeze for some Qt versions (bug #53392). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 10 Mar 2018 14:41:34 -0600 Daniel J Sebald Add a QFrame to the variable editor panels and adjust tooltips (bug #53275)
Mon, 05 Mar 2018 22:11:33 -0600 Daniel J Sebald Improve fullscreen action for variable editor panes (bug #53275)
Tue, 06 Mar 2018 18:48:09 +0100 Torsten always select suitable icon color for sock widgets depending on title bar color
Mon, 05 Mar 2018 20:29:24 +0100 Torsten add a tooltip on ix-systems for moving a floating dock widget (bug #52797)
Fri, 02 Mar 2018 15:37:31 -0500 John W. Eaton move some GUI classes inside octave namespace
Mon, 19 Feb 2018 20:13:15 -0600 Daniel J Sebald Make the variable editor multi-panel via a QMainWindow layout (bug #53046)
Mon, 05 Feb 2018 14:44:39 -0600 Daniel J Sebald Use proper stylesheet syntax to avoid tooltip black background (bug #44554).
Tue, 09 Jan 2018 19:12:04 +0100 Torsten make floating dock widgets resizable in KDE Oxygen (bug #52797)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 27 Nov 2017 20:38:35 +0100 Torsten handle floating widgets on all platforms as done on windows (bug #52378)
Tue, 21 Nov 2017 18:44:00 -0800 Rik maint: merge of stable to default.
Sun, 19 Nov 2017 21:15:17 +0100 Torsten update wrong setting keys accidentally introduced into the settings file stable
Sun, 12 Nov 2017 22:10:46 +0100 Torsten consistent case of settings keys in the settings file (important for qt5) stable
Sat, 18 Nov 2017 11:50:16 +0100 Torsten improve re-docking of a floating widget under windows
Sun, 12 Nov 2017 22:10:46 +0100 Torsten consistent case of settings keys in the settings file (important for qt5)
Wed, 06 Sep 2017 12:53:28 -0400 John W. Eaton style fixes for some GUI source files
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
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, 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
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
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.
Mon, 25 Jul 2016 17:44:02 -0400 Daniel J Sebald Save settings in Qt convention, delete all children in destructors (bug #45366)
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
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
Fri, 25 Dec 2015 22:31:23 +0100 Torsten prevent shortcut ambiguity between main and editor window
Fri, 04 Dec 2015 06:43:45 +0100 Torsten change alignment of dock widget titles for OSX (bug #46592)
Fri, 16 Oct 2015 11:03:26 +0200 Torsten improve focus detection of gui (bug #45306) stable
Wed, 13 May 2015 22:00:56 +0200 Torsten make action shortcuts available in floating widgets (bug #45078) stable
Wed, 25 Mar 2015 16:50:12 +0100 Torsten save and restore previously active widget in a tabbed stack (bug #42980)
Sat, 14 Mar 2015 18:54:23 +0100 Torsten link undo in main window to editor if the latter has focus (bug #44402)
Sun, 08 Mar 2015 14:00:18 +0100 Torsten dock-/undock- and close-icons with variable size (bug #41938)