Commit Graph

42 Commits

Author SHA1 Message Date
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
Petr Vanek 8787a21b67 font display fix on mac (widths in int) 2010-11-13 13:55:08 +01:00
Petr Vanek 061c4cc5b8 qt designer plugin 2010-11-12 22:51:59 +01:00
Petr Vanek e8544bc43f correct lib ID for mac 2010-11-03 18:41:27 +01:00
Petr Vanek bd69eb0bbf remove the KDE legacy code 2010-10-28 21:45:59 +02:00
Petr Vanek 4183368397 code reformatted after resync 2010-10-25 16:34:14 +02:00
Petr Vanek b2449cc578 display stuff synced from konsole again to improve color scheme handling 2010-10-25 16:27:34 +02:00
Petr Vanek cf016137bb focus in/out signals 2010-10-19 17:10:28 +02:00
Petr Vanek 454a8befcd correct shell detection (BSD, Christopher VdoP) 2010-10-19 09:35:23 +02:00
Petr Vanek 1b86d19d71 library location on BSD 2010-10-18 21:08:58 +02:00
Petr Vanek b5a79e17aa patches to build on BSD by Christopher VdoP 2010-10-18 20:49:53 +02:00
Petr Vanek 520661ab6f Merge branch 'master' of file:///export/home/pvanek/oss/qterm/merge/qtermwidget
Conflicts:
	lib/BlockArray.cpp
	lib/BlockArray.h
	lib/CMakeLists.txt
	lib/Character.h
	lib/CharacterColor.h
	lib/Emulation.cpp
	lib/Emulation.h
	lib/Filter.cpp
	lib/Filter.h
	lib/History.cpp
	lib/History.h
	lib/KeyboardTranslator.cpp
	lib/KeyboardTranslator.h
	lib/Pty.cpp
	lib/Pty.h
	lib/Screen.cpp
	lib/Screen.h
	lib/ScreenWindow.cpp
	lib/ScreenWindow.h
	lib/Session.cpp
	lib/Session.h
	lib/ShellCommand.cpp
	lib/ShellCommand.h
	lib/TerminalCharacterDecoder.cpp
	lib/TerminalCharacterDecoder.h
	lib/TerminalDisplay.cpp
	lib/TerminalDisplay.h
	lib/Vt102Emulation.cpp
	lib/Vt102Emulation.h
	lib/k3process.cpp
	lib/k3process.h
	lib/k3processcontroller.cpp
	lib/k3processcontroller.h
	lib/konsole_wcwidth.cpp
	lib/konsole_wcwidth.h
	lib/kpty.cpp
	lib/kpty.h
	lib/kpty_p.h
	lib/qtermwidget.cpp
	lib/qtermwidget.h
2010-10-04 11:29:18 +02:00
Petr Vanek 25661234c0 K&R formatting 2010-10-01 16:08:52 +02:00
Petr Vanek 57fd23bf39 K&R formatting 2010-10-01 16:08:14 +02:00
Petr Vanek 88b5a11bb4 merge with qscite 2010-10-01 15:54:31 +02:00
Petr Vanek 4ee36b8db0 fixed KB finding + sort 2010-09-24 13:43:02 +02:00
Petr Vanek 9a778c44df key layouts can be read and provided to widget 2010-09-24 13:27:10 +02:00
Petr Vanek e187ce97cb install keyboard bindings; handle KB in src code; allow to get and set KB 2010-09-23 22:16:30 +02:00
Petr Vanek dd5b9245c0 fix for includes and 64bit builds 2010-09-13 13:31:48 +02:00
Petr Vanek fea7016206 port to macosx 2010-09-13 12:14:00 +02:00
Petr Vanek 2d6c2b82b7 initial import 2010-09-11 10:50:46 +02:00