- 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
-
- 01 Feb, 2007 1 commit
-
-
Robert Knight authored
Add ProcessInfo class to read information about the process running in the shell, and a Linux procfs implementation. There is some code duplication here with ksysguard, might be worth discussion with johnflux about that. svn path=/branches/work/konsole-split-view/; revision=629156
-
- 30 Jan, 2007 2 commits
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=628527
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=628407
-
- 23 Jan, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=626511
-
- 20 Jan, 2007 2 commits
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=625722
-
Robert Knight authored
Implement saving of history in the new front-end. Now uses KIO properly (hence supports saving to local and remote locations) svn path=/branches/work/konsole-split-view/; revision=625721
-
- 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
-
- 16 Jan, 2007 4 commits
-
-
Robert Knight authored
Make tabbed view notify the view manager when the user switches between sessions. Create the first view on a session before running the session executable because some terminal processes such as GNU Screen and midnight commander don't like changes in terminal size during their initialisation. svn path=/branches/work/konsole-split-view/; revision=624153
-
Robert Knight authored
Fix the selection being cleared immediately after the mouse is released in split-view mode. Konsole in KDE 3 immediately clears the selection whenever another window changes it. I couldn't see the logic for this and will have to raise the issue on the mailing list. Until then I have removed the behaviour to fix the aforementioned problem. Also fixed drag-and-drop of text (broken during the port). svn path=/branches/work/konsole-split-view/; revision=624147
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=624114
-
Robert Knight authored
Fix a number of crashes when views are destroyed. Avoid deleting widgets explicitly where possible, using QObject parent-child mechanism instead. Defer deletion using object->deleteLater() instead of 'delete object'. Make filter chains own their filters and take responsibility for deleting them, instead of having other objects deleting filters without removing them from the chain. Add API documentation to the filter classes. svn path=/branches/work/konsole-split-view/; revision=624111
-
- 12 Jan, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=622739
-
- 10 Jan, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=622018
-
- 08 Jan, 2007 1 commit
-
-
Robert Knight authored
Experiment with a new view container which uses a list-view (like Kate) to display the sessions instead of tabs. Document a number of crashes and other bugs which need to be fixed before continuing further. svn path=/branches/work/konsole-split-view/; revision=621029
-
- 04 Jan, 2007 1 commit
-
-
Robert Knight authored
svn path=/branches/work/konsole-split-view/; revision=619707
-