Commit Graph

39 Commits

Author SHA1 Message Date
svenhoefer
edf89c5538 - epgplus: move CEPGplusHandler::exec() code to end of file; ...
* really minor code changes in CEPGDataHandler::exec() and
  CEventListHandler::exec()

No binary changes, just code cosmetic.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-07-28 14:34:48 +02:00
Thilo Graf
6adaf26f48 src/gui/epgview.h: add class to create star bars 2018-04-28 08:54:26 +02:00
Thilo Graf
db64f1e094 epgview: add imdb functionality into epgviewer
taken over from https://bitbucket.org/neutrino-images/ni-neutrino-hd
2018-04-28 08:54:26 +02:00
Stefan Seyfried
10ad29afb7 remove unneeded rcinput.h include in headers 2018-01-13 20:08:15 +01:00
Thilo Graf
bbb04bfb20 CEpgData: remove unused vars 2017-05-06 22:46:18 +02:00
Thilo Graf
8f3fcc6060 CEpgData/CEventList: use class CNaviBar for bottom box 2017-05-06 00:02:30 +02:00
Thilo Graf
23912ba583 CEpgData: fix header size
Header height was bound to font size in previous versions, but new
header is using other font as default, so we have wrong height,
therefore header items could paint outside of header. This should fix this.

In future we should unify header size with other windows.
2017-05-04 16:55:43 +02:00
Thilo Graf
fc805049d3 CEpgData: optimize handling of header and bottom box
Working with existant instances and reduce flicker effects.
2017-05-03 21:29:41 +02:00
TangoCash
3ac2f99a67 -eventlist,epgview: adjust style, implement new header class
picked from:	https://github.com/TangoCash/neutrino-mp-cst-next
commit:	477db186ee4f306e191035ed2201ff4fc9d70b9d

Signed-off-by: Thilo Graf <dbt@novatux.de>
review reqiured
2017-05-03 21:29:41 +02:00
vanhofen
ddd803d8a3 - epgview: move BIGFONT_FACTOR to settings.h 2017-04-08 14:11:27 +02:00
svenhoefer
0b629aafc7 - move movieinfo.cpp|h from src/gui to src/driver ...
because there are no gui-elements included anymore
2017-03-20 14:30:44 +01:00
Stefan Seyfried
c14c15ea24 remove unnecessary sectionsdclient.h includes 2017-02-12 22:48:35 +01:00
Stefan Seyfried
648c00f26a move gui/color.h includes from headers to cpp files 2017-02-07 17:23:42 +01:00
Stefan Seyfried
2303d94300 replace fontrenderer.h include with forward declaration
in order to flatten the build dependency tree further, include
fontrenderer.h directly where needed, in header files a forward
declaration is enough
2017-02-07 17:23:42 +01:00
Stefan Seyfried
e490f84ea8 replace framebuffer.h include with forward declaration
instead of including framebuffer.h almost everywhere, replace it with
class CFrameBuffer forward declarations and/or generic system includes.
Add a hack to define fb_pixel_t to config.h (one reason for
framebuffer.h includes was the fb_pixel_t define)
2017-02-07 17:23:42 +01:00
svenhoefer
de74242310 - epgview: show progressbar in movieplayer mode 2016-08-10 15:53:11 +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
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
svenhoefer
7df061947e - epgview: rename bool 'tmdbtoggle' to 'tmdb_active' 2016-08-02 12:48:18 +02:00
svenhoefer
a4ffdcd413 - epgview: rename bool 'cover' to 'has_cover' 2016-08-02 10:28:49 +02:00
Jacek Jendrzej
bedd37b1af src/gui/epgview.cpp use show function for mp info view 2016-07-30 18:54:53 +02:00
TangoCash
44ca60eb17 adding Live-TV look alike EPG-Infos in Movieplayer incl. TMDB 2016-07-28 15:02:20 +02: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
[CST] Focus
7680cf156f gui/epgview.cpp: attribute with TMDB logo along with stars 2016-03-07 14:34:29 +03: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
19154192db - adzap: use adzap-thread in epg view; remove pseudo timertype ADZAP 2016-03-03 11:18:15 +01:00
Jacek Jendrzej
3818875a80 epgview.cpp: -add adzap 2014-02-04 19:32:47 +01:00
satbaby
5e284c68c3 src/gui/epgview.cpp: further corrections for followlist 2012-11-04 22:13:36 +01:00
satbaby
27fe0fe6e0 src/gui/epgview.cpp:show always all screening 2012-11-03 11:20:15 +01:00
satbaby
ab24c127c8 -add: show sore screenings in in extra window 2012-08-06 20:22:43 +02:00
seife
90164158b3 epgview: rework hasFollowScreenings() and FollowScreenings()
the current code has differences in hasFollowScreenings() and
FollowScreenings() leading to different results. hasFollow() returns
true but Follow() then notices that there are actually no repeats.
Fix this by making hasFollowScreenings() generate a list "followlist"
containing all repeats and FollowScreenings() use that list.
An added benefit is that the requested feature to add a possibility to
select one of the follow-ups for a record timer will be also able to
use that list ;-)

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1383 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-04-10 18:10:25 +00:00
satbaby
dcb785079e osd fix, tab for screening
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@837 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-10-13 14:47:27 +00:00
satbaby
8f59cc96ec change 'long long' tom int64_t'; change variable buf to new delete;
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@291 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-07 14:32:21 +00:00
seife
808f965e7e neutrino: bring epgview code closer to tuxbox codebase
* if epg title needs 2 lines, expand header downwards to make
  sure that we don't draw outside of the framebuffer
* if USE_SPACE_EFFICIENTLY is defined, do not resize the EPG window
  if the font size is switched but always paint the "big" window

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@227 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-30 17:28:38 +00:00
satbaby
7066af3770 fix scroll bugs
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@151 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-06 05:54:32 +00:00
satbaby
b6a562d65c show only future Screenings
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@145 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-04 05:52:51 +00:00
mrcolor
bc5bd4154e our current experimental Neutrino branch
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 11:05:11 +00:00