Gregory Nutt
|
7c7a81aa69
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
|
Gregory Nutt
|
2f4d994e8f
|
SAM4E-EK: Add an NxWM configuration
|
2014-08-20 14:15:34 -06:00 |
|
Gregory Nutt
|
6671be97cc
|
dd support for a USB keyboard as the NxConsole and text widget input. Not fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
|
2014-07-30 17:01:51 -06:00 |
|
Gregory Nutt
|
071f6cb424
|
NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_playBitmap
|
2014-07-25 11:32:23 -06:00 |
|
Gregory Nutt
|
a33d316cd3
|
Changes to integrate with Ken's NxWM::CMediaPlayer
|
2014-07-24 15:06:54 -06:00 |
|
Gregory Nutt
|
b374046933
|
NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, sets device, and releases handle. Lots more to be done
|
2014-07-23 18:19:00 -06:00 |
|
Gregory Nutt
|
c33a8aa724
|
NxWM: Add configuration options to filter CMediaPlayer files based on extension
|
2014-07-23 14:45:54 -06:00 |
|
Gregory Nutt
|
47e33aaa6e
|
NxWidgets: Fix a typo in the Kconfig file
|
2014-07-21 17:43:18 -06:00 |
|
Gregory Nutt
|
321524d856
|
NxWM: Increase default priority of mouse and keyboard listener threads. Does not seem to make any difference but still seems like a good idea
|
2014-07-17 15:06:05 -06:00 |
|
Gregory Nutt
|
a846db8f92
|
NxWM::CMediaPlayer: Now calculates the volume slider height from the grip image height
|
2014-07-17 12:14:04 -06:00 |
|
Gregory Nutt
|
4a5012932e
|
Misc changes related to MediaPlayer. Nothing really significant
|
2014-07-16 19:20:44 -06:00 |
|
Gregory Nutt
|
3f81481e37
|
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
|
2014-07-16 16:31:31 -06:00 |
|
Gregory Nutt
|
cf8f042143
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:55 -06:00 |
|
Gregory Nutt
|
10deac0fea
|
Update ChangeLog
|
2014-07-14 17:00:12 -06:00 |
|
Gregory Nutt
|
ecf6eb2e2d
|
Add larger images for media player. Also options to control spacing and borders on media player windows
|
2014-07-14 16:56:40 -06:00 |
|
Gregory Nutt
|
618db89c76
|
NxWM: Toolbar font ID can now be separately configured
|
2014-07-14 11:23:20 -06:00 |
|
Gregory Nutt
|
2686f123df
|
NxWM: Can now configure to use small or large icons
|
2014-07-13 15:58:12 -06:00 |
|
Gregory Nutt
|
de31f2cce8
|
SAMA5D4-EK: Add an NxWM configuration
|
2014-07-10 14:00:56 -06:00 |
|
Gregory Nutt
|
bf19806a0d
|
Fix some recurring typos: postion->position, *atino->*ation
|
2014-07-08 13:12:36 -06:00 |
|
Gregory Nutt
|
b6c31e3f9f
|
NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build
|
2013-12-30 12:39:23 -06:00 |
|
Gregory Nutt
|
346abf470b
|
NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build.
|
2013-12-30 10:04:34 -06:00 |
|
Gregory Nutt
|
bdbd0f9b5b
|
Add nx_start() to simplify starting the NX server from within the RTOS
|
2013-12-29 11:11:48 -06:00 |
|
Gregory Nutt
|
a42656813f
|
NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode
|
2013-12-29 09:46:57 -06:00 |
|
Gregory Nutt
|
125c7fd8fa
|
Fix typos introduced into NxWM configuration by an earlier check-in today
|
2013-10-30 17:16:58 -06:00 |
|
Gregory Nutt
|
c107547bdb
|
Add interface definition for platform-specific storage of configuration data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
|
2013-10-30 10:11:43 -06:00 |
|
Gregory Nutt
|
73e10bd839
|
New touchscreen scaling algorithm for the case where measured X values vary with y position (and vice versa)
|
2013-10-17 12:07:14 -06:00 |
|
Gregory Nutt
|
9df979417f
|
Add a 320x320 NuttX logo image
|
2013-10-15 16:10:08 -06:00 |
|
Gregory Nutt
|
efceac559e
|
Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar
|
2013-10-15 14:29:06 -06:00 |
|
Gregory Nutt
|
52993dc0d3
|
NxWM::CCalibration: Add logic to collect and average samples, optionally discarding the most extreem values
|
2013-10-14 18:35:23 -06:00 |
|
Gregory Nutt
|
a5339d6c64
|
NxWM::CCalibration: Add an option to provide some instructions in the center of the calibration screen
|
2013-10-14 14:52:17 -06:00 |
|
Gregory Nutt
|
0d9cc5d64c
|
Minor updates to Kconfig and README files
|
2013-05-17 07:37:09 -06:00 |
|
Gregory Nutt
|
44fe713165
|
Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent with other default priorities
|
2013-05-12 14:31:41 -06:00 |
|
Gregory Nutt
|
425772f3c2
|
Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress
|
2013-05-11 16:15:51 -06:00 |
|
Gregory Nutt
|
06a0e86e40
|
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
|
2013-04-22 08:01:43 -06:00 |
|
patacongo
|
5d1fdfbf04
|
NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-28 18:48:11 +00:00 |
|
patacongo
|
f2b2c39d7a
|
Patches from Petteri Aimonen (plus a few other things)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-21 20:09:32 +00:00 |
|
patacongo
|
b60be3682d
|
Several patches from Petteri Aimonen (mostly NxWidgets)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-09 14:54:29 +00:00 |
|
patacongo
|
6d749f051b
|
Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-28 19:24:46 +00:00 |
|
patacongo
|
e677bd6b22
|
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-25 22:04:51 +00:00 |
|