aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-15 16:40:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-15 16:40:43 +0000
commitf81489f95ee8b2c6808c62499a2360d94a449a8f (patch)
treecb7832604175934e7af73bad5da00c0581f4fbef /nuttx/TODO
parent2a7d40522f7e5a9cf9029ded28eae8660cdbccc0 (diff)
downloadpx4-firmware-f81489f95ee8b2c6808c62499a2360d94a449a8f.tar.gz
px4-firmware-f81489f95ee8b2c6808c62499a2360d94a449a8f.tar.bz2
px4-firmware-f81489f95ee8b2c6808c62499a2360d94a449a8f.zip
NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use action event to process icon touches; Fix initialization of image highlighted state.
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4740 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO25
1 files changed, 23 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 10908ac43..d1d9df3fa 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated April 12, 2012)
+NuttX TODO List (Last updated May 15, 2012)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -17,7 +17,7 @@ nuttx/
(3) USB (drivers/usbdev, drivers/usbhost)
(8) Libraries (lib/)
(10) File system/Generic drivers (fs/, drivers/)
- (1) Graphics subystem (graphics/)
+ (4) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
(7) Build system / Toolchains
@@ -774,6 +774,27 @@ o Graphics subystem (graphics/)
in the current structure.
Priority: Low.
+ Title: RAW WINDOW AUTORAISE
+ Description: Auto-raise only applies to NXTK windows. Shouldn't it also apply
+ to raw windows as well?
+ Status: Open
+ Priority: Low
+
+ Title: AUTO-RAISE DISABLED
+ Descption: Auto-raise is currently disabled in NX multi-server mode. The
+ reason is complex:
+ - Most touchscreen controls send touch data a high rates
+ - In multi-server mode, touch events get queued in a message
+ queue.
+ - The logic that receives the messages performs the auto-raise.
+ But it can do stupid things after the first auto-raise as
+ it opperates on the stale data in the message queue.
+ I am thinking that auto-raise ought to be removed from NuttX
+ and moved out into a graphics layer (like NxWM) that knows
+ more about the appropriate context to do the autoraise.
+ Status: Open
+ Proiority: Medium low
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^