summaryrefslogtreecommitdiffstats
path: root/doc/other/doxy/process.dox
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-28 15:43:51 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-28 16:56:52 +0200
commit2db2a93cb4a938b0019042a2b91fc1910b572097 (patch)
tree715e68b6fc1041efe723a8b09e8be04b3fb0b89c /doc/other/doxy/process.dox
parent6493cf19d99f6b955982aa0488610feb77a8aad0 (diff)
downloadtdepowersave-2db2a93c.tar.gz
tdepowersave-2db2a93c.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96)
Diffstat (limited to 'doc/other/doxy/process.dox')
-rw-r--r--doc/other/doxy/process.dox51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/other/doxy/process.dox b/doc/other/doxy/process.dox
new file mode 100644
index 0000000..2fe265e
--- /dev/null
+++ b/doc/other/doxy/process.dox
@@ -0,0 +1,51 @@
+/*!
+* \page process In process
+* \section process_sec All features/enhancements in the current development.
+*
+* \subsection process_dim_onInactive Dimm the display if the user is inactive
+* \b [Priority: \b I] \n \n
+* A new nice feature would be if we could dimm the display if the user is inactive. This
+* should save batterypower and would be a eyecandy feature. The implementation would base on
+* the existing brightness and autosuspend code.
+*
+* \b Status: [\b 15%]
+* \li added strings for this feature to the code, translated strings
+* \li splitted the current autosuspend code to a new class inactivity for reuse
+*
+* \b Todo:
+* \li add widgets and related code to write/read in settings and config dialog
+* \li integrate in TDEPowersave use case
+* \li testing
+* \n \n \n
+*
+* \subsection process_gnome_screensaver Runtime device powermanagement
+* \b [Priority: \b D] (for v0.7 tree) \n \n
+* Since gnomescreen-saver is default under GNOME on our products and no longer XScreenSaver, TDEPowersave
+* should support this in a running GNOME session. Do this for a better GNOME default support.
+*
+* \b Status: [\b 40%]
+* \li added detecttion of gnomescreen-saver in \class screen
+* \li added gnome-screensaver to configure dialog in GNOME sessions
+* \li added support lock screen with gnome screensaver via gnome-screensaver-command
+*
+* \b Todo:
+* \li evaluate if TDEPowersave should support more settings in gnome-screensaver
+* \li add support for enable/disable screensaver (via DBUS interface?)
+* \li add support for set time values
+* \n \n \n
+*
+* \subsection process_help Online-Help / user guide
+* \b [Priority: \b I] \n \n
+* Since the funtionality of TDEPowersave is grown, we need a user guide and a help-feature for better
+* help for the users. \n \n
+*
+* \b Status: [\b 75%]
+* \li Added english version of online help
+* \li reformated and added screenshots
+* \li added help button to tdepowersave and the configure dialog
+*
+* \b To \b do:
+* \li translate to other languages (min. german version)
+* \n \n \n
+*
+*/