svenhoefer
b3b7ac5c3e
- followscreenings: invert notify behaviour
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
svenhoefer
ddd8e16ec1
- epgview: show notifications when adding timers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-02 21:28:01 +02:00
Jacek Jendrzej
f4b98498c3
- adzap: add "zap on timer activation" to adzap menu too
2019-05-02 21:28:01 +02:00
svenhoefer
9b1c2cf327
- code formatting of "add option to adzap: zap on timer activation"
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-28 11:17:09 +02:00
Jacek Jendrzej
54da71ebda
fix 44fb2039e1
typo
2019-04-27 10:23:18 +02:00
Jacek Jendrzej
44fb2039e1
add option to adzap: zap on timer activation
2019-04-25 18:49:57 +02:00
TangoCash
0174e6971f
rework tmdb class
2019-03-04 09:32:12 +01:00
Frankenstone
a153f44baa
epgview: use define tmdb_cover
2019-03-04 09:25:28 +01:00
BPanther
0b311da08a
fix remove tmdb.jpg
2019-03-04 09:25:19 +01:00
GetAway
2225d943dd
epgview.cpp: fix recalculation of several heights
2018-12-11 14:20:50 +01:00
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
svenhoefer
87bb512534
- epgview: fix CEPGDataHandler::exec() in timeshift mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-28 14:34:48 +02:00
svenhoefer
1cb96902ef
- epgview: rework CEPGDataHandler::exec() to get work in movieplayer-mode too
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-28 14:34:48 +02:00
svenhoefer
20403c63bb
- epgview: fix display of mp_movie_info->dateOfLastPlay
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-18 11:55:30 +02:00
svenhoefer
09c1b46ab3
- epgview: use OFFSET define instead of fixed value
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-05-04 09:15:37 +02:00
Thilo Graf
3bc7d7e61f
src/gui/epgview.cpp: optimize text arrangement for tmdb/imdb
2018-04-28 08:54:26 +02:00
Thilo Graf
d84c2f74a1
src/gui/epgview.cpp: rework online epg database handling
...
Vizualize of TMDb starbar was partial broken, should working now and IMDb (in reality OMDb)
should working too. DEV/Api keys are required and are managed with
misc settings menue. To get reqiured keys see https://www.omdbapi.com/ and
for TMDb see https://www.themoviedb.org
TODO: Better encapsulating for db classes for unified data tapping.
2018-04-28 08:54:26 +02:00
Thilo Graf
36ead91275
src/gui/epgview.cpp: update license text
2018-04-28 08:54:26 +02:00
svenhoefer
ddf3bfd613
- epgview: fix logic for followscreenings- and tmdb-button
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
include c/p fix
2018-04-28 08:54:26 +02:00
svenhoefer
3b389b28e7
- epgview: change and simplify button logic; ...
...
this avoids annoying "button-jumps" while navigating through events
Signed-off-by: Thilo Graf <dbt@novatux.de >
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
Thilo Graf
e73eac0bb6
src/gui/epgview.cpp: small indent fix
2018-03-24 17:39:50 +01:00
svenhoefer
dec82897bd
- epgview: use OFFSET define for navigation bar
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-22 19:19:12 +01:00
svenhoefer
ff72261eb7
- epgview: take footer height from CComponentsFooter ...
...
to get this footer in sync with the footers of other gui elements
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-22 19:19:10 +01:00
svenhoefer
3b65251e00
- framebuffer: better name for getWindowWidth/Height() functions
...
getScreenWidth/HeightRel() was confusing because it depends on users window settings.
Replace names in old unused framebuffer code too.
Signed-off-by: Thilo Graf <dbt@novatux.de >
Conflicts:
gui/channellist.cpp
2018-01-22 19:19:08 +01:00
Jacek Jendrzej
75fd96f6b7
silence -Wparentheses-equality warning
2017-11-03 20:14:37 +01:00
svenhoefer
61a31e2609
- epgview: disable epgid debug code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-01 15:42:05 +01:00
Jacek Jendrzej
7ad4a0e6cc
Merge branch 'master' into pu/mp
2017-10-02 13:56:25 +02:00
Stefan Seyfried
0d9139054a
remove "using namespace std" from header files
...
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)
2017-10-02 13:43:57 +02:00
Jacek Jendrzej
4fc73acffc
Merge branch 'master' into pu/mp
2017-09-29 10:49:27 +02:00
svenhoefer
99cc7f850a
- rcinput: simplify calcTimeoutEnd() calls; 0 is "off" by default now
2017-09-29 10:34:23 +02:00
Jacek Jendrzej
2e696818d1
Merge branch 'master' into pu/mp
2017-09-27 09:58:18 +02:00
svenhoefer
f0e7069878
- fix some timout-off-bugs in epgplus, epgview, eventlist and filebrowser
2017-09-27 09:57:10 +02:00
Jacek Jendrzej
b7ceb705a0
Merge branch 'master' into pu/mp
2017-09-26 12:52:04 +02:00
Stefan Seyfried
940fdf36fd
epgview: swap RC_info and RC_help in EPG view
...
this restores old behaviour of RC_info toggling big fonts.
RC_help toggles TMDB display (which is disabled by default anyway)
2017-09-26 12:41:05 +02:00
Jacek Jendrzej
2ddad19873
Merge branch 'master' into pu/mp
2017-06-21 13:54:49 +02:00
svenhoefer
980e293517
- cc_frm_header: remove CComponentsHeaderLocalized() subclass
...
use another constructor of CComponentsHeader() instead
Signed-off-by: Thilo Graf <dbt@novatux.de >
Good idea, this I had already in mind too.
2017-06-21 10:31:22 +02:00
Jacek Jendrzej
a70f3cb025
Merge branch 'master' into pu/mp
2017-06-16 14:19:26 +02:00
svenhoefer
4adea23661
- epgview: align with and height of progressbar
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-16 12:01:45 +02:00
svenhoefer
4255640ce1
- epgview: use CComponentsScrollbar
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-15 21:52:18 +02:00
Jacek Jendrzej
c926f1ea91
Merge branch 'master' into pu/mp
2017-05-07 18:27:59 +02:00
Thilo Graf
bbb04bfb20
CEpgData: remove unused vars
2017-05-06 22:46:18 +02:00
Jacek Jendrzej
99fa83cb48
Merge branch 'master' into pu/mp
2017-05-06 14:21:36 +02:00
Thilo Graf
8f3fcc6060
CEpgData/CEventList: use class CNaviBar for bottom box
2017-05-06 00:02:30 +02:00
Jacek Jendrzej
0b2f2afe01
Merge branch 'master' into pu/mp
2017-05-05 13:27:14 +02:00
Thilo Graf
17958da28f
CEpgData: supplement to 'fix header size'
...
commit: 7583714e6703a7ae9591e112726759c4070d0c68
Permanent font init is required to avoid possible crash after
changed font settings by user.
2017-05-04 19:45:11 +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
54ce85c598
-eventlist,epgview: add infoviewer bottom gradient style
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
review required
2017-05-03 21:29:41 +02:00
TangoCash
5b0668cc23
-epgview: fix movieinfo
2017-05-03 21:29:41 +02:00