- Aug 12, 2015
-
-
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"
-
Johan Ouwerkerk authored
Assume UTF-8 coding instead of Latin 1 for strings when parsing from and passing to the journal. The sd_journal_print() documentation recommends applications use UTF-8 when logging. It is likely that applications do log in UTF-8, if only because its a typical default in locale set up (e.g. US_EN.UTF8). BUG: 350070
-
Andrey Bondrov 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"
-
Andrey Bondrov 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"
-
Pino Toscano authored
- translate more UI visible strings - fix string puzzles - remove exclamation marks from error strings
-
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"
-
- Aug 11, 2015
-
-
Shawn Sörbom authored
-
Shawn Sörbom authored
Conflicts: CMakeLists.txt NEWS README.md config.h.cmake debian/changelog debian/control debian/copyright debian/rules other/CMakeLists.txt other/kcm_systemd.desktop src/CMakeLists.txt src/confoption.cpp src/confoption.h src/helper/CMakeLists.txt src/helper/helper.cpp src/helper/helper.h src/helper/kcmsystemd.actions src/kcmsystemd.cpp src/kcmsystemd.h ui/kcmsystemd.ui
-
Shawn Sörbom authored
-
Shawn Sörbom authored
* Update debian/changelog to reflect changes
-
- Jul 16, 2015
-
-
Shawn Sörbom authored
* Update dependencies in control file to accomadate the move to KF5 (Thanks Jonothan Riddell!) * update debian copyright to accomadate upstream license change * Update debian watch (Thanks Alexander Detiste!) * Update links to upstream site * Make note of version change in debian changelog
-
- Jul 09, 2015
-
-
shsorbom authored
update watch file to new upstream location
-
- Jul 08, 2015
-
-
Alexandre Detiste authored
-
- Jul 03, 2015
-
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
This option was added in systemd 220.
-
- Jul 02, 2015
-
-
Ragnar Thomsen authored
RuntimeDirectorySize supports both size units and %. The parsing in confOption had to be modified to reflect this.
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
- Jun 20, 2015
-
-
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"
-
- May 30, 2015
-
-
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"
-
- May 29, 2015
-
-
Ragnar Thomsen authored
The KFI18n package was being checked for twice.
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
- May 28, 2015
-
-
Ragnar Thomsen authored
-
- May 26, 2015
-
-
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"
-