Commit Graph

13256 Commits

Author SHA1 Message Date
svenhoefer
a25ae98227 - data/oled/themes: remove some hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
37fb4e4e4f - data/scripts: remove some hardcoded paths
Conflicts:
	data/config/settingsupdate.conf.in
	data/scripts/backup.sh
	data/scripts/backup_flash.sh.in
	data/scripts/restore_flash.sh.in

Signed-off-by: Thilo Graf <dbt@novatux.de>

Files adapted because conflicts and possible build errors.
2020-12-07 20:34:25 +01:00
svenhoefer
f57fac5a5a - acinclude: introduce DATADIR_VAR
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
28d5e66f90 - fix 56fb558f1cb04056d451cfe55c1631381889f6a4
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: - setting_helpers: remove some hardcoded paths

d5950fbe60226f8eb999c561f6ddc543f709e807
2020-12-07 20:34:25 +01:00
svenhoefer
7e66bb8364 - data/control: remove some hardcoded paths
Conflicts:
	data/control/migration.sh.in

Signed-off-by: Thilo Graf <dbt@novatux.de>

Adopted only proforma.
2020-12-07 20:34:25 +01:00
svenhoefer
80b126a2f4 - data/config: remove some hardcoded paths
Conflicts:
	data/config/settingsupdate.conf.in

Signed-off-by: Thilo Graf <dbt@novatux.de>

Files adapted because of different configurations.
2020-12-07 20:34:25 +01:00
svenhoefer
78f18b483f - configure: try to split AC_CONFIG_FILES by category
Conflicts:
	configure.ac

Signed-off-by: Thilo Graf <dbt@novatux.de>

AC_CONFIG_FILES for themes not picked, because of build error.
2020-12-07 20:34:25 +01:00
svenhoefer
388c819813 - revert frontend/scan changes
This reverts commits

01: 7c109f36dd4297499f98c25720b7622eb5d15d41
02: be39dcf90561d819be19d4a53e285733b86f2a2a
03: 2f6346c63620a88152a5936e424f50236257df55
04: 95a6a7b45f7e6e4b5addf36c72ef572c220f6509
05: ffe8a28150607dcefd2f94e8eb94fcd07cf94998
06: 7b6a945d76fa50f59fb8d2c3d37fa707ff1028fa
07: 927f09bb2de79bb318934963fcdb65c31fe17b8b
08: b9522992e9d4b7d2b0cb2b2d32a56c01b1c5df97
09: fd8a6c469b88516fa18c3b10dc87e05a687425c5
10: b530a78ffb5593d4287a5f15adad8bf239363b93
11: 25b9c4b40e17d28202d19896e4fd04efbcdaa9d5

 Conflicts:
	src/zapit/src/frontend.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Adopted parts because of conflicts:

01: untouched/not picked                     - frontend_types.h: fix unused-variable
02: 3c5ea6452c frontend_types.h: fix missing name of enum typedef
03: 03b5192fe3 fix transponders
04: untouched/not picked                     fix typo
05: 61579e130a adopt scansettings to new frontend handling
06: cde88688ca fix multistream (thx BP for testing)
07: b019079220 DVB-T2 fix
08: b9522992e9d4b7d2b0cb2b2d32a56c01b1c5df97 cosmetics
09: 414043913e fix frontend-parameters
10: untouched/not picked                     Revert "Revert "frontend multistream fixes""
11: untouched/not picked                     Revert "Revert "complete rebuild of frontend cmds""
2020-12-07 20:34:25 +01:00
svenhoefer
9ebc8c5cc6 - update: fix a61759855f4f6a38c4d9e069786e4bf7a4562c38
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: b7f2ffb5fb
 - update: fix new partition for hd6x using g_info.hw_caps->startup_file
2020-12-07 20:34:25 +01:00
svenhoefer
68acb05116 - setting_helpers: remove some hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
9685c38221 - localize: remove some hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
5aec539e32 - fix directories
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
8631665748 - hw_caps: sync with libstb-hal; fix cst build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
Thilo Graf
b035549b11 cc_frm_footer: try to fine tune of font size and button arrangement
This was necessary because some static dimesionized windows are
using untreated button dimensions and inappropriate font settings
within footers and provoked rendering outside the window dimensions.
Watched with some stb-lua plugins.

