summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for NuttX-7.6 ReleaseGregory Nutt2014-11-262-3/+22
|
* Cosmetic update to commentsGregory Nutt2014-10-122-8/+7
|
* Update ChangeLogGregory Nutt2014-10-081-0/+5
|
* Fix files under NxWidgets to use the corrected syslog interfacesGregory Nutt2014-10-0842-368/+241
|
* Fix typos in release notesGregory Nutt2014-09-271-2/+2
|
* Update ReleaseNotes in preparation for the 7.5 releaseGregory Nutt2014-09-271-0/+17
|
* Update ChangeLogs in preparation for the 7.5 releaseGregory Nutt2014-09-271-1/+3
|
* Changes to get an NxWM configuration building correctly after all of the ↵Gregory Nutt2014-09-202-1/+2
| | | | naming changes
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-204-49/+49
|
* Update ChangeLogGregory Nutt2014-09-2014-93/+96
|
* Change all references to NxConsole to NxTermGregory Nutt2014-09-2010-109/+109
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-206-54/+54
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-2011-24/+24
|
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-2/+2
|
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-2/+2
| | | | new CONFIG_BUILD_KERNEL
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-201-1/+1
|
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-142-2/+73
|
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-141-1/+3
|
* NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt2014-08-061-0/+1
|
* Update ChangeLogGregory Nutt2014-07-301-0/+4
|
* dd support for a USB keyboard as the NxConsole and text widget input. Not ↵Gregory Nutt2014-07-304-46/+255
| | | | fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
* Update TODO listGregory Nutt2014-07-301-14/+12
|
* Update TODO listi and READMEGregory Nutt2014-07-291-64/+39
|
* Update ChangeLogsGregory Nutt2014-07-281-0/+3
|
* NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speedGregory Nutt2014-07-282-8/+126
|
* NXWidgets::CNxWidget: Remove an unused bit fieldGregory Nutt2014-07-283-32/+43
|
* Update ChangeLogsGregory Nutt2014-07-271-0/+2
|
* CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rateGregory Nutt2014-07-272-22/+23
|
* NxWM::CMediaPlayer: successive presses on fast forward or rewind button now ↵Gregory Nutt2014-07-272-17/+47
| | | | increase the subsampling, wrapping back to 2X when the maximum of 16x is reached.
* Updated ChangeLogGregory Nutt2014-07-271-0/+3
|
* NxWM::CMediaPlayer: Need to remember last text box selection or else each ↵Gregory Nutt2014-07-272-1/+12
| | | | new Value Change event from the volume slider is confused with a new file selection
* NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be ↵Gregory Nutt2014-07-251-3/+3
| | | | g_playBitmap
* Update ChangeLogsGregory Nutt2014-07-251-0/+3
|
* NxWM::CMediaPlayer: Revise state logic. We need an additional state for the ↵Gregory Nutt2014-07-252-58/+98
| | | | case where a file is selected, but playing has not yet start. Several other state-related fixes
* NxWM:CMediaPlayer: Fix some string handling and memory allocation errorsGregory Nutt2014-07-241-7/+8
|
* Remove some warningsGregory Nutt2014-07-241-3/+9
|
* Update ChangeLogsGregory Nutt2014-07-241-0/+6
|
* Lots of changes to integrate with Ken's NxPlayerGregory Nutt2014-07-243-60/+275
|
* Add a do-notthin, virtual destructor to eliminate a warningGregory Nutt2014-07-241-0/+9
|
* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to ↵Gregory Nutt2014-07-242-7/+20
| | | | convert CNxStrings to NUL-terminated C strings
* NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features ↵Gregory Nutt2014-07-242-1/+43
| | | | that are not enabled
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add ↵Gregory Nutt2014-07-241-0/+10
| | | | hooks for equalizer settings needed by the WM8904
* Need debug output from CMediaPlayer if either audio or graphics debug enabledGregory Nutt2014-07-242-20/+48
|
* Update ChangeLogsGregory Nutt2014-07-231-0/+3
|
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ↵Gregory Nutt2014-07-234-5/+144
| | | | sets device, and releases handle. Lots more to be done
* Fix missing right parenthesis in conditional compilation; Also, should use ↵Gregory Nutt2014-07-231-16/+16
| | | | strcasecmp vs. strcmp when comparing for matches in extension
* Update ChangeLogsGregory Nutt2014-07-231-0/+4
|
* NxWM::CMediaPlayer: Add logic to read files from the media mountpoint, ↵Gregory Nutt2014-07-231-19/+80
| | | | filter them by extension, and display the file names in the listbox
* NxWM: Add configuration options to filter CMediaPlayer files based on extensionGregory Nutt2014-07-231-18/+80
|
* Update ChangeLogGregory Nutt2014-07-221-1/+13
|