log libgui/src/octave-qt-link.cc @ 19628:fe689210525c gui-release

age author description
Tue, 20 Jan 2015 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 12 Nov 2014 20:04:52 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 08 Nov 2014 16:45:13 +0100 Torsten button order in dialog for creating a non-existing file (bug #43537) gui-release
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Thu, 23 Jan 2014 21:00:51 +0100 Torsten some text improvements in the gui (#bug 41201) gui-release
Sun, 19 Jan 2014 11:30:15 +0100 Torsten gui: provide prefernces for the octave directory at startup gui-release
Tue, 12 Nov 2013 15:46:59 -0500 John W. Eaton raise SIGINT in octave_interpreter instead of in QTerminal
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton rename octave_main_thread to octave_interpreter
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton derive octave_main_thread from QObject, not QThread
Fri, 08 Nov 2013 07:40:36 -0800 Torsten Prompt for non-existent new file when using edit.m from GUI (bug #40450)
Fri, 01 Nov 2013 14:30:47 -0400 John W. Eaton show when variables are complex in workspace view (bug #40445)
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.
Sat, 20 Jul 2013 22:13:51 -0400 John Donoghue Display doc info pages using documentation browser when in GUI mode (Bug #39451)
Thu, 18 Jul 2013 10:56:44 -0400 John Donoghue Add preferences and prefdir functions
Tue, 14 May 2013 02:49:24 -0400 John W. Eaton always handle CTRL-C as interrupt on windows systems
Mon, 13 May 2013 07:26:37 -0400 John W. Eaton improve handling of interrupts, copy and paste shortcuts
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu
Sun, 28 Apr 2013 17:00:00 -0400 John Donoghue Add octave_link uiputfile implementation
Sun, 28 Apr 2013 13:41:37 -0400 John W. Eaton style fixes for uigetfile changes
Sun, 28 Apr 2013 09:45:19 -0400 John Donoghue Add Qt link uigetfile dialog implementation.
Thu, 25 Apr 2013 17:57:55 -0400 John W. Eaton preserve pending command line input when running commands from GUI actions
Thu, 25 Apr 2013 00:11:01 -0400 John W. Eaton use generic dialog for cd or addpath question
Mon, 22 Apr 2013 15:07:13 -0400 Daniel J Sebald Add questdlg dialog function and fix variety of dialog bugs.
Fri, 19 Apr 2013 17:36:40 -0400 John W. Eaton improve debugging with the GUI
Wed, 17 Apr 2013 00:17:21 -0400 John W. Eaton allow GUI to customize prompts at startup
Sat, 13 Apr 2013 15:22:34 -0400 Daniel J Sebald dialog boxes with Qt widgets
Fri, 12 Apr 2013 14:50:56 -0400 John W. Eaton allow renaming of variables in workspace viewer
Tue, 09 Apr 2013 23:08:24 -0400 John W. Eaton improve exit sequence for GUI
Tue, 09 Apr 2013 13:47:43 -0400 John W. Eaton eliminate event listener class
Mon, 08 Apr 2013 12:01:24 -0400 John W. Eaton use signal/slot for updating workspace instead of using event listener
Sat, 06 Apr 2013 13:06:40 -0400 John W. Eaton rename dbstop -> breakpoint in GUI interface functions
Fri, 05 Apr 2013 03:04:56 -0400 John W. Eaton use signals instead of event queue for entering/leaving debug mode
Fri, 05 Apr 2013 00:40:12 -0400 John W. Eaton use signal for changing directory
Thu, 04 Apr 2013 13:27:21 -0400 John W. Eaton separate octave interpreter thread creation from execution
Thu, 04 Apr 2013 13:20:43 -0400 John W. Eaton use signal for setting, appending to, and clearing history widget
Thu, 04 Apr 2013 02:09:56 -0400 John W. Eaton use signals for octave_link::enter_debugger_event and octave_link::exit_debugger_event
Thu, 04 Apr 2013 01:43:18 -0400 John W. Eaton use signal for octave_link::edit_file
Thu, 04 Apr 2013 00:03:45 -0400 John W. Eaton use signal for octave_link::update_dbstop_marker
Wed, 03 Apr 2013 23:48:45 -0400 John W. Eaton include file cleanup for octave-qt-link files
Wed, 03 Apr 2013 23:16:37 -0400 John W. Eaton use octave-link instead of hook for edit function
Wed, 03 Apr 2013 21:15:30 -0400 John W. Eaton avoid creating unnecessary octave_value objects for octave_link calls
Wed, 03 Apr 2013 18:11:55 -0400 John W. Eaton move octave-link and octave-event-listener classes to libinterp