- 26 Nov, 2007 2 commits
-
-
Robert Knight authored
Remove feature that opened the web browser or email client when left-clicking on appropriate URLs because several users found it annoying. Links are still highlighted on mouse-over and can be opened by right-clicking on the link and selecting 'Open Link' or 'Send Email To...' as appropriate. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=741928
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=741702
-
- 25 Nov, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=741240
-
- 24 Nov, 2007 3 commits
-
-
Matt Rogers authored
$KDEHOME, then use the path from the shell profile. Otherwise, provide our own path. Change suggested by Robert Knight after my last fix to always save profiles in $KDEHOME svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740989
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740847
-
Teemu Rytilahti authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740748
-
- 23 Nov, 2007 6 commits
-
-
Robert Knight authored
was the last line in the selection. * Do not attempt to reposition the mouse cursor when it moves outside of the terminal display area. This happens in Konsole/KDE 3 as well, I had never noticed it before though. * Remove debugging code svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740704
-
Pino Toscano authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740700
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740566
-
Thomas Friedrichsmeier authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740561
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740393
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740348
-
- 22 Nov, 2007 4 commits
-
-
Will Stephenson authored
BUG: 150248 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740236
-
Anne-Marie Mahfouf authored
approved by Robert svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740192
-
Robert Knight authored
Fix bug where new lines were being inserted into the selection and copied text. I misunderstood the meaning of the preserveLineBreaks argument passed from the terminal display to the terminal screen when rewriting the terminal characters -> text conversion code. Also removed dead code. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740173
-
Robert Knight authored
Fill the background of the terminal display area behind the scroll-bar using the background color from the scroll-bar's palette. This gives the illusion of the scroll bar being outside the contents area as per other KDE applications and is required for a better looking scrollbar with the Oxygen widget style. CCMAIL:cbr@boemann.dk svn path=/trunk/KDE/kdebase/apps/konsole/; revision=740161
-
- 21 Nov, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=739529
-
- 19 Nov, 2007 2 commits
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=738563
-
Matt Rogers authored
$KDEHOME. Profile::path always pointed to my $KDEDIR which was fine since it was writable by me (and would thus get saved), but as soon as my nightly build process finished, I'd lose my profile settings. Since konsole is kdeinit enabled, this is a friendly reminder you'll most likely need to restart kdeinit4 in order for the fix to take effect. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=738539
-
- 18 Nov, 2007 2 commits
-
-
Thomas Zander authored
making the menu. BUG: 151421 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=738433
-
Thomas Zander authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=738432
-
- 17 Nov, 2007 2 commits
-
-
Jakub Stachowski authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=738000
-
Jakub Stachowski authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=737991
-
- 16 Nov, 2007 3 commits
-
-
Robert Knight authored
Clear line attributes (eg. line-wrap status) on affected lines when clearing portions of the screen image. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=737604
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=737603
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=737424
-
- 15 Nov, 2007 1 commit
-
-
Allen Winter authored
ServiceTypes => X-KDE-ServiceTypes Keywords => X-KDE-Keywords svn path=/trunk/KDE/kdebase/apps/konsole/; revision=737278
-
- 14 Nov, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=736533
-
- 11 Nov, 2007 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=735257
-
- 10 Nov, 2007 2 commits
-
-
Pino Toscano authored
- openterm -> utilities-terminal svn path=/trunk/KDE/kdebase/apps/konsole/; revision=735071
-
Pino Toscano authored
- view-remove -> view-close svn path=/trunk/KDE/kdebase/apps/konsole/; revision=734965
-
- 09 Nov, 2007 2 commits
-
-
Craig Drummond authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=734552
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=734544
-
- 08 Nov, 2007 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=734327
-
- 07 Nov, 2007 6 commits
-
-
Robert Knight authored
Attempted fix for when changing the profile of a tab after making use of the split-view feature. Dangling pointers were being left in ViewManager::_sessionMap (even though _sessionMap previously stored QPointer guarted ptrs rather than raw pointers). Call removeContainer() to remove views cleanly from the _sessionMap hash when the 'Close Other Views' action is triggered rather than simply deleting the view container directly. Store raw pointers in _sessionMap variable since QPointer<> does not work here. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=734008
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=733791
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=733675
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=733673
-
Robert Knight authored
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=733662
-
Robert Knight authored
Change the 'workdir' argument to set a property on the default profile rather than changing the directory argument for the first new session in the new window or tab. Refactor the command-line argument processing, split the processing of groups of commands into their own functions. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=733659
-