Commit Graph

135 Commits

Author SHA1 Message Date
Petr Vanek d7fa613e91 Merge pull request #74 from f2404/self_assign
Remove assignment to self
2016-05-25 09:09:27 +02:00
Igor d1c22ac5da Avoid enums duplication 2016-05-23 17:27:17 +03:00
Igor bc85769b73 Add support for setting keyboard cursor shape 2016-05-23 17:03:04 +03:00
Igor 9be288eddc Remove assignment to self 2016-05-21 20:55:12 +03:00
Nitori- a3ab230753 Fix ASan error about delete size mismatch 2016-05-15 15:22:17 -05:00
Bas Couwenberg dfebb5a419 Add support for GNU/Hurd to kpty.cpp.
The GNU/Hurd porting guidelines document the following:

"
 Missing termio.h

 Change it to use termios.h (check for it properly with autoconf
 HAVE_TERMIOS_H or the __GLIBC__ macro)

 Also, change calls to ioctl(fd, TCGETS, ...) and ioctl(fd, TCSETS, ...)
 with tcgetattr(fd, ...) and tcsetattr(fd, ...).
"

https://www.gnu.org/software/hurd/hurd/porting/guidelines.html#Missing_termio_h_tt_
2016-05-14 17:41:10 +02:00
Alf Gaida 798e46747b fixes kfreebsd builds on debian and derivatives 2016-05-14 03:34:40 +02:00
Igor 7132931a2d Remove Q_DECL_OVERRIDE macros 2016-05-07 17:33:24 +03:00
Alf Gaida 3bfdfe86be typo Higlight 2016-04-03 00:05:45 +02:00
Jerome Leclanche ec775e3450 Remove noisy qDebugs 2016-04-02 20:08:38 +03:00
rago1975 10e17968e4 Use function setWorldTranfer for Qpainter instead of setWorldMatrix 2016-01-08 00:00:30 +09:00
rago1975 5031c16a51 Modify treatment drawing double width character 2016-01-07 23:42:14 +09:00
Igor f9a7d4ac5d Avoid checking uninitialized member + simplify condition 2015-12-23 18:21:27 +03:00
Jerome Leclanche 90008c9db9 Remove support for Qt <= 5.4 2015-11-22 14:55:41 +02:00
Jerome Leclanche 04fb21cbf5 Remove Designer plugin
As it's not Qt 5 compatible, this too will be tracked out of tree.
2015-11-22 14:46:53 +02:00
Paulo Lieuthier 186b8eaba7 Sort out terminal resizing 2015-11-06 09:13:21 -03:00
Paulo Lieuthier f792b5f5ca Rebase Vt102Emulation to Konsole 2015-11-06 08:58:23 -03:00
Paulo Lieuthier 0ae52e5bf3 Enable terminal resizing from the emulator
The pieces were all already there, but not connected.
2015-11-05 17:39:54 -03:00
Jerome Leclanche 72ffc262eb Clean up trailing whitespaces 2015-07-09 20:22:48 +02:00
Petr Vanek da6838df1a Merge pull request #44 from F1ash/master
implemented start TTY for external recipient;
2015-02-25 13:57:07 +01:00
F1ash 7c315942d3 implemented start TTY for external recipient; 2015-02-22 17:47:47 +03:00
Petr Vanek f6fdd81c78 Merge pull request #35 from raboof/proportionalFonts
Handle proportional fonts a bit better
2015-02-05 11:32:31 +01:00
Petr Vanek 14ed5e0801 Merge pull request #39 from F1ash/master
add method for get pty slave fd;
2015-02-05 11:32:07 +01:00
Petr Vanek 436ddc2fb5 Merge pull request #37 from raboof/allowContinuousActivityMonitoring
Set the '_notifiedActivity' flag early
2015-02-05 10:25:15 +01:00
Petr Vanek bc6a0b4992 Merge pull request #36 from 0xd34df00d/master
Avoid calling winId() on Qt5.
2015-02-05 10:24:14 +01:00
Boris Egorov af0d0599fa Fix: typo in TerminalDisplay 2015-01-27 14:47:31 +06:00
F1ash 109ee5796f add method for get pty slave fd; 2015-01-18 14:49:07 +03:00
F1ash 96cccdfb7d add method for get pty slave fd; 2015-01-18 14:17:08 +03:00
Arnout Engelen 2ec7abf56e Set the '_notifiedActivity' flag early
This way anyone listening to 'activity' signals can safely re-set the flag to
'false' by calling setMonitorActivity(true) again. Right now this is not
guaranteed as the signal is handled asynchonously (and indeed in my PyQT-based
application the signal would be handled *before* the flag is set to 'true'...)
2014-12-07 18:15:14 +01:00
0xd34df00d 4ae1e1177f Avoid calling winId() on Qt5.
Avoids breaking QQuickWidget and the likes. See:
* https://bugreports.qt-project.org/browse/QTBUG-41779
* https://bugreports.qt-project.org/browse/QTBUG-40765
* https://bugreports.qt-project.org/browse/QTBUG-41942
2014-12-06 02:04:35 +03:00
Arnout Engelen 5efc095d10 Fix TerminalDisplay::getCharacterPosition for proportional fonts
I.e. for mouse selections
2014-12-03 01:18:36 +01:00
Arnout Engelen 34ae10b5f1 Handle proportional fonts a bit better
Not perfect, just a bit better :).
2014-11-30 15:33:25 +01:00
Arnout Engelen 8b8f8532c3 Fix 'getSelectionEnd' 2014-11-29 21:29:45 +01:00
Petr Vanek 8b7f2ae5f4 Merge pull request #29 from Swordfish90/vanilla-fix-last-line
Prevents deleting the last line when resizing.
2014-11-07 15:38:01 +01:00
Filippo Scognamiglio 6f9d9a3c11 Add event to notify the application that the shell application uses mouse.
Conflicts:
	lib/TerminalDisplay.h
