log libgui/src/main-window.h @ 18568:2d5d0d86432e gui-release

age author description
Tue, 11 Mar 2014 19:27:23 -0400 John Donoghue gui: Add select all menu (Bug #41797) gui-release
Fri, 07 Mar 2014 12:54:16 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 04 Mar 2014 21:58:27 +0100 Torsten fix flashing while debuggung and editor is tabbed behind console (bug #41757) stable
Sun, 19 Jan 2014 11:30:15 +0100 Torsten gui: provide prefernces for the octave directory at startup gui-release
Fri, 10 Jan 2014 19:25:07 -0500 Jordi GutiƩrrez Hermoso maint: periodic merge of stable to gui-release gui-release
Wed, 08 Jan 2014 21:50:45 +0100 Torsten synchronize gui's debug actions with the octave core thread (bug #41139) stable
Fri, 20 Dec 2013 16:13:20 +0100 Torsten gui: optionally set focus to console when a command is run from another widget gui-release
Fri, 29 Nov 2013 12:42:13 -0500 John W. Eaton make hiding of gui warning bar persistent stable
Thu, 28 Nov 2013 08:33:22 -0500 John W. Eaton allow GUI warning bar to be hidden stable
Tue, 26 Nov 2013 21:51:17 -0500 John W. Eaton provide warning about experimental GUI stable
Sat, 16 Nov 2013 12:05:26 -0500 John W. Eaton respect option for opting out of web connections for community news
Sat, 16 Nov 2013 02:52:30 -0500 John W. Eaton display community news in simple window; check timestamp and serial number
Tue, 12 Nov 2013 12:36:30 -0500 John W. Eaton derive octave_main_thread from QObject, not QThread
Mon, 11 Nov 2013 22:01:27 +0100 Torsten use edit.m for creating a new function with the gui (bug #40502)
Thu, 07 Nov 2013 10:39:30 -0500 John Donoghue GUI: allow only one release notes windows to be open
Fri, 01 Nov 2013 15:54:19 -0400 John W. Eaton include Qt files with <QFoo> instead of <QtGui/QFoo> (bug #40252)
Thu, 31 Oct 2013 22:19:07 -0700 Rik maint: Use common #define syntax "octave_filename_h" in h_files.
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Sat, 26 Oct 2013 00:38:31 -0400 Mike Miller Format release notes as preformatted text in the GUI (bug #40367)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Thu, 17 Oct 2013 20:29:17 +0200 Torsten add menu entries to the editor for directly accessing the editor's settings
Wed, 09 Oct 2013 21:06:40 +0200 Torsten icons for news and release notes widgets
Mon, 07 Oct 2013 21:13:11 -0400 John W. Eaton community news dock widget and other user info in GUI
Thu, 26 Sep 2013 15:28:33 -0400 John W. Eaton update links in Help menu
Sat, 24 Aug 2013 23:29:42 +0200 Torsten queue and synchronize mutliple commands executed fro history (bug #39723)
Tue, 20 Aug 2013 19:11:17 +0200 Torsten * main-window.h: exclude editor from widget list when qscintilla is missing
Wed, 31 Jul 2013 21:25:04 +0200 Torsten disable global paste action when clipboard is empty
Sat, 20 Jul 2013 22:13:51 -0400 John Donoghue Display doc info pages using documentation browser when in GUI mode (Bug #39451)
Sat, 13 Jul 2013 10:28:57 +0200 Torsten enable readline key bindings in terminal widget of gui (bug #36986)
Fri, 21 Jun 2013 22:40:53 +0200 Torsten make stand-alone windows from dock widgets when floating (bug #38785)
Mon, 13 May 2013 07:26:37 -0400 John W. Eaton improve handling of interrupts, copy and paste shortcuts
Sun, 12 May 2013 16:57:06 -0400 John W. Eaton eliminate unimplemented New -> Variable menu item
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu
Mon, 29 Apr 2013 17:40:41 -0400 John W. Eaton allow GUI window layout to be restored
Sun, 28 Apr 2013 17:00:00 -0400 John Donoghue Add octave_link uiputfile implementation
Sun, 28 Apr 2013 09:45:19 -0400 John Donoghue Add Qt link uigetfile dialog implementation.
Sun, 28 Apr 2013 01:21:16 -0400 John W. Eaton keep focus in the command window after dbstop, dbstep, etc.
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 02:42:45 -0400 John W. Eaton partial menu bar cleanup
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
Fri, 19 Apr 2013 09:30:08 -0400 John W. Eaton eliminate redo button from main window
Thu, 18 Apr 2013 11:55:25 -0400 John W. Eaton set size of command window terminal at GUI startup
Thu, 18 Apr 2013 03:19:48 -0400 John W. Eaton make undo button and menu item work for command window
Tue, 16 Apr 2013 21:34:39 +0200 Torsten configurable size of toolbar icons
Mon, 15 Apr 2013 02:06:00 -0400 John Donoghue Add find files implemtation to main window menu
Sat, 13 Apr 2013 17:39:16 -0400 John Donoghue Added clear command window implementation to MainWindow Clear COmmand Window menu.
Sat, 13 Apr 2013 15:22:34 -0400 Daniel J Sebald dialog boxes with Qt widgets
Fri, 12 Apr 2013 14:51:47 -0400 John W. Eaton allow loading files from file browser
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
Sun, 07 Apr 2013 12:07:10 -0400 John W. Eaton use consistent names for dock-widget files
Sun, 07 Apr 2013 11:52:09 -0400 John W. Eaton improve encapsulation of workspace window object
Sun, 07 Apr 2013 05:45:23 -0400 John W. Eaton improve encapsulation of file editor window object
Sun, 07 Apr 2013 04:39:35 -0400 John W. Eaton * main-window.h, main-window.cc: Style fixes.
Sun, 07 Apr 2013 04:14:31 -0400 John W. Eaton split main_window::construct for clarity
Sun, 07 Apr 2013 00:43:36 -0400 John W. Eaton improve encapsulation of documentation browser window object