summaryrefslogtreecommitdiffstats
path: root/powermanager/TODO
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-13 05:43:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-13 05:43:39 +0000
commit19ae07d0d443ff8b777f46bcbe97119483356bfd (patch)
treedae169167c23ba7c61814101995de21d6abac2e8 /powermanager/TODO
downloadtde-guidance-19ae07d0d443ff8b777f46bcbe97119483356bfd.tar.gz
tde-guidance-19ae07d0d443ff8b777f46bcbe97119483356bfd.zip
Added KDE3 version of KDE Guidance utilities
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-guidance@1102646 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'powermanager/TODO')
-rw-r--r--powermanager/TODO49
1 files changed, 49 insertions, 0 deletions
diff --git a/powermanager/TODO b/powermanager/TODO
new file mode 100644
index 0000000..bf6d671
--- /dev/null
+++ b/powermanager/TODO
@@ -0,0 +1,49 @@
+guidance-power-manager TODO:
+------------------------------
+- [brightness preview], see below
+- make power-manager non-blocking
+- Wait with hibernate / suspending if the plug has just been pulled
+ Some batteries only report remaining_time correctly after 30 or so
+ seconds
+
+
+DUNNO's:
+---------
+- How to detect how long the machine is idle?
+- How to perform actions that need root privileges (and are not available via HAL)?
+- Should we notify when battery is fully charged?
+
+FIXED:
+-------
+- What is "blank"? "Screen Saver", "Blank Screen" or "Monitor off"?
+- Handle CPU hotplugging gracefully (try switching off one CPU when g-p-m is running...)
+- Make use of kstandardirs
+- Add icons to contextmenu
+- Remove brightness controls when not hasBrighness
+- Remove battery-specifif items from tooltip when there's no battery
+- Make settings dialogue not apply instantly (Save config only on OK and Apply)
+- Add cpu frequency to tooltip
+- Add icons to tooltip
+- Make tooltip size properly
+- battery hotplugging
+- Implement switchToBattery(), collecting all stuff for onBattery
+ - notify
+ - blankscreensaveronly
+ - lowerbrightness
+
+- Implement switchToAC(), collecting stuff to run when plugged in:
+ - notify
+ - undo blankscreensaveronly
+ - up brightness
+- Clicking onto the slider should move the handle to the closest tick, but how?
+- support for second battery
+
+[brightness preview]
+Currently there is only a brightness preview for the currently active scheme (_either_ mains or battery powered).
+That means if you want to set the battery brightness when you are currently mains powered, you'll probably
+move the battery slider, realise that there is no preview, go to the mains slider, move it till you found a nice
+brightness level, then go back to the battery slider and set it there. Would be nicer to have a preview for both sliders:
+Whenever you move to a new location, the brightness is adjusted. Has to be tested if it should be set back to
+previous value after 5 seconds, or if it should remain till you either move the other slider or click save (assuming
+explicit apply).
+