Thilo Graf
23e684258f
CThemes: add default theme from config and migrate theme settings if needed
2018-04-11 16:12:58 +02:00
Thilo Graf
819c54e240
themes: set default theme instead static colors, but hold fallback
2018-04-11 16:12:58 +02:00
Thilo Graf
ce244d7fcd
themes: add setting entry for theme name
2018-04-11 16:12:58 +02:00
Thilo Graf
f9b4aeef8c
infobar timout: add member to get current timeout modes
...
Avoids multiple code in some source files.
2018-04-10 10:29:39 +02:00
Thilo Graf
557805bc40
infobar: rework infobar timeout behavior
...
Options were sometimes described ambiguously and previous behavior was no longer available.
Now the descriptions should be more plausible for current behavior.
2018-04-10 10:29:38 +02:00
Thilo Graf
9dabc6301b
src/neutrino.cpp: fix wrong default keysetup for audio key
...
Audio key has opened hdd menue instead audio menue.
Note: Reset or rework of user menue settings for audio key is required.
2018-04-01 19:16:14 +02:00
svenhoefer
ef99e41f93
- channellist: move zaphistory/current_transponder handling into sepatate function
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-03-22 21:20:16 +01:00
svenhoefer
fc75b16472
- neutrino: simplify key_zaphistory/key_current_transponder calls
...
* allow these both keys in movieplayer too; handling has been missing there
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-03-22 21:20:08 +01:00
Thilo Graf
2f73bd58a1
CNeutrinoApp: ensure clean up of screen in standby mode
...
This should fix a possible issue with infobar artefacts in standby mode.
This issue was observed if user went to change to standby mode and
infobar was still open e.g if infobar timeout was set to 0
(always visible) and runtime timeout was elapsed.
2018-03-22 21:10:47 +01:00
Thilo Graf
a04e899d44
Revert "neutrino: do not clean up infoviewer"
...
This reverts commit 596e8b5bf6
.
Signed-off-by: Thilo Graf <dbt@novatux.de >
Can't find any violations at the moment.
2018-03-22 21:10:45 +01:00
Thilo Graf
d677bd9c22
settings: set display plackback time for movieplayer as default = on
...
User should know which movie he just started.
2018-03-01 11:19:39 +01:00
svenhoefer
6ad2ca6a46
- movieplayer: allow to display plackback time instead of movietitle on vfd
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/neutrino.cpp
src/system/locals.h
src/system/locals_intern.h
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-02-28 11:18:53 +01:00
Stefan Seyfried
29987ae505
neutrino: fix infobar display with disabled timeout
...
When the infobar timeout is disabled, the infobar was not shown for all
"automatic" events like "start" and "zap".
The purpose of disabled infobar timeout is to show the infobar all the
time (e.g. in radio mode), so this does not make sense. Fix it.
2018-02-07 19:45:26 +01:00
svenhoefer
97d349872a
- neutrinofonts: allow monospaced font for shellwindow widget
...
Font is initialized at runtime and uses FONTDIR_VAR "/shell.ttf" or FONTDIR "/shell.ttf"
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-27 16:16:00 +01:00
svenhoefer
c05212e86b
- neutrino: enable caching teletext by default
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-27 16:15:39 +01:00
svenhoefer
966ff7ef94
- neutrino: check for non-existing tuxtxt font
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-25 17:10:27 +01:00
svenhoefer
304c74e79b
- neutrino/miscsettings_menu: fix switching online-services
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-21 22:10:45 +01:00
Stefan Seyfried
2a645b1a71
neutrino: always clear display when going to standby
...
...even if the display is already in standby mode...
2018-01-13 19:56:06 +01:00
svenhoefer
21f6ec5944
- multiformat audioplayer: add separate timeout for infobar
...
Conflicts:
src/gui/infoviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 22:44:00 +01:00
svenhoefer
5e2002014d
- neutrino: remove unused __EXPERIMENTAL_CODE__ stuff
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-03 16:44:56 +01:00
svenhoefer
430a0caaaf
- movieplayer: revert most code from terrible commit 09ae4c3a5101f7cd7924b35a193b1c829c2cc107
...
to get back working subtitles for COOL_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de >
partial revert of: commit 6fe5d269af
2018-01-03 16:25:59 +01:00
svenhoefer
3c32fab30a
Revert "- audio_select: copy full code from TangoCash"
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
this reverts commit: 5fd7ec68ac
2018-01-02 22:35:21 +01:00
svenhoefer
70bfad4c86
- neutrino: fix usermenu calls for fileplayback_video/audio
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-02 22:34:05 +01:00
Stefan Seyfried
bacddeea90
dboxinfo: allow to show "neutrino uptime"
2017-12-28 00:07:23 +01:00
svenhoefer
c9e4712011
- neutrino: add RC_playpause handling; change some key defaults for ARM_HARDWARE
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:28 +01:00
svenhoefer
483f4053a5
- settings_manager: remember last used directory
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/gui/settings_manager.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-17 23:17:17 +01:00
svenhoefer
50cc4ef7a2
- neutrino: try to fix timer_wakeup handling; ...
...
The return to deepstandby after timer-wakeups was broken.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-01 14:26:29 +01:00
svenhoefer
37028e518b
- neutrino: don't write timerinfo's when exiting to reboot
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-27 22:26:30 +01:00
svenhoefer
25c8220888
- neutrino: re-disable screensaver for mode_webradio on ARM_HARDWARE
...
when screensaver is stopped the playback is stopped too
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-27 22:25:23 +01:00
svenhoefer
81b82668ac
- screensaver: move more repeatedly used code to screensaver's code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-27 22:23:32 +01:00
svenhoefer
74bc2e88d5
- neutrino: move screensaver members to screensaver's code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-27 20:38:38 +01:00
svenhoefer
962bcae745
- neutrino: enable screensaver for mode_webradio
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-27 20:38:07 +01:00
svenhoefer
a857be6cc3
- neutrino: deactivate compatibility code in ExitRun(); ...
...
our start script is aligned to new exit code 2
see cd1328c41c
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:10 +01:00
svenhoefer
d6bba3e488
- neutrino: add exit codes to handle some actions in neutrino's start script
...
EXIT_REBOOT is inactive yet; see comment in ExitRun()
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
f67ddda1f7
- neutrino: always write /tmp/.timer ...
...
otherwise the vfd stays blank in deepstandby, if leds are configured off
and no timer is set. HD2's vfd urgently needs the fp.brightness value
which is not written to frontpanel in this case.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
14fafa3059
- neutrino: unify console-output for different conditions in ExitRun()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
3f60582c78
- neutrino: fix file-check in ExitRun() ... was a c/p error
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
c95d5118ef
- neutrino: more small cleanups in ExitRun()
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
f128d38ad3
- neutrino: cleanup ExitRun() function from unused code
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
9645cb24d1
- neutrino: clearify mode handling in saveEpg() function
...
Conflicts:
src/driver/scanepg.cpp
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
0fc3e793a4
- neutrino: unify modes handling; ...
...
remove double enum from CNeutrinoApp and move mostly used enum from NeutrinoMessages to new NeutrinoModes
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
svenhoefer
91098917e0
- simple_display: show scrambled icon on scrambled channels
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-19 21:12:54 +01:00
svenhoefer
6911ffe0b6
- neutrino: fix tv/radio switch for coolstream; ...
...
the TV/Radio key returns RC_tv. So we can't use RC_radio code here.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-17 19:22:51 +01:00
svenhoefer
8acb4a4f67
- neutrino: don't load webradio xml on HD1 hardware; ...
...
audiostreams doesn't work
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 20:39:34 +01:00
svenhoefer
dbf2fa3f18
- vfd-setup: allow to set scroll_repeats if possible
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 20:39:34 +01:00
svenhoefer
bf88e2976f
- neutrino: display's setScrollMode() needs to be called on every start
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 20:39:34 +01:00
svenhoefer
456c12dfb3
- neutrino: avoid some ifdef's; prioritize proc filesystem
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 20:39:34 +01:00
svenhoefer
dc78eaf018
- neutrino: fix console output to signalize timer wakeups
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
5bc21a6edd
- neutrino: don't add web-channels to sat-bouquet
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
4202218b47
- neutrino: some more mode_radio/mode_webradio fixes #2
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00