74 Commits (ad4e77d50cea8beb66321998e2942e5ebae504da)

Author SHA1 Message Date
Nicolas Fella e6f3d0a14e Replace Q_DECL_OVERRIDE with override 6 years ago
Tomaz Canabrava 8029d74a97 Implement saving sessions recursively 7 years ago
Laurent Montel f46c36bbb5 Const'ify where it's possible found by clazy 7 years ago
Kurt Hindenburg e40230a710 follow up to prev commit - remove unused variable 8 years ago
Kurt Hindenburg bed79d9fdf convert QSignalMapper (session finished) to lambda 8 years ago
Kurt Hindenburg bed548e85a sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg e5c8d97e51 Disable QObject subclasses' copy constructor/assignment 8 years ago
Kurt Hindenburg e67661d28d uncrustify using kf5 config 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg acdd32c27d Use Frameworks compiler settings; use NO_SLOT_SIGNALS_KEYWORDS 9 years ago
Kurt Hindenburg 35d419e734 Add Q_DECL_OVERRIDE via clang-tidy 9 years ago
Kurt Hindenburg 3d06b44fc7 minor style fixes - remove empty lines start/end code blocks 14 years ago
Jekyll Wu 690f7aba90 Minor cleanup of forward declaration 14 years ago
Jekyll Wu dac22aa177 Trivial refinement of apidoc 14 years ago
Jekyll Wu cc8cdd87c8 Move class SessionModelList into its own files 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
Kurt Hindenburg d42633e54d add explicit to constructors with 1 parameter 14 years ago
Jekyll Wu 25b8b5353c Trivial style change: remove extra blank lines 14 years ago
Jekyll Wu 0331f97b60 Another try of cleaning up of #includes 14 years ago
Jekyll Wu dcc57fce24 Split the exisint setDefaultProfile() methods into two methods 14 years ago
Jekyll Wu 265b3f8e51 Move code around 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 f5d67cc87a Move related methods closer to make class header more readable 14 years ago
Jekyll Wu 044dc56624 Remove declarations for dead methods 14 years ago
Kurt Hindenburg fa187da0c6 Apply astyle-kdelibs 14 years ago
Jekyll Wu b95f9443a0 Trivial change on #include 15 years ago
Jekyll Wu 125e2c7bd2 Declare pointer and reference in a consistent way 15 years ago
Jekyll Wu 330de6c6f4 Fix some spelling problems 15 years ago
Jekyll Wu 8f1bbd4353 Remove trailing white spaces 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Jekyll Wu 2c59b90f0d Connect ManageProfilesDialog::finished() to SessionManager::saveSettings() 15 years ago
Jekyll Wu ae44eb4c4b Save default-profile/favorites/shortcuts settings into disk ASAP. 15 years ago
Jekyll Wu eee7eb7dd6 Rename _types to _profiles since it really store profiles. 15 years ago
Kurt Hindenburg 3e75622bd8 To clarify code, s/info/profile/g 15 years ago
Jekyll Wu d90862d060 replace Q_SLOTS with slots. 15 years ago
Jekyll Wu 050454280b Remove emacs mode information from the bottom of some source files. 15 years ago
Jekyll Wu b916dd22d0 Rename 'persistant' to 'persistent'. 15 years ago
Jekyll Wu a5eaba7f76 Create runtime profile only once per session. 15 years ago
Albert Astals Cid 3913792ce6 Add some const to make the code easier to follow 15 years ago
Kurt Hindenburg bc9d65ec79 Add support for reading the profiles' menu index (favorites) from the profile file. 17 years ago
Patrick Spendrin 98ca94ade7 make a private konsole library as said on kde-devel@ 17 years ago
Robert Knight ef3e43e11d Initial implementation of session management in Konsole. 18 years ago
Robert Knight 21b0f9067c Document CopyInputDialog, CheckableSessionModel and SessionListModel classes. 18 years ago
Robert Knight 956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Robert Knight 78277a8cbe * Change behavior of 'New Profile' button to copying the selected 18 years ago
Robert Knight 6c9ae440f7 Fix 'Show in Menu' toggle not working when no favorites are currently selected 18 years ago