1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
# C++11
* Lambda functions and expressions
* Strongly typed enumerations
* Explicit conversion operators; bool()
* New string literals
* User-defined literals
* Explicitly defaulted and deleted special member functions
* Tuple types
* General-purpose smart pointers (unique_ptr/shared_ptr)
# C++14
* Generic lambdas (auto params)
# C++20
* using on scoped enums
# KShutdown 6.x
* Use "native" Action names for Lock/Logout/Shut Down to match the ones used in OS/DEs
* Update README.html
* 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:"
* Color scheme chooser: https://invent.kde.org/utilities/konsole/-/merge_requests/493
# 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
* 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
|