Commit Graph

10584 Commits

Author SHA1 Message Date
Thilo Graf
4f5d216120 CChannelList: simplify calls of logo paints, avoid possible dub paints 2017-05-28 20:42:33 +02:00
Thilo Graf
402c302bb8 Merge branch 'master' into pu/fb-setmode 2017-05-28 13:36:46 +02:00
Thilo Graf
294278aad3 CComponentsButton: fix offset between icon and text items
We have only two items, therfore it makes sense to set offset to 0
if we have only one item. Otherwise a single item will not be centered.
2017-05-28 13:34:17 +02:00
Thilo Graf
a5a2ac6037 CComponentsButton: use defined offset for append offset 2017-05-28 13:34:12 +02:00
Thilo Graf
f4175eefe8 Merge branch 'master' into pu/fb-setmode 2017-05-27 17:29:28 +02:00
Thilo Graf
c0fe5d2402 CComponentsTimer: ensure cleanup of OnTimer signal while sopping timer 2017-05-27 17:27:04 +02:00
Thilo Graf
de3c14a881 CComponentsFrmClock: init OnTimer after ititialized timer object
Content of OnTimer was not considered after init of timer object.
2017-05-27 17:26:59 +02:00
Thilo Graf
1f8007c50c CComponentsHeader: ensure reset of icon object 2017-05-27 02:51:36 +02:00
Thilo Graf
979e6370a7 CCDraw: expand debug output inside clearFbGradientData()
get info for addresses.
2017-05-27 02:51:36 +02:00
Thilo Graf
4455c65225 CComponentsFrmClock: fix wrong comparison 2017-05-27 02:51:36 +02:00
Jacek Jendrzej
fcc3a12e88 src/gui/screensaver.cpp try to fix segfault on stop 2017-05-23 17:52:16 +02:00
Jacek Jendrzej
6e8c1cac96 src/gui/adzap.cpp init before use 2017-05-23 17:48:15 +02:00
Thilo Graf
c0cc7ef192 Merge branch 'master' into pu/fb-setmode 2017-05-21 18:09:22 +02:00
Thilo Graf
36c8f4c24f CComponentsButton: add missing init of col_body_old
Some changes on runtime were ignored on runtime.
2017-05-21 18:00:21 +02:00
Thilo Graf
9132e7de82 cc_item.h/cc_frm.h/cc_frm_button.h: use pre defined frame color as default 2017-05-21 18:00:21 +02:00
Thilo Graf
37387a3e69 CMsgBox: fix paint of footer buttons
Only paint of button container is required.
2017-05-21 18:00:21 +02:00
Thilo Graf
8c29b8e68f CHintBox: use less colors time scale mode for visual timeout
Otherwise probably in this context to much colored with default settings.
2017-05-21 18:00:21 +02:00
Jacek Jendrzej
ffe986f36b src/gui/lua/lua_cc_text.cpp avoid segfault 2017-05-17 22:15:15 +02:00
Thilo Graf
e48cc87b6f CHintBox: fix position in case of missing text
Without text, position was not complete calculated.
Only default position was used.
2017-05-17 20:11:28 +02:00
svenhoefer
b7ef6e47fe - cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke" 2017-05-17 17:23:22 +02:00
svenhoefer
bf852064bc - buttons: use OFFSET defines 2017-05-16 10:31:25 +02:00
Jacek Jendrzej
152c4e3fe4 Merge branch 'master' into pu/mp 2017-05-11 16:44:05 +02:00
Thilo Graf
aaa34d8887 Merge branch 'master' into pu/fb-setmode
# Conflicts:
#	src/gui/components/cc_frm_window.h
2017-05-11 12:18:38 +02:00
Thilo Graf
942a27e3ef cc_frm_header.cpp/h: remove CTextBox types for title allignment
Title object has only width of current text content. This causes CTextBox
types have not a really visible effect. Now we have only three align types for title
and these are related to cc-text object position.

