
# 5.x

* Use "native" Action names for Lock/Logout/Shut Down to match the ones used in OS/DEs
* Update README.html
* Remove "DEAD:" code
* Remove remaining old KDE4/Qt4 code
* Doc: bootentry.h: No such file or directory
* Doc: https://bugs.launchpad.net/ubuntu/+source/kde-systemsettings/+bug/1764076
* Doc: Extras and scripts
* Review KF5 deps and classes: https://api.kde.org/frameworks/
* Wiki: KDE Connect (remote shutdown)
* Add Qt Creator project file
* Cleanup various README paths/URIs
* Cleanup registry keys in kshutdown.nsi (like in Makagiga)
* Update Wiki docs
* Review InitiateSystemShutdownEx API
* API: http://doc.qt.io/qt-5/qaction.html#shortcutVisibleInContextMenu-prop
* API: http://doc.qt.io/qt-5/qdbusservicewatcher.html
* API: http://doc.qt.io/qt-5/qelapsedtimer.html (?)
* Use QLockFile to force only one application instance (?)
* Review "HACK:"
* Modernize C++:
  - "final" methods
  - unique_ptr/shared_ptr
* Use QCompleter in text fields

# Haiku

* Application icon
  - https://www.haiku-os.org/documents/dev/compile_them_resources/
  - https://discuss.haiku-os.org/t/building-icons-in-qt-apps-help/2769/8
* Commit existing patches

# Tracker @ SourceForge.net

* https://kshutdown.sourceforge.io/contact.html

# Old KShutDown 1.0.x features

* Settings: Link creator (e.g. in KDE menu or on Desktop)
* Help: Handbook
* Action configuration (command before action, pause before action)
* Lock screen after login
* Close CD-ROM before logout; add test button for "Close CD"

# Misc.

* Warn if other application can block logout/shutdown
* Extras: Recent items
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538873
* Optionally (--delay <seconds>) show warning message before action,
  and automatically continue action if no user reaction
* Optionally mute sound (master mixer) before lock screen
* Shutdown everyday to save energy
* Execute a command before action
* Automatically chmod /sbin/shutdown, so every user can shutdown or reboot
* Switch to console mode (tty) [by DigitalCyanide]
* KDE: Optionally force application exit (no session save)
* Remote reboot or shutdown (via SSH)
* Detect unsaved documents and show warning (is there any KDE API to do this?)
* "Switch User" menu functionality
* Command to Reboot Directly into Windows
  https://sourceforge.net/p/kshutdown/feature-requests/1/
  - Related: https://bugs.kde.org/show_bug.cgi?id=198255
  - API: http://api.kde.org/4.x-api/kdebase-workspace-apidocs/libs/kworkspace/html/classKDisplayManager.html
  - http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/
* Offer one time autologin on reboot <https://bugs.kde.org/show_bug.cgi?id=198255>
* Activate action when the CPU usage goes under a certain level
  <http://www.autoshutdown.org/index.html>
  [by aaron-koensgen, luckymancvp]
* Activate action when selected window disapear
* kshutdown.desktop: "Desktop Action" separators
