125 Commits (e8aad5ad93b825e892ee8dc7994eaedeca404cbb)

Author SHA1 Message Date
Kurt Hindenburg e02fea6e17 astyle fixes 14 years ago
Kurt Hindenburg ad52474e0c minor style changes - remove spaces 14 years ago
Kurt Hindenburg bee9aa8f78 minor style fixes - remove empty lines start/end code blocks 14 years ago
Jekyll Wu cc8cdd87c8 Move class SessionModelList into its own files 14 years ago
Jekyll Wu c0cc298f48 Some small cleanup 14 years ago
Jekyll Wu 50668d65b0 Set the initial/preferred terminal size accroding to profile options 14 years ago
Kurt Hindenburg 5b083640ce whitespace and style fixes 14 years ago
Jekyll Wu f2eed5bdb9 Cleanup #includes 14 years ago
Jekyll Wu dc08f6dc37 Rename: ShouldApplyProperty2 ==> ShouldApplyProperty 14 years ago
Jekyll Wu ace798d58d Merge the code of SessioManager::updateSession() into another method 14 years ago
Jekyll Wu 193777e21a Split class SessionManager into ProfileMananger and SessionManager 14 years ago
Jekyll Wu c5f0c6794d Prefer the convenient methods for accesing profile options 14 years ago
Jekyll Wu 5a1851e361 Another trivial change 14 years ago
Jekyll Wu 33678e7ca4 Add more convenient methods for accessing profile option 14 years ago
Jekyll Wu 6511de621b Prefer using the available convenient method for profile option 14 years ago
Jekyll Wu 683f2c9ec5 Merge Profile::HistoryModeEnum and HistorySizeDialog::HistoryMode into Enum::HistoryMode Enum 14 years ago
Kurt Hindenburg e0862c603a Style fixes - separte commands - remove 2 ; - align { elses 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
Kurt Hindenburg 4dae2895bb Separate the profile reader/writer to their own file 14 years ago
Jekyll Wu f4fb943132 Most of time we only need <KLocalizedString> instead of <KLocale> 14 years ago
Jekyll Wu dccfaf1b54 Remove one unneeded #include 14 years ago
Jekyll Wu f42fd4721b Clean up unneeded #includes 14 years ago
Jekyll Wu 9bfac3b509 Krazy2 fix for foreach(...) 14 years ago
Jekyll Wu f0529c1c02 Prefer foreach(..) over iterating manually for readability 14 years ago
Jekyll Wu 13bdd4c611 Minor changes 14 years ago
Jekyll Wu 5044ebb263 SessionManager::loadProfile should return immediately with non-existing path 14 years ago
Kurt Hindenburg 0bd1927585 Select right profile name in saveFavorites() 14 years ago
Jekyll Wu debfec2eb3 Add environment variable $KONSOLE_PROFILE_NAME 14 years ago
Jekyll Wu d33056c178 Rename: type ==> profile for more specific meaning 14 years ago
Jekyll Wu 6b6a5944f6 Prefer foreach(...) over while(...) for simplicity and readability 14 years ago
Kurt Hindenburg 8240973baf Use relative paths in config file 14 years ago
Jekyll Wu dcc57fce24 Split the exisint setDefaultProfile() methods into two methods 14 years ago
Jekyll Wu 81167d1084 Move the logic of ensuring all profiles are loaded into SessionManager itself. 14 years ago
Jekyll Wu 40f8bf736a Rename for clarity: closeAll() ==> closeAllSessions() 14 years ago
Jekyll Wu 3d8da1f878 Make 'foreach(...)' more readable 14 years ago
Jekyll Wu 562e949b52 Remove the code for reading KDE3 profile. 14 years ago
Kurt Hindenburg fa187da0c6 Apply astyle-kdelibs 14 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 099a728206 Remove one FIXME which seems not a problem 15 years ago
Jekyll Wu 3f1e01802d Move code around for better understanding 15 years ago
Jekyll Wu 7572e517e4 Add static declaration for some internal functions 15 years ago
Jekyll Wu aaa01fd854 Remove unused #include for ShellCommand.h 15 years ago
Jekyll Wu 7ad55af1fc Implement the "Seconds to detect silence" option from KDE3 konsole. 15 years ago
Jekyll Wu 2b72a67faf Rename appConfig to konsoleConfig for clarity. 15 years ago
Jekyll Wu ae44eb4c4b Save default-profile/favorites/shortcuts settings into disk ASAP. 15 years ago
Jekyll Wu 0be347a97c Previous commit was meant to close BKO 251062. Typo. 15 years ago
Jekyll Wu 9b63c034a6 Always read/write the 'DefaultProfile' entry from/into 'konsolerc'. 15 years ago
Jekyll Wu e5fabd05ba Minor change on indentation. 15 years ago