Commit Graph

13470 Commits

Author SHA1 Message Date
Thilo Graf
63968cb575 cc_item_text: move iToString() to public section 2020-12-07 20:33:52 +01:00
Thilo Graf
a46ae13331 cc_item_text: small format fixes for text indentations 2020-12-07 20:33:52 +01:00
Thilo Graf
4e31752404 cc_frm; cc_button_select: Avoid possible crash if no item is selectable 2020-12-07 20:33:52 +01:00
Thilo Graf
ab2e9eeff6 cc_frm_slider: rework slider slider handling 2020-12-07 20:33:52 +01:00
Thilo Graf
c88a6ff7b3 cc: rework color handling for select and focus status 2020-12-07 20:33:52 +01:00
Thilo Graf
26030ee914 msgbox: switch setSelectedButton() to SetSelectedButton()
Text color args are not required here, we use neutrino default settings
for button text colors.
2020-11-26 16:19:14 +01:00
Thilo Graf
0b6aa72489 eventlist: remove unnecessary braces, better for IDE's 2020-11-26 16:17:57 +01:00
Thilo Graf
2888dba271 channellist: remove unnecessary braces, better for IDE's 2020-11-26 16:17:51 +01:00
Thilo Graf
fbb92e0b74 opkg-manager: add clean command 2020-11-26 16:17:41 +01:00
Thilo Graf
eb5bb066b2 test_menu.cpp: ensure destroy footer after hide 2020-11-26 15:56:36 +01:00
Thilo Graf
976ffce7f7 msgbox.cpp: fix possible crash if no buttons defined 2020-11-24 15:06:49 +01:00
svenhoefer
b7f2ffb5fb - update: fix new partition for hd6x using g_info.hw_caps->startup_file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-23 08:51:58 +01:00
svenhoefer
3243884ca1 - hw_caps/cst: introduce startup_file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-23 08:51:15 +01:00
svenhoefer
f9676e1dba - update: fix file ending for backup archive
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-22 16:39:46 +01:00
Thilo Graf
79e9738399 streaminfo2.cpp: use separate var for filename output
Avoids truncation warnings.
2020-11-16 09:12:40 +01:00
Thilo Graf
2570333010 helpers.h/cpp: add default timeout parameter with value 1
For flexible usage of timeout in related downloadUrl methods if required.
2020-11-16 08:37:53 +01:00
TangoCash
878b3bc03b set download logo timeout to 1 sec 2020-11-16 08:02:34 +01:00
Thilo Graf
ea0bc8afcd bad package list: add new entries for boost, gstreamer, kodi 2020-11-15 20:06:28 +01:00
Thilo Graf
9f0c88a215 frontend.cpp: clean up indents with some braces in calcDeclination() 2020-11-15 16:05:09 +01:00
Thilo Graf
88abaa8232 test_menu.cpp: remove double include 2020-11-15 15:33:31 +01:00
svenhoefer
96347602f1 - cables.xml: update OstTelCom
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:33:22 +01:00
svenhoefer
bacc3f674e - settings-manager: remove obsolete include
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:51 +01:00
svenhoefer
550ece306e - keybind-setup/settings-manager: use getBackupSuffix() function
Conflicts:
	data/scripts/backup.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:46 +01:00
svenhoefer
31cea8ca29 - helpers: add function to get backup suffix
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:43 +01:00
svenhoefer
9b87fa8cd8 - keybind-setup: change save keys procedure; aligned to settings-manager
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:41 +01:00
svenhoefer
0a9a0e77e8 - unify backup suffixes
Conflicts:
	data/scripts/backup.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:37 +01:00
Thilo Graf
3c5ea6452c frontend_types.h: fix missing name of enum typedef 2020-11-06 08:25:30 +01:00
TangoCash
03b5192fe3 fix transponders 2020-11-01 20:30:01 +01:00
TangoCash
61579e130a adopt scansettings to new frontend handling
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/gui/scan_setup.cpp
2020-11-01 20:29:56 +01:00
TangoCash
cde88688ca fix multistream (thx BP for testing) 2020-11-01 19:37:15 +01:00
TangoCash
b019079220 DVB-T2 fix 2020-11-01 19:37:11 +01:00
TangoCash
1a2ac11f03 cosmetics 2020-11-01 19:37:07 +01:00
TangoCash
414043913e fix frontend-parameters
Conflicts:
	src/zapit/src/frontend.cpp
2020-11-01 19:36:36 +01:00
TangoCash
19ac46cc39 frontend multistream fixes 2020-10-28 09:57:25 +01:00
TangoCash
12f5e95330 complete rebuild of frontend cmds
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-26 15:32:39 +01:00
TangoCash
44f3d26e90 small fix getservices 2020-10-26 15:32:39 +01:00
TangoCash
5ce40de9f7 rework DVB_S2X
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-26 15:32:39 +01:00
svenhoefer
845dad0013 Revert "- zapit/frontend: re-add cst specific stuff"
This reverts commit 04108628b2.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-26 15:32:38 +01:00
Thilo Graf
af3f997750 neutrino.cpp: set default volume to 100
Partial revert of commit: 'set default volume to 75%' 3cc2f8b
2020-10-26 15:32:38 +01:00
Thilo Graf
3fd697ec5b imageinfo: don't use symlink to os-release file 2020-10-26 15:32:37 +01:00
Thilo Graf
aa6924aad6 imageinfo: outsource build date info init into own member 2020-10-26 15:32:37 +01:00
Thilo Graf
74dc704a40 imageinfo: outsource kernel info init into own member 2020-10-26 15:32:37 +01:00
Thilo Graf
57b150c42d imageinfo: outsource hal info init into own member 2020-10-26 15:32:37 +01:00
Thilo Graf
765534f102 imageinfo: outsource support info init into own member 2020-10-26 15:32:36 +01:00
Thilo Graf
0d13d1b78c imageinfo: outsource api info init into own member 2020-10-26 15:32:36 +01:00
Jacek Jendrzej
a6274b7875 fix compil: loacles not available for VUPLUS_ALL 2020-10-25 18:33:51 +01:00
TangoCash
3cc2f8b208 set default volume to 75%
Conflicts:
	src/neutrino.cpp
2020-10-25 17:09:12 +01:00
svenhoefer
04108628b2 - zapit/frontend: re-add cst specific stuff
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-22 20:34:54 +02:00
Thilo Graf
3ff6d61291 frontend.cpp: avoid possible brace error
possible error:
	suggest explicit braces to avoid ambiguous ‘else’ [-Werror=dangling-else]
2020-10-22 17:23:37 +02:00
BPanther
01bb326aa3 Multistreamfix for BCM45308X (thx Janus for testing, thx Tangocash)
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-22 17:18:46 +02:00