log libgui/src/main-window.cc @ 25702:bd30c6f8cfb7

age author description
Sun, 29 Jul 2018 12:57:07 +0200 Torsten update internal __mfile_encoding__ when gui default encoding changes (bug #54310)
Sat, 28 Jul 2018 08:29:34 +0200 Torsten synchronize gui editor encoding when changing __mfile_encdoing__ (bug #54310)
Thu, 26 Jul 2018 20:04:17 +0200 Torsten use exisitng mutex in octave_qt_link for changing gui preferences (bug #54369)
Wed, 18 Jul 2018 20:54:05 +0200 Torsten change gui preferences from within the worker thread (bug #49119)
Fri, 13 Jul 2018 22:58:45 +0200 Torsten use std::string instead of QString when the latter is not required
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Wed, 15 Mar 2017 22:00:17 +0100 Pantxo Diribarne Fallback to open.m for opening files in the gui file browser (bug #50543)
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Sun, 06 May 2018 20:59:05 +0200 Torsten fix visibility of dock widgets at startup
Tue, 17 Apr 2018 21:40:31 -0400 John W. Eaton improve Ctrl-C interrupt handling in the GUI (bug #53635) stable
Sat, 14 Apr 2018 22:33:01 -0700 Rik Escape '<', '>' in NEWS file before it is displayed as HTML in Release Notes window (bug #53642). stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Mon, 02 Apr 2018 14:52:54 -0500 Daniel J Sebald Fix locked GUI panels for Qt 5.6.1 through 5.7.0 series versions (bug #53409) stable
Fri, 30 Mar 2018 15:15:08 +0200 Pantxo Diribarne Allow registering compressed help at run time (bug #53006). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 28 Mar 2018 14:38:43 -0700 Mike Miller gui: set Qt Application and Desktop metadata for desktop integration (bug #53102) stable
Wed, 28 Mar 2018 21:46:11 +0200 Torsten documentation widget based on qt help engine (bug #53006) stable
Tue, 27 Mar 2018 13:54:58 -0700 Mike Miller maint: use https for all Octave project URLs stable
Sat, 24 Feb 2018 16:05:35 +0100 Torsten * main-window.cc (reset_windows): set focus to console after resetting window layout
Fri, 16 Feb 2018 19:16:51 +0100 Torsten fix focus change between dock widgets of gui
Sat, 10 Feb 2018 18:21:46 -0500 John W. Eaton deprecate some function installing functions
Fri, 09 Feb 2018 13:56:34 -0500 John W. Eaton move GUI file editor classes inside octave namespace
Fri, 09 Feb 2018 13:13:39 -0500 John W. Eaton move GUI main_window and related classes inside octave namespace
Sat, 27 Jan 2018 09:06:50 -0500 John W. Eaton restore ability to select variables for editing from workspace widget
Thu, 25 Jan 2018 23:59:57 -0500 John W. Eaton pass variable value to variable editor in addition to variable name
Sun, 21 Jan 2018 10:39:19 -0500 John W. Eaton improve behavior of variable editor
Mon, 22 Jan 2018 01:31:53 -0500 John W. Eaton rename some signals and slots for consistency and clarity
Mon, 22 Jan 2018 01:03:56 -0500 John W. Eaton identify functions that are intended to execute in interpreter thread
Mon, 22 Jan 2018 00:45:11 -0500 John W. Eaton handle run file and execute command in terminal in the same way
Sun, 21 Jan 2018 17:33:20 -0500 John W. Eaton update chdir handling in GUI
Sat, 20 Jan 2018 09:29:07 +0100 Torsten always enable paste action in windows (bug #52361)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 07:52:11 -0500 John W. Eaton refactor signal handling (bug #52757)
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Sun, 03 Dec 2017 12:37:13 +0100 Torsten fix truncated startup message in the gui terminal
Mon, 27 Nov 2017 20:38:35 +0100 Torsten handle floating widgets on all platforms as done on windows (bug #52378)
Sat, 18 Nov 2017 11:50:16 +0100 Torsten improve re-docking of a floating widget under windows
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Sun, 24 Sep 2017 09:52:41 +0200 Torsten consistent defaults values for all preferences (bug #52090)
Fri, 22 Sep 2017 03:04:23 +0200 Torsten Backed out changeset ba164db1c4a4
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Wed, 06 Sep 2017 19:57:14 -0400 John W. Eaton style fixes for GUI main window
Wed, 06 Sep 2017 15:00:52 -0400 John W. Eaton hide mutex and wait condition data members in GUI objects
Mon, 04 Sep 2017 13:55:14 -0400 John W. Eaton attempt better cleanup of Octave interpreter thread in GUI
Thu, 31 Aug 2017 15:33:45 -0400 John W. Eaton avoid SIGABRT on exit from the GUI (bug #50210)
Sun, 27 Aug 2017 20:43:41 +0200 Torsten * main_window.cc (construct): save dock states of variable editor on exit (bug #51865)
Fri, 25 Aug 2017 17:30:32 +0200 Torsten fix shortcuts for showing and giving focus to the variable editor
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Tue, 15 Aug 2017 22:00:06 +0200 Torsten reload editor files when removing was not successful (bug #43922)
Sun, 13 Aug 2017 10:08:18 +0200 Torsten reload editor tab when related file is renamed in file browser (bug #43922)
Fri, 11 Aug 2017 22:21:49 +0200 Torsten close editor tab when related file is deleted in file browser (bug #43922)
Tue, 01 Aug 2017 14:44:02 -0400 John W. Eaton defer execution of user code to interpreter::execute (bug #51631)
Sun, 23 Jul 2017 10:53:55 +0200 Torsten allow cursor flashing to be configured globally in gui (bug #51460)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 14 Jul 2017 16:05:59 -0400 John W. Eaton don't use singleton for gtk_manager