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
Thilo Graf
88ea3e6b30
moviebrowser: remove rezap on leaving of moviebrowser
...
Comes in with - moviebrowser: add lcd4linux support
260ca7d64e
.
Why is rezap required here?
2023-01-05 23:14:19 +01:00
Thilo Graf
e209a4cc41
Revert "- moviebrowser: allow RC_left/right for page navigation"
...
This reverts commit a605f0ce3a
.
This brakes navigation.
2023-01-05 16:05:36 +01:00
vanhofen
f8b3cbf476
- remove youtube player
...
Conflicts:
acinclude.m4
data/icons/headers/ytplay.png
data/icons/hints/hint_ytplay.png
data/locale/slovak.locale
src/gui/moviebrowser/mb.cpp
src/gui/user_menue_setup.cpp
src/neutrino.cpp
src/system/settings.h
2023-01-05 16:05:35 +01:00
vanhofen
d0511c6be0
- moviebrowser: allow configurable keys to toggle view
2023-01-05 16:05:18 +01:00
svenhoefer
a605f0ce3a
- moviebrowser: allow RC_left/right for page navigation
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-11-07 21:22:46 +01:00
svenhoefer
1354fc5c70
- hintbox: introduce and use CLoaderHint()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
# Conflicts:
# src/gui/miscsettings_menu.cpp
# src/gui/moviebrowser/mb.cpp
# src/gui/widget/hintbox.h
# src/neutrino.cpp
2022-11-07 21:21:38 +01:00
svenhoefer
4440ec9f97
- moviebrowser: restore last mode to allow tv/radio while copying, cutting and truncating
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-09-18 15:17:07 +02:00
svenhoefer
260ca7d64e
- moviebrowser: add lcd4linux support
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-09-13 20:35:30 +02:00
svenhoefer
59aa91ca80
- moviebrowser: ignore g_settings.infobar_show_sysfs_hdd; ...
...
rename info_hdd_level() => refreshHDDLevel
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-08-30 21:18:35 +02:00
TangoCash
97f2ba2ba5
restore old progressbar behavior
2022-06-14 21:33:29 +02:00
svenhoefer
8106d9ad54
- moviebrowser: fix segfault
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-05-01 22:09:09 +02:00
svenhoefer
09764568ef
- header-clocks: simplify calls
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-04-30 18:13:42 +02:00
svenhoefer
8acae91d2f
- moviebrowser: add clock to header
2022-04-30 18:12:33 +02:00
TangoCash
8844736ef1
cleanup
2022-04-30 18:10:46 +02:00
TangoCash
1cdb8d2356
fix progressbar in moviebrowser
2022-04-30 18:10:40 +02:00
TangoCash
cd076c5f14
fix logo position in moviebrowser
2022-04-30 18:10:34 +02:00
svenhoefer
aa560d175c
- moviebrowser: increase chars for keybord input
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-02-06 20:12:19 +01:00
svenhoefer
d458d98805
- change RC_back handling; its not longer translated to RC_home
...
Conflicts:
src/gui/hdd_info.cpp
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-04 21:30:14 +01:00
Thilo Graf
8e9a039db8
moviebrowser: add missing parameters for movie cover
2021-12-14 11:11:26 +01:00
svenhoefer
c3d20394ac
- rename src/mymenu.h => src/gui/widget/menue_options.h
...
Conflicts:
src/gui/daemon_control.cpp
src/gui/infoicons_setup.cpp
src/gui/netfs_setup.cpp
src/gui/plugins_hide.cpp
src/gui/widget/menue_options.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-12-06 19:25:46 +01:00
max_10
88f663520b
- remove old sh4 blit
2021-12-03 23:26:55 +01:00
Thilo Graf
9a92a1e8fc
moviebrowser: enable paint bg in initMovieCover()
...
disable not required
2021-11-16 08:53:19 +01:00
Thilo Graf
20cb6fbbf3
moviebrowser: use CComponentsChannelLogo instead CComponentsChannelLogoScalable
...
scale parameter from logo/cover dimesion setters not required
2021-11-13 18:59:50 +01:00
Thilo Graf
ae29bfc7a6
moviebrowser: mb.cpp, implement ShowHintS for save_movie_info
2021-10-13 09:37:54 +02:00
svenhoefer
2a49ff0369
- moviebrowser: remove inactive code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-03 17:02:39 +02:00
svenhoefer
3f34ab5877
- change some hintboxes
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
I'm not enthused of this solution to misuse the CHint destructor since
commit 1cb25e7cd3
"- hintbox: add setDelay() prototype".
I think such tasks with delay impact are not the designation of
destructors and avoidable. Unless it is absolutely necessary.
Therefore, I think this is only a temporary solution.
2021-10-03 17:02:07 +02:00
Thilo Graf
e42d4570cd
moviebrowser: simplify user guidance with sort menue
...
It's always easier to use blindly the cross control buttons,
than looking for the colored buttons on the remote control.
Nothing will change for users who want to use the colored keys directly,
but they will get used to it.
This was a directly user request.
2021-10-01 22:00:10 +02:00
svenhoefer
6e1069bbdf
- epgview: allow to save imdb/tmdb poster with g_settings.mbkey_cover
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-05-05 12:09:40 +02:00
svenhoefer
c5995fdda5
- imdb/tmdb: more unifications; function names
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-04-08 23:37:15 +02:00
svenhoefer
6c25ac74cc
- imdb/tmdb: more unifications; poster handling
...
Conflicts:
src/gui/epgview.cpp
src/gui/mdb-tmdb.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-04-08 23:34:50 +02:00
svenhoefer
b81f316217
- moviebrowser: change imdb handling
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-04-08 23:10:53 +02:00
svenhoefer
488876327b
- - imdb/tmdb: more unifications
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-04-08 23:10:27 +02:00
svenhoefer
cf114aefae
Revert "- fix some compiler warnings"
...
This reverts commit 24b42c1e6a73fa8fe03a906a87497a221b50916b.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-22 21:25:53 +01:00
Thilo Graf
0feb693cf1
- fix some compiler warnings
2020-01-19 14:53:12 +01:00
Jacek Jendrzej
29ae868ae6
fix somme inits
2020-01-17 22:35:08 +01:00
svenhoefer
9631f2c74b
- fix some compiler warnings
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-07 17:51:27 +01:00
Thilo Graf
cfb537791e
moviebrowser/mb.cpp: fix format error
2020-01-06 16:47:10 +01:00
Thilo Graf
0c62e5e264
CProgressWindow: add adaptiv progress handling, new classes added
...
See src/gui/widget/progresswindow.h for more details and examples.
Docs could be generated with Doxygen.
2020-01-05 21:17:59 +01:00
svenhoefer
696f7e81e8
- moviebrowser: fix display of control chars in movieinfo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
Thilo Graf
ad8b3271d4
moviebrowser: fix possible memleak in initSeriesMenu()
...
thx satbaby for hints
2019-06-24 21:47:58 +02:00
Thilo Graf
08aaeced13
moviebrowser: fix possible memleaks with initOptionsBrowserMenu()
2019-06-24 21:43:33 +02:00
Thilo Graf
851c8d16e0
moviebrowser: clean up showMenu(), browser options menu outsourced
2019-06-20 20:41:19 +02:00
Thilo Graf
a3b9bcac0b
moviebrowser: clean up showMenu(), directory options menu outsourced
2019-06-20 20:41:19 +02:00
Thilo Graf
7f5079a321
moviebrowser: clean up showMenu(), parental lock menu outsourced
2019-06-20 20:41:19 +02:00
Thilo Graf
304d673926
moviebrowser: clean up showMovieInfoMenu(), update movie info menu outsourced
2019-06-17 14:39:11 +02:00
Thilo Graf
5a84cde507
moviebrowser: clean up showMovieInfoMenu(), series menu outsourced
2019-06-17 14:39:11 +02:00
Thilo Graf
c963f5b218
movibrowser: fix 'clean up showMovieInfoMenu(), bookmark menu outsourced'
...
CIntInput objects has been positioned unfavorable within scope
and caused possible crashes. This was not noticeable while compiling.
To avoid crashes and possible memleaks some parameters were added for CIntInput objects.
2019-06-16 19:24:48 +02:00
Thilo Graf
aafeb4bf12
moviebrowser: clean up showMovieInfoMenu(), bookmark menu outsourced
2019-06-16 17:41:10 +02:00
Thilo Graf
4a52b79c0f
moviebrowser: rework frame height setup in moviebrowser setup
...
Usability with height presets was not really user friendly.
2019-06-05 11:12:04 +02:00