log libgui/src/find-files-model.cc @ 31646:c6d54dd31a7e stable

age author description
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. 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
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 13 Jul 2020 15:31:28 -0400 John W. Eaton avoid deprecated qSort function
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
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
Sun, 11 Feb 2018 09:20:36 -0500 John W. Eaton move more GUI classse inside octave namespace
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 03 Nov 2017 20:39:58 -0700 Rik Remove extra space between scope operator '::' and function.
Wed, 06 Sep 2017 09:25:46 -0400 John W. Eaton style fixes for some GUI source files
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, 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
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Wed, 13 Nov 2013 02:28:34 -0500 John W. Eaton include config.h in more files in libgui
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Thu, 05 Sep 2013 10:34:09 -0700 Rik maint: Tweaks to remove compiler warnings.
Wed, 17 Jul 2013 21:42:11 -0400 John Donoghue Add sortable table headers to find_files_dialog results
Mon, 15 Apr 2013 02:06:00 -0400 John Donoghue Add find files implemtation to main window menu