Commit Graph

53 Commits

Author SHA1 Message Date
Gregory Nutt
ec05d491e1 This removes the last traces of single-user mode. 2017-10-15 09:37:32 -06:00
Gregory Nutt
5877d74089 Remove unused CONFIG_NXWIDGETS_EXTERNINIT configuration variable. 2017-10-15 08:04:17 -06:00
Gregory Nutt
f4298e0aa8 Remove all support for single user mode. 2017-10-14 10:13:34 -06:00
Gregory Nutt
16ad6dff26 NX server: Correct message queue names. Should not be at /dev, but rather relative to /var/mqueue. 2017-01-08 09:14:39 -06:00
Gregory Nutt
7e7b6a5e4c CNxServer: Remove NX server task. Instead, call nx_start (indirectly via boardctl(BOARDIOC_NX_START) to start the NX server as a kernel thread. 2016-12-01 17:07:25 -06:00
Gregory Nutt
909b081113 Add configuration option to select greyscale image 2016-04-22 08:56:01 -06:00
Gregory Nutt
c04d72b749 Kconfig: Put options in a menu 2015-08-12 08:33:42 -06:00
Gregory Nutt
81f76a5088 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:16:27 -06:00
Gregory Nutt
03900c9e47 Fix several typos in comments 2015-04-09 16:13:03 -06:00
Gregory Nutt
e25fb828ef Kconfig files: If external graphics initialization is required, it depends on CONFIG_LIB_BOARDCTL and should set CONFIG_BOARDCTL_GRAPHICS 2015-03-31 16:41:48 -06:00
Gregory Nutt
ebb17341d0 rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface. 2015-03-31 13:21:25 -06:00
Gregory Nutt
70db994200 Update ChangeLog 2014-09-20 14:43:30 -06:00
Gregory Nutt
e9e12a5ffb Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM 2014-09-20 14:25:51 -06:00
Gregory Nutt
171fff2ef0 Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
Gregory Nutt
a322b28cf0 SAM4E-EK: Add an NxWM configuration 2014-08-20 14:15:34 -06:00
Gregory Nutt
aa42efa31b 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
ad3862a383 NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_playBitmap 2014-07-25 11:32:23 -06:00
Gregory Nutt
4c6723f96e Lots of changes to integrate with Ken's NxPlayer 2014-07-24 15:01:05 -06:00
Gregory Nutt
2142630106 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
a6e47d7eb3 NxWM: Add configuration options to filter CMediaPlayer files based on extension 2014-07-23 14:45:54 -06:00
Gregory Nutt
cff7b270a9 NxWidgets: Fix a typo in the Kconfig file 2014-07-21 17:43:18 -06:00
Gregory Nutt
689797562f 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
ea791a350e NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height 2014-07-17 12:12:02 -06:00
Gregory Nutt
f5626ea605 Misc changes related to MediaPlayer. Nothing really significant 2014-07-16 19:20:44 -06:00
Gregory Nutt
b1e7a4e4f8 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
abc11dd52a NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox) 2014-07-16 11:11:00 -06:00
Gregory Nutt
f02a289c15 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
df63f41fbf NxWM: Toolbar font ID can now be separately configured 2014-07-14 11:21:02 -06:00
Gregory Nutt
758a6ee58a NxWM: Can now configure to use small or large icons 2014-07-13 15:58:12 -06:00
Gregory Nutt
52c4f8c58e SAMA5D4-EK: Add an NxWM configuration 2014-07-10 14:00:56 -06:00
Gregory Nutt
a49bca71b1 Fix some recurring typos: postion->position, *atino->*ation 2014-07-08 13:12:36 -06:00
Gregory Nutt
80495b7ae5 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
39f42b1cf8 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
c0e26ad24c Add nx_start() to simplify starting the NX server from within the RTOS 2013-12-29 11:11:48 -06:00
Gregory Nutt
da660d1c6c 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
ef56d18271 Fix typos introduced into NxWM configuration by an earlier check-in today 2013-10-30 17:16:58 -06:00
Gregory Nutt
0f8e716d11 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
c6533b6402 Minor tweaks to debug output; started renaming some icons to include size in the name; SAMA5 NxWM config needs libm 2013-10-17 15:19:26 -06:00
Gregory Nutt
8b207726d3 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
eec375cf0e Add a 320x320 NuttX logo image 2013-10-15 16:10:08 -06:00
Gregory Nutt
d9d02140d8 Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar 2013-10-15 14:29:06 -06:00
Gregory Nutt
31456e2e6a 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
1393518ba7 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
85f34cd314 Minor updates to Kconfig and README files 2013-05-17 07:37:09 -06:00
Gregory Nutt
e067c9337a 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
18737449ba 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
d8e05678fe Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen 2013-04-22 08:01:43 -06:00
patacongo
804bd95e05 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
7e7e9979a2 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
8c6c3e53e9 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