log libgui/src/octave-dock-widget.cc @ 31649:deb553ac2c54

age author description
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Fri, 02 Dec 2022 19:32:48 -0500 John W. Eaton don't bother updating old setting names
Fri, 02 Dec 2022 18:43:12 -0500 John W. Eaton handle icons and themes in gui_settings class, not resource_manager
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Sun, 27 Feb 2022 20:21:12 +0100 Torsten Lilge provide different icon sets for the GUI
Thu, 24 Feb 2022 22:16:35 +0100 Torsten Lilge icon fallback concept without QIcon::fallbackSearchPaths (bug #62106)
Tue, 22 Feb 2022 20:54:15 +0100 Torsten Lilge reorganize GUIs icons
Sun, 30 Jan 2022 16:41:44 +0100 Torsten Lilge replace use of depreciated QDesktopWidget in GUI
Sat, 08 Jan 2022 05:41:54 +0100 Lars Kindermann focus follows mouse event should not raise the window (bug #61770) stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Thu, 04 Nov 2021 19:39:56 +0100 Markus Mützel gui: Avoid deprecated enum QDockWidget::AllDockWidgetFeatures.
Mon, 19 Jul 2021 20:09:56 +0200 Torsten Lilge avoid connecting non existing signals from variable editor
Mon, 19 Jul 2021 18:46:40 +0200 Torsten Lilge fix regression from cset 7f22f024afdf
Sun, 18 Jul 2021 19:20:45 +0200 Torsten Lilge fix broken signal/slot connections for the variable editor
Fri, 18 Jun 2021 15:41:36 -0400 John W. Eaton eliminate some connections to parent objects in octave_dock_widget classes
Fri, 18 Jun 2021 22:07:54 +0200 Torsten Lilge provide shortcuts in widgets launched from the cli
Mon, 14 Jun 2021 12:39:51 -0400 John W. Eaton improve behavior of dockable widgets (bug #60750)
Wed, 26 May 2021 13:45:14 -0400 John W. Eaton Backed out changeset b16748c8aa4d
Mon, 24 May 2021 17:25:31 -0400 John W. Eaton also save dock widget settings when object is deleted (bug #60646)
Thu, 20 May 2021 22:02:05 +0200 Torsten Lilge restore previous widget geometry when invoked from cli (bug #60630)
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Tue, 04 May 2021 15:33:58 -0400 John W. Eaton avoid connecting to parent slots in octave_dock_widget
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Fri, 12 Mar 2021 14:10:04 -0800 Rik maint: strip trailing spaces from code base.
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 04 Jan 2021 13:37:34 -0500 John W. Eaton avoid build errors with Qt4 (bug #59813) stable
Sun, 20 Dec 2020 12:06:59 +0100 Torsten Lilge provide focus follows mouse for widgets in the main window (bug #59701)
Sat, 19 Dec 2020 10:49:43 +0100 Torsten Lilge simplify initialization of gui dock widgets
Sun, 06 Dec 2020 13:53:30 +0100 Torsten Lilge fix error when restoring previous main window layout (bug #59426) stable
Fri, 04 Dec 2020 22:50:37 +0100 Torsten Lilge improve default sizes of gui dock widgets stable
Sun, 22 Nov 2020 16:49:30 +0100 Torsten Lilge fix restoring dock widgets geometry in full screen main window stable
Mon, 27 Jan 2020 19:24:02 +0100 Torsten Lilge fix restoring floating console widget (bug #56989)
Sun, 26 Jan 2020 10:29:18 +0100 Torsten Lilge fix losing foxus when redocking a previously tabbed widget
Tue, 14 Jan 2020 21:51:13 +0100 Torsten Lilge include new undock/dock actions into the shortcut manager
Sun, 10 Jun 2018 01:40:36 -0500 Daniel J Sebald Add shortcut keys for octave_dock_widget undock, dock and close (bug #54078)
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Tue, 12 Nov 2019 11:15:40 -0500 John W. Eaton don't include gui-preferences-global.h in gui-preferences.h
Sun, 10 Nov 2019 21:56:18 +0100 Torsten Lilge replace preference literals by symbolic constants for dock widgets
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Fri, 25 Oct 2019 01:30:03 -0400 John W. Eaton use symbolic preference keys if available
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Sun, 06 Oct 2019 22:25:36 +0200 Torsten Lilge reduced vertical space in gui with responsive toolbar buttons (bug #53902)
Thu, 03 Oct 2019 19:19:57 +0200 Torsten Lilge compacter menu bars in dock widgets (bug #53902)
Thu, 03 Oct 2019 18:09:14 +0200 Torsten Lilge compacter tool bar and filter bars in dock widgets (bug #53902)
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Mon, 22 Jul 2019 22:20:56 +0200 Torsten Lilge prevent gui from catching focus when its desktop workspace becomes active
Tue, 16 Jul 2019 11:57:28 -0400 John W. Eaton eliminate octave_cmd classes
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)