log libgui/qterminal/libqterminal/unix/TerminalView.cpp @ 28576:1afdc349b883

age author description
Tue, 14 Jul 2020 01:09:31 -0400 John W. Eaton fix error in previous change (QMatrix -> QTransform)
Tue, 14 Jul 2020 01:00:54 -0400 John W. Eaton avoid deprecated Qt QDrag::start function
Tue, 14 Jul 2020 00:54:06 -0400 John W. Eaton avoid deprecated Qt QPainter functions
Tue, 14 Jul 2020 00:48:10 -0400 John W. Eaton avoid deprecated Qt QPalette::background function
Tue, 14 Jul 2020 00:45:39 -0400 John W. Eaton avoid deprecated Qt QFontMetrics::width function
Fri, 19 Jul 2019 20:48:56 +0200 Markus Mützel Remove special treatment of line drawing characters in libqterminal (bug #42136)
Wed, 23 Oct 2019 12:50:42 -0700 Mike Miller do not emulate cursor movements for mouse clicks in terminal (bug #55854)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 06 Nov 2018 21:38:30 -0800 Rik Stop segfault when starting GUI with -q (bug #54932).
Fri, 12 Feb 2016 01:23:43 +0100 Stefan Miereis Make gui command line mouse compatible for non-windows systems (bug #45003)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Sun, 08 Oct 2017 18:47:48 +0200 Torsten fix link underline position in gui terminal
Thu, 14 Sep 2017 09:02:07 -0700 Rik Fix heap-buffer-overflow in GUI terminal code (51948).
Sat, 29 Jul 2017 09:17:53 +0200 Torsten update clickable urls in terminal also when visible terminal has no focus
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Sun, 23 Jul 2017 21:34:22 -0700 Rik Replace += "\n" with += '\n' which avoids string constructor for performance.
Sun, 07 May 2017 14:00:50 +0200 Torsten remove color highlight of error messages in gui console
Mon, 17 Apr 2017 21:28:55 +0200 Torsten highlight error messages in gui and provide links to open files (bug #35619)
Mon, 17 Apr 2017 20:08:24 +0200 Torsten make url in the console window clickable under linux (bug #41076)
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 10 Aug 2016 03:54:42 -0400 John W. Eaton allow building with Qt5 (bug #40252)
Mon, 27 Apr 2015 16:48:37 +0200 Torsten no copying of empty text in terminal when copy shortcut is not Ctrl-C
Sat, 14 Mar 2015 15:20:51 +0100 Torsten fix issue with ctrl-c for copying when editor has focus and is docked
Sun, 15 Feb 2015 15:31:39 +0100 Torsten remove event filter catching Alt+... from unix terminal (bug_#44254)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 09 Feb 2015 09:56:25 +0100 Torsten add extra action for interrupting with Ctrl-C (bug #44204)
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 09:43:29 -0500 John W. Eaton strip trailing whitespace from most source files gui-release
Fri, 01 Aug 2014 12:10:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 01 Aug 2014 09:06:21 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 01 Jul 2014 15:56:00 -0400 John W. Eaton don't require Qt 4.7 (bug #42657) stable
Thu, 24 Apr 2014 08:41:30 -0700 Rik maint: Periodic merge of gui-release to default.
Thu, 24 Apr 2014 08:40:40 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Fri, 18 Apr 2014 14:21:33 +0200 Torsten force integer font metric in gui terminal (partial fix of bug #37187) stable
Wed, 16 Apr 2014 16:19:45 -0400 John Donoghue GUI: implement file drag and drop to command and edit window (Bug #41443) gui-release
Tue, 08 Apr 2014 16:29:29 -0400 Jordi Gutiérrez Hermoso Update Jacob Dawid's email address
Tue, 11 Mar 2014 19:27:23 -0400 John Donoghue gui: Add select all menu (Bug #41797) gui-release
Tue, 12 Nov 2013 15:46:59 -0500 John W. Eaton raise SIGINT in octave_interpreter instead of in QTerminal
Thu, 07 Nov 2013 02:46:30 -0500 John W. Eaton backout changeset 4de2eeb7d790
Tue, 05 Nov 2013 12:48:32 -0500 John W. Eaton avoid partial lines at top of command window
Mon, 24 Jun 2013 16:02:54 -0500 Daniel J Sebald Align terminal window contents with bottom of view
Fri, 01 Nov 2013 15:54:19 -0400 John W. Eaton include Qt files with <QFoo> instead of <QtGui/QFoo> (bug #40252)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 13 Jul 2013 10:28:57 +0200 Torsten enable readline key bindings in terminal widget of gui (bug #36986)
Thu, 11 Jul 2013 21:13:12 +0200 Torsten make ctrl-c abort the actual octave command in linux (bug #37672)
Sun, 30 Jun 2013 20:33:20 -0400 John Donoghue Make main window copy and paste global for current focused window
Thu, 20 Jun 2013 22:04:58 -0400 John Donoghue GUI: enable clipboard content detection for terminal window context menu
Mon, 13 May 2013 07:26:37 -0400 John W. Eaton improve handling of interrupts, copy and paste shortcuts
Sat, 04 May 2013 01:01:44 -0400 John W. Eaton improve handling of cursor blinking for unix GUI terminal window
Fri, 03 May 2013 02:57:43 -0400 John W. Eaton unix terminal: don't blink cursor if command window does not have focus
Thu, 18 Apr 2013 02:03:16 -0400 John W. Eaton raise SIGWINCH signal in Unix GUI terminal window when size changes
Mon, 26 Nov 2012 12:07:51 -0500 Jordi Gutiérrez Hermoso maint: move everything under libgui/qterminal base libqterminal/unix/TerminalView.cpp@00b176fa9c3b