mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
neutrino icons: add icon for tagged timer events
This is the same icon like rec.png, but it's better to have
a separat icon in case user is using own customized icons.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1815 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: d11193ff6d
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)
Origin message was:
------------------
*neutrino icons: add icon for tagged timer events
This is the same icon like rec.png, but it's better to have
a separat icon in case user is using own customized icons.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1815 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -144,6 +144,7 @@ install_DATA = \
|
||||
radiotextoff.png \
|
||||
radiotextwait.png \
|
||||
rec.png \
|
||||
rec_event_marker.png \
|
||||
rec_gray.png \
|
||||
recording.png \
|
||||
res_000.png \
|
||||
|
BIN
data/icons/rec_event_marker.png
Normal file
BIN
data/icons/rec_event_marker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 681 B |
@@ -804,7 +804,7 @@ void EventList::paintItem(unsigned int pos, t_channel_id channel_idI)
|
||||
// 2nd line
|
||||
// set status icons
|
||||
CTimerd::CTimerEventTypes etype = isScheduled(channel_idI, &evtlist[curpos]);
|
||||
icontype = etype == CTimerd::TIMER_ZAPTO ? NEUTRINO_ICON_ZAP : etype == CTimerd::TIMER_RECORD ? NEUTRINO_ICON_REC : 0;
|
||||
icontype = etype == CTimerd::TIMER_ZAPTO ? NEUTRINO_ICON_ZAP : etype == CTimerd::TIMER_RECORD ? NEUTRINO_ICON_RECORDING_EVENT_MARKER : 0;
|
||||
|
||||
int iw = 0, ih;
|
||||
if(icontype != 0) {
|
||||
|
@@ -153,6 +153,7 @@
|
||||
#define NEUTRINO_ICON_RESOLUTION_000 "res_000"
|
||||
#define NEUTRINO_ICON_RESOLUTION_HD "res_hd"
|
||||
#define NEUTRINO_ICON_RESOLUTION_SD "res_sd"
|
||||
#define NEUTRINO_ICON_RECORDING_EVENT_MARKER "rec_event_marker"
|
||||
#define NEUTRINO_ICON_ZAP "zap"
|
||||
|
||||
#define DUMMY_ICON "dummy"
|
||||
|
Reference in New Issue
Block a user