log libgui/src/m-editor/file-editor-tab.cc @ 16638:3c2e457eeb72

age author description
Sat, 11 May 2013 18:20:31 +0200 Torsten ask for saving modified editor files if octave is closed (bug #38689)
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu
Mon, 29 Apr 2013 21:22:02 +0200 Torsten * file-editor-tab.cc: replace setFirstVisibleLine for older Qscintilla-versions
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 12:33:09 -0400 John W. Eaton avoid using bp_info struct in file_editor_tab::file_in_path
Thu, 25 Apr 2013 12:27:01 -0400 John W. Eaton use dir, not path, to refer to directory name
Thu, 25 Apr 2013 00:11:01 -0400 John W. Eaton use generic dialog for cd or addpath question
Tue, 23 Apr 2013 23:12:38 -0400 Mike Miller gui: fix editor file name filters to allow all files
Tue, 23 Apr 2013 22:36:26 -0400 Mike Miller gui: handle octaverc files with the octave lexer
Tue, 23 Apr 2013 21:43:25 -0400 John W. Eaton style fixes
Fri, 19 Apr 2013 17:36:40 -0400 John W. Eaton improve debugging with the GUI
Mon, 15 Apr 2013 21:48:27 +0200 Torsten find-dialog: find previous button and initial position next to the editor
Sat, 06 Apr 2013 23:58:58 -0400 John Donoghue add create script context menu to history window
Sat, 06 Apr 2013 13:06:40 -0400 John W. Eaton rename dbstop -> breakpoint in GUI interface functions
Thu, 04 Apr 2013 22:22:17 -0400 John Donoghue Add editor print menu/toolbutton implementation
Fri, 05 Apr 2013 00:40:12 -0400 John W. Eaton use signal for changing directory
Wed, 03 Apr 2013 00:10:56 -0400 Daniel J Sebald remove _terminal pointer from main_window, it is contained by other Qt object
Sun, 31 Mar 2013 23:56:11 +0200 Torsten gui: individually configurable styles of the editor lexers
Fri, 29 Mar 2013 22:37:01 -0400 John W. Eaton also provide a hook for exiting debugger
Thu, 28 Mar 2013 17:01:43 +0100 Torsten gui: add shortcut for goto line action in the editor and center the target line
Thu, 28 Mar 2013 14:56:19 +0100 Torsten gui: prevent a second breakpoint marker when adding a breakpoint in the editor
Thu, 28 Mar 2013 12:02:30 +0100 Torsten gui: recenter the line in the editor where the debugger stopped
Thu, 28 Mar 2013 03:20:25 -0400 John W. Eaton callbacks to set markers in editor using command line dbstop function
Wed, 27 Mar 2013 19:52:26 +0100 Torsten gui: provide defaults for all values read from the settings file
Wed, 27 Mar 2013 12:59:12 -0400 John W. Eaton open editor tab and insert marker for debugging with gui
Wed, 27 Mar 2013 00:44:04 -0400 John Donoghue editor goto line menu item (bug #38590)
Fri, 08 Feb 2013 16:05:04 +0100 Torsten gui: clearer message box with cancel button when closing an unsaved editor file
Fri, 08 Feb 2013 10:55:39 +0100 Torsten gui: new handling when an editor file is deleted or renamed (bug #38282)
Thu, 31 Jan 2013 19:28:23 +0100 Torsten gui: initialize search text in the find dialog with selected text in editor file
Sun, 27 Jan 2013 18:44:53 -0600 Daniel J Sebald Add full-length-name tool tip to editor file tab when name is not full length.
Sun, 27 Jan 2013 22:22:19 +0100 Torsten gui: cleanup some string constants for translations
Sun, 27 Jan 2013 15:50:49 +0100 Torsten gui: correct tab title for new editor file if short title setting is selected
Sat, 26 Jan 2013 20:33:46 +0100 Torsten gui: set keyboard focus when switching between dock widgets (bug #36957)
Thu, 03 Jan 2013 17:40:43 -0500 John W. Eaton eliminate some compiler warnings for GUI code
Wed, 02 Jan 2013 14:29:50 -0500 John W. Eaton allow build to proceed if either Qt or QScintilla is missing
Fri, 28 Dec 2012 15:01:08 +0100 Torsten editor: add list of recently used files to the file menu
Tue, 25 Dec 2012 22:15:02 +0100 Torsten editor: prevent reloaded file from being added twice to the file watcher
Sun, 23 Dec 2012 14:33:48 -0600 Daniel J Sebald Redo portions of file editor to use more signals/slots rather than casting.
Fri, 21 Sep 2012 20:47:34 +0200 Torsten disable notification of modified file while saving
Sun, 23 Sep 2012 20:00:44 +0200 Torsten no tracking for modification of a new editor file without name
Thu, 20 Sep 2012 04:08:53 -0500 Daniel J Sebald Retain QsciAPIs lexer_api as part of lexer_octave_gui object (bug #37359)
Mon, 17 Sep 2012 23:07:22 -0400 John W. Eaton refactor GUI event handling to use new event_queue class
Fri, 14 Sep 2012 11:52:44 -0400 John W. Eaton eliminate use of Q_UNUSED macro
Fri, 14 Sep 2012 11:14:27 -0400 John W. Eaton merge event_accepted and event_reject into a single function
Fri, 14 Sep 2012 09:49:13 -0400 John W. Eaton handle event deletion in octave_link class, not in event handler functions
Thu, 13 Sep 2012 12:32:51 -0400 Jordi Gutiérrez Hermoso Merge in Daniel's and Torsten's changes
Wed, 12 Sep 2012 20:50:18 +0200 Torsten reomve empty editor-tab after trying to load a nonexistant file
Thu, 13 Sep 2012 01:03:55 -0400 John W. Eaton use Octave singleton style for octave_link class
Wed, 12 Sep 2012 20:32:57 -0400 John W. Eaton avoid some GCC warnings in the libgui code
Wed, 12 Sep 2012 16:34:39 -0400 Jordi Gutiérrez Hermoso maint: whitespace cleanup in GUI code
Tue, 11 Sep 2012 22:19:51 +0200 Thorsten Liebig GUI: Settings take immediate effect on the m-editor
Tue, 11 Sep 2012 15:24:22 +0200 Thorsten Liebig GUI: new setting to restore tabs from previous session; allow silent load file
Tue, 11 Sep 2012 10:50:43 +0200 Thorsten Liebig GUI: recognize editor prefences for long title names; changed default value to false
Thu, 06 Sep 2012 21:13:09 +0200 Thorsten Liebig * file-editor-tab.cc (file_editor_tab::file_editor_tab): fixed uninitialized bool for long tab title
Thu, 06 Sep 2012 14:41:03 -0400 Jordi Gutiérrez Hermoso file-editor-tab.cc (file_editor_tab::open_file): Make argument const reference
Thu, 06 Sep 2012 13:04:48 -0400 Jordi Gutiérrez Hermoso Merge in Thorsten Liebig's changes
Tue, 04 Sep 2012 22:34:48 +0200 Thorsten Liebig m-editor: open a new file from the directory of the last active tab
Wed, 05 Sep 2012 11:41:21 -0400 John W. Eaton pass QString by const reference instead of value
Tue, 04 Sep 2012 11:53:26 -0700 Rik Add '#include <config.h>' to C++ files in libgui/src
Thu, 30 Aug 2012 15:52:44 +0100 Michael Goffioul Fix compilation under Windows with GUI and LLVM enabled.