diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/HISTORY vdr-plugin-skinflat-0.1.0.git20130810/HISTORY --- vdr-plugin-skinflat-0.0.2.git20130808/HISTORY 2013-08-07 20:33:12.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/HISTORY 2013-08-09 19:35:18.000000000 +0000 @@ -1,16 +1,19 @@ VDR Plugin 'skinflat' Revision History --------------------------------------- -2013-XX-XX: Version 0.0.3 -- [add] parameter to set channel logos path -- [update] display tracks margin, background color -- [update] display volume margin -- [update] top bar, 2 rows date, color -- [update] color values -- [update] channel display, separate color for following epg -- [update] display message in middle of screen -- [fix] replay display, marks, position and more -- [fix] many small fixes -- [fix] dipslay menu recording info, textcolor + +2013-09-08: Version 0.1.0 +- [add] parameter to set channel logos path (-l --logo) +- [add] 3 new themes - green, gold, red (include icons) +- [update] themes - color values +- [update] top bar - 2 rows date, separate color for date, background color +- [update] display tracks - text margin, background color +- [update] display volume - text margin, new mute logo, progressbar color +- [update] display message - position (middle of screen), text margin +- [update] display replay - marks, progressbar, colors, position, speed color +- [update] epg/rec info - title color, text margin, position +- [update] dipslay menu - scrollbar width, colors +- [update] display channel - separate color for following epg, progressbar color, background color logo +- [fix] many, many fixes 2013-30-07: Version 0.0.2 - [add] replay marks diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/debian/changelog vdr-plugin-skinflat-0.1.0.git20130810/debian/changelog --- vdr-plugin-skinflat-0.0.2.git20130808/debian/changelog 2013-08-09 06:14:10.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/debian/changelog 2013-08-10 13:08:17.000000000 +0000 @@ -1,3 +1,9 @@ +vdr-plugin-skinflat (0.1.0.git20130810-0yavdr0~precise) precise; urgency=medium + + * new upstream version + + -- Alexander Grothe Sat, 10 Aug 2013 15:07:54 +0200 + vdr-plugin-skinflat (0.0.2.git20130808-1yavdr0~precise) precise; urgency=medium * fix logo path diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/flat.h vdr-plugin-skinflat-0.1.0.git20130810/flat.h --- vdr-plugin-skinflat-0.0.2.git20130808/flat.h 2013-08-07 20:33:12.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/flat.h 2013-08-09 19:35:18.000000000 +0000 @@ -22,13 +22,13 @@ #define CLR_MESSAGEERROR 0xFFBB0000 // TopBar -THEME_CLR(Theme, clrTopBarBg, 0xCC101010); +THEME_CLR(Theme, clrTopBarBg, 0xB0101010); THEME_CLR(Theme, clrTopBarFont, 0xFFEEEEEE); THEME_CLR(Theme, clrTopBarTimeFont, 0xFFEEEEEE); THEME_CLR(Theme, clrTopBarDateFont, 0xFFA0A0A0); // Buttons -THEME_CLR(Theme, clrButtonBg, 0xCC101010); +THEME_CLR(Theme, clrButtonBg, 0xB0101010); THEME_CLR(Theme, clrButtonFont, 0xFFEEEEEE); THEME_CLR(Theme, clrButtonRed, CLR_BUTTONRED); THEME_CLR(Theme, clrButtonGreen, CLR_BUTTONGREEN); @@ -36,7 +36,7 @@ THEME_CLR(Theme, clrButtonBlue, CLR_BUTTONBLUE); // Messages -THEME_CLR(Theme, clrMessageBg, 0xCC101010); +THEME_CLR(Theme, clrMessageBg, 0xB0101010); THEME_CLR(Theme, clrMessageFont, 0xFFEEEEEE); THEME_CLR(Theme, clrMessageStatus, CLR_MESSAGESTATUS); @@ -45,59 +45,59 @@ THEME_CLR(Theme, clrMessageError, CLR_MESSAGEERROR); // Channel -THEME_CLR(Theme, clrChannelBg, 0xCC101010); +THEME_CLR(Theme, clrChannelBg, 0xB0101010); THEME_CLR(Theme, clrChannelFontTitle, 0xFF3090B0); THEME_CLR(Theme, clrChannelFontEpg, 0xFFEEEEEE); THEME_CLR(Theme, clrChannelFontEpgFollow, 0xFFA0A0A0); THEME_CLR(Theme, clrChannelProgressFg, 0xFF3090B0); THEME_CLR(Theme, clrChannelProgressBarFg, 0xFF3090B0); -THEME_CLR(Theme, clrChannelProgressBg, 0xCC101010); +THEME_CLR(Theme, clrChannelProgressBg, 0xB0101010); // Menu -THEME_CLR(Theme, clrItemBg, 0xCC909090); +THEME_CLR(Theme, clrItemBg, 0xB0909090); THEME_CLR(Theme, clrItemFont, 0xFFEEEEEE); -THEME_CLR(Theme, clrItemCurrentBg, 0xCC3090B0); +THEME_CLR(Theme, clrItemCurrentBg, 0xB03090B0); THEME_CLR(Theme, clrItemCurrentFont, 0xFFEEEEEE); -THEME_CLR(Theme, clrItemSelableBg, 0xCC101010); +THEME_CLR(Theme, clrItemSelableBg, 0xB0101010); THEME_CLR(Theme, clrItemSelableFont, 0xFFEEEEEE); THEME_CLR(Theme, clrScrollbarFg, 0xFF3090B0); THEME_CLR(Theme, clrScrollbarBarFg, 0xFF3090B0); -THEME_CLR(Theme, clrScrollbarBg, 0xCC101010); +THEME_CLR(Theme, clrScrollbarBg, 0xB0101010); // Menu Event -THEME_CLR(Theme, clrMenuEventBg, 0xCC101010); +THEME_CLR(Theme, clrMenuEventBg, 0xB0101010); THEME_CLR(Theme, clrMenuEventFontTitle, 0xFF3090B0); THEME_CLR(Theme, clrMenuEventFontInfo, 0xFFEEEEEE); // Menu Recording -THEME_CLR(Theme, clrMenuRecBg, 0xCC101010); +THEME_CLR(Theme, clrMenuRecBg, 0xB0101010); THEME_CLR(Theme, clrMenuRecFontTitle, 0xFF3090B0); THEME_CLR(Theme, clrMenuRecFontInfo, 0xFFEEEEEE); // Menu Text (Multiline) -THEME_CLR(Theme, clrMenuTextBg, 0xCC101010); +THEME_CLR(Theme, clrMenuTextBg, 0xB0101010); THEME_CLR(Theme, clrMenuTextFont, 0xFFEEEEEE); // Replay -THEME_CLR(Theme, clrReplayBg, 0xCC101010); +THEME_CLR(Theme, clrReplayBg, 0xB0101010); THEME_CLR(Theme, clrReplayFont, 0xFFEEEEEE); THEME_CLR(Theme, clrReplayFontSpeed, 0xFF3090B0); THEME_CLR(Theme, clrReplayProgressFg, 0xFFEEEEEE); THEME_CLR(Theme, clrReplayProgressBarFg, 0xFFEEEEEE); THEME_CLR(Theme, clrReplayProgressBarCurFg, 0xFF3090B0); -THEME_CLR(Theme, clrReplayProgressBg, 0xCC101010); +THEME_CLR(Theme, clrReplayProgressBg, 0xB0101010); THEME_CLR(Theme, clrReplayMarkFg, 0xFFEEEEEE); THEME_CLR(Theme, clrReplayMarkCurrentFg, 0xFF3090B0); // Tracks -THEME_CLR(Theme, clrTrackItemBg, 0xCC101010); +THEME_CLR(Theme, clrTrackItemBg, 0xB0101010); THEME_CLR(Theme, clrTrackItemFont, 0xFFEEEEEE); -THEME_CLR(Theme, clrTrackItemCurrentBg, 0xCC3090B0); +THEME_CLR(Theme, clrTrackItemCurrentBg, 0xB03090B0); THEME_CLR(Theme, clrTrackItemCurrentFont, 0xFFEEEEEE); // Volume -THEME_CLR(Theme, clrVolumeBg, 0xCC101010); +THEME_CLR(Theme, clrVolumeBg, 0xB0101010); THEME_CLR(Theme, clrVolumeFont, 0xFFEEEEEE); THEME_CLR(Theme, clrVolumeProgressFg, 0xFF3090B0); THEME_CLR(Theme, clrVolumeProgressBarFg, 0xFF3090B0); -THEME_CLR(Theme, clrVolumeProgressBg, 0xCC101010); +THEME_CLR(Theme, clrVolumeProgressBg, 0xB0101010); class cFlat : public cSkin { private: diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/skinflat.c vdr-plugin-skinflat-0.1.0.git20130810/skinflat.c --- vdr-plugin-skinflat-0.0.2.git20130808/skinflat.c 2013-08-07 20:33:12.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/skinflat.c 2013-08-09 19:35:18.000000000 +0000 @@ -14,7 +14,7 @@ #include "flat.h" -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = "skin flat"; class cPluginFlat : public cPlugin { diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-dark+gold.theme vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-dark+gold.theme --- vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-dark+gold.theme 2013-08-07 20:33:12.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-dark+gold.theme 2013-08-09 19:35:18.000000000 +0000 @@ -1,59 +1,59 @@ Description = dark+gold -clrTopBarBg = CC101010 +clrTopBarBg = B0101010 clrTopBarFont = FFEEEEEE clrTopBarTimeFont = FFEEEEEE clrTopBarDateFont = FFA0A0A0 -clrButtonBg = CC101010 +clrButtonBg = B0101010 clrButtonFont = FFEEEEEE clrButtonRed = FFBB0000 clrButtonGreen = FF00BB00 clrButtonYellow = FFBBBB00 clrButtonBlue = FF0000BB -clrMessageBg = CC101010 +clrMessageBg = B0101010 clrMessageFont = FFEEEEEE clrMessageStatus = FF0000FF clrMessageInfo = FF009900 clrMessageWarning = FFBBBB00 clrMessageError = FFBB0000 -clrChannelBg = CC101010 +clrChannelBg = B0101010 clrChannelFontTitle = FFFFD700 clrChannelFontEpg = FFEEEEEE clrChannelFontEpgFollow = FFA0A0A0 clrChannelProgressFg = FFFFD700 clrChannelProgressBarFg = FFFFD700 -clrChannelProgressBg = CC101010 -clrItemBg = CC909090 +clrChannelProgressBg = B0101010 +clrItemBg = B0909090 clrItemFont = FFEEEEEE -clrItemCurrentBg = CCFFD700 +clrItemCurrentBg = B0FFD700 clrItemCurrentFont = FFEEEEEE -clrItemSelableBg = CC101010 +clrItemSelableBg = B0101010 clrItemSelableFont = FFEEEEEE clrScrollbarFg = FFFFD700 clrScrollbarBarFg = FFFFD700 -clrScrollbarBg = CC101010 -clrMenuEventBg = CC101010 +clrScrollbarBg = B0101010 +clrMenuEventBg = B0101010 clrMenuEventFontTitle = FFFFD700 clrMenuEventFontInfo = FFEEEEEE -clrMenuRecBg = CC101010 +clrMenuRecBg = B0101010 clrMenuRecFontTitle = FFFFD700 clrMenuRecFontInfo = FFEEEEEE -clrMenuTextBg = CC101010 +clrMenuTextBg = B0101010 clrMenuTextFont = FFEEEEEE -clrReplayBg = CC101010 +clrReplayBg = B0101010 clrReplayFont = FFEEEEEE clrReplayFontSpeed = FFFFD700 clrReplayProgressFg = FFEEEEEE clrReplayProgressBarFg = FFEEEEEE clrReplayProgressBarCurFg = FFFFD700 -clrReplayProgressBg = CC101010 +clrReplayProgressBg = B0101010 clrReplayMarkFg = FFEEEEEE clrReplayMarkCurrentFg = FFFFD700 -clrTrackItemBg = CC101010 +clrTrackItemBg = B0101010 clrTrackItemFont = FFEEEEEE -clrTrackItemCurrentBg = CCFFD700 +clrTrackItemCurrentBg = B0FFD700 clrTrackItemCurrentFont = FFEEEEEE -clrVolumeBg = CC101010 +clrVolumeBg = B0101010 clrVolumeFont = FFEEEEEE clrVolumeProgressFg = FFFFD700 clrVolumeProgressBarFg = FFFFD700 -clrVolumeProgressBg = CC101010 +clrVolumeProgressBg = B0101010 diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-dark+green.theme vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-dark+green.theme --- vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-dark+green.theme 2013-08-07 20:33:12.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-dark+green.theme 2013-08-09 19:35:18.000000000 +0000 @@ -1,59 +1,59 @@ Description = dark+green -clrTopBarBg = CC101010 +clrTopBarBg = B0101010 clrTopBarFont = FFEEEEEE clrTopBarTimeFont = FFEEEEEE clrTopBarDateFont = FFA0A0A0 -clrButtonBg = CC101010 +clrButtonBg = B0101010 clrButtonFont = FFEEEEEE clrButtonRed = FFBB0000 clrButtonGreen = FF00BB00 clrButtonYellow = FFBBBB00 clrButtonBlue = FF0000BB -clrMessageBg = CC101010 +clrMessageBg = B0101010 clrMessageFont = FFEEEEEE clrMessageStatus = FF0000FF clrMessageInfo = FF009900 clrMessageWarning = FFBBBB00 clrMessageError = FFBB0000 -clrChannelBg = CC101010 +clrChannelBg = B0101010 clrChannelFontTitle = FF00A900 clrChannelFontEpg = FFEEEEEE clrChannelFontEpgFollow = FFA0A0A0 clrChannelProgressFg = FF00A900 clrChannelProgressBarFg = FF00A900 -clrChannelProgressBg = CC101010 -clrItemBg = CC909090 +clrChannelProgressBg = B0101010 +clrItemBg = B0909090 clrItemFont = FFEEEEEE -clrItemCurrentBg = CC00A900 +clrItemCurrentBg = B000A900 clrItemCurrentFont = FFEEEEEE -clrItemSelableBg = CC101010 +clrItemSelableBg = B0101010 clrItemSelableFont = FFEEEEEE clrScrollbarFg = FF00A900 clrScrollbarBarFg = FF00A900 -clrScrollbarBg = CC101010 -clrMenuEventBg = CC101010 +clrScrollbarBg = B0101010 +clrMenuEventBg = B0101010 clrMenuEventFontTitle = FF00A900 clrMenuEventFontInfo = FFEEEEEE -clrMenuRecBg = CC101010 +clrMenuRecBg = B0101010 clrMenuRecFontTitle = FF00A900 clrMenuRecFontInfo = FFEEEEEE -clrMenuTextBg = CC101010 +clrMenuTextBg = B0101010 clrMenuTextFont = FFEEEEEE -clrReplayBg = CC101010 +clrReplayBg = B0101010 clrReplayFont = FFEEEEEE clrReplayFontSpeed = FF00A900 clrReplayProgressFg = FFEEEEEE clrReplayProgressBarFg = FFEEEEEE clrReplayProgressBarCurFg = FF00A900 -clrReplayProgressBg = CC101010 +clrReplayProgressBg = B0101010 clrReplayMarkFg = FFEEEEEE clrReplayMarkCurrentFg = FF00A900 -clrTrackItemBg = CC101010 +clrTrackItemBg = B0101010 clrTrackItemFont = FFEEEEEE -clrTrackItemCurrentBg = CC00A900 +clrTrackItemCurrentBg = B000A900 clrTrackItemCurrentFont = FFEEEEEE -clrVolumeBg = CC101010 +clrVolumeBg = B0101010 clrVolumeFont = FFEEEEEE clrVolumeProgressFg = FF00A900 clrVolumeProgressBarFg = FF00A900 -clrVolumeProgressBg = CC101010 +clrVolumeProgressBg = B0101010 diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-dark+red.theme vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-dark+red.theme --- vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-dark+red.theme 2013-08-07 20:33:12.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-dark+red.theme 2013-08-09 19:35:18.000000000 +0000 @@ -1,59 +1,59 @@ Description = dark+red -clrTopBarBg = CC101010 +clrTopBarBg = B0101010 clrTopBarFont = FFEEEEEE clrTopBarTimeFont = FFEEEEEE clrTopBarDateFont = FFA0A0A0 -clrButtonBg = CC101010 +clrButtonBg = B0101010 clrButtonFont = FFEEEEEE clrButtonRed = FFBB0000 clrButtonGreen = FF00BB00 clrButtonYellow = FFBBBB00 clrButtonBlue = FF0000BB -clrMessageBg = CC101010 +clrMessageBg = B0101010 clrMessageFont = FFEEEEEE clrMessageStatus = FF0000FF clrMessageInfo = FF009900 clrMessageWarning = FFBBBB00 clrMessageError = FFBB0000 -clrChannelBg = CC101010 +clrChannelBg = B0101010 clrChannelFontTitle = FF950000 clrChannelFontEpg = FFEEEEEE clrChannelFontEpgFollow = FFA0A0A0 clrChannelProgressFg = FF950000 clrChannelProgressBarFg = FF950000 -clrChannelProgressBg = CC101010 -clrItemBg = CC909090 +clrChannelProgressBg = B0101010 +clrItemBg = B0909090 clrItemFont = FFEEEEEE -clrItemCurrentBg = CC950000 +clrItemCurrentBg = B0950000 clrItemCurrentFont = FFEEEEEE -clrItemSelableBg = CC101010 +clrItemSelableBg = B0101010 clrItemSelableFont = FFEEEEEE clrScrollbarFg = FF950000 clrScrollbarBarFg = FF950000 -clrScrollbarBg = CC101010 -clrMenuEventBg = CC101010 +clrScrollbarBg = B0101010 +clrMenuEventBg = B0101010 clrMenuEventFontTitle = FF950000 clrMenuEventFontInfo = FFEEEEEE -clrMenuRecBg = CC101010 +clrMenuRecBg = B0101010 clrMenuRecFontTitle = FF950000 clrMenuRecFontInfo = FFEEEEEE -clrMenuTextBg = CC101010 +clrMenuTextBg = B0101010 clrMenuTextFont = FFEEEEEE -clrReplayBg = CC101010 +clrReplayBg = B0101010 clrReplayFont = FFEEEEEE clrReplayFontSpeed = FF950000 clrReplayProgressFg = FFEEEEEE clrReplayProgressBarFg = FFEEEEEE clrReplayProgressBarCurFg = FF950000 -clrReplayProgressBg = CC101010 +clrReplayProgressBg = B0101010 clrReplayMarkFg = FFEEEEEE clrReplayMarkCurrentFg = FF950000 -clrTrackItemBg = CC101010 +clrTrackItemBg = B0101010 clrTrackItemFont = FFEEEEEE -clrTrackItemCurrentBg = CC950000 +clrTrackItemCurrentBg = B0950000 clrTrackItemCurrentFont = FFEEEEEE -clrVolumeBg = CC101010 +clrVolumeBg = B0101010 clrVolumeFont = FFEEEEEE clrVolumeProgressFg = FF950000 clrVolumeProgressBarFg = FF950000 -clrVolumeProgressBg = CC101010 +clrVolumeProgressBg = B0101010 diff -Nru vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-default.theme vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-default.theme --- vdr-plugin-skinflat-0.0.2.git20130808/themes/flat-default.theme 2013-08-07 20:33:12.000000000 +0000 +++ vdr-plugin-skinflat-0.1.0.git20130810/themes/flat-default.theme 2013-08-09 19:35:18.000000000 +0000 @@ -1,59 +1,59 @@ Description = Default -clrTopBarBg = CC101010 +clrTopBarBg = B0101010 clrTopBarFont = FFEEEEEE clrTopBarTimeFont = FFEEEEEE clrTopBarDateFont = FFA0A0A0 -clrButtonBg = CC101010 +clrButtonBg = B0101010 clrButtonFont = FFEEEEEE clrButtonRed = FFBB0000 clrButtonGreen = FF00BB00 clrButtonYellow = FFBBBB00 clrButtonBlue = FF0000BB -clrMessageBg = CC101010 +clrMessageBg = B0101010 clrMessageFont = FFEEEEEE clrMessageStatus = FF0000FF clrMessageInfo = FF009900 clrMessageWarning = FFBBBB00 clrMessageError = FFBB0000 -clrChannelBg = CC101010 +clrChannelBg = B0101010 clrChannelFontTitle = FF3090B0 clrChannelFontEpg = FFEEEEEE clrChannelFontEpgFollow = FFA0A0A0 clrChannelProgressFg = FF3090B0 clrChannelProgressBarFg = FF3090B0 -clrChannelProgressBg = CC101010 -clrItemBg = CC909090 +clrChannelProgressBg = B0101010 +clrItemBg = B0909090 clrItemFont = FFEEEEEE -clrItemCurrentBg = CC3090B0 +clrItemCurrentBg = B03090B0 clrItemCurrentFont = FFEEEEEE -clrItemSelableBg = CC101010 +clrItemSelableBg = B0101010 clrItemSelableFont = FFEEEEEE clrScrollbarFg = FF3090B0 clrScrollbarBarFg = FF3090B0 -clrScrollbarBg = CC101010 -clrMenuEventBg = CC101010 +clrScrollbarBg = B0101010 +clrMenuEventBg = B0101010 clrMenuEventFontTitle = FF3090B0 clrMenuEventFontInfo = FFEEEEEE -clrMenuRecBg = CC101010 +clrMenuRecBg = B0101010 clrMenuRecFontTitle = FF3090B0 clrMenuRecFontInfo = FFEEEEEE -clrMenuTextBg = CC101010 +clrMenuTextBg = B0101010 clrMenuTextFont = FFEEEEEE -clrReplayBg = CC101010 +clrReplayBg = B0101010 clrReplayFont = FFEEEEEE clrReplayFontSpeed = FF3090B0 clrReplayProgressFg = FFEEEEEE clrReplayProgressBarFg = FFEEEEEE clrReplayProgressBarCurFg = FF3090B0 -clrReplayProgressBg = CC101010 +clrReplayProgressBg = B0101010 clrReplayMarkFg = FFEEEEEE clrReplayMarkCurrentFg = FF3090B0 -clrTrackItemBg = CC101010 +clrTrackItemBg = B0101010 clrTrackItemFont = FFEEEEEE -clrTrackItemCurrentBg = CC3090B0 +clrTrackItemCurrentBg = B03090B0 clrTrackItemCurrentFont = FFEEEEEE -clrVolumeBg = CC101010 +clrVolumeBg = B0101010 clrVolumeFont = FFEEEEEE clrVolumeProgressFg = FF3090B0 clrVolumeProgressBarFg = FF3090B0 -clrVolumeProgressBg = CC101010 +clrVolumeProgressBg = B0101010