log libgui/src/shortcut-manager.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
Sun, 04 Dec 2022 22:57:02 -0500 John W. Eaton eliminate unnecessary uses of octave_qobject in GUI classes
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Fri, 02 Dec 2022 15:51:44 -0500 John W. Eaton use separate functions for importing and resetting default shortcuts
Tue, 15 Nov 2022 13:25:31 -0300 Rafael Laboissiere Fix typos and grammatical mistakes in text exposed to the user stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 04 Dec 2021 21:30:32 +0100 Torsten Lilge Fixed typos before string freeze 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
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
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
Sun, 10 Jan 2021 14:04:35 +0100 Torsten Lilge add bookmark functionality to the documentation browser (bug #54938)
Sun, 20 Dec 2020 18:08:57 +0100 Torsten Lilge fix handling global shortcuts when preventing conflicts with readline
Sun, 15 Nov 2020 21:52:58 +0100 Torsten Lilge add shortcuts for the new profiler actions in the gui
Mon, 22 Jun 2020 21:41:15 +0200 Markus Mützel maint: merge stable to default.
Mon, 22 Jun 2020 20:43:00 +0200 Torsten Lilge force non-native file dialogs on Mac ignoring current user pref (bug #52840) stable
Sat, 16 May 2020 13:32:24 -0700 Rik Remove support for Qt4 in Octave 7.
Tue, 14 Jan 2020 21:51:13 +0100 Torsten Lilge include new undock/dock actions into the shortcut manager
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)
Sat, 21 Dec 2019 20:23:50 +0100 Torsten Lilge add action and shortcut for switching to previews widget (bug #57447)
Fri, 13 Dec 2019 21:33:28 +0100 Torsten Lilge replace literal strings by symbolic constants for shortcut preferences
Thu, 12 Dec 2019 06:45:57 +0100 Torsten Lilge replace literal strings by symbolic constants for global preferences
Mon, 04 Nov 2019 14:03:00 -0500 John W. Eaton don't use singleton pattern for shortcut manager in GUI
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
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Wed, 07 Aug 2019 19:21:35 +0200 Torsten Lilge allow to sort editor tabs alphabetically (bug #42602)
Mon, 22 Jul 2019 23:51:01 -0400 JunWang new gui dialog for modifying octaves load path (bug #43549)
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Mon, 11 Mar 2019 20:49:30 +0000 John W. Eaton allow building without QGuiApplication to work again
Sun, 03 Mar 2019 23:05:23 +0100 Torsten gui: allow entering shorcuts with shift modifier and numbers (bug #50555)
Sun, 27 Jan 2019 16:32:02 +0100 Markus Mützel maint: merge stable to default.
Sat, 26 Jan 2019 22:17:18 +0100 Torsten fix possible memleak by avoiding bare poointer (bug #55440) stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Sat, 17 Nov 2018 10:41:07 +0100 Kai T. Ohlhus Make use of native file dialogs configurable (bug #54607).
Sun, 04 Nov 2018 13:28:27 +0100 Torsten adding a toolbar with common browse tools to the doc browser (bug 54938)
Mon, 29 Oct 2018 21:25:13 +0100 Torsten provide shortcuts for zooming into the doc browser (bug #54877)
Fri, 14 Sep 2018 18:47:23 +0200 Torsten allow native dialogs for remaining file open/save dialogs (bug #5
Sun, 13 May 2018 10:07:54 +0200 Torsten make shortcuts for searching within the documentation configurable
Mon, 09 Apr 2018 14:59:14 -0700 Rik Change the GUI Import/Export Shortcuts strings to end with ellipsis.
Sun, 08 Apr 2018 18:04:48 -0700 Rik Update some GUI strings identified as unclear by translators.
Thu, 05 Apr 2018 21:25:11 +0200 Torsten fix missing entries in shortcut preferences for other languages stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
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
Sat, 10 Feb 2018 08:33:17 +0100 Torsten add tab move and switch shortcuts to the doc browser
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Fri, 09 Feb 2018 19:57:36 +0100 Torsten move shortcuts for tab closing into a separate global settings-section
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 28 Dec 2017 21:13:49 +0100 Torsten Allow commenting with manually selected comment strings (bug #52695):
Sat, 09 Dec 2017 11:50:19 +0100 Torsten add new smart code indentation to the shortcut-manager
Wed, 06 Sep 2017 12:53:28 -0400 John W. Eaton style fixes for some GUI source files
Fri, 25 Aug 2017 17:30:32 +0200 Torsten fix shortcuts for showing and giving focus to the variable editor
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Tue, 14 Mar 2017 09:25:01 -0700 Rik Make Ctrl+A default shortcut for "Select All" (bug #50538).
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
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.
Tue, 04 Oct 2016 22:50:45 +0200 Kai T. Ohlhus gui: remove "Share Code" menu entry for offline agora.octave.org (bug #49210) stable
Thu, 01 Sep 2016 09:33:55 -0700 Rik maint: Use '{ }' for empty function bodies in C++.
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 12:29:59 -0400 John W. Eaton maint: pass objects by const reference
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)
Fri, 25 Mar 2016 14:28:40 +1100 Lachlan Andrew Enable shortcuts for find next / find previous
Wed, 13 Jul 2016 18:17:11 +1000 Lachlan Andrew Change Ctrl+PgDown to move the focus rightward, not PgUp (bug #48495).
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"
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
Mon, 28 Dec 2015 20:35:51 +0100 Torsten add a menu entry for showing/hiding the editor horizontal scrollbar
Mon, 28 Dec 2015 19:50:49 +0100 Torsten add a menu entry for showing/hiding the editor status bar
Sat, 26 Dec 2015 08:49:41 +0100 Torsten Prevent closing GUI by Ctrl+D in terminal (bug #46661)
Fri, 25 Dec 2015 22:31:23 +0100 Torsten prevent shortcut ambiguity between main and editor window
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Sun, 15 Nov 2015 14:24:38 +0100 Torsten provide actions for moving the editor tabs by shortscuts
Sat, 14 Nov 2015 13:31:00 +0100 Torsten possibility to set all shortcuts to default values and check overwriting
Wed, 11 Nov 2015 20:09:31 +0100 Torsten added actions and shortcuts for switching editor tabs
Sun, 08 Nov 2015 12:00:06 +0100 Torsten do not use native file dialogs for import/export of shortcut files
Sun, 08 Nov 2015 11:59:50 +0100 Torsten provide only one set of gui shortcuts at a time
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sat, 18 Apr 2015 14:20:34 -0700 Rik Move Preferences in shortcut manager under Edit menu (bug #44725).
Sun, 05 Apr 2015 02:00:59 -0300 Felipe G. Nievinski Consistent strings between keyboard shortcuts and main window
Wed, 01 Apr 2015 08:49:18 -0700 Rik Fix several typos in GUI strings (bug #44681).
Tue, 31 Mar 2015 13:44:34 -0700 Rik Fix two typos in GUI strings (bug #44681).
Wed, 25 Mar 2015 20:38:41 +0100 Torsten * shortcut-manager.cc (do_init_data): new default shortcut for zoom normal (bug #44627)
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.
Fri, 06 Feb 2015 22:55:01 +0100 Torsten fix new shortcut dialog when applying new settings (fix #44196)
Fri, 30 Jan 2015 16:06:14 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sat, 24 Jan 2015 22:46:20 +0100 Torsten add actions for moving/selecting to matching brace gui-release
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 09:43:29 -0500 John W. Eaton strip trailing whitespace from most source files gui-release
Wed, 15 Oct 2014 11:54:04 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of gui-release to default
Sun, 12 Oct 2014 21:50:33 +0200 Andreas Weber shortcut-manager.cc: Fix typo "Cuy" -> "Cut" gui-release
Sat, 11 Oct 2014 11:15:59 +0200 Torsten add actions for converting the eol characters of the editor file gui-release
Sat, 11 Oct 2014 11:08:21 +0200 Torsten add actions for showing text formatting chars and guides in the editor gui-release
Fri, 01 Aug 2014 12:10:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 10 Jul 2014 18:01:56 +0200 pantxo Redefine mac specific default shortcuts (bug #41217) gui-release
Mon, 14 Jul 2014 20:50:10 +0200 Torsten shortcut_manager: clean up spaces after/before parentheses gui-release
Thu, 19 Jun 2014 18:08:00 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 12 Jun 2014 18:45:29 +0200 Torsten allow export and import of shortcut sets gui-release
Thu, 15 May 2014 08:37:38 -0700 Rik maint: periodic merge of gui-release to stable.
Mon, 05 May 2014 19:49:41 +0200 Torsten provide a second set of shortcuts gui-release
Thu, 01 May 2014 13:24:27 +0200 Torsten use shortcut manager for the main news menu gui-release