Commit Graph

8231 Commits

Author SHA1 Message Date
svenhoefer
86c3655e96 - moviebrowser: fix input for end mark and lastplay mark 2016-11-17 01:48:32 +01:00
TangoCash
6128741ac2 Merge pull request #3 from neutrino-mp/master
move linux-dvb-headers out of the way for non-coolstream hardware
2016-11-16 21:43:53 +01:00
Stefan Seyfried
045587f6ec make sure the private dvb headers are used on coolstream 2016-11-16 20:30:14 +01:00
TangoCash
8cb0bef8e1 timermanager: try fix autoAdjustToEPG for (repeating) timers 2016-11-16 20:09:17 +01:00
Stefan Seyfried
5e1efd222f disable private copy of the linux dvb headers
Move them into subdir private so that they are no longer used by
default. They still can be used by extending the include path.
2016-11-16 20:09:10 +01:00
Jacek Jendrzej
f957bbaa37 src/gui/channellist.cpp cancel paint_events thread on hide 2016-11-16 19:29:19 +01:00
TangoCash
b657ef8b3c - timermanager: disable autoAdjustToEPG for repeating timers 2016-11-15 21:30:12 +01:00
svenhoefer
d6cb1d206f - followscreenings: allow to turn off followscreenings list 2016-11-14 22:58:43 +01:00
Jacek Jendrzej
99c57d3075 src/gui/widget/menue.cpp try fix hide info_box (in channellist) 2016-11-14 19:27:09 +01:00
svenhoefer
2f23aaedea - moviebrowser: add PREVPLAYDATE/RECORDDATE sort buttons to footer 2016-11-14 10:09:34 +01:00
Thilo Graf
5dc6255b43 CMovieBrowser: unfify and reduce flicker effects of connect line
Connectline object can handle hide behavior itself.
2016-11-13 16:44:08 +01:00
Stefan Seyfried
5948f045aa zapit: fix "comparison is always false" warnings
demux Start() Stop() and pesFilter() are bool, so comparing < 0 really
does not make sense.
2016-11-13 01:44:59 +01:00
Stefan Seyfried
7154f36258 driver: use newer ffmpeg API
Reduce the "deprecated function" warnings a bit when compiling against
recent ffmpeg releases. Just the drop-in-replacement "av_packet_unref"
which works with both old and new ffmpeg versions.
The other stuff needs rewrites which are not compatible with all ffmpeg
releases :-(
2016-11-13 01:44:45 +01:00
Stefan Seyfried
0531618643 timermanager: fix -Waddress warning with newer gcc
The address of Events (wich is checked against NULL) can never be NULL,
because Events is passed by reference.
2016-11-13 01:43:55 +01:00
Stefan Seyfried
ee5f73c64d neutrinoyparser: fix string literal warning with newer gcc 2016-11-13 01:43:37 +01:00
svenhoefer
a47a5cd422 - moviebrowser: limit cover to one third of m_cBoxFrameInfo1 width 2016-11-12 22:03:05 +01:00
svenhoefer
73b97ecd4d - cc_item_picture: reset keep_aspect variables after use 2016-11-12 22:00:12 +01:00
svenhoefer
da604fb9a5 - moviebrowser: fix MB_INFO_SPACER's empty content 2016-11-12 20:40:28 +01:00
svenhoefer
ad7947d11a - moviebrowser: reset m_pcInfo1 box to default height, ...
when turning m_settings.browserAdditional off
2016-11-11 16:35:50 +01:00
svenhoefer
af9672edb8 - locale: small changes in moviebrowser locales 2016-11-11 13:46:55 +01:00
svenhoefer
2cd4a9e410 - moviebrowser: show sorting menu; displays only available options 2016-11-11 13:46:55 +01:00
svenhoefer
a57ef57714 - moviebrowser: remove obsolete strReplace() function 2016-11-11 08:51:35 +01:00
svenhoefer
e3306076de - eventlist: allow windows size changes w/o neutrino restart 2016-11-11 00:51:32 +01:00
Thilo Graf
30f231c801 CMenuWidget: move signal before render methodes
At start of methode, unusual behavior could occur.
2016-11-11 00:48:37 +01:00
svenhoefer
c056b56d12 - eventlist: allow gradient/radius changes w/o neutrino restart 2016-11-11 00:25:25 +01:00
svenhoefer
00ad1ecd1c - eventlist: fix right textbox in header; last char was not displayed 2016-11-11 00:18:43 +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
098905e8e1 CMenuTarget: outsource CMenuTarget-class
It's required for some inheritations into other classes if include
of menue.h is not wanted
2016-11-10 09:08:47 +01:00
Thilo Graf
9eb9158c2f CTimerList: add menu context button to header
Not to see that we have a possible submenu.
2016-11-09 19:44:13 +01:00
svenhoefer
703caef3f6 - controlapi: fix compiler warning
error: declaration of 'channel_id' shadows a previous local
2016-11-09 17:13:43 +01:00
svenhoefer
3150d9edac - controlapi: add epg_id to several outputs; add /control/getepgid
* /control/getepgid[?format=plain|json|xml]
3.03 2016.2
2016-11-09 11:55:44 +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
svenhoefer
21b2fbd03c - infoviewer: use small vertical offset around channellogo 2016-11-08 22:02:57 +01:00
svenhoefer
c9be160f20 - eventlist: use small vertical offset around channellogo 2016-11-08 22:02:08 +01:00
svenhoefer
8f625c3d27 - channellist: use small vertical offset around channellogo 2016-11-08 22:00:51 +01:00
svenhoefer
1590f4a276 - moviebrowser: simplify channellogo scaling code 2016-11-08 22:00:08 +01:00
svenhoefer
30333ab2e4 Merge branch 'master' into pu/moviebrowser 2016-11-08 21:54:51 +01:00
svenhoefer
b59527e987 - channellist: fix epg for webtv channels 2016-11-08 21:48:51 +01:00
Jacek Jendrzej
ddd9bd3ca9 src/gui/osd_setup.cpp supplement to 682b6f57 , fix segfault if clock is NULL# 2016-11-07 22:54:53 +01:00
svenhoefer
9b79662575 - moviebrowser: use small offset in header to display channellogo 2016-11-07 21:11:13 +01:00
svenhoefer
b24ec63577 - listbox/moviebrowser: replace internal offsets with global defines 2016-11-07 21:10:21 +01:00
svenhoefer
11383271ad - settings.h: add OFFSET_INNER_MIN define 2016-11-07 21:09:45 +01:00
svenhoefer
15e24a3e66 - cc_frm_header: use OFFSET define 2016-11-07 21:08:51 +01:00
TangoCash
32c6eaf031 fix epgtitle 2016-11-07 20:36:34 +01:00
svenhoefer
16dfc2d5e8 - moviebrowser: increase default browserFrameHeight 2016-11-07 14:50:50 +01:00
svenhoefer
c65dac6283 Merge branch 'master' into pu/moviebrowser 2016-11-07 13:46:01 +01:00
svenhoefer
5ca710ed4b - moviebrowser: allow round borders in filter selection 2016-11-07 13:45:55 +01:00
svenhoefer
c7942adb8f - listframe: allow round borders 2016-11-07 13:45:55 +01:00
svenhoefer
8ac3b64e75 - timerlist: just small code cosmetics 2016-11-07 10:13:04 +01:00
svenhoefer
3b25694983 - epgview: use movie-info's channelname in movieplayer mode to get channellogo 2016-11-06 20:54:26 +01:00