Commit Graph

14 Commits

Author SHA1 Message Date
Kurt Hindenburg
17de056907 English fixes to comments only 2013-03-17 12:23:05 -04:00
Kurt Hindenburg
7a2a5beb00 Correct spelling errors/word usage
All these are in the comments - no code changes
2013-01-09 22:07:11 -05:00
Kurt Hindenburg
983efbc5a8 Add braces around if/else for readability 2012-12-19 23:41:09 -05:00
Kurt Hindenburg
69dcbd3406 astyle fixes - spaces/{ 2012-09-02 17:28:43 -04:00
Kurt Hindenburg
bee9aa8f78 minor style fixes - remove empty lines start/end code blocks 2012-05-13 10:08:05 -04:00
Jekyll Wu
c0cc298f48 Some small cleanup 2012-04-20 09:07:53 +08:00
Jekyll Wu
9c79230a75 Krazy fix: spelling error 2012-04-09 12:18:33 +08:00
Jekyll Wu
cd3804ab87 Allow each konsolepart to specify its own default profile
If one konsolepart does not specify that, use the default profile
specifed in stand-alone Konsole as fallback

CCMAIL: hein@kde.org
2012-04-08 21:52:49 +08:00
Kurt Hindenburg
5b083640ce whitespace and style fixes
Use 'git diff -w --ignore-all-space' to see non-whitespace changes
2012-04-05 11:08:53 -04:00
Jekyll Wu
9348c92029 Just rename 2012-04-05 08:47:24 +08:00
Jekyll Wu
0c7db5ecdd Make konsole --list-profiles return names sorted according to locale 2012-04-05 08:42:10 +08:00
Jekyll Wu
6b612d73d2 Add method "ProfileManager::availableProfileNames() const"
Now ViewManager::profileList() is just a simple wrapper of that method.
2012-04-04 20:15:28 +08:00
Kurt Hindenburg
2663d9c712 Allow --profile=full path to work again.
After 8240973baf, using full paths in
--profile didn't work.  This fixes that issue.

It will save the full profile path for favorites and shortcuts if the
profile is not under the normal KDE konsole area.

CCBUG: 283102
2012-03-31 09:25:38 -04:00
Jekyll Wu
193777e21a Split class SessionManager into ProfileMananger and SessionManager
REVIEW: 104425
2012-03-30 01:23:28 +08:00