1. Aug 11, 2015
  2. Aug 10, 2015
  3. Aug 09, 2015
  4. Aug 08, 2015
  5. Aug 07, 2015
    • Ragnar Thomsen's avatar
      Bump Qt and KF5 dependency version · 9f3ef3a8
      Ragnar Thomsen authored
      Proper support for PolkitQt5 was introduced in KAuth 5.1.0, which
      requires Qt 5.2.0.
      9f3ef3a8
    • Ragnar Thomsen's avatar
      Clean up KF5 dependencies · ac0caf7e
      Ragnar Thomsen authored
      KF5Service is no longer a direct dependency of systemd-kcm.
      ac0caf7e
    • Ragnar Thomsen's avatar
      Add integrated editor for editing unit files · 0a648a58
      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.
      0a648a58
    • Johan Ouwerkerk's avatar
      Port to std::chrono but allow fallback to boost::chrono if unavailable · bb1fe84d
      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
      bb1fe84d
  6. Aug 06, 2015
  7. Aug 05, 2015
  8. Aug 02, 2015
  9. Jul 16, 2015
    • Shawn Sörbom's avatar
      Merge git://anongit.kde.org/systemd-kcm into upstream · d3f681d0
      Shawn Sörbom authored
      Conflicts:
      	CMakeLists.txt
      	NEWS
      	README.md
      	config.h.cmake
      	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
      
      * Merge changes from new upstream repository
      d3f681d0
  10. Jul 11, 2015
    • Johan Ouwerkerk's avatar
      Use Utf8 coding instead of Latin1 when handling journald messages · b3c5b52b
      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
      b3c5b52b
  11. Jul 08, 2015
  12. Jul 07, 2015
  13. Jul 03, 2015