- 06 Apr, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=651051
-
- 03 Apr, 2007 1 commit
-
-
Robert Knight authored
Add a view container based on QTabBar and a stack widget rather than using the QTabWidget for experimental purposes. svn path=/branches/work/konsole-split-view/; revision=649688
-
- 16 Mar, 2007 1 commit
-
-
Robert Knight authored
* Renaming: TEHistory -> History TEScreen -> Screen TESession -> Session TEmulation -> Emulation TEmuVt102 -> Vt102Emulation TEPty -> Pty * Move some XKB functions into their own source file * Some #include tidy-ups svn path=/branches/work/konsole-split-view/; revision=642987
-
- 15 Mar, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=642967
-
- 09 Mar, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=640771
-
- 08 Mar, 2007 1 commit
-
-
Robert Knight authored
independantly. Added ScreenWindow class which represents a window onto a terminal screen. Each terminal view has one screen window associated with it. This breaks the original design choice of not having the view know anything about the session it was displaying, but I feel that no longer makes sense when there is more than one view on a session. Still work-in-progress * Add methods to support tooltips in filters * Add start of new history size dialog which I hope is easier to understand. * Internal renaming for clarity ca -> Character cacol -> CharacterColor CO_XYZ -> COLOR_SPACE_XYZ ca.c -> ca.character ca.r -> ca.rendition ca.f -> ca.foregroundColor ca.b -> ca.backgroundColor svn path=/branches/work/konsole-split-view/; revision=640688
-
- 21 Feb, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636041
-
- 18 Jan, 2007 1 commit
-
-
Robert Knight authored
Remove the frame around the session list. Use an integer instead of a string for unique session IDs internally. Fix Monitor for Activity/Silence menu items. Start of some experiments with colours in the session list. svn path=/branches/work/konsole-split-view/; revision=625116
-
- 01 Jan, 2007 1 commit
-
-
Robert Knight authored
* Uncheck split-view menu action when detaching the view * Fix deletion of characters in the terminal display image. svn path=/branches/work/konsole-split-view/; revision=618303
-
- 27 Dec, 2006 1 commit
-
-
Robert Knight authored
the Konsole front-end, the design is partly based on Kate. * Everything kicks off in the kdemain function in start.cpp * KonsoleApp encapsulates the main application as a unique single-instance application. * KonsoleMainWindow is the main program window. svn path=/branches/work/konsole-split-view/; revision=616847
-
- 11 Oct, 2006 2 commits
-
-
Robert Knight authored
Header cleanup. Removed bizarre code for supposedly detecting non-responsive sessions when closing because it doesn't work - now the Konsole window disappears instantly when the close button is clicked and there are lots of sessions open. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=594647
-
Robert Knight authored
Tidy up and de-geekify text in Konsole's about dialog. Link to XRender library if available and refactor transparency setup code. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=594511
-
- 01 Oct, 2006 2 commits
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=590859
-
Robert Knight authored
Allow views to be removed from a session. Better handling of terminal emulation size when a view is resized - Konsole looks through all of the visible views on a session and selects the largest number of lines and columns which can be displayed on all views. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=590854
-
- 29 Sep, 2006 1 commit
-
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=590202
-
- 28 Sep, 2006 1 commit
-
-
Robert Knight authored
* Start using the SessionManager in the Konsole main window. Use SessionManager to create the 'New <Session Type>' menu items and create a new session when they are selected. (Temporarily breaks creation of sessions from bookmarks) * Changed the tabbar's new session icon so that it displays a little up arrow instead of requring the user to click and hold. Made tabbar icons flat. * ++sanity checks in TEmulation image size change * --debugging messages svn path=/trunk/KDE/kdebase/apps/konsole/; revision=589799
-
- 27 Sep, 2006 1 commit
-
-
Robert Knight authored
* Initial code for a SessionManager class, which will eventually serve as a central place in the code for creating new sessions and managing existing active sessions. This also makes it possible in the future to make the various types of sessions available to applications using the embedded Konsole part. * As requested, added a confirmation dialog when enabling 'Send Input to All Sessions'. * TESession and TEmulation classes can now be created without a view initially. Also Qt4'ified the TESession API a little by avoiding having lots of arguments in the constructor. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=589057
-