- 24 Feb, 2012 2 commits
-
-
Jekyll Wu authored
The WarningBox.cpp is not deleted at the moment, in case using KMessageWidget turns out to be problematic . Note: the miminal requirement for kdelibs is increased to 4.7.0 due to using KMessageWidget. REVIEW: 104053
-
Jekyll Wu authored
Users can now change the tab title through "\e]30;Tab Title\a" . This is a feature previously available in KDE3 konsole. FEATURE: 179142 FIXED-IN: 4.9.0 REVIEW: 103862
-
- 23 Feb, 2012 3 commits
- 22 Feb, 2012 11 commits
-
-
Jekyll Wu authored
That reduces the number of calling, and also make the code easier to debug if something goes wrong with the command TODO: there is code duplication between class Application and class SessionController on how to compose and send ssh command based upon a KUrl using the ssh:// protocol.
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
This basically make it more like its counterpart ColorScheme::readColorEntry().
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
- 21 Feb, 2012 4 commits
-
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
Well, maybe this is more helpful than annoying for Konsole users.
-
Jekyll Wu authored
This might be a stupid improvement to make the tab title updating in a more prompt way. If anyone find this stupid improment introduces noticable side effect such as high load, do not hesitate to revert it.
-
- 20 Feb, 2012 3 commits
- 19 Feb, 2012 6 commits
-
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
That internal class was used to workaround the problem that QBoxLayout::insertItem() is a protected method. Since the current codo does not use that method any more, no need to keep and use that internal class anymore. Just use QVboxLayout directly.
-
Yuri Chornoivan authored
-
Jekyll Wu authored
When the window title from current session is emtpy, fallback to using tab title. CCBUG: 162326 REVIEW: 103978
-
- 18 Feb, 2012 6 commits
-
-
Jekyll Wu authored
There are no GUI elements for controlling that option, so it is a hidden option at the moment. To configure this option manually, put following lines into some konsole profile under ~/.kde4/share/apps/konsole/ : [Terminal Features] BellMode=N Where N could be 0 for system beep, 1 for system notification and 2 for visual bell. That mapping might change before next major release. CCBUG: 155622 CCBUG: 177861 REVIEW: 104013
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Kurt Hindenburg authored
Thanks to Vishesh Handa for patch. I changed it slightly. REVIEW: 104002 FIXED-IN: 2.9
-
Jekyll Wu authored
-
Jekyll Wu authored
That URL link contains detailed information for the meaning and possibile values of each property CCBUG: 294304
-
- 17 Feb, 2012 5 commits