Involved classes adjusted too.
2017-05-11 12:15:16 +02:00
Thilo Graf
100a1606f0 EpgPlus: use default parameter for titel arrangement 2017-05-11 11:28:06 +02:00
Thilo Graf
a26c1bc868 Merge branch 'master' into pu/fb-setmode 2017-05-11 08:43:29 +02:00
Thilo Graf
1b2f1d320d CComponentsHeader: fix brace error
suggest explicit braces to avoid ambiguous ‘else’
2017-05-11 08:39:20 +02:00
Jacek Jendrzej
fb23ac0126 Merge branch 'master' into pu/mp
except c08144a9d9 edb0a5937e
2017-05-10 15:37:31 +02:00
Jacek Jendrzej
843703b175 use lua_Integer 2017-05-10 15:35:44 +02:00
Thilo Graf
60fed9cc02 Merge branch 'master' into pu/fb-setmode 2017-05-10 10:45:28 +02:00
Thilo Graf
27eb80eb5b CLuaInstCCWindow: try to fix window title align parameter
Additional (lua_Integer)CTextBox::NO_AUTO_LINEBREAK) overwrites
passed parameter and has no effect, because NO_AUTO_LINEBREAK is
already default.
2017-05-10 10:42:08 +02:00
Thilo Graf
5b541571f9 CComponentsHeader: Try to adopt different logo/title alignments
Not all constellations are tested. Please report.
2017-05-10 10:42:08 +02:00
Thilo Graf
178bf6f596 CComponentsHeader: fix centering of header title 2017-05-10 10:42:08 +02:00
Thilo Graf
c320dbf8ec CComponentsHeader: remove double text color assignment 2017-05-10 10:42:08 +02:00
Thilo Graf
107db09299 CComponentsHeader: fix order of width calculation
Required for following position calculation
2017-05-10 10:42:08 +02:00
svenhoefer
c08144a9d9 - clearify comment 2017-05-09 13:31:59 +02:00
Thilo Graf
1f978f01ad CLuaInstCCWindow: fix passed shadow paramater 2017-05-09 12:09:20 +02:00
svenhoefer
468fbcd79c - locale: minor changes in EPG-Plus locales 2017-05-09 11:40:32 +02:00
Thilo Graf
1d5bb7cd8e CBuildInfo: fix shadow parameter
Type is int not bool
2017-05-09 11:34:11 +02:00
svenhoefer
edb0a5937e - neutrino: fix hw_caps init; it must be initialized after zapit start 2017-05-08 23:44:45 +02:00
svenhoefer
edb4ce3e4f - eventlist: minor cosmetics;
rename getPrvNextChannelName() to getChannelNames()
2017-05-08 21:08:23 +02:00
Jacek Jendrzej
2df5e0f1e7 Merge branch 'master' into pu/mp 2017-05-08 19:44:20 +02:00
Jacek Jendrzej
d051691f89 supplement 2 to 5f9f82b8e6 2017-05-08 19:43:36 +02:00
Jacek Jendrzej
beb9d97004 Merge branch 'master' into pu/mp 2017-05-08 18:04:04 +02:00
Jacek Jendrzej
5dc4424d96 supplement to 5f9f82b8e6 2017-05-08 18:02:04 +02:00
Jacek Jendrzej
5f9f82b8e6 src/gui/eventlist.cpp show prev next channel name on start 2017-05-08 17:39:30 +02:00
Jacek Jendrzej
020f044c07 Merge branch 'master' into pu/mp 2017-05-08 12:57:22 +02:00
Thilo Graf
07c72026ed Merge branch 'master' into pu/fb-setmode 2017-05-08 12:25:42 +02:00
Thilo Graf
f1779d0a97 movieplayer.cpp: prevent build error
Avoid build error if build not configured with -D__STDC_LIMIT_MACROS
2017-05-08 12:18:52 +02:00
svenhoefer
7b9f8e9720 - epgplus: fix progressbar's type 2017-05-08 08:41:28 +02:00