summaryrefslogtreecommitdiffstats
path: root/doc/doxy/process.dox
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-08-28 15:43:51 +0200
committerSlávek Banko <[email protected]>2022-08-28 15:54:28 +0200
commit28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96 (patch)
tree11ce4c8c56acbb667ccf7a33fe2564dd1becef23 /doc/doxy/process.dox
parent795bcd2584759310a0fe512bff3c90841a47a5e4 (diff)
downloadtdepowersave-28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96.tar.gz
tdepowersave-28593cba62cd7639c6a0e3cbb4fd8508f6c9ea96.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 <[email protected]>
Diffstat (limited to 'doc/doxy/process.dox')
-rw-r--r--doc/doxy/process.dox51
1 files changed, 0 insertions, 51 deletions
diff --git a/doc/doxy/process.dox b/doc/doxy/process.dox
deleted file mode 100644
index 2fe265e..0000000
--- a/doc/doxy/process.dox
+++ /dev/null
@@ -1,51 +0,0 @@
-/*!
-* \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
-*
-*/