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
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
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
d051691f89
supplement 2 to 5f9f82b8e6
2017-05-08 19:43:36 +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
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
Thilo Graf
e35acf2e2f
Merge branch 'master' into pu/fb-setmode
2017-05-08 08:28:20 +02:00
Thilo Graf
9fd3b27d61
CChannelList: fix code indentation
2017-05-08 08:26:21 +02:00
Thilo Graf
970390a320
CNaviBar: prevent compiler warning -Wshadow
2017-05-08 08:26:17 +02:00
Thilo Graf
65b09044c5
movieplayer.cpp: remove possible compile issue
...
"__STDC_LIMIT_MACROS" redefined
2017-05-08 08:26:14 +02:00
Thilo Graf
9c4e0d1737
Merge branch 'master' into pu/fb-setmode
2017-05-07 18:36:16 +02:00
Thilo Graf
c8f6888d8f
CChannelList: change scope of bool unlocked
...
Scope of the variable 'unlocked' can be reduced.
2017-05-07 18:33:25 +02:00
Thilo Graf
761bac8ca1
CChannelList: use enums for additional modes
...
Readability
2017-05-07 18:33:25 +02:00
Thilo Graf
5778d9295a
SNeutrinoSettings: add missing enums for channellist additional modes
2017-05-07 18:33:25 +02:00
Thilo Graf
66c109f8f9
CChannelList: ensure disconnect signal/slot on delete of channellist ojects
2017-05-07 18:26:51 +02:00
Thilo Graf
2b17db46ee
Merge branch 'master' into pu/fb-setmode
2017-05-07 14:21:19 +02:00
Thilo Graf
cf7a21032c
CChannelList: delete and reset minitv object inside unified scope
2017-05-07 14:18:47 +02:00
Thilo Graf
1359248f72
CChannelList: add connection to ResetModuls()
...
Ensures re init after font changes.
2017-05-07 14:18:47 +02:00
Thilo Graf
d7f839dcc9
CChannelList: remove init of cc_minitv from constructor.
...
Is not a member of CChannelList and already inititialized
as static outside of constructor.
2017-05-06 23:18:43 +02:00
Thilo Graf
86c18141dd
CChannelList: add missing compare for existant header object.
2017-05-06 22:46:20 +02:00
Thilo Graf
bbb04bfb20
CEpgData: remove unused vars
2017-05-06 22:46:18 +02:00
Thilo Graf
237ae21bf7
Merge branch 'master' into pu/fb-setmode
2017-05-06 00:07:06 +02:00
Thilo Graf
8f3fcc6060
CEpgData/CEventList: use class CNaviBar for bottom box
2017-05-06 00:02:30 +02:00
Thilo Graf
cf7dd61fd7
CNaviBar: add new widget class: CNaviBar
...
Should help to reduce and unify code in some epg windows.
2017-05-06 00:02:26 +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
de43d212a4
Merge branch 'master' into pu/fb-setmode
2017-05-04 16:59:01 +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
329fad5545
CMovieBrowser: prevent possible segfault
...
Clock is disabled, will crash here.
comes with: 3ac2f99a67
2017-05-04 16:55:37 +02:00
Thilo Graf
326fca55c0
Merge branch 'master' into pu/fb-setmode
2017-05-03 21:36:45 +02:00
Thilo Graf
81001410f3
CChannelList: rework details line handling, fix hide() after setup
...
Detailsline is handling hide() by itself.
After channellist setup, eg. switching additional infos and channellist
window has different size, artefacts were possible.
2017-05-03 21:29:41 +02:00