41 Commits (5df601d9ee101794ded1f01818b219d0509cfafd)

Author SHA1 Message Date
Ahmad Samir 97569b764c Run clang-format on the whole repo 5 years ago
Kurt Hindenburg 78a0092522 Convert src to use SPDX license/copyright 5 years ago
Kurt Hindenburg 90c81d0ecf Simpify return after else statements 6 years ago
Ahmad Samir 5f60bc5a6f Replace foreach (deprecated) with range-for 6 years ago
Kurt Hindenburg 9ba7594e58 uncrustify using kf5 config 9 years ago
Kurt Hindenburg 48a8a40566 More changes to QLatin1String, QLatin1Char and QStringLiteral 9 years ago
Kurt Hindenburg b4b4a502bf More changes to QLatin1String, QLatin1Char and QStringLiteral 9 years ago
Kurt Hindenburg dc5ba8c695 add QList::reserve() 11 years ago
Kurt Hindenburg 9cc89c90b3 remove 2 methods which have never been implemented 13 years ago
Kurt Hindenburg 624cc824d2 remove 2 methods which have never been implemented 13 years ago
Alex Richardson a83db71590 Port to KF5/Qt5 13 years ago
Alex Richardson ab5e15b1b7 Revert "Port to KF5/Qt5" 13 years ago
Alex Richardson 4adfbe84bd Port to KF5/Qt5 13 years ago
Kurt Hindenburg 69dcbd3406 astyle fixes - spaces/{ 14 years ago
Kurt Hindenburg 27e7edae48 remove blank lines 14 years ago
Jekyll Wu 2b8d544bce Refacotor the code for parsing and expanding environment variables. 14 years ago
Kurt Hindenburg bee9aa8f78 minor style fixes - remove empty lines start/end code blocks 14 years ago
Kurt Hindenburg 5b083640ce whitespace and style fixes 14 years ago
Kurt Hindenburg e0862c603a Style fixes - separte commands - remove 2 ; - align { elses 14 years ago
Rohan Garg 38d346e60c Use a assignment operator instead of a comparision operator 14 years ago
Jekyll Wu 90469a094a Add more constness 14 years ago
Kurt Hindenburg 23a9c069a6 -Wshadow fixes to parameter names 14 years ago
Jekyll Wu 3d8da1f878 Make 'foreach(...)' more readable 14 years ago
Kurt Hindenburg cca04c279c Don't pollute the namespace - only "using" what is required. 14 years ago
Kurt Hindenburg 24f6a52328 Apply astyle-kdelibs 14 years ago
Kurt Hindenburg bc087ae51b Remove unused KDebug includes 14 years ago
Jekyll Wu 125e2c7bd2 Declare pointer and reference in a consistent way 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 e828def700 Reorgnazie some #include. 15 years ago
Kurt Hindenburg 041c4de4a2 Correct (and simplify) command parsing in profiles with respect to spaces. 17 years ago
Robert Knight 956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Kurt Hindenburg 877abc9ec6 Change getenv to qgetenv for portable (ebn krazy) 18 years ago
Robert Knight f601444514 Quote arguments containing spaces when expanding the list of arguments 18 years ago
Albert Astals Cid 1222b0e15b avoid unnecessary copies by using const & in foreach 18 years ago
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight 46cfc108d3 * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Robert Knight 42dce0374c Changes: 19 years ago
Robert Knight d3681ca746 Support environment variables in profile command or initial working directory. 19 years ago
Dirk Mueller 9ea3227384 include cleanup 19 years ago
Robert Knight 33c913383d EBN fixes. Mostly copyright and implementations including their own headers first. 19 years ago
Robert Knight 19a29d182a Rename directories for clarity. konsole -> src , other -> data. 19 years ago
Robert Knight f38228b8cd Implement saving, loading and deleting of profiles in the Konsole (KDE 4) .profile format. Only the basic options are saved and loaded at present. 19 years ago
Robert Knight 933f433cef Add class to parse command lines. 19 years ago