log libgui/src/resource-manager.cc @ 25336:389757b7b6af

age author description
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 02 Mar 2018 13:25:34 -0500 John W. Eaton eliminate most Qt version checks
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
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
Wed, 06 Sep 2017 12:53:28 -0400 John W. Eaton style fixes for some GUI source files
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
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, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
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.
Wed, 10 Aug 2016 03:54:42 -0400 John W. Eaton allow building with Qt5 (bug #40252)
Mon, 25 Jul 2016 17:44:02 -0400 Daniel J Sebald Save settings in Qt convention, delete all children in destructors (bug #45366)
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 14:58:29 -0400 John W. Eaton use namespace for system env class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
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
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sun, 29 Nov 2015 00:01:21 +0100 Torsten allow selecting an encoding when saving a file (bug #45688)
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sun, 08 Mar 2015 09:48:45 +0100 Torsten make notepad++ the custom default editor in windows
Fri, 27 Feb 2015 08:41:59 +0100 Torsten new gui icons
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 02 Dec 2013 11:29:22 -0500 John W. Eaton fix build for systems without QFont::Monospace stable
Tue, 26 Nov 2013 20:08:02 +0100 Torsten load translators before welcome wizard and take system language as default stable
Mon, 25 Nov 2013 20:39:44 +0100 Torsten add systems default monospace font for terminal and editor to default settings
Sun, 17 Nov 2013 12:47:58 +0100 Torsten check the creation of settings object for success before starting the gui
Sat, 16 Nov 2013 02:44:20 -0500 John W. Eaton remove trailing slash from settings directory string
Thu, 14 Nov 2013 16:52:21 -0500 John W. Eaton allow welcome wizard dialog to be canceled
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sun, 29 Sep 2013 20:56:39 +0200 Torsten gui: welcome wizard with new message text
Sun, 15 Sep 2013 21:36:22 +0200 Andreas Weber libgui resource-manager: removed unused octave_keywords list
Wed, 28 Aug 2013 23:00:42 -0400 John W. Eaton don't convert "end" token to "__end__" for indexing
Sun, 30 Jun 2013 18:08:29 -0700 Rik Rename re_read_readline_init_file to readline_re_read_init_file.
Sun, 30 Jun 2013 17:30:06 -0700 Rik Rename read_readline_init_file to readline_read_init_file.
Sun, 30 Jun 2013 14:19:02 -0700 Rik Rename saving_history() to history_save().
Sun, 30 Jun 2013 13:50:48 -0700 Rik Rename default_save_options() to save_default_options().
Sun, 30 Jun 2013 12:51:36 -0700 Rik Rename gen_doc_cache() to doc_cache_create().
Fri, 28 Jun 2013 22:17:26 +0200 Torsten try harder to load the qt translation files at start up
Thu, 27 Jun 2013 20:37:51 +0200 Torsten Use the Qscintilla langiage file if available
Sun, 12 May 2013 16:17:48 -0400 John W. Eaton don't store default values in resource manager class
Mon, 06 May 2013 06:00:44 -0400 John W. Eaton allow terminal colors to be set from preferences dialog
Sat, 04 May 2013 09:37:28 +0200 Torsten workspace view colors based upon variable scope (derived from Dan's patch #8013)
Mon, 29 Apr 2013 17:40:41 -0400 John W. Eaton allow GUI window layout to be restored
Wed, 27 Mar 2013 19:52:26 +0100 Torsten gui: provide defaults for all values read from the settings file
Sat, 19 Jan 2013 16:21:55 +0100 Torsten gui: selectable language in settings dialog
Fri, 11 Jan 2013 23:48:38 +0100 Torsten gui: updated and renamed translation files, added belarusian from Mihas Varantsou