Francisco Ballina
925c888ad1
Add a method for get working directory in class QTermWidget
2013-10-26 22:48:06 -05: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
Christian Surlykke
57f145503f
Added pasteSelection-slot and corrected two nonsense comments
2013-02-06 22:02:24 +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
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
b398acfbd4
Add zoom. Add choice action after paste clipboard
2012-11-19 23:10:35 -06: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
Petr Vanek
58b30e7421
constructor for Qt Designer
2012-05-10 16:34:33 +02:00
Petr Vanek
231e17d28d
clear() slot implemented
2012-03-10 20:45:27 +01:00
Petr Vanek
33f68bc0ec
fix the scroll at the end again
2012-01-31 15:49:41 +01:00
Petr Vanek
1143f86286
Merge commit 'refs/merge-requests/3' of git://gitorious.org/qtermwidget/qtermwidget into merge-requests/3
2012-01-31 14:26:28 +01:00
Adam Treat
f43ef58d3c
The escape key is always needed for terminal programs like vim.
2012-01-28 13:45:24 -05:00
Adam Treat
330c8e4402
Add resource files and the appropriate paths to enable bundling of color schemes
...
and keyboard layouts into the actual executable.
2012-01-28 13:45:14 -05:00
Adam Treat
b306ff7192
Add a define which will be used to bundle the color schemes and keyboard layouts
...
as resource files with the executable itself instead of putting them on disk.
2012-01-28 13:44:57 -05:00
Daniel O'Neill
1a864cf8aa
scrollToEnd() method provided to trigger 'snapping' the terminal to cursor tracked position (typically the extreme value of the scrollbar, or the 'end')
...
Some signal-fu particular to keyPressEvent(QKeyEvent *) done to make the above usable, no existing dependent implementations should be disturbed by this.
2012-01-28 13:44:54 -05:00
Petr Vanek
4f770327fe
revert workaround for key on end
2012-01-02 09:34:56 +01:00
Petr Vanek
2b9432a16c
Merge commit 'refs/merge-requests/1' of git://gitorious.org/qtermwidget/qtermwidget into merge-requests/1
2012-01-02 09:31:00 +01:00
Petr Vanek
ccb7b887ce
scroll to bottom on input
2011-12-12 15:36:19 +01:00
Daniel O'Neill
c462053b34
scrollToEnd() method provided to trigger 'snapping' the terminal to cursor tracked position (typically the extreme value of the scrollbar, or the 'end')
...
Some signal-fu particular to keyPressEvent(QKeyEvent *) done to make the above usable, no existing dependent implementations should be disturbed by this.
2011-12-10 21:52:16 -07:00
Petr Vanek
2be1dbb707
improved sample app for testing
2011-09-25 15:29:15 +02:00
Petr Vanek
4ce4128345
macosx compile fix
2011-07-07 16:50:22 +02:00
Petr Vanek
fd13aac13e
arguments work correctly for custom shells too
2011-07-07 00:47:02 +02:00
Petr Vanek
17c50dcb14
lib has to be built first in any case
2011-07-01 09:42:51 +02:00
Petr Vanek
6ad5d7070a
merge changes from the experimental "bundle" repository
2011-06-22 13:12:21 +02:00
Petr Vanek
451928044f
fix for kb-layout location on mac (mainly)
2010-11-29 21:16:36 +01:00
Petr Vanek
c109b81a95
rpm builds
2010-11-29 16:14:19 +01:00
Petr Vanek
f4c8bcd1c7
build cleanup; make dist; various readmes updated
2010-11-28 20:45:15 +01:00
Petr Vanek
37eff739b1
Merge branch 'master' of gitorious.org:qtermwidget/qtermwidget
2010-11-24 13:35:46 +01:00
Petr Vanek
b8bd9bc97b
make availableKeyBindings static
2010-11-24 13:35:12 +01:00
Petr Vanek
0facab4a5a
transparency support
2010-11-24 11:26:43 +01:00