Known problems:
In some cases large font scaling by users makes the typeface look bad.
Overlappings cannot be ruled out in extreme cases and when using
unsuitable fonts related with small assigned button dimensions are doing the rest.
In my opinion, scaling should not take place stepless as currently
but e.g. in three selectable steps.
Otherwise, this cannot be done properly without any compromises.
2020-12-07 20:33:52 +01:00
Thilo Graf
0b41f87932 cc_frm_button.cpp: fine tune of item dimensions and font handling 2020-12-07 20:33:52 +01:00
Thilo Graf
8dafe512f4 cc_frm_footer.cpp: consider offset size for button container
Avoids overlapping button container on the right border of footer.
2020-12-07 20:33:52 +01:00
Thilo Graf
a63ec58db6 cc_frm_footer: use item name for better debug output 2020-12-07 20:33:52 +01:00
Thilo Graf
3b70568dee cc_frm_button: add missing methode setButtonIcon() 2020-12-07 20:33:52 +01:00
Thilo Graf
d724275511 cc_frm_button: align item name dependently to caption 2020-12-07 20:33:52 +01:00
Thilo Graf
09d4fdc684 cc_frm_button: add methode clearButtonDirectKeys() 2020-12-07 20:33:52 +01:00
Thilo Graf
4addf9f1ec cc_types: add slot btn_slot to struct type button_label_cc 2020-12-07 20:33:52 +01:00
Thilo Graf
4044e78d4c cc_frm_button: add signal OnPressedButton 2020-12-07 20:33:52 +01:00
Thilo Graf
f24cea8c76 cc_button_select: add member setSelectedButton() without text color args 2020-12-07 20:33:52 +01:00
Thilo Graf
f6040c243c cc_frm_buttons: expand functionality of setButtonTextColor()
Color parameters for 'select' and 'disable' colors added.
2020-12-07 20:33:52 +01:00
Thilo Graf
e38b99f8db cc_types: add variables for select and preselect images and select text color 2020-12-07 20:33:52 +01:00
Thilo Graf
bc890eaa66 cc_types: add text color with default value to type button_label_cc 2020-12-07 20:33:52 +01:00
Thilo Graf
d5401442d4 cc_frm: Simplify assigning of scroll bar width. 2020-12-07 20:33:52 +01:00
Thilo Graf
f8c326040b cc_item: use different corner radius for shadow 2020-12-07 20:33:52 +01:00
Thilo Graf
3cf2ea138f cc_frm: consider frame width with center mode 2020-12-07 20:33:52 +01:00
Thilo Graf
82301764e4 cc_frm: remove unused variable w_parent_frame 2020-12-07 20:33:52 +01:00
Thilo Graf
9200305539 cc_frm_window: assign item postions dependency of frame width
required after commit:
	'cc_frm: don't consider parent frame inside render of items for child forms'
2020-12-07 20:33:52 +01:00
Thilo Graf
b95cc2fe62 cc_frm: don't consider parent frame inside render of items for child forms 2020-12-07 20:33:52 +01:00
Thilo Graf
5acf36b105 cc_frm_button.cpp: remove not required statement call
Avoids oversized button with too long text.
Error was observed in some lua plugin windows with large font scale settings
and with osd resolution of 1280x720.
2020-12-07 20:33:52 +01:00
Thilo Graf
3ed6232fdf cc_frm_button: add methode getButtonFont() 2020-12-07 20:33:52 +01:00
Thilo Graf
985a667a36 cc_draw: try to fix logic inside setFrameThickness()
Signed values had the same effects like unsigned values. Therefore
frames were enabled with default control value -1 too.
2020-12-07 20:33:52 +01:00
Thilo Graf
15e59a2f62 cc_types: rename order_id -> sort_id for more plausibility 2020-12-07 20:33:52 +01:00
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