Commit Graph

8151 Commits

Author SHA1 Message Date
GetAway
f28f3bf0f7 update.cpp: remove unused variable 2024-01-14 13:44:47 +01:00
vanhofen
ce9d47cf93 update: fix commit: neutrino remove useless allow_flash from CmdParser()
commit: 947b52f09a
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 854a86ba9f
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-12 (Fri, 12 Jan 2024)

Origin message was:
------------------
- update: fix 27d6d263223f13d0c6bfb482401a7229fbb8217c

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-13 21:12:36 +01:00
Thilo Graf
0a46ad7ba0 moviedb: outsource moviedb sources into own subdir 2024-01-09 20:16:40 +01:00
vanhofen
4dd2d83d3a weather: minor formatting changes in checkUpdate()
Origin commit data
------------------
Commit: c09903b255
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-08 (Mon, 08 Jan 2024)

Origin message was:
------------------
- weather: minor formatting changes in checkUpdate()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-09 09:13:21 +01:00
vanhofen
947b52f09a neutrino remove useless allow_flash from CmdParser()
Origin commit data
------------------
Commit: 6981a252c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino remove useless allow_flash from CmdParser()

------------------
No further description and justification available within origin commit message!
2024-01-07 14:28:53 +01:00
vanhofen
0086ea581c lcd4l: add actionkey moviebrowser_moviecut
Origin commit data
------------------
Commit: 97cebad4ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)

Origin message was:
------------------
- lcd4l: add actionkey moviebrowser_moviecut
2024-01-07 14:28:28 +01:00
vanhofen
d66076e116 moviebrowser: fix lcd4l handling
Origin commit data
------------------
Commit: bddbd9fe97
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)

Origin message was:
------------------
- moviebrowser: fix lcd4l handling
2024-01-07 14:28:25 +01:00
vanhofen
faa21b3c02 channellist: minor formatting changes
Origin commit data
------------------
Commit: e8755b1699
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)

Origin message was:
------------------
- channellist: minor formatting changes
2024-01-07 14:28:22 +01:00
vanhofen
428f9085b1 pip-setup: don't hide pip when exiting pip-setup
Origin commit data
------------------
Commit: d594f941a6
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)

Origin message was:
------------------
- pip-setup: don't hide pip when exiting pip-setup
2024-01-07 14:28:19 +01:00
BPanther
159eaac3bf fix quad pip
Origin commit data
------------------
Commit: 386622da9c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
2024-01-03 23:53:03 +01:00
BPanther
573e86ffe6 fix quad pip
Origin commit data
------------------
Commit: cbb43a3fc3
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
2024-01-03 23:53:01 +01:00
BPanther
a7096fb681 fix pip config window
Origin commit data
------------------
Commit: 84e7cb0c27
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
2024-01-03 23:52:52 +01:00
BPanther
eb58604269 fix for --enable-pip
Origin commit data
------------------
Commit: cb806cb745
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
2024-01-03 23:16:25 +01:00
vanhofen
9119bcbecc bouquetlist: fix indentation
Origin commit data
------------------
Commit: bc7cfeafa1
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-01 (Mon, 01 Jan 2024)

Origin message was:
------------------
- bouquetlist: fix indentation
2024-01-02 19:37:48 +01:00
vanhofen
d9a878641a infoviewer: fix background shine through round borders
Origin commit data
------------------
Commit: 22b6818746
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-12-17 (Sun, 17 Dec 2023)

Origin message was:
------------------
- infoviewer: fix background shine through round borders
2023-12-18 11:30:26 +01:00
Thilo Graf
64edf98da4 test_menu: add simple colored Boxes 2023-11-05 16:50:28 +01:00
GetAway
3e6d45b65a Fix set lastmode; introduce sending an actionKey for LCD4linux
We have a problem since the introduction of moviebrowser_mode.
Lastmode is no longer reset correctly, because the new mode is overlaid by another mode
and thus the original mode cannot be restored. Neutrino becomes unusable and has to be
restarted. (Example below)
Generally the opening of a window, like the MB or Channellist is also no Neutrino_mode in
the sense as it was invented once. It is just a window and not a mode that Neutrino is in.
Example: Neutrino is in TV_MODUS and you open the MB. You can see, Neutrino is still in TV_MODUS.
I reverted the code and now an open window can say for example to the lcd4linux 'hello i'm open, here is mb'.
When running a window we send some kind of AktionKey. After the actions in the window, the AktionKey is cleared.
Now to the current bug:

1. boot on a TV channel.
2. switch to a WebTV channel. (in my case PlutoTV Star Trek)
3. play a TS over the Moviebrowser and stop it. (MODE_WEBTV is detected and the WebTV stream is restarted)
4. call the MB a second time and start and stop the TS.
5. the WebTV stream does not restart anymore.
6. exit the MB now.
7. neutrino becomes not operable.
2023-09-14 18:53:26 +02:00
GetAway
e979c06535 lcd4l_setup.cpp: add user to skin menu 2023-09-09 21:37:30 +02:00
Thilo Graf
a1182edac3 movieplayer: rework player handling
Signed-off-by: GetAway <get-away@t-online.de>
2023-09-03 08:44:22 +02:00
BPanther
d13780e893 glcd: new option for scroll text on/off added
Origin commit data
------------------
Commit: a1aa348882
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-08-13 (Sun, 13 Aug 2023)

Origin message was:
------------------
nglcd: new option for scroll text on/off added

Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-08-15 21:18:37 +02:00
GetAway
7919285356 movieplayer.cpp: A new member function setPlaybackPtr(cPlayback *ptr) is implemented within the cVideo class to set the playback callback pointer.
This prevents showing pictures with the videoDecoder while movieplayer is paused
2023-08-13 00:00:24 +02:00
GetAway
b2eccbd331 movieplayer.cpp: initialize static members in CMoviePlayerGui class 2023-08-11 22:41:24 +02:00
BPanther
0822265af9 new option added for eof retries on lost server connections
Conflicts:
	src/gui/mediaplayer_setup.cpp
2023-07-26 21:54:21 +02:00
vanhofen
7fd1f02116 movieplayer: simplify: reload webtv/iptv stream if connection lost
Signed-off-by: Thilo Graf <dbt@novatux.de>

Removed commit ID from the introduction because it is completely
unusable inside this history.
d5e667c3b4
2023-07-17 11:23:18 +02:00
BPanther
295fe94d16 reload webtv/iptv stream if connection lost 2023-07-17 11:23:18 +02:00
vanhofen
5cedd0c384 channellist: disable channel numbers in history mode 2023-07-17 11:23:18 +02:00
vanhofen
9c641efdfc channellist: offset fixes for later/primetime view 2023-07-17 11:23:18 +02:00
vanhofen
77c3d82d27 channellist: ust lock icon as a status icon on the right side 2023-07-17 11:23:18 +02:00
vanhofen
2730761cb7 channellist: some offset fixes 2023-07-17 11:23:18 +02:00
vanhofen
11cf401c64 channellist: always show hotkeys in history mode 2023-07-17 11:23:18 +02:00
vanhofen
884bb0d965 channellist: use hotkey icons in history mode 2023-07-17 11:23:18 +02:00
vanhofen
62420f9ce1 channellist: fix display of hotkeys in history mode 2023-07-17 11:23:17 +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
BPanther
45db252552 bouquets: m3u8 added
thx mohousch

Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-05-08 20:42:52 +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
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
430d2c07ed - infoviewer: rework get/showLivestreamInfo() 2023-04-11 17:17:43 +02:00
max_10
28974b9626 update.cpp: fix previous definition versionInfo 2023-04-11 17:17:42 +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