- 29 Feb, 2012 2 commits
- 28 Feb, 2012 2 commits
- 27 Feb, 2012 9 commits
- 26 Feb, 2012 14 commits
-
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
The changes are basically adding a few small helper methods into MainWindow to hide the existense of ViewManager to Application.
-
Jekyll Wu authored
-
Jekyll Wu authored
This is the first step toward to making ViewManager hidden to Application.
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Jekyll Wu authored
-
Yuri Chornoivan authored
-
Jekyll Wu authored
-
Jekyll Wu authored
I have to say I have just written something not so good for user manual. If anyone think he/she can improve it, do not hesitate :-)
-
- 25 Feb, 2012 5 commits
-
-
Jekyll Wu authored
"%d" has always been used as the default since KDE4, until in KDE SC 4.8 it is replaced by "%D" as a workaround for the problem in BKO 192081
-
Jekyll Wu authored
The main consideration is it is more often confusing than helpful for average users, especially when this feature was hidden, undocumented and enabled by default. The "CommonDirNames" list in the code is now empty by default , instead of a list of hardcoded common names. To enable and customize this advanced and potentally confusing feature, edit $KDEHOME/usr/share/config/konsolerc and add the following lines: [ProcessInfo] CommonDirNames=name1,name2,name3... For konsolepart users, edit the config file of the hosting application. I'll add related information for this hidden & advanced feature into handbook later. BUG:190281 FIXED-IN:4.9.0 REVIEW: 103949 CCMAIL: robertknight@gmail.com
-
Jekyll Wu authored
This avoids the explicit assignment in Application and Part. The result might look a little strange, but that is basicaly what the old code does and what that variable intends to be (all capitalized letter)
-
Jekyll Wu authored
TerminalDisplay.h is a big header. It is not good for several files to include that big header only in order to use one of its static member.
-
Jekyll Wu authored
That MainWindow uses ProfileList is an internal implementation detail. The Higher lever Application does not need to know about it.
-
- 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 3 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
-