381 Commits (39d3437df95b4fedbafa8f09d64f9c482feed551)

Author SHA1 Message Date
Jekyll Wu 6b612d73d2 Add method "ProfileManager::availableProfileNames() const" 14 years ago
Jekyll Wu 193777e21a Split class SessionManager into ProfileMananger and SessionManager 14 years ago
Jekyll Wu 562ee87e51 Trivial style change 14 years ago
Jekyll Wu 33678e7ca4 Add more convenient methods for accessing profile option 14 years ago
Jekyll Wu cf0a3e3cd0 Merge Profile::TripleClickModeEnum and TerminalDisplay::TripleClickMode into Enum::TripleClickModeEnum 14 years ago
Jekyll Wu 0e35037be6 Merge Profile::CursorShapeEnum and TerminalDisplay::KeyboardCursorShape into Enum::CursorShapeEnum 14 years ago
Jekyll Wu d1a1b11762 Merge Profile::ScrollBarPositionEnum and TerminalDisplay::ScrollBarPosition into Enum::ScrollBarPositionEnum 14 years ago
Kurt Hindenburg 519e2614d6 Style fixes - remove spaces before ; and add spaces in for loops 14 years ago
Jekyll Wu 25b8b5353c Trivial style change: remove extra blank lines 14 years ago
Jekyll Wu 5b8dd7df88 Remove unneeded casting 14 years ago
Jekyll Wu 35da7697ec Make ViewManager::colorSchemeForProfile() a static method 14 years ago
Jekyll Wu 5ebbba6efb Rename for clarity and consitency 14 years ago
Jekyll Wu 7179de8f3d Prefer qobject_cast to dynamic_cast when appropriate 14 years ago
Jekyll Wu d99cf71a62 Rename method to match what it really does 14 years ago
Jekyll Wu 3bdf6bbe8c Remove unused signal: ViewContainer::closeRequest(QWidget*) 14 years ago
Jekyll Wu 4b7eedfb19 Add inline explanation for the casting 14 years ago
Jekyll Wu edd9d2cfdf Revert "Use the appropriate casting" 14 years ago
Jekyll Wu 02ac6dbf4d Use the appropriate casting 14 years ago
Jekyll Wu fa7fb637ff Move the code settings up 'split view' actions closer 14 years ago
Jekyll Wu 972ef5f97e Rename methods related with "split view" to avoid confusion 14 years ago
Jekyll Wu 0e152d9596 Remove old comment 14 years ago
Jekyll Wu 74eb0d9a59 More constness 14 years ago
Jekyll Wu f4fb943132 Most of time we only need <KLocalizedString> instead of <KLocale> 14 years ago
Jekyll Wu 2f7a0965f5 Move class ColorSchemeMananger into its own file 14 years ago
Jekyll Wu f42fd4721b Clean up unneeded #includes 14 years ago
Jekyll Wu b7498925b2 Fix #include 14 years ago
Jekyll Wu 2ba24db12c Add per-profile option 'BellMode' for choosing the type of bell 14 years ago
Jekyll Wu 07cddfe302 Create dbus object for each Konsole window respectively 14 years ago
Jekyll Wu 52f656663f Add dbus method for returning the name of the default profile 14 years ago
Jekyll Wu 6b6a5944f6 Prefer foreach(...) over while(...) for simplicity and readability 14 years ago
Jekyll Wu 56f3805ac1 Move options influencing tabbar from profiles into global setting 14 years ago
Jekyll Wu e3e960ab95 Move the 'show menubar' option from profiles into global settings 14 years ago
Jekyll Wu 6bf0fcf565 Remove two unnecessary calls to the applyProfileToContainer() method. 14 years ago
Jekyll Wu 455909a42c Dbus method profileList() should not list hidden profiles 14 years ago
Jekyll Wu 81167d1084 Move the logic of ensuring all profiles are loaded into SessionManager itself. 14 years ago
Jekyll Wu 3191cd00b4 Ensure the dbus method profileList() will list all profiles 14 years ago
Jekyll Wu c6bb999066 Less explict call of session->run() 14 years ago
Jekyll Wu 3d8da1f878 Make 'foreach(...)' more readable 14 years ago
Kurt Hindenburg 1baa56feda White space changes - astyle and Qt normalize don't like each other. 14 years ago
Kurt Hindenburg 59db5e74d2 Apply astyle-kdelibs 14 years ago
Kurt Hindenburg bc087ae51b Remove unused KDebug includes 14 years ago
Jekyll Wu b95f9443a0 Trivial change on #include 15 years ago
Jekyll Wu ba3e2b4448 Use the bracket form for including konsoleadaptor.h 15 years ago
Jekyll Wu 125e2c7bd2 Declare pointer and reference in a consistent way 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Jekyll Wu 3432eaf388 Move code around and adjust whitespace 15 years ago
Jekyll Wu e825a8e0b6 Prefer forward declaration when it is enough 15 years ago
Jekyll Wu b485852440 use NotifyBell by default 15 years ago
Jekyll Wu 20572f6f48 Rename 'info' to 'profile' 15 years ago
Jekyll Wu 0c0bce4b55 Remove the duplicated comparison: _navigationMethod != NoNavigation 15 years ago