Commit Graph

11140 Commits

Author SHA1 Message Date
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
svenhoefer
e11610bf32 - webradio_usr.xml: add link to stompfm.de
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:11 +01:00
TangoCash
6f826c740c fix bouquets freq handling for DVB-T/T2 2017-12-10 19:56:09 +01:00
svenhoefer
c091bd6fc9 - acinclude/configure: some more minor format changes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:08 +01:00
svenhoefer
28450dcca0 - acinclude/configure: some minor format changes; fix indentations
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:06 +01:00
svenhoefer
af01615e7b - configure: fix logic around libswresample
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:05 +01:00
svenhoefer
e57a8ebb98 - configure: move libstb-hal block down
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:04 +01:00
svenhoefer
892818b69f - acinclude: use AS_HELP_STRING() for --with-boxmodel; ...
i don't know any other way to get linefeeds in right-hand text

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:02 +01:00
svenhoefer
12d132d665 - configure: invert --disable-lua false logic to --enable-lua true
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:01 +01:00
svenhoefer
8d855a2d19 - configure: invert --disable-upnp false logic to --enable-upnp true
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:56:00 +01:00
svenhoefer
013c562749 - acinclude: unify descriptions in TUXBOX_APPS_DIRECTORY_ONE()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:55:58 +01:00
svenhoefer
7981682173 - configure: unify and simplify some AC_ARG_ENABLE() calls
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:55:57 +01:00
svenhoefer
d12e43ce05 - acinclude/configure: show defaults
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-10 19:55:56 +01:00
Jacek Jendrzej
d50c5bfdce femanager.h increase max adapters to 4 2017-12-10 14:44:50 +01:00
svenhoefer
9511a086be - acinclude: replace custom formatting in TUXBOX_APPS_DIRECTORY_ONE with AS_HELP_STRING() 2017-12-08 08:18:35 +01:00
svenhoefer
7926c08093 - configure: cleanup from commented code 2017-12-08 08:18:33 +01:00
svenhoefer
1e5ac799be - acinclude/configure: unify usage of AS_HELP_STRING(); minor format changes 2017-12-08 08:18:30 +01:00
svenhoefer
1a4f9ce465 - acinclude: small resort to get the plugin-dir variables consecutively 2017-12-08 08:18:27 +01:00
svenhoefer
ee685c05c2 - acinclude: remove some double code 2017-12-08 08:18:23 +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
114cd36e55 yWeb Help: remove invalid help links 2017-12-05 16:14:04 +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