Commit Graph

9418 Commits

Author SHA1 Message Date
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
Thilo Graf
b4f94a8964 Merge branch 'master' into pu/msgbox 2016-11-13 16:04:39 +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
Thilo Graf
5394f4b2e1 Merge branch 'master' into pu/msgbox 2016-11-12 22:31:11 +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
Thilo Graf
5443cc274c CFileBrowser: use mbrYes as default selection
TODO: 	Re-evaluate the logic of current used messages with risky actions
	and adjust the buttons accordingly.
Reason: <yes> is now as default assigned to green button (traffic light principle), and we use stricktly
	the order of colors from remote control (r,g,g,b), but in some cases
	it is useful to assign the <Yes> button to red for risky actions.
2016-11-12 15:05:05 +01:00
Thilo Graf
27905b9acf CHintBox: update ascII scheme 2016-11-12 14:51:18 +01:00
Thilo Graf
075917e32d CHintBox: remove center text mode on used picon 2016-11-11 23:10:39 +01:00
Thilo Graf
3193fef4c6 CHintbox: enlarge possible max height
Better use of available screen size for many lines
2016-11-11 21:42:07 +01:00
Thilo Graf
7f5a576795 CHintBox: try to fix truncated chars
Last chars were truncated. Indent and titel text were not considered.
2016-11-11 21:42:07 +01:00
Thilo Graf
97006c6615 Merge branch 'master' into pu/msgbox 2016-11-11 21:33:12 +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
96ffa4778a Merge branch 'master' into pu/msgbox 2016-11-11 00:51:20 +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
43c1349ffa CTestMenu: add sample for hintbox with timeout 2016-11-10 11:19:09 +01:00
Thilo Graf
0952efaba4 CHintBox: optimize dynamic window width bahavior on different line sizes
Width calculation is now depends on largest line of text.
2016-11-10 11:19:09 +01:00
Thilo Graf
91c7588aa6 CTextBox: add static function to get largest line of passed text
This could be useful eg. for size calculations.
2016-11-10 11:19:09 +01:00
Thilo Graf
e3f51f2c91 CHintBox/CMsgBox: rework text handling and dynamic size behavior 2016-11-10 11:18:56 +01:00
Thilo Graf
4bdd5e11a9 CHintBox: add member to get maximal required width 2016-11-10 11:15:43 +01:00
Thilo Graf
ac8d05f5e1 CTextBox: add static function to get count of lines from passed text
I'm missing a function that returns current line count outside
of a CTextBox object. This could be useful eg. for size calculations
before object init etc
2016-11-10 11:15:43 +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
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
Thilo Graf
996beed078 Merge branch 'master' into pu/msgbox
Conflicts:
	src/gui/timerlist.cpp
2016-11-09 00:30: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