- Oct 04, 2015
-
-
- Aug 24, 2015
-
-
Shawn Sörbom authored
* Update changelog
-
- Aug 19, 2015
-
-
shsorbom authored
Update architecture field to only build on Linux kernels (Thanks Alexandre Detiste and Matthias Klumpp)
-
- Aug 15, 2015
-
-
Shawn Sörbom authored
* Change capitalization in unstable
-
Shawn Sörbom authored
-
Shawn Sörbom authored
* Fix spelling error * Reword to "Upload to Unstable" * Update timestamp
-
- Aug 14, 2015
-
-
Shawn Sörbom authored
-
Shawn Sörbom authored
-
- Aug 13, 2015
-
-
Shawn Sörbom authored
-
Shawn Sörbom authored
* Fix Lintian warning in debian/changelog * Remove template code in upstream patch
-
Shawn Sörbom authored
-
- Aug 12, 2015
-
-
Shawn Sörbom authored
* Update debian/changelog for new upstream version * Add new dependencies for version 1.2.1 to control file * Update debian/copyright to include new contributer
-
Shawn Sörbom authored
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Ragnar Thomsen authored
As suggested by Krazy2.
-
Ragnar Thomsen authored
As suggested by Krazy2. See also: https://blogs.kde.org/node/3919
-
Ragnar Thomsen authored
As suggested by Krazy2.
-
Ragnar Thomsen authored
As suggested by Krazy2. See also: https://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/
-
Ragnar Thomsen authored
As suggested by Krazy2.
-
Ragnar Thomsen authored
As suggested by Krazy2.
-
Ragnar Thomsen authored
As suggested by Krazy2.
-
Ragnar Thomsen authored
As suggested by Krazy2.
-
Ragnar Thomsen authored
As suggested by Krazy2. It is more efficient to use single-quotes than double-quotes when appending single-chars to QStrings, etc.
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
Proper support for PolkitQt5 was introduced in KAuth 5.1.0, which requires Qt 5.2.0.
-
Ragnar Thomsen authored
KF5Service is no longer a direct dependency of systemd-kcm.
-
Ragnar Thomsen authored
Use an integrated editor for editing unit files. A new KAuth action was added for saving the unit files. This provides better security than the old method of calling an external editor using kdesu. Thanks to Johan Ouwerkerk for reporting the issue.
-
Johan Ouwerkerk authored
Port away from boost::chrono to std::chrono. Since std::chrono support requires C++ 2011 mode on the compiler and since mixed-type arithmetic using doubles is potentially iffy on certain implementations, a fallback mechanism to select boost::chrono is provided. Correct chrono to use is auto-detected, feature-detection implementation copied from KActivities (thanks to Ivan Cukic for doing all the hard work of figuring out cmake 'magic'!). REVIEW: 124615
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Ragnar Thomsen authored
The initialization of config parameters for the systemd configuration files was moved to separate files confparms.h and confparms.cpp from the main source file kcmsystemd.cpp. This reduces the size of kcmsystemd.cpp significantly.
-
Ragnar Thomsen authored
in kcmsystemd::main().
-
Johan Ouwerkerk authored
Replace usage of boost::filesystem with KDiskFreeSpaceInfo to find partition sizes. This adds KF5::KIOCore as dependency. REVIEW: 124587
-
Ragnar Thomsen authored
Convert two static members of kcmsystemd to non-static. Pass arguments as pointer instead.
-
Ragnar Thomsen authored
Instead of accessing a static variable, pass a pointer to confOptList as argument to ConfDelegate constructor.
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-