- 15 Mar, 2007 2 commits
-
-
Robert Knight authored
Remove old commented-out code and unused signals. TEWidget::SCRXYZ -> TEWidget::SCROLLBAR_XYZ. TEWidget::getColorTable() -> TEWidget::colorTable(). svn path=/branches/work/konsole-split-view/; revision=642965
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=642867
-
- 14 Mar, 2007 5 commits
-
-
Robert Knight authored
* Move method to interpret and send a sequence of characters from display widget to emulation. ( TEWidget::emitText() -> TEmulation::sendText() ) * Make TEWidget bell emitting method a slot. Not tested yet. * Remove TESession::primaryView and all references to it. TESession should now behave the same regardless of number of views connected. * Removed printing method from TESession. Printing features belong with the view. * Removed font property from TESession. Again, this is an attribute of the view. svn path=/branches/work/konsole-split-view/; revision=642646
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=642624
-
Robert Knight authored
Re-enable scrolling optimization. Not tested properly yet. Fix uninitialized field in ScreenWindow constructor. svn path=/branches/work/konsole-split-view/; revision=642541
-
Robert Knight authored
* onRcvBlock -> onReceiveBlock onRcvChar -> onReceiveChar sndBlock -> sendBlock svn path=/branches/work/konsole-split-view/; revision=642518
-
Robert Knight authored
* Separate emulation back-end from view. Removed all references to TEWidget ( the terminal display ) from the emulation classes. Connection of widget input keyboard/mouse notification to emulation is now done in TESession::addView(). Added warnings for things which have/may have broken temporarily due to this change. * Removed the concept of 'connected' / 'not connected' from the emulation classes. Their behaviour is now independant of whether or not views are connected to the emulation. * Added ScreenWindow::scrollBy() method which scrolls a screen window relative to its current position. * Fix signal/slot connection in emulation when creating a new screen window. svn path=/branches/work/konsole-split-view/; revision=642513
-
- 09 Mar, 2007 4 commits
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=640771
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=640770
-
Robert Knight authored
* Handle switching between primary and alternate screens with ScreenWindow class. * Remove hacks to update display after changing selection pending proper implementation. svn path=/branches/work/konsole-split-view/; revision=640769
-
Robert Knight authored
More work on the screen window concept. Scroll view when new output is added unless an older part of the history is being viewed by dragging the scrollbar. Add API documentation. Fix mistakes in field renaming from previous commit. svn path=/branches/work/konsole-split-view/; revision=640768
-
- 08 Mar, 2007 2 commits
-
-
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
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=640441
-
- 07 Mar, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=640415
-
- 01 Mar, 2007 1 commit
-
-
Robert Knight authored
Will follow a different approach to allowing views to show different parts of the same session at once. * Make the "Search History" menu item a normal action rather than a toggle action. * Search terminal history and jump to first match when text in search box is changed. * Call QApplication::processEvents() periodically while searching history to prevent UI from becoming unresponsive with large histories. svn path=/branches/work/konsole-split-view/; revision=638397
-
- 28 Feb, 2007 11 commits
-
-
Robert Knight authored
* Highlight matching text in the active session when the text in the search bar changes, match case, match regexp options work as well. * Ensure that newly created session views are given the focus * Remember visibility of search bar for each session and hide/show the bar as appropriate when switching between sessions. * Fix incorrect use of delete[] in emulation ( memory allocated with malloc() , so free() must be used ) * Treat empty regular expressions as non-matching in RegExpFilter ( fix infinite recursion ) * Prevent overdrawing of adjacent hotspots * Added some experimental / non-working code to do with scrolling in the displays This breaks the scroll-bar and causes crashes at the moment. It needs to be re-worked. svn path=/branches/work/konsole-split-view/; revision=637999
-
Robert Knight authored
* Ctrl+Shift+C - Copy ( same as gnome-terminal ) * Ctrl+Shift+V - Paste ( same as gnome-terminal ) * Ctrl+Shift+F - Open/close search bar * F3 - Find Next * Shift+F3 - Find Previous * Ctrl+Shift+X - Clear Everything (History and current display) * Ctrl+Shift+S - Split / Unsplit the view * Ctrl+Shift+T - Detach the current view * Ctrl+Shift+W - Close current tab ( same as gnome-terminal ) * Ctrl+Shift+A - Monitor for Activity * Ctrl+Shift+I - Monitor for Silence svn path=/branches/work/konsole-split-view/; revision=637929
-
Robert Knight authored
Close the search bar if the escape key is pressed while the search box has focus. Select all the search box text when the search bar is shown. Increase the minimum width of the search box. Make 'Highlight Matches' default to on. svn path=/branches/work/konsole-split-view/; revision=637919
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=637918
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=637910
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=637906
-
Robert Knight authored
Make 'Search History' menu item into a toggle which hides or shows the search bar when toggled. Search bar doesn't actually do anything yet. svn path=/branches/work/konsole-split-view/; revision=637905
-
Robert Knight authored
Implement bookmark opening for local URLs in the new front-end. Handling for ssh:// etc. still to be done. Update license for KonsoleBookmarkHandler.* to GPLv2+ svn path=/branches/work/konsole-split-view/; revision=637894
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=637893
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=637884
-
Robert Knight authored
Re-enable bookmark menu in the front end and make menu pick up the working directory of the current session when 'Add Bookmark' is clicked. Not yet emitting the 'cd /bookmark/path' command when the bookmark is selected svn path=/branches/work/konsole-split-view/; revision=637883
-
- 21 Feb, 2007 10 commits
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636043
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636042
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636041
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636040
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636039
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636038
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636037
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636036
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636035
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=636033
-
- 20 Feb, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=635462
-
- 14 Feb, 2007 2 commits
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=633414
-
Robert Knight authored
* Add methods to process info to read current working directory of a process, and add Linux implementation for this. svn path=/branches/work/konsole-split-view/; revision=633408
-
- 04 Feb, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=629916
-