TangoCash
ac696e9ba3
update cryptsystems
2017-12-15 18:42:00 +01:00
Thilo Graf
39fb9f47f4
CComponentsFooter: fix force re init of button container
...
clear() removes only items and their instances inside button container, but all
other properties (e.g. width) are not touched. Re init should avoids this.
2017-12-15 18:40:51 +01:00
Thilo Graf
8b1b72267a
CTestMenu: add example for variable caption inside message buttons
2017-12-15 18:40:35 +01:00
Jacek Jendrzej
057cee2408
src/gui/screensetup.cpp reset channellist modules
2017-12-14 12:36:44 +01:00
Thilo Graf
4bacd77f8b
CZapitChannel: add issue tag
...
This should be reworked
2017-12-11 17:20:04 +01:00
svenhoefer
889c996624
- channellist: fix segfault while virtual zapping and bouquets are empty
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-11 17:12:17 +01:00
svenhoefer
ac9a7c43cb
- rcinput: fix compiler warnings about unused variables
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-11 17:11:46 +01:00
TangoCash
441491d253
adding adapter to debug output
2017-12-10 22:10:30 +01:00
TangoCash
6768d9035e
tryfix scan frontend selection
2017-12-10 22:10:28 +01:00
Thilo Graf
7b55de6ae7
CMenuWidget: ensure use of unified data type const char*
...
This should avoid possible compiler errors for this overloaded method.
2017-12-10 22:04:26 +01:00
Thilo Graf
2a2d51d255
CComponentsInfoBox: add possibility for scalable picons
2017-12-10 22:03:41 +01:00
Thilo Graf
1d0545e19c
CServiceManager: use value 0 as init value for feparams.plp_id
...
Value of NO_STREAM_ID_FILTER = ~0U
This could provokate overflow errors or possible compile errors
related with compiler flags (e.g: -Werror=overflow)
2017-12-10 19:56:12 +01:00
TangoCash
6f826c740c
fix bouquets freq handling for DVB-T/T2
2017-12-10 19:56:09 +01:00
Jacek Jendrzej
d50c5bfdce
femanager.h increase max adapters to 4
2017-12-10 14:44:50 +01:00
TangoCash
29cce3fca8
fix cable nit
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
This should fix possible unintended multiple scans.
2017-12-07 11:47:04 +01:00
Frankenstone
5955e2b80a
osd_setup.cpp: fix colormenu shadow
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
alpha was bounded to menue head alpha
2017-12-06 10:47:49 +01:00
svenhoefer
c581221623
- zapit/scannit: fix typo in last commit
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
'last commit' = 7b75b1d9dbc856d4547168ef35084e45304b5e6f
2017-12-06 10:47:47 +01:00
TangoCash
434a9b95fd
fix scannit
2017-12-06 10:47:44 +01:00
TangoCash
67b8037caa
update scan infos
2017-12-06 10:47:43 +01:00
TangoCash
5a6df22226
show PLI/PLC/PLM while scanning
2017-12-06 10:47:41 +01:00
TangoCash
15e49f9d02
add PLI/PLC/PLM to manual transponder selection
2017-12-06 10:47:39 +01:00
TangoCash
7b47ab46d3
workaround for T2 resolution display
2017-12-06 10:47:38 +01:00
TangoCash
4e65f22bdf
add DVB-S2X support
2017-12-06 10:47:36 +01:00
TangoCash
8ba4a58554
fix DVB-T2 transponders
2017-12-06 10:47:33 +01:00
Frankenstone
f3283ed362
fix frontend Uni2 / JESS (thx DboxOldie)
2017-12-06 10:47:31 +01:00
Thilo Graf
3c859db7c4
localize: try to fix different path to iso tab
2017-12-06 10:46:27 +01:00
Thilo Graf
882a4654a8
widget/hintbox.cpp: add explicit init of var picon
...
Had some issues while compile with gcc 7.x.
Exact data type was expected.
2017-12-04 20:16:12 +01:00
Thilo Graf
e9883cbd2d
cc_item_picture.h: remove virtual declaration from setPicture()
...
Is not really required.
Avoids possible compile/linker errors like "...no reference..." for some
coming changes.
2017-12-04 09:35:57 +01:00
svenhoefer
5ff88f5c97
- neutrino.h: remove obsolete external genre_sub_classes variables
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-04 09:35:57 +01:00
Jacek Jendrzej
30c0a32a48
fix radiotext title background (merge fix)
2017-12-03 16:55:20 +01:00
Jacek Jendrzej
09858af7a8
enable yt for generic
2017-12-03 11:06:16 +01:00
Jacek Jendrzej
a6a256190b
typo
2017-12-03 10:57:20 +01:00
Jacek Jendrzej
1f96c8a4d4
fix resource leak
2017-12-03 10:47:05 +01:00
svenhoefer
77db4a63e3
- infoviewer_bb: use OFFSET defines; ...
...
height of ca-bar now depends on height of ca-icons
cleanup from commented code
2017-12-02 15:23:19 +01:00
svenhoefer
090120f704
Revert "- media-menu: disable currently broken audioplayer for ARM_HARDWARE"
...
This reverts commit 3d91cd9e13ed76cfc3a67fc21b503a8deb407606 because it's fixed in 334ce41
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:47 +01:00
max_10
a179a38fd9
- ffmpegdec: fix audio playback for ARM_HARDWARE
2017-12-01 14:26:46 +01:00
svenhoefer
aca5157707
- infoviewer: avoid display of radiotext icon in virtual zap mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:44 +01:00
svenhoefer
38e76f6a3f
- infoviewer: cleanup from some unused code
...
Conflicts:
src/gui/infoviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:43 +01:00
svenhoefer
04eeb5d65b
- infoviewer_bb: fix offset for first status-icon
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:41 +01:00
svenhoefer
3276b5358a
- infoviewer_bb: take footer height from CComponentsFooter ...
...
to get this footer in sync with the footers of other gui elements
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:40 +01:00
svenhoefer
fb56689b0b
- usermenu: cleanup from ITEM_RASS
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:39 +01:00
svenhoefer
20cc2a2b17
- infoviewer: rework radiotext element; ...
...
use OFFSET defines, larger font, fix header width
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:37 +01:00
svenhoefer
4ea86a2380
- radiotext: cleanup from tons of unused code; rass is dead
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:35 +01:00
svenhoefer
f32629e7aa
- icons.h: cleanup from unused defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:31 +01:00
svenhoefer
a463fdff3a
- remove unused src/driver/stacktrace.h; use src/system/stacktrace.h if needed
...
Conflicts:
src/driver/stacktrace.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:30 +01:00
svenhoefer
50cc4ef7a2
- neutrino: try to fix timer_wakeup handling; ...
...
The return to deepstandby after timer-wakeups was broken.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:29 +01:00
Jacek Jendrzej
518ebde76d
disable setVolume in standby mode
2017-12-01 10:33:00 +01:00
svenhoefer
79bad6babd
- zapit/frontend: fix compiler warning
2017-11-28 10:52:01 +01:00
TangoCash
6f1a7638eb
frontend: fix fall through
2017-11-28 10:52:01 +01:00
TangoCash
e4bdd4700d
add DVB-T2 support, enable 5V supply
2017-11-28 10:52:01 +01:00