log libgui/src/dialog.h @ 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
Sat, 03 Dec 2022 01:00:04 -0500 John W. Eaton eliminate unnecessary base_qobject object from GUI dialog classes
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
Tue, 05 Nov 2019 07:49:38 -0500 John W. Eaton eliminate need for global access to resource manager in uiwidget objects
Thu, 24 Oct 2019 03:47:41 -0400 John W. Eaton eliminate global uiwidget_creator variable
Thu, 24 Oct 2019 03:40:52 -0400 John W. Eaton refactor dialog functions
Thu, 24 Oct 2019 01:50:58 -0400 John W. Eaton move some dialog slot functions from octave-qobject.cc to dialog.cc
Thu, 24 Oct 2019 01:15:50 -0400 John W. Eaton eliminate unnecessary use of pointers
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Thu, 11 Jan 2018 20:30:08 +0100 Torsten functionality of ui dialogs not affected by inserted accelerators (#bug 52853)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 06 Sep 2017 15:00:52 -0400 John W. Eaton hide mutex and wait condition data members in GUI objects
Wed, 06 Sep 2017 13:56:50 -0400 John W. Eaton style fixes for some GUI source files
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
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.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 12 Apr 2016 10:10:07 -0400 John W. Eaton eliminate leak in ListDialog class (bug #47372)
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Tue, 22 Sep 2015 21:06:01 +0200 Mike Miller listdlg: Make appearance and behavior more Matlab compatible (bug #46026)
Fri, 17 Apr 2015 00:38:40 -0500 Daniel J Sebald Add mutex lock to shutdown confirmation for proper thread timing (bug #44751).
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 25 Nov 2014 09:56:52 -0500 John Donoghue uigetfile should select existing files only (Bug #43688) gui-release
Thu, 31 Oct 2013 22:19:07 -0700 Rik maint: Use common #define syntax "octave_filename_h" in h_files.
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Sun, 28 Apr 2013 17:00:00 -0400 John Donoghue Add octave_link uiputfile implementation
Sun, 28 Apr 2013 13:41:37 -0400 John W. Eaton style fixes for uigetfile changes
Sun, 28 Apr 2013 09:45:19 -0400 John Donoghue Add Qt link uigetfile dialog implementation.
Thu, 25 Apr 2013 00:11:01 -0400 John W. Eaton use generic dialog for cd or addpath question
Mon, 22 Apr 2013 15:07:13 -0400 Daniel J Sebald Add questdlg dialog function and fix variety of dialog bugs.
Fri, 19 Apr 2013 17:36:40 -0400 John W. Eaton improve debugging with the GUI
Sat, 13 Apr 2013 15:22:34 -0400 Daniel J Sebald dialog boxes with Qt widgets