Gregory Nutt
|
12ab18cddc
|
Trivial things from the last commit left in the editor
|
2014-07-24 15:10:12 -06:00 |
|
Gregory Nutt
|
3bf1fc10d2
|
Update ChangeLogs
|
2014-07-24 15:09:22 -06:00 |
|
Gregory Nutt
|
c2ee2165f7
|
Update ChangeLogs
|
2014-07-24 15:09:22 -06:00 |
|
Gregory Nutt
|
a33d316cd3
|
Changes to integrate with Ken's NxWM::CMediaPlayer
|
2014-07-24 15:06:54 -06:00 |
|
Gregory Nutt
|
4c6723f96e
|
Lots of changes to integrate with Ken's NxPlayer
|
2014-07-24 15:01:05 -06:00 |
|
Gregory Nutt
|
e5ff9a4798
|
Add a do-notthin, virtual destructor to eliminate a warning
|
2014-07-24 14:59:00 -06:00 |
|
Gregory Nutt
|
061e95bd91
|
NxWidgets::CNxString: Add a getAllocSize() method to make it easier to convert CNxStrings to NUL-terminated C strings
|
2014-07-24 14:57:38 -06:00 |
|
Gregory Nutt
|
80be4efcf1
|
NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features that are not enabled
|
2014-07-24 11:02:39 -06:00 |
|
Gregory Nutt
|
1a31ee3e80
|
Convert ac_format and ac_controls to unions to make access a little cleaner
|
2014-07-24 10:21:04 -06:00 |
|
Gregory Nutt
|
1227bac742
|
Update Changelog
|
2014-07-24 08:33:30 -06:00 |
|
Gregory Nutt
|
afd005ccde
|
Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hooks for equalizer settings needed by the WM8904
|
2014-07-24 08:28:10 -06:00 |
|
Gregory Nutt
|
6f55c57b00
|
Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hooks for equalizer settings needed by the WM8904
|
2014-07-24 08:28:10 -06:00 |
|
Gregory Nutt
|
7d814aa2b1
|
Need debug output from CMediaPlayer if either audio or graphics debug enabled
|
2014-07-24 06:52:54 -06:00 |
|
Gregory Nutt
|
00a47deb51
|
Update ChangeLogs
|
2014-07-23 18:24:02 -06:00 |
|
Gregory Nutt
|
422fd3ea02
|
Update ChangeLogs
|
2014-07-23 18:24:02 -06:00 |
|
Gregory Nutt
|
a2faaa1f32
|
NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayer
|
2014-07-23 18:21:08 -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
|
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
|
492518a43a
|
Fix missing right parenthesis in conditional compilation; Also, should use strcasecmp vs. strcmp when comparing for matches in extension
|
2014-07-23 17:20:52 -06:00 |
|
Gregory Nutt
|
08539e3e77
|
Update ChangeLogs
|
2014-07-23 15:21:03 -06:00 |
|
Gregory Nutt
|
c4fa22d933
|
NxWM::CMediaPlayer: Add logic to read files from the media mountpoint, filter them by extension, and display the file names in the listbox
|
2014-07-23 14:47:38 -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
|
a6e47d7eb3
|
NxWM: Add configuration options to filter CMediaPlayer files based on extension
|
2014-07-23 14:45:54 -06:00 |
|
Gregory Nutt
|
19bd59a6ca
|
Fix error introduced in last commit: Can't call ferror AFTER closing file
|
2014-07-23 08:40:36 -06:00 |
|
Gregory Nutt
|
c692ca4238
|
Update ChangeLog
|
2014-07-23 08:00:48 -06:00 |
|
Gregory Nutt
|
8a88c98edf
|
Update ChangeLog
|
2014-07-23 07:48:25 -06:00 |
|
Gregory Nutt
|
b67177483b
|
NxPlayer: Check for read errors and end-of-file with nothing read
|
2014-07-23 07:46:49 -06:00 |
|
Gregory Nutt
|
6e4aebcf99
|
Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure definition
|
2014-07-22 19:23:05 -06:00 |
|
Gregory Nutt
|
f9386e6b64
|
nxplayer: Add more debug output so that those of use who are not Ken can follow what is happening
|
2014-07-22 09:27:24 -06:00 |
|
Gregory Nutt
|
fa74711ee6
|
Update ChangeLog
|
2014-07-22 07:49:23 -06:00 |
|
Gregory Nutt
|
ca6b53f704
|
Make CNxTimer stop itself before destruction. Otherwise a call to an invalid work queue entry may occur. From Petteri Aimonen
|
2014-07-22 07:48:32 -06:00 |
|
Gregory Nutt
|
a864dcd7cd
|
Make CTabPanel raise action event when tab is changed. Also add a function for getting the currently selected tab index. From Petteri Aimonen
|
2014-07-22 07:46:02 -06:00 |
|
Gregory Nutt
|
ad2aa947f1
|
NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a duplicate redraw that caused flickering; re-order some logic so that widgets are hidden before operated on. From Petteri Aimonen
|
2014-07-22 07:40:39 -06:00 |
|
Gregory Nutt
|
1cf57a4097
|
NxWidgets::CTaskbar: Fix type of return value fromopenRawWindow() method. From Petteri Aimonen
|
2014-07-22 07:36:08 -06:00 |
|
Gregory Nutt
|
23c30fd923
|
NxWidgets::CNxString: Make destructor virtual. From Petteri Aimonen
|
2014-07-22 07:32:10 -06:00 |
|
Gregory Nutt
|
47e33aaa6e
|
NxWidgets: Fix a typo in the Kconfig file
|
2014-07-21 17:43:18 -06:00 |
|
Gregory Nutt
|
cff7b270a9
|
NxWidgets: Fix a typo in the Kconfig file
|
2014-07-21 17:43:18 -06:00 |
|
Gregory Nutt
|
a23e36a1e0
|
WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabled
|
2014-07-20 09:17:36 -06:00 |
|
Gregory Nutt
|
c8e7cce4f8
|
Cosmet updates to some comments
|
2014-07-17 17:58:24 -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
|
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
|
087ab16b6d
|
Update ChangeLogs
|
2014-07-17 13:38:53 -06:00 |
|
Gregory Nutt
|
1db74a3494
|
NxWM::CApplicationWindow: Created the custom font for the toolbar title, but never used it.
|
2014-07-17 13:38:37 -06:00 |
|
Gregory Nutt
|
f62f6b33f3
|
Update ChangeLog
|
2014-07-17 12:14:35 -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
|
5af2bcff94
|
NxWM::CMediaPlayer: Now calculates the volume slider height from the grip image height
|
2014-07-17 12:14:04 -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
|
1f87d19f7d
|
Update ChangeLog
|
2014-07-17 10:57:50 -06:00 |
|
Gregory Nutt
|
4a34820526
|
NxWM::CMediaPlayer: State variable was left in a bad state and caused some problems down the road
|
2014-07-17 10:57:32 -06:00 |
|
Gregory Nutt
|
13e0b8509d
|
Update ChangeLog
|
2014-07-17 10:34:51 -06:00 |
|