Commit Graph

133 Commits

Author SHA1 Message Date
Paulo Lieuthier 4e09a3166c Use GNUInstallDirs in CMakeLists.txt to stop hardcoding paths 2015-01-12 11:39:19 -03:00
Petr Vanek 3ce99c7450 Merge pull request #32 from raboof/getSelectionEnd
Fix 'getSelectionEnd'
2014-12-02 10:00:58 +01:00
Petr Vanek 7e8cc2e686 Merge pull request #33 from raboof/breakPyQtTest
Allow stopping test.py with ctrl-C
2014-12-02 09:59:23 +01:00
Arnout Engelen 1f77194538 Allow stopping test.py with ctrl-C 2014-11-29 21:54:29 +01:00
Arnout Engelen 8b8f8532c3 Fix 'getSelectionEnd' 2014-11-29 21:29:45 +01:00
Petr Vanek 8aabc412df Merge pull request #31 from raboof/fixPythonBindings
Fix python binding compile errors #23
2014-11-28 08:33:44 +01:00
Arnout Engelen 3a4da0891a Fix python binding compile errors #23
Just the minimal amount of work needed to make test.py work again
2014-11-28 01:28:52 +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
Petr Vanek a5d43cfcbb Merge pull request #30 from Swordfish90/vanilla-mousemarks-signal
Vanilla mousemarks signal
2014-11-07 15:37:29 +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
Jerome Leclanche a8aad8edf6 Release 0.6.0 2014-10-21 17:47:40 +02:00
Jerome Leclanche 807366149d Update AUTHORS 2014-10-21 17:39:33 +02:00
Jerome Leclanche df51304845 Update INSTALL instructions 2014-10-21 17:35:48 +02:00
Jerome Leclanche 3a8cdc68ee CMakeLists.txt cleanup 2014-10-21 17:31:46 +02:00
Petr Vanek 0625a1334b osx: link fixes 2014-10-18 13:17:12 +02: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 ebf7d6c5b0 Merge pull request #24 from 0xd34df00d/macos_build
Fixed a typo in CMakeLists.txt.
2014-07-14 22:58:45 +02:00
0xd34df00d 8e0b8153ec Fixed a typo in CMakeLists.txt. 2014-07-14 21:35:06 +04:00
Petr Vanek 25b288d210 fixed 'make dist'; version bump 2014-07-14 15:45:21 +02:00
Petr Vanek 2bcb137a5b Url activation & filters #21 2014-07-14 13:22:13 +02:00
Petr Vanek c12a363512 Merge pull request #22 from 0xd34df00d/bell
Bell & activity monitoring
2014-06-20 15:13:00 +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
Petr Vanek 9026727ca3 Merge pull request #19 from 0xd34df00d/api_const_correctness
Const-correctness for QTermWidget API.
2014-05-24 10:02:48 +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
0xd34df00d 3f8df24596 Derive Filter from QObject. 2014-05-24 03:33:11 +04:00
0xd34df00d 5ee25a7a24 Add UrlFilter. 2014-05-24 02:57:20 +04:00
0xd34df00d 9d1e1b2ba3 Activate link filters on ctrl+click. 2014-05-24 02:57:14 +04:00
0xd34df00d 2852ac4b29 Update filters on resize and screen events. 2014-05-24 02:56:56 +04:00
0xd34df00d 9f5c331c20 Const-correctness for QTermWidget API. 2014-05-23 20:51:14 +04:00
Petr Vanek 8ddc3c7a17 Merge pull request #18 from 0xd34df00d/custom_colorschemes
Custom colorschemes
2014-05-22 13:03:33 +02:00
0xd34df00d 97f14706ef Load arbitrary schemes by path via setColorScheme(). 2014-05-21 00:08:36 +04:00
0xd34df00d 27e7860fd9 ColorSchemeManager::loadCustomColorScheme(const QString& path). 2014-05-21 00:08:13 +04:00
0xd34df00d 5042c7afc5 Unified schemeName() usage. 2014-05-21 00:07:59 +04:00
Petr Vanek 4010729f1a fixed #17 lib/ShellCommand.cpp:66: possible =/== mixup 2014-04-18 10:27:41 +02:00
Petr Vanek 488beb0b47 Delete CMakeLists.txt.user 2014-04-18 10:25:20 +02:00
Petr Vanek 3f8b5cf1f0 new API selectedText() 2014-04-18 10:23:17 +02:00
Petr Vanek b631c0e398 new API methods (thanks to William Brumley) 2014-04-18 10:18:47 +02:00
Petr Vanek 5d3ef34cc2 fixed #11 compile against Qt 5 (Qt4 and Qt5 supported and waguely tested) 2014-04-11 21:28:52 +02:00
Petr Vanek d6ceb5ae00 build simplified: qtermwidget is versioned (libqtermwidget4 for Qt4, 5 for Qt5...). Better cmake support. 2014-04-11 20:50:22 +02:00