Commit Graph

160 Commits

Author SHA1 Message Date
svenhoefer
2911e638c7 - add listModeKey() function to simplify these calls 2016-09-09 10:42:46 +02:00
Thilo Graf
64053c1758 Moviebrowser: start outsourcing moviebrowser code 2016-09-06 11:32:41 +02:00
svenhoefer
54f2ac510f - fonts: add and use own font for all footers 2016-08-15 19:02:42 +02:00
svenhoefer
bc39d1e14e - colors: some internal renamings
* INFOBAR_SHADOW to SHADOW because it's not only used in infoviewer
* INFOBAR_SHADOW_TEXT to MENUFOOT_TEXT because it's the proper name

This is in preparation to make footer colors configurable
2016-08-14 21:55:18 +02:00
vanhofen
5885500e5f - epgview: fix display of mp_movie_info->productionDate 2016-08-11 00:58:10 +02:00
svenhoefer
de74242310 - epgview: show progressbar in movieplayer mode 2016-08-10 15:53:11 +02:00
M. Liebmann
5ad25b387e epgview: Fix save movie info
Signed-off-by: svenhoefer <svenhoefer@svenhoefer.com>
2016-08-10 13:55:33 +02:00
svenhoefer
a6875eb3f3 - epgview: fix bigfonts switch in movieplayer mode 2016-08-10 12:58:43 +02:00
svenhoefer
99de005c68 - epgview: fix content of small bottom box in movieplayer mode 2016-08-10 12:17:16 +02:00
TangoCash
0040a21293 fix epgview channelogo (from moviebrowser) 2016-08-09 19:00:22 +02:00
TangoCash
c0f3e908ff fix fading from moviebrowser 2016-08-09 17:56:00 +02:00
svenhoefer
766c4fd9c8 - epgview: add extended movie info; code from movieinfo.cpp
comment out unused showMovieInfo() in movieinfo.cpp
2016-08-09 14:13:19 +02:00
vanhofen
bbccd92b49 - disable tmdb, when tmdb_api_key is empty 2016-08-06 22:52:37 +02:00
svenhoefer
f9a8b5a656 - epgview: remove obsolte calculation for footer witdh 2016-08-03 12:50:34 +02:00
svenhoefer
be2a5bcbb5 - epgview: cleanup from unused code 2016-08-03 12:19:52 +02:00
svenhoefer
999d61f923 - epgview: rework buttonbar logic 2016-08-03 11:12:45 +02:00
svenhoefer
25e29c30be - epgview: fix y-position of tmdb-logo and rating-stars 2016-08-03 00:12:29 +02:00
svenhoefer
7df061947e - epgview: rename bool 'tmdbtoggle' to 'tmdb_active' 2016-08-02 12:48:18 +02:00
svenhoefer
6e3ef2375b - epgview: completion of d3cdf8d250 2016-08-02 12:03:42 +02:00
svenhoefer
adb48f523d - minor code cosmetics; no binary changes 2016-08-02 11:36:29 +02:00
svenhoefer
d3cdf8d250 - epgview: scale tmdb-cover; smoother view (use a larger offset) 2016-08-02 11:19:38 +02:00
svenhoefer
a4ffdcd413 - epgview: rename bool 'cover' to 'has_cover' 2016-08-02 10:28:49 +02:00
Jacek Jendrzej
148ba9428a src/gui/epgview.cpp fix clear epgtext 2016-07-30 19:15:15 +02:00
Jacek Jendrzej
bedd37b1af src/gui/epgview.cpp use show function for mp info view 2016-07-30 18:54:53 +02:00
Jacek Jendrzej
4b2e809ab2 fix logic 2016-07-29 19:11:13 +02:00
Jacek Jendrzej
86cea031ad dont use tmdb if api key not defined 2016-07-29 17:00:29 +02:00
TangoCash
c3d91b7040 fix bigfonts in last commits 2016-07-28 16:15:23 +02:00
Jacek Jendrzej
e681ca2b04 fix compil warnings 2016-07-28 15:17:01 +02:00
TangoCash
7aa3656b14 add option to replace EPG Info with tmdb Info - be careful 2016-07-28 15:02:44 +02:00
TangoCash
98640e1b1f urgent fix for last commit 2016-07-28 15:02:33 +02:00
TangoCash
44ca60eb17 adding Live-TV look alike EPG-Infos in Movieplayer incl. TMDB 2016-07-28 15:02:20 +02:00
martii
61105699d4 - followscreenings: port code from martiis-neutrino-mp 2016-07-01 15:26:06 +02:00
svenhoefer
6dddaff0d2 - record_setup: add check existing recordings before set new timers 2016-06-02 21:37:33 +02:00
[CST] Focus
302642cee7 neutrino: add webtv channel list mode 2016-03-23 16:36:00 +03:00
Thilo Graf
384b6aca11 CEpgData: fix header size on used magnify feature
TODO: Make this feature recognizable for users
2016-03-23 09:23:36 +01:00
Thilo Graf
14da9e510b CEpgData: hold header instance to prevent flickering on page scroll
Header class is not required here, square-object is adequate,
therefore usage of title text object is justified and can be used on stack,
heap is not required in this case.
Note: Header class provides a title parameter and could do this at once.
2016-03-22 13:15:18 +01:00
svenhoefer
51df1933b0 Revert "- epgview: resort EpgButtons; keep color keys together"
This reverts commit 091e28f, because it breakes footers logic :/
2016-03-13 00:31:30 +01:00
svenhoefer
091e28f229 - epgview: resort EpgButtons; keep color keys together 2016-03-12 23:59:45 +01:00
[CST] Focus
e93332a56f gui/epgview.cpp: fix tmdb logo 2016-03-07 16:15:29 +03:00
[CST] Focus
7680cf156f gui/epgview.cpp: attribute with TMDB logo along with stars 2016-03-07 14:34:29 +03:00
M. Liebmann
094d224f7f egpview: Fix display buttons & button labels 2016-03-04 18:00:06 +01:00
M. Liebmann
e0b952ece3 tmdb: Add star icons (THX flk) 2016-03-04 14:15:50 +01:00
M. Liebmann
99a9cfe8c6 tmdb: Suppress cover flickering when scrolling 2016-03-04 14:15:50 +01:00
TangoCash
f07b01b418 neutrino-mp tmdb -> neutrino-hd 2016-03-04 14:15:50 +01:00
svenhoefer
ca6d1f69ee - adzap: allow user-definable zap back time > 9 min 2016-03-03 11:18:15 +01:00
svenhoefer
19154192db - adzap: use adzap-thread in epg view; remove pseudo timertype ADZAP 2016-03-03 11:18:15 +01:00
M. Liebmann
6c72fe94bc CCDraw: Set cc_gradient_bg_cleanup to true
Except menu headers: Disable cleanup when save screen is disabled
2016-01-29 15:31:12 +01:00
M. Liebmann
d85bb1d09b Fix ghost text in channellist & epg view
Complement to commit 8dd426d
2016-01-27 15:14:22 +01:00
Thilo Graf
83026f1ff1 CEpgData: try to fix channellogo scale in header 2015-12-27 14:42:30 +01:00
[CST] Focus
6792d168d0 gui/epgview.cpp: use epg id to get events 2015-09-24 12:25:53 +03:00