neutrino multirec: manage recordings also with channellist

- Now you can start or stopping recordings from selected channel in channellist.
- Current running recordings are marked with rec-icon in the channellist
- add button icons for 'record' an 'stop'

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1719 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: b9940103a2
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)

Origin message was:
------------------
*neutrino multirec: manage recordings also with channellist

- Now you can start or stopping recordings from selected channel in channellist.
- Current running recordings are marked with rec-icon in the channellist
- add button icons for 'record' an 'stop'

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1719 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
2011-10-01 21:11:21 +00:00
parent efd15d5f83
commit 4eb985a36f
6 changed files with 47 additions and 3 deletions

View File

@@ -59,6 +59,10 @@
#define NEUTRINO_ICON_BUTTON_DOWN_SMALL "down_small"
#define NEUTRINO_ICON_BUTTON_LEFT "left"
#define NEUTRINO_ICON_BUTTON_RECORD_ACTIVE_16 "btn_record_active_16x16"
#define NEUTRINO_ICON_BUTTON_RECORD_INACTIVE_16 "btn_record_inactive_16x16"
#define NEUTRINO_ICON_BUTTON_STOP_16 "btn_stop_16x16"
#define NEUTRINO_ICON_BUTTON_PLUS "plus"
#define NEUTRINO_ICON_BUTTON_MINUS "minus"