log libgui/src/main-window.cc @ 27312:b9a436b0400e

age author description
Sun, 04 Aug 2019 20:53:17 +0200 Torsten Lilge save and restore last geometry of load path dialog
Sun, 04 Aug 2019 08:52:27 +0200 Torsten Lilge update load path dialog when path is modified via console
Fri, 02 Aug 2019 17:21:17 +0200 Torsten Lilge add possibility for adding dir with subdirectories to load path dialog
Wed, 31 Jul 2019 16:46:02 +0200 Torsten Lilge update path dialog if path is changed from withtin the file browser
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Mon, 22 Jul 2019 23:51:01 -0400 JunWang new gui dialog for modifying octaves load path (bug #43549)
Tue, 23 Jul 2019 17:00:06 -0400 John W. Eaton Backed out accidentally committed work-in-progress changeset 189ca5990c5d
Mon, 22 Jul 2019 23:51:01 -0400 JunWang work-in-progress patch for set path dialog
Mon, 22 Jul 2019 22:20:56 +0200 Torsten Lilge prevent gui from catching focus when its desktop workspace becomes active
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Sun, 21 Jul 2019 12:16:09 +0200 Markus Mützel Append name of actual encoding used if "SYSTEM" is selected.
Sat, 20 Jul 2019 17:57:23 +0200 Markus Mützel Restore mfile_encoding on startup from GUI settings.
Fri, 19 Jul 2019 23:37:27 +0200 Torsten Lilge fix using external editor when built without qscintilla (regression from ceb508ea92ee)
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Thu, 18 Jul 2019 01:15:21 -0400 John W. Eaton separate octave_link event queue from events and actions
Wed, 17 Jul 2019 21:52:46 +0200 Torsten Lilge disable editor actions in window menu when editor is not available (bug #56114)
Tue, 16 Jul 2019 11:57:28 -0400 John W. Eaton eliminate octave_cmd classes
Fri, 12 Jul 2019 13:14:50 -0500 John W. Eaton replace some explicit callback functions with lambda expressions
Mon, 01 Jul 2019 18:00:04 -0400 John W. Eaton connect workspace view rename variable signal to main window slot
Fri, 28 Jun 2019 17:03:28 -0400 John W. Eaton delete translator objects in base_qobject destructor
Fri, 28 Jun 2019 14:42:44 -0400 John W. Eaton more refactoring of GUI classes that manage the interpreter
Mon, 01 Apr 2019 20:53:00 +0000 John W. Eaton eliminate some direct access to call stack in gui and octave_base_value
Sat, 22 Jun 2019 17:30:16 -0500 John W. Eaton refactor and rename some qt application objects
Fri, 21 Jun 2019 14:41:04 -0500 John W. Eaton rename octave_interpreter object in GUI
Fri, 21 Jun 2019 14:17:02 -0500 John W. Eaton define octave_qt_gui_app and octave_qt_cli_app separately
Fri, 21 Jun 2019 10:10:54 -0500 John W. Eaton move news reader widget to separate file
Mon, 27 May 2019 10:06:24 -0700 Pantxo Diribarne Enable "Quit" menu item on Mac application menu (bug #56155)
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Thu, 11 Apr 2019 08:52:06 -0700 Rik maint: merge stable to default.
Thu, 11 Apr 2019 08:48:43 -0700 Rik build: Silence unused parameter warning created in cset 43f6f02dd91c (bug #56097). stable
Wed, 10 Apr 2019 23:53:01 +0200 Torsten Lilge fix missing unlock of mutex when gui editor is not present (bug #56097) stable
Wed, 10 Apr 2019 23:53:01 +0200 Torsten Lilge fix missing unlock of mutex when gui editor is not present (bug #56097)
Mon, 08 Apr 2019 08:24:08 -0700 Rik Use "+ " for PS4 in GUI to match CLI (bug #56075).
Sun, 10 Mar 2019 16:40:35 +0100 Torsten Lilge debug step starts script if not already running in debug mode (bug #44728)
Wed, 30 Jan 2019 21:48:36 +0100 Torsten adapt initial window sizes to the screen resolution (bug #55498) stable
Wed, 16 Jan 2019 07:23:53 +0100 Torsten * main-window.cc (focus_changed): prevent accessing null pointer (bug #55440) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 30 Dec 2018 11:58:56 -0800 Mike Miller gui: exit even when shadowing the 'exit' or 'quit' builtins (bug #55324) stable
Fri, 28 Dec 2018 08:37:35 +0100 Torsten separate include file for main window gui preferences stable
Thu, 27 Dec 2018 22:50:14 +0100 Torsten fix resetting gui window layout stable
Mon, 24 Dec 2018 08:55:21 +0100 Torsten make restoring gui more robust to changes of desktop size (bug #53207) stable
Fri, 02 Nov 2018 22:38:28 +0100 Pantxo Diribarne Rethrow exceptions from the GUI to the interpreter thread (bug #54920) stable
Thu, 13 Dec 2018 21:53:32 +0100 Torsten allow to select the gui style in the preferences dialog
Fri, 16 Nov 2018 19:35:39 -0500 John W. Eaton use symbol_info_list instead of symbol_scope to pass workspace info to gui
Fri, 16 Nov 2018 15:02:04 -0500 John W. Eaton don't include symtab.h unnecessarily
Sat, 17 Nov 2018 10:41:07 +0100 Kai T. Ohlhus Make use of native file dialogs configurable (bug #54607).
Tue, 13 Nov 2018 03:13:37 -0500 John W. Eaton fix registration of qt graphics toolkit
Sun, 11 Nov 2018 13:22:37 +0100 Torsten use constants for icon size preferences instead of hard coded numbers
Wed, 31 Oct 2018 19:32:41 -0400 John W. Eaton eliminate global and file-scope static variables in oct-hist.cc
Mon, 22 Oct 2018 16:51:20 -0400 John Donoghue Add missing QStyleFactory header (Bug #54881)
Thu, 18 Oct 2018 22:17:40 -0400 John W. Eaton refactor GUI main_window class
Thu, 18 Oct 2018 22:06:55 -0400 John W. Eaton eliminate unused variables from octave_qt_link class
Thu, 18 Oct 2018 15:12:16 -0400 John W. Eaton Backed out changeset 2ab0a9b66388
Wed, 17 Oct 2018 16:57:43 -0400 John W. Eaton tmp gui startup commit
Fri, 28 Sep 2018 18:18:09 -0400 John W. Eaton dynamically load qt graphics
Thu, 11 Oct 2018 18:46:05 +0200 Torsten fix opening a function file with an error in a nested function (bug #54801)
Mon, 08 Oct 2018 20:41:31 +0200 Torsten call octave functions with return value from GUI (bug #47585)