2014-11-07 14:27:41 +01:00
Filippo Scognamiglio edf545b3b3 Change mouseMarks only when needed. This might be useful if an application wants to be notified of the event. 2014-11-07 14:24:23 +01:00
Filippo Scognamiglio b01f7a186e Prevents deleting the last line when resizing. 2014-11-06 02:13:30 +01:00
Petr Vanek 0b430bfd92 Merge pull request #25 from kulti/patch-1
Fix Qt4 compilation
2014-09-01 17:03:09 +02:00
Petr Vanek 4f1d97f1fa fixed #57 Linux emulation does not seem to support Ctrl+Arrows (warning: I have no clue what I did...) 2014-09-01 15:48:15 +02:00
kulti 09026c6d4f Fix Qt4 compilation 2014-09-01 17:13:19 +04:00
Petr Vanek c16194d7b2 qterminal #64 No drag & drop support 2014-09-01 14:58:34 +02:00
Petr Vanek 58c4da34cc fixed qterminal #71 qt5 version ignoring page up / down 2014-09-01 14:46:28 +02:00
Petr Vanek 2bcb137a5b Url activation & filters #21 2014-07-14 13:22:13 +02:00
0xd34df00d c395f0d1b4 Proxy activity/silence methods to Session in QTermWidget. 2014-06-14 17:20:36 +04:00
0xd34df00d 9e1247d4b3 Emit activity() and silence() signals instead of KNotification. 2014-06-14 17:20:18 +04:00
0xd34df00d f5934250de Support bells. 2014-06-14 16:34:44 +04:00
0xd34df00d 627bfb3c61 Support bells. 2014-06-14 16:12:04 +04:00
Petr Vanek 9fc65306d8 Merge pull request #20 from 0xd34df00d/autolinks
Links highlighting and handling
2014-05-24 10:03:58 +02:00
0xd34df00d c86daa799e Added QTermWidget::urlActivated(QUrl) signal.
Relays the corresponding UrlFilter's signal.
2014-05-24 03:34:27 +04:00
0xd34df00d b0c18f6561 Emit UrlFilter::activated() instead of QDesktopServices::openUrl(). 2014-05-24 03:33:52 +04:00