Commit Graph

9454 Commits

Author SHA1 Message Date
Thilo Graf
1413f296ae CComponentsHeader: add fallback if title and logo are overlapping
Logo is now general centered on screen, not as before between title and clock
2017-04-23 17:01:08 +02:00
Thilo Graf
0943c467e2 CChannelList/CUpnpBrowserGui: add missing reinit for corner modes
Required eg. if corner settings has been changed by user on runtime.
2017-04-23 17:01:05 +02:00
svenhoefer
d3f27914e3 - color.h: just code cosmetics 2017-04-22 17:02:48 +02:00
svenhoefer
3669130b14 - luainstance: add missing COL_SCROLLBAR colors 2017-04-22 17:02:48 +02:00
svenhoefer
8e50353773 - colors: add and use missing COL_SCROLLBAR_PLUS_0 wrapper 2017-04-22 17:02:48 +02:00
svenhoefer
5cc587b8a8 Merge branch 'master' into pu/fb-setmode 2017-04-22 16:12:33 +02:00
svenhoefer
e74db896bb - epgplus: add channellogo to header 2017-04-22 16:11:55 +02:00
Thilo Graf
9ef6c49a23 CComponentsHeader/CChannelList: unify methode names 2017-04-21 23:07:14 +02:00
Thilo Graf
324ba258a0 CComponentsScrollBar: add missing attributes for different visual modes 2017-04-21 22:47:23 +02:00
Thilo Graf
89bda2d14f colors.h: add missing base color for scrollbars 2017-04-21 22:47:23 +02:00
Thilo Graf
c5451046d4 CComponentsScrollBar: fix radius for single segment
Radius on top was missed if only one segment is available.
2017-04-21 22:47:23 +02:00
Thilo Graf
ed5e79440a CComponentsPicture: Change order of called base methodes setWidth/Height
Calls of base methods should come after internal method calls.
Values could be changed unintentionally.
2017-04-21 22:47:23 +02:00
Thilo Graf
68835056c3 CComponentsHeader: add possibility to show channellogo
Contains methode setChannelLogo() with parameters
for channel id, channel name and optional
alignment (primary between title and clock). Default
alignment is centered.
Optional parameter to set logo height is available too.

