Commit Graph

14309 Commits

Author SHA1 Message Date
vanhofen
7b3d27e1e2 initial-settings: update matze settings 2023-06-18 14:37:57 +02:00
BPanther
8fa6b6ffc3 xml epg: fix multi lang epg
Signed-off-by: Thilo Graf <dbt@novatux.de>

It was not indicated why this fix was necessary.
2023-06-18 14:37:28 +02:00
BPanther
aa13ff5fba system/lastchannel.cpp: increase channel history from 10 to 21
Signed-off-by: Thilo Graf <dbt@novatux.de>

No reason given, but shouldn't break anything.
2023-06-11 21:29:25 +02:00
vanhofen
40006e7c81 epgview: try to fix audioInfo
show streamtype 0x04, thx to DdD

Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-06-06 11:13:35 +02:00
Thilo Graf
bb8a9b2e2b cc_base.cpp: Removed unnecessary using 'namespace std' statement 2023-06-06 11:13:22 +02:00
GetAway
dc381ae189 neutrino.cpp: better fix for pip on hisilicon 2023-06-04 22:10:08 +02:00
GetAway
0383437ca9 neutrino.cpp: fix pip for hisilicon 2023-06-04 21:50:14 +02:00
BPanther
1c7527b029 fix y-web streaminfo
Signed-off-by: GetAway <get-away@t-online.de>
2023-05-28 22:20:44 +02:00
GetAway
0cc83d9595 controlapi.cpp: add possibility to get boxinfo 2023-05-26 23:23:54 +02:00
GetAway
ea99b283a4 Y_Tools_Screenshot.yhtm: fix screenshot without grab
- thanks zerocoolboy for the fix
2023-05-18 15:43:49 +02:00
Thilo Graf
b06321104d setting_helpers: suplement to "setting_helpers: reduce dub code parts"
Init of zone was incomplete
2023-05-09 18:26:42 +02:00
Thilo Graf
6ef0bd0f90 system/debug.h: try for more thread save implementation
Replacing printf() with fprintf() in this code section aims to
prevent unpredictable behavior in multi-threaded environments that
could be caused by printf()'s non-atomic nature. The change is
intended to enhance output consistency and prevent potential race conditions.
Additionally, it is important to note that many other plain calls to printf()
in the Neutrino code could also cause issues and require further investigation.
Whether this change will have a positive impact remains to be seen.
2023-05-09 16:47:23 +02:00
vanhofen
749d51926a zapit/bouquets: rename marker defines
Signed-off-by: Thilo Graf <dbt@novatux.de>

Justification is missing, but seems to be only a formality.
2023-05-09 13:37:50 +02:00
BPanther
45db252552 bouquets: m3u8 added
thx mohousch

Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-05-08 20:42:52 +02:00
Hendi
1cb1d1c498 record: Add missing audio stream types (AACP among others)
In order to fix playback of existing recordings, one can change
audiotype="1" to audiotype="9" in the XML files.
2023-05-03 20:31:17 +02:00
Thilo Graf
98cc87a383 configure: rework acinclude.m4
Added more documented output for users and removed some unused
lines (such as assignments after AC_MSG_ERROR, which do not make sense).
Additionally, more checks have been added with result output.

DEBUG_CFLAGS can now be used as an environment variable.
This change was made because for debugging purposes, users should be
able to adjust the options, rather than relying solely on static options
such as -g3 -ggdb. This is especially important since -O2 may often
not be sufficient.

Do we really need the CDK mode? Would it be a better idea to
handle this via the usual configuration or build system, using
environment variable assignments, or catching specific cases
in a makefile? Additionally, I have the impression that hardly
anyone is using the CDK mode.
2023-04-25 22:10:56 +02:00
vanhofen
405f45d304 - acinclude: move HAVE_UCLIBC handling to configure.ac; fix handling 2023-04-25 15:53:22 +02:00
vanhofen
49342bbee0 - acinclude: move enable-change-osd-resolution handling to configure.ac; rework handling
Conflicts:
	configure.ac
2023-04-25 15:53:22 +02:00
vanhofen
b0f72f65ea - acinclude: move api key handling to configure.ac
Conflicts:
	acinclude.m4
2023-04-25 15:53:22 +02:00
vanhofen
d57c05e1f3 - acinclude: move theme handling to configure.ac
Conflicts:
	acinclude.m4
2023-04-25 15:53:22 +02:00
vanhofen
fa416f02d9 - acinclude: move libcoolstream handling to configure.ac 2023-04-25 15:53:22 +02:00
vanhofen
452f35adef - acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
Conflicts:
	src/gui/imageinfo_ni.cpp
