log libgui/src/octave-qt-link.h @ 20113:c36f2b083613

age author description
Wed, 22 Apr 2015 00:36:24 -0500 John W. Eaton make copying figures to clipboard work (bug #44866)
Fri, 20 Mar 2015 08:44:20 -0400 John Donoghue GUI: enable workspace update when debugging (Bug #44455)
Sat, 14 Feb 2015 11:27:10 -0600 Daniel J Sebald Restructure shutdown flow and behavior for improved robustness
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 12 Aug 2014 15:27:16 -0400 Jordi GutiƩrrez Hermoso Start doxygenising sources
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
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
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