log libgui/src/dialog.cc @ 23219:3ac9f9ecfae5 stable

age author description
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.
Mon, 21 Nov 2016 13:16:57 -0800 Rik Further fix to questdlg button order on all platforms (bug #49644).
Fri, 18 Nov 2016 09:02:35 -0800 Rik Present questdlg buttons in correct order (bug #49644).
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
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, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 12 Apr 2016 10:10:07 -0400 John W. Eaton eliminate leak in ListDialog class (bug #47372)
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 18:22:32 -0800 Rik maint: Clean up various usages of #ifdef.
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Tue, 22 Sep 2015 21:06:01 +0200 Mike Miller listdlg: Make appearance and behavior more Matlab compatible (bug #46026)
Mon, 25 May 2015 22:02:15 -0700 Rik Use in-place operators in C++ code where possible.
Fri, 17 Apr 2015 00:38:40 -0500 Daniel J Sebald Add mutex lock to shutdown confirmation for proper thread timing (bug #44751).
Thu, 16 Apr 2015 09:35:01 -0700 Rik Allow case-insensitive SelectionMode value in listdlg (bug #44822).
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
Sun, 30 Mar 2014 20:18:18 -0400 John Donoghue uigetdir: return correct path name (Bug #42004) gui-release
Tue, 28 Jan 2014 18:19:39 -0500 John Donoghue GUI: Use selected/entered name as part of the directory name in uigetdir gui-release
Tue, 28 Jan 2014 18:17:57 -0500 John Donoghue Add path separator to end of uigetfile path (Bug #41367) gui-release
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Mon, 09 Sep 2013 20:38:00 -0700 Rik dialog.cc: Rename local variables to avoid shadowed variable warning
Mon, 13 May 2013 16:15:58 -0400 John Donoghue Added uigetdir to octave_link
Mon, 06 May 2013 20:02:08 -0400 Michael Goffioul GUI compilation fixes for MSVC.
Sun, 28 Apr 2013 19:49:02 -0400 John W. Eaton style fixes
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.
Mon, 22 Apr 2013 11:50:40 -0400 John W. Eaton avoid invalid signal connection
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