summaryrefslogtreecommitdiff
path: root/NxWidgets
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make CNxTimer stop itself before destruction. Otherwise a call to an ↵Gregory Nutt2014-07-221-0/+1
| | | | invalid work queue entry may occur. From Petteri Aimonen
* Make CTabPanel raise action event when tab is changed. Also add a function ↵Gregory Nutt2014-07-222-4/+12
| | | | for getting the currently selected tab index. From Petteri Aimonen
* NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a ↵Gregory Nutt2014-07-221-7/+4
| | | | duplicate redraw that caused flickering; re-order some logic so that widgets are hidden before operated on. From Petteri Aimonen
* NxWidgets::CTaskbar: Fix type of return value fromopenRawWindow() method. ↵Gregory Nutt2014-07-221-2/+2
| | | | From Petteri Aimonen
* NxWidgets::CNxString: Make destructor virtual. From Petteri AimonenGregory Nutt2014-07-221-1/+1
|
* NxWidgets: Fix a typo in the Kconfig fileGregory Nutt2014-07-211-1/+1
|
* Cosmet updates to some commentsGregory Nutt2014-07-172-3/+3
|
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ↵Gregory Nutt2014-07-174-14/+25
| | | | not seem to make any difference but still seems like a good idea
* Update ChangeLogsGregory Nutt2014-07-171-0/+3
|
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, ↵Gregory Nutt2014-07-175-0/+10
| | | | but never used it.
* Update ChangeLogGregory Nutt2014-07-171-0/+6
|
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip ↵Gregory Nutt2014-07-171-7/+13
| | | | image height
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider ↵Gregory Nutt2014-07-176-32/+88
| | | | height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height