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
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
Jacek Jendrzej
f292ba6b69
Merge branch 'master' into pu/mp
2017-04-24 21:33:15 +02:00
svenhoefer
fe5f84c1d0
- scrollbars: avoid usage of COL_SCROLLBAR_PASSIVE_PLUS_0 ...
...
... outside of CComponentsScrollBar(). Since the color-changes in
89bda2d
the non-CC scrollbars looks weird.
2017-04-24 12:29:52 +02:00
svenhoefer
064f693bf7
Merge branch 'master' into pu/mp
...
Conflicts:
src/gui/epgplus.cpp
2017-04-08 14:36:12 +02:00
vanhofen
ddd803d8a3
- epgview: move BIGFONT_FACTOR to settings.h
2017-04-08 14:11:27 +02: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
9082ddf287
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-05 13:37:53 +01:00
Stefan Seyfried
c6d7968381
Merge remote-tracking branch 'tuxbox/master'
2016-12-04 18:02:51 +01:00
Stefan Seyfried
2c92d112d0
Merge remote-tracking branch 'tuxbox/master'
2016-11-12 18:06:26 +01:00
Thilo Graf
96ffa4778a
Merge branch 'master' into pu/msgbox
2016-11-11 00:51:20 +01:00
Jacek Jendrzej
e3136b888c
src/gui/epgview.cpp reset header height to single size
2016-11-10 20:52:58 +01:00
Thilo Graf
3efaac5725
Merge branch 'master' into pu/msgbox
...
Conflicts:
src/gui/moviebrowser/mb.cpp
2016-11-10 10:27:22 +01:00
svenhoefer
7d7a924d06
- epgview: use small vertical offset around channellogo; ...
...
more intensive use of offset defines
2016-11-08 22:03:44 +01:00
Thilo Graf
3e7a1943c3
Merge branch 'master' into pu/msgbox
2016-11-06 23:16:36 +01:00
svenhoefer
3b25694983
- epgview: use movie-info's channelname in movieplayer mode to get channellogo
2016-11-06 20:54:26 +01:00
Thilo Graf
dde298b1b7
CMsgBox: rework msgbox classes with Window class implementation
...
Replacing messagebox, hintbox_ext and some derivated parts with
basic class hintbox and derivated class CMsgBox. This should unify
window handling and avoids maintain of multiple classes with quasi
same purpose and adds more functionality.
TODO: fix and optimize details
2016-10-24 10:31:24 +02:00
Stefan Seyfried
13ab1ebc8a
Merge remote-tracking branch 'tuxbox/master'
...
* needs compile fixes
* needs additional tests, of course :-)
2016-10-22 11:37:40 +02:00
svenhoefer
104d21e784
- rename customcolor.h -> color_custom.h; reduce unneeded inludes
2016-10-10 14:19:55 +02:00
vanhofen
6629b64d6c
- colors: add COL_SCROLLBAR_PASSIVE wrapper
2016-10-10 14:19:54 +02:00
vanhofen
7e7d4e5fc1
- colors: add COL_SCROLLBAR_ACTIVE wrapper
2016-10-10 14:19:54 +02:00
martii
2cebd62aee
timerd/timermanager: fix EPG auto-adjustment of recordings
2016-09-26 13:04:48 +02:00
martii
c07b0f0b6c
timerd: adjust recording timers to epg
2016-09-26 13:04:48 +02:00
vanhofen
aa8a3849f4
- movieinfo: internally rename epgEpgId -> epgId
2016-09-10 00:32:35 +02:00