2023-04-25 15:53:22 +02:00
vanhofen
430bb80aba - introduce TARGET_ROOT define to fix paths in native mode
Conflicts:
	src/neutrino.cpp
2023-04-25 15:53:22 +02:00
Thilo Graf
6aded31eb3 setting_helpers: reduce dub code parts
Note: This line: 'TARGET_PREFIX "/share/zoneinfo/" + zone' will be
found in other source files too. It could make
sense to unify it globally to avoid duplicating code.
2023-04-25 15:52:50 +02:00
Thilo Graf
75f693d988 opkgmanager: rename hintBox -> loadBox
That should be a more plausible term.
2023-04-25 15:51:53 +02:00
Thilo Graf
8fcfffe596 start_wizard: avoid complete initial of COPKGManager object
For a little less effort.
2023-04-25 15:51:50 +02:00
Thilo Graf
25f49be90b imageinfo: remove opkg includes and man object
Not required.
2023-04-24 21:04:49 +02:00
Thilo Graf
9e64d70093 imageinfo: remove debug line
Not required
2023-04-23 21:57:47 +02:00
Thilo Graf
542ac2f5da opkg_manager: remove friend class CImageInfo
Not longer required
2023-04-23 21:53:01 +02:00
Thilo Graf
c6944d0905 opkg-manager: remove unused class CConfigFile 2023-04-19 15:47:41 +02:00
vanhofen
ebd24e73f9 - infoviewer: an addition to 14dcdc36e3
Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-04-13 19:13:51 +02:00
vanhofen
b4bf491a46 - locales: unify inetradio locales
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-04-13 18:58:44 +02:00
Thilo Graf
14dcdc36e3 infoviewer: Updated naming convention to consistently indicate return values
'getter' methods do convey a return value,
but getLiveStreamInfo() returns nothing, therefore we should use
a more appropriate name, such as 'initialize'
or 'modify', improving code clarity and adherence
to best practices.
2023-04-12 21:07:12 +02:00
vanhofen
0cd00137c5 - locales: clarify omdb locales
Signed-off-by: Thilo Graf <dbt@novatux.de>

 Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h

Detected: LOCALE_INETRADIO_AUTOSTART,
 	  LOCALE_INETRADIO_NAME,

These entries were messed because of different use of dots and
underlines in locales.
2023-04-11 17:43:54 +02:00
vanhofen
0fec0e12e3 - encoding.conf: use UTF-8 encoding; add some comments to explain this file 2023-04-11 17:23:09 +02:00
EnoSat
60e10a9fa2 Update encoding.conf
fixed more bugs
2023-04-11 17:22:28 +02:00
vanhofen
9c884103f1 - initial settings: update matze settings to 25.03.2023 2023-04-11 17:17:43 +02:00
vanhofen
a8315f80e3 - glcd: fix livestreamInfo 2023-04-11 17:17:43 +02:00
vanhofen
4de50f4c77 - lcd4l: fix livestreamInfo 2023-04-11 17:17:43 +02:00
vanhofen
430d2c07ed - infoviewer: rework get/showLivestreamInfo() 2023-04-11 17:17:43 +02:00
vanhofen
59e6d462d7 - rcinput: fix tv2 key for edhdultra and protek4k 2023-04-11 17:17:42 +02:00
max_10
28974b9626 update.cpp: fix previous definition versionInfo 2023-04-11 17:17:42 +02:00
vanhofen
31c5dd3190 - timermanager: fix glcd handling 2023-04-11 17:17:42 +02:00
GetAway
be5786eebb controlapi.cpp: fix segfault if the bouquet number passed is less than 0 2023-04-09 16:16:57 +02:00
GetAway
8132fb17fe yweb: fix blank.png 2023-04-04 21:38:57 +02:00
Thilo Graf
c9fbe3b4c1 update: remove dub entries and minor supplement for last commit
dub entries were showLocalStatus, showGlobalStatus.
Supplement was for
	860e777104
	update: remove unnecessary initialization on the heap
2023-04-04 10:14:55 +02:00
Thilo Graf
860e777104 update: remove unnecessary initialization on the heap 2023-03-19 22:21:21 +01:00
vanhofen
d877f2cc6c - update: remove obsolete define SQUASHFS 2023-03-19 22:08:06 +01:00
vanhofen
7a4aaa04ae - neutrinoyparser: add functions to check online update
Signed-off-by: Thilo Graf <dbt@novatux.de>

TODO: Missing documentation
2023-03-18 16:03:35 +01:00
Thilo Graf
de39cd7793 update.cpp: remove pkg management stuff from image update
Was broken here, and it's easier for users of package manager to
handle since last changes of package manager, and it's easier to
maintain class CFlashUpdate without impact of package manager.
2023-03-18 10:49:04 +01:00