Commit Graph

95 Commits

Author SHA1 Message Date
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
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
Petr Vanek 5469a4db0a fixed broken API for sendText() - const missing 2014-04-09 22:06:45 +02:00
Petr Vanek 8d202b8e3c mail address change 2014-03-03 12:56:47 +01:00
Petr Vanek 8b3062f024 Current Working Directory for linux. Part of #8. More implementations welcomed... 2013-11-18 14:58:10 +01:00
Francisco Ballina 925c888ad1 Add a method for get working directory in class QTermWidget 2013-10-26 22:48:06 -05:00
Petr Vanek 22d7296012 Merge pull request #15 from ruuns/master
Fix missing cleanup for temporary history files
2013-10-11 00:48:58 -07:00
Chris Mueller dd471e5391 Fix missing cleanup for temporary history files
QTermWidget only add the TerminalDisplay to qt's owner hierarchy for
automatic cleanup. With each new tab a new Session object will be
created and but never deleted (which would cleanup internally the
history files).

This bugfix simple adds to each Session's parent relationship the
corresponding QTermWidget.
2013-10-11 00:18:10 +02:00
Petr Vanek fd57d353ba a potential improvement for #9 font fractional pixels causes spacing errors 2013-08-07 11:01:52 +02:00
Petr Vanek 4aa9bc3621 fix #2 update various documentations for debian packaging 2013-08-06 14:46:00 +02:00
Petr Vanek d11d27e63e fix #10 Update FSF address 2013-08-06 14:42:20 +02:00
Petr Vanek 4957dc9d47 readme updated 2013-04-16 10:59:09 +02:00
Christian Surlykke 57f145503f Added pasteSelection-slot and corrected two nonsense comments 2013-02-06 22:02:24 +01:00
Petr Vanek 4955656ecc qt/embedded doesn't ship with a Monospace font (and it won't use system fonts even if they exist). Using 'fixed' instead works fine 2013-02-05 11:40:31 +01:00
Petr Vanek 9afd1444aa Without this, the terminal display area will permanently lose focus when consoleq's Find dialog is called up. 2013-02-05 11:39:12 +01:00
Petr Vanek 636b9905d8 This is only needed when using Qt/E built for DirectFB display. DirectFB blocks SIGINT and some other signals, so any terminal app (be it Qt or otherwise) must call sigprocmask() to unblock them. Without this, ^C doesn't work. 2013-02-05 11:37:49 +01:00
Petr Vanek df4f9ca0ec The control and tab keys don't work in Qt/E. This fixes it, but maybe not in the most elegant way. The trouble seems to be that _codec->fromUnicode(event->text()) doesn't handle control characters in qt-embedded. 2013-02-05 11:35:04 +01:00
Christian Surlykke 6b68ecdc5f Fix resize label 2013-01-23 08:52:18 +01:00
Christian Surlykke cda217281d Search code cleanup 2013-01-23 08:39:22 +01:00
Christian Surlykke c3d72a638a Change searchbar background color to red(ish) when no match found 2013-01-17 17:02:51 +01:00
Christian Surlykke e67682a663 Fix search, find-next when selection is one character long 2013-01-17 08:26:14 +01:00
Christian Surlykke c13e2b6f17 Hotkeys for search: Return->find-next, Shift-Return->find-previous, Escape->hide searchbar 2013-01-17 08:16:06 +01:00
Petr Vanek 08f11bf10d Merge https://github.com/surlykke/qtermwidget
Conflicts:
	src/main.cpp
2013-01-15 17:11:13 +01:00
Petr Vanek 1ef454475d Merge pull request #6 from zballina/master
Add zoom in, out and reset. Option to choose an action after pasting the clipboard
2013-01-15 06:24:56 -08:00
Christian Surlykke 4f9e1c4a06 Added search functionality 2013-01-13 20:36:29 +01:00
Francisco Ballina 4caa413898 Add zoom. Add choice action after paste clipboard 2012-11-20 11:06:11 -06:00
Francisco Ballina c06857b27d Add zoom. Add choice action after paste clipboard 2012-11-20 11:02:08 -06:00
Francisco Ballina b0b7a9f1e4 Add zoom. Add choice action after paste clipboard 2012-11-20 10:19:09 -06:00
Francisco Ballina 971b26e9ad Add zoom. Add choice action after paste clipboard 2012-11-20 10:13:20 -06:00
Francisco Ballina b1a4a38d68 Add zoom. Add choice action after paste clipboard 2012-11-20 10:09:23 -06:00
Francisco Ballina 8489fdc361 Add zoom. Add choice action after paste clipboard 2012-11-20 10:04:02 -06:00
Francisco Ballina 677c7d14e4 Add zoom. Add choice action after paste clipboard 2012-11-20 09:59:38 -06:00
Francisco Ballina 60d5b46319 Add zoom. Add choice action after paste clipboard 2012-11-20 00:44:29 -06:00
Francisco Ballina d0303eaa4a Add zoom. Add choice action after paste clipboard 2012-11-20 00:41:03 -06:00
Francisco Ballina 83b87fe726 Fix logical error 2012-11-19 23:32:29 -06:00
Francisco Ballina 8dad0df7b3 Add zoom. Add choice action after paste clipboard 2012-11-19 23:11:17 -06:00
Francisco Ballina b398acfbd4 Add zoom. Add choice action after paste clipboard 2012-11-19 23:10:35 -06:00
Petr Vanek 8eb5882960 Merge pull request #5 from zballina/master
Add Shift+KeyEnd and Shift+KeyHome to go line 0 and line end
2012-11-16 01:05:53 -08:00
Francisco Ballina ba19af937d Add Shift+KeyEnd and Shift+KeyHome to go line 0 and line end. No move screenwindow when copy and paste with keyboard 2012-11-13 04:00:28 -06:00
Petr Vanek 60ba4968e1 fix for text drawing in qt>=4.8,x 2012-09-07 11:25:36 +02:00