From 8c194ec17b4fc4810bde451e803d9cb29db28e59 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 May 2012 20:46:47 +0000 Subject: NxWM: Calibration is now done on a separate thread; Change mechanism for reporting calibration data; add method to determine if the application is full-screen git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4736 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/ChangeLog.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'NxWidgets/ChangeLog.txt') diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt index 0cb95cc13..5b14799bd 100755 --- a/NxWidgets/ChangeLog.txt +++ b/NxWidgets/ChangeLog.txt @@ -70,4 +70,16 @@ a button. Probably should separate basic imaging functionality as CImage and create a new CImageButton. * NxWM::CStartWindow: Now ignores any close application button presses - (You can't close the start window). \ No newline at end of file + (You can't close the start window). +* NxWM::CCalibration: The calibration application now has its own thread. + This was necessary for a proper integration with the taskbar. +* NxWM::CCalibration and NxWM:CTouchscreen: Changed the mechanism use + to report calbration data. It is now reported directly from CCalibration + to CTouchscreen. If external logic needs calibration, it can now get it + from CTouchscreen instead of CCalibration. This change was necessary + to make the termination conditions of CCalibration clean (it used to + have to persist until some external logic got the Calibration data). +* IApplication, IApplicationWindow, and all classes that inherit from + these: Now support method to report if the application is a full-screen + or a normal application. This is necessary to prevent CTaskbar from + displaying a task bar on top of a full-screen window. -- cgit v1.2.3