Commit Graph

13440 Commits

Author SHA1 Message Date
Thilo Graf
46a36c24c7 neutrino.cpp: supplement to de4a6ad
recycle some lost default values, lines and
remove or disable unused/obsolete options
2021-07-11 14:53:35 +02:00
svenhoefer
feb92b5b8a - simple-display: enable console output in ShowDiskLevel()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
82f8651925 - simple-display: remove obsolete file_exists() checks
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
915caeac68 - simple-display: show disk level on displays with symbol_hddprogress support
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
620cbb8cff - vfd: try to avoid annoing display of volume after leaving standby modes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
c6a32a36f5 - rcsim: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
16ac40a022 - mdev-helper: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
7dcd1d92fc - dt: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
d82fc76413 - drivertool: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
e337f821e2 - global.h: formatting code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
430462193a - neutrino: add standby flag
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
2b58ae4955 - neutrino: small change in vfd standby message
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
a5e1f75d7e - acinclude: add possibility to define logodir
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
645c06c2ac - neutrino: remove obsolete config key infobar_cn
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-03 16:45:46 +02:00
Jacek Jendrzej
35f08ac92c src/zapit/src/scansdt.cpp supplement to b8f01e6db0 2021-07-01 14:55:13 +02:00
Jacek Jendrzej
5d10884fa6 src/gui/streaminfo2.cpp try to fix exit 2021-07-01 14:32:01 +02:00
Jacek Jendrzej
b8f01e6db0 src/zapit/src/scansdt.cpp try to fix radio service type 2021-07-01 14:30:58 +02:00
Jacek Jendrzej
890a74175f src/zapit/src/scansdt.cpp add 0x0A (AAC-LC) to Radio Service Type 2021-07-01 09:56:55 +02:00
Thilo Graf
4bb62380fe movieplayer.cpp: avoid possible unused parameter warning 2021-06-30 19:40:42 +02:00
Thilo Graf
9621bc4a98 lcd4linux: add slots for more user involvement
Keeps gui stuff away from parts of /src/driver and
callbacks with messages should inform the user about possible
operations during activation or deactivation of service.
Reason: long breaks are mediating
freeze or unknown status that leave the user in the dark.
2021-06-30 19:32:57 +02:00
Thilo Graf
24d05c67b7 lcd4l.cpp: add threadname 2021-06-30 18:28:33 +02:00
Thilo Graf
9a68009b96 lcd4l: apply calls of exec_initscript() with "systemctl" as 3rd argument
Is required for image with system

NOTE: CLCD4l::lcd4linux(int run) is adjusted
but not really used at the moment
2021-06-30 18:28:33 +02:00
svenhoefer
de4a6ade64 - neutrino: formatting and sorting load/saveSetup() and SNeutrinoSettings
Conflicts:
	src/neutrino.cpp
	src/system/settings.h

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

I am not really sure that I have properly resolved all conflicts.
I think it would be better to store the save/read settings methods
into an own class and separate file and (if possible) inherit them into
neutrino.cpp and on boredom it could be easier to make the code style "nicer".
This could help to avoid "accidentally" changing neighboring code parts.
2021-06-30 18:19:57 +02:00
svenhoefer
8a695e51ec - neutrino: formatting and sorting load/saveKeys()
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-30 16:20:26 +02:00
svenhoefer
64a38c3b12 - neutrino: minor code formattings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-30 16:20:26 +02:00
Jacek Jendrzej
91a19a4a56 ScanSDT add extended menu option 2021-06-30 14:57:54 +02:00
Thilo Graf
86d30a4740 heipers.cpp: use getuid() instead getenv()
Enabled only on generic hardware.

Thanks seife for hint.
2021-06-30 09:45:47 +02:00
Thilo Graf
c607434f2a helpers.cpp: supplement to: 5289cb6 helpers.cpp: fix possible crash 2021-06-29 09:34:28 +02:00
Frankenstone
6f2fe725e7 neutrino: fix g_settings.infobar_show_sysfs_hdd 2021-06-28 14:47:14 +02:00
Thilo Graf
5289cb6b15 helpers.cpp: fix possible crash
Possible error is:
terminate called after throwing an instance of 'std::logic_error'
2021-06-28 14:40:21 +02:00
Jacek Jendrzej
c5d977cd63 src/eitd/xmlutil.cpp log in DEBUG mode 2021-06-28 13:52:31 +02:00
Jacek Jendrzej
e4aaabfac0 src/zapit/src/scansdt.cpp dont use in default scan ScanSDT if ScanSDT is disabled 2021-06-28 13:37:22 +02:00
Thilo Graf
d87665061f Revert "zapit.cpp: disable "tune channel, with stopped playback to not bypass the parental PIN check" on arm hardware"
This reverts commit 3babb03206.

Makes stream in standby mode broken.
2021-06-23 20:04:20 +02:00
svenhoefer
86a45fbe2c - helpers: fix return value of exec_controlscript() too
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-23 06:58:40 +02:00
svenhoefer
c9ac37f102 - helpers: fix error message in exec_initscript()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-23 06:56:29 +02:00
Thilo Graf
0ca098eb31 helpers: modify exec_initscript() for usage with systemctl
Current behavior is untouched, but return value is boolean
and so far, the function obviously has returned true on error. So far this
was currently not evaluated but is changed now. Otherwise, "bool" makes
not really sense or was this intended?
2021-06-20 17:46:07 +02:00
svenhoefer
98fd62cbf9 - screensetup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:34:03 +02:00
svenhoefer
87ae0b0f58 - osd-setup: move screen stuff into own submenu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:33:41 +02:00
svenhoefer
8344d07b20 - eitd/xmlutil: shorten console messages
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:32:19 +02:00
svenhoefer
eade2d1f4f - osd-setup: some more code nicenings
Conflicts:
	src/gui/osd_setup.cpp
	src/gui/osd_setup.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:31:40 +02:00
BPanther
c406ff3bec small space/tab/comma fixes 2021-06-19 10:23:27 +02:00
svenhoefer
794a6fec77 - graphlcd: disable some console spam
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:19:09 +02:00
Thilo Graf
692e9c3b9b lcd4linux.cpp: avoid possible crash if getLiveFE() returns NULL
Watched with generic build for pc without tuner hardware.
2021-06-15 18:43:10 +02:00
svenhoefer
4592cbc239 - lcd4l: introduce getInstance()
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 11:06:25 +02:00
svenhoefer
71d50060a5 - lcd4linux: use exec_initscript() to execute initscript
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:39 +02:00
svenhoefer
a78da47df4 - lcd4linux: code formatation using astyle
Conflicts:
	src/driver/lcd4l.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:14 +02:00
Hendi48
0999fa72f8 ytparser: adjust to API changes (#12)
YouTube now enforces the HTML5 API for get_video_info, which
provides the stream info in a JSON object.
2021-06-14 22:14:59 +02:00
svenhoefer
4d560da9be - volumbar: simplify rounded corners handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 21:47:25 +02:00
Frankenstone
a408339170 volumebar: added rounded corners on, off 2021-06-14 21:46:56 +02:00
Frankenstone
5be205a74c cam_menu: small fix, thx BPanther
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 18:00:28 +02:00