Hope it works on first try. To see how it works, take look
at channellist class.
2017-04-21 22:47:23 +02:00
Jacek Jendrzej
a3bf23d9c9 try to fix version check for avformat codecpar 2017-04-19 17:19:43 +02:00
M. Liebmann
e9412ac3a8 Merge branch 'master' into pu/fb-setmode 2017-04-18 22:29:15 +02:00
Jacek Jendrzej
f6482eb042 fix download pic from ssl url 2017-04-18 19:09:32 +02:00
M. Liebmann
b46f566e2a Merge branch 'master' into pu/fb-setmode 2017-04-17 18:12:39 +02:00
Thilo Graf
f74724ceb6 CSignalBox: remove CC_APPEND flag
Should be gradually removed in all affected classes
2017-04-17 17:43:59 +02:00
Thilo Graf
0e94c6830b CComponentsForm: use global default width for scrollbar 2017-04-17 17:43:55 +02:00
Thilo Graf
b8822803d9 CSignalBar: use global offsets for init of min height 2017-04-17 17:43:48 +02:00
Thilo Graf
04f9468ddb CComponentsFrmClock: use correct setHeight() 2017-04-17 16:45:00 +02:00
Thilo Graf
cbba7b78f4 CComponentsFrmClock: remove unnecessary call of cch_cl_obj->setYPos() 2017-04-17 16:44:57 +02:00
Thilo Graf
42db55e61d CComponentsHeader: Reduce offset between clock and right border.
Was too large
2017-04-17 16:44:53 +02:00
Thilo Graf
e1f51050b2 CComponentsWindow: try to fix header and footer arrangement
Header and footer were placed too much on left side.
2017-04-17 15:18:45 +02:00
Thilo Graf
9ac706b86c CComponentsForm: try to fix fit items inside forms
Some items had offsets on screen. Was seen eg. in message windows.
2017-04-17 15:18:22 +02:00
M. Liebmann
2afb8fef86 Merge branch 'master' into pu/fb-setmode 2017-04-16 19:42:14 +02:00
Thilo Graf
5361296ff4 CComponentsPicture: add explicit methodes to set image position 2017-04-16 16:53:06 +02:00
Thilo Graf
069379930a CComponentsItem: add missing methodes for position setters
Parent items were not considered for position calculation.
2017-04-16 16:53:06 +02:00
Thilo Graf
f499d3d387 CComponentsPicture: init missing vars for old dimension dimensions 2017-04-16 16:53:06 +02:00
Thilo Graf
29a01bd2d8 CComponentsChannelLogo: use separat var for pic name inside setChannel()
picname is a class attribut and should not be touched here till new content
exists. Btw. setChannel() is eqiuvalent to setPicture() from base class, so
it makes sense to use setPicture() inside setChannel() after
picname is known. Explicit call of initCCTitem() is not required.
2017-04-16 16:53:06 +02:00
Thilo Graf
f4762f78a5 CComponentsChannelLogo: add missing type 2017-04-16 16:53:06 +02:00
Thilo Graf
dbc4a487e4 CComponentsTimer: use sleep() instead mySleep()
Had some problems with mySleep() related to select() which was used
inside mySleep()
2017-04-13 23:36:34 +02:00
Thilo Graf
fb0dc47e35 CComponentsFooter: avoid crash because possible divisions by 0 2017-04-13 23:36:29 +02:00
Thilo Graf
68c2b29caf CMovieBrowser: try to reduce effort for vizualized scan
For comparings I added a benchmark with log output.
2017-04-13 22:36:48 +02:00
Jacek Jendrzej
b4bb9ef5ea fix init cl_force_repaint 2017-04-13 17:32:24 +02:00
svenhoefer
4ea2f46c7c - bouquetlist: rework; ...
* use OFFSET defines
* use CComponentsFooter to paint footer
* use CComponentsScrollBar to paint scrollbar
* use a bit more offset for items
* re-align status icons in items
* use same scambled-icon as used in channellist
2017-04-13 11:20:10 +02:00
svenhoefer
cf229bb3af - epgplus: get sure we have enough space for detailsline 2017-04-13 11:20:10 +02:00
svenhoefer
8bfee0b7dc - settings: fix calculation for SCROLLBAR_WIDTH ...
to work with subtractions too
2017-04-12 13:28:54 +02:00
svenhoefer
42aca4a4c9 - channelist: rename bool pig_on_win to minitv_is_active 2017-04-12 10:04:04 +02:00
svenhoefer
31979a4f87 - channellist: one more missing OFFSET define 2017-04-12 10:04:03 +02:00
svenhoefer
5a17b434b6 - osd_setup: a bit smaller font for epgplus-items; ...
it's now aligned to epgview's fontsizes
2017-04-12 09:31:22 +02:00
svenhoefer
f4a0e8faf1 - channelist: use OFFSET defines for bottom detailsbox 2017-04-12 09:31:21 +02:00
svenhoefer
a1f174b80a - eventlist: use OFFSET defines for right infobox 2017-04-12 09:31:21 +02:00
M. Liebmann
7ad599c0c4 Merge branch 'master' into pu/fb-setmode 2017-04-12 07:06:44 +02:00
svenhoefer
7e6746e2aa - channellist: a bit more offset for item; fix progressbar's width
use OFFSET defines for logo in header and in right infozone
2017-04-11 23:12:41 +02:00
svenhoefer
763f16ccca - channellist: simplify MaxChanNr() function 2017-04-11 23:12:41 +02:00
svenhoefer
c3a1ef47dc - remove obsolete src/driver/wav.h 2017-04-11 17:32:46 +02:00
svenhoefer
9ea5bcfd74 - remove obsolete src/gui/dmx_tspidbandwidth.c 2017-04-11 17:32:46 +02:00
svenhoefer
e793927678 Merge branch 'master' into pu/fb-setmode 2017-04-10 21:43:54 +02:00
vanhofen
a64225c09a - epgplus: add missing separationline to clearMark() function 2017-04-10 21:43:01 +02:00