Commit Graph

1608 Commits

Author SHA1 Message Date
vanhofen
c3dfc448c5 lcd4l: move lcd4l-code to driver directory
Origin commit data
------------------
Commit: 3a82bfab40
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-09 (Wed, 09 May 2018)

Origin message was:
------------------
- lcd4l: move lcd4l-code to driver directory
2018-05-09 23:41:37 +02:00
vanhofen
a98949dafa neutrino: remove our api keys
Origin commit data
------------------
Commit: 4015d0cde8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)

Origin message was:
------------------
- neutrino: remove our api keys
2018-04-29 03:13:08 +02:00
Thilo Graf
b0e8a3429f Api keys: add class instead single functions to check api keys
Without class build was broken, with static versions it should working.


Origin commit data
------------------
Commit: 7d6a4db686
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
2018-04-29 03:13:08 +02:00
Thilo Graf
c56185978f neutrino.cpp: add defined api keys into online service settings
Origin commit data
------------------
Commit: 22aedc0b3f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
2018-04-29 03:13:08 +02:00
Thilo Graf
88c6363ec8 imdb-support: renamed imdb->omdb
Imdb is not really used directly, that is a bit misleading


Origin commit data
------------------
Commit: 1af35f36c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
2018-04-29 03:13:08 +02:00
vanhofen
d230fe4732 neutrino: use WEBTVDIR as default for g_settings.livestreamScriptPath
The usage of WEBTVDIR_VAR was not a good idea because our delivered xml's
are located in WEBTVDIR.
In summery the location doesn't really matter, because our code in
movieplayer.cpp will find the script in several places.


Origin commit data
------------------
Commit: 35fa18c3d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)

Origin message was:
------------------
- neutrino: use WEBTVDIR as default for g_settings.livestreamScriptPath

The usage of WEBTVDIR_VAR was not a good idea because our delivered xml's
are located in WEBTVDIR.
In summery the location doesn't really matter, because our code in
movieplayer.cpp will find the script in several places.
2018-04-22 22:48:04 +02:00
GetAway
fab27d0c19 videosettings: fix set and get video_43mode
Origin commit data
------------------
Commit: 5e65dca8c3
Author: GetAway <get-away@t-online.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)
2018-04-22 22:24:18 +02:00
vanhofen
ce8f83d565 neutrino: remove NI-tag from g_settings.network_ntpserver
Origin commit data
------------------
Commit: 54551dd0a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)

Origin message was:
------------------
- neutrino: remove NI-tag from g_settings.network_ntpserver
2018-04-22 20:58:31 +02:00
Thilo Graf
a6d366ff5e CThemes: add default theme from config and migrate theme settings if needed
Origin commit data
------------------
Commit: 0344962efc
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
2018-04-11 23:58:15 +02:00
Thilo Graf
511d603898 themes: set default theme instead static colors, but hold fallback
Origin commit data
------------------
Commit: 8498f29202
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
2018-04-11 23:58:15 +02:00
Thilo Graf
1f39eaa748 themes: add setting entry for theme name
Origin commit data
------------------
Commit: 06bd3519d8
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
2018-04-11 23:58:15 +02:00
Thilo Graf
9adeb86df1 infobar timout: add member to get current timeout modes
Avoids multiple code in some source files.


Origin commit data
------------------
Commit: e0be304aef
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-10 (Tue, 10 Apr 2018)

Origin message was:
------------------
infobar timout: add member to get current timeout modes

Avoids multiple code in some source files.
2018-04-10 22:30:17 +02:00
Thilo Graf
a123753eaa 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.


Origin commit data
------------------
Commit: 89770bae19
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-10 (Tue, 10 Apr 2018)
2018-04-10 22:30:17 +02:00
vanhofen
6e63adf7dc neutrino: remove NI tags from usermenu settings
Origin commit data
------------------
Commit: 52f5fa1f72
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-01 (Sun, 01 Apr 2018)

Origin message was:
------------------
- neutrino: remove NI tags from usermenu settings
2018-04-01 21:28:05 +02:00
Thilo Graf
02f14ec941 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.


Origin commit data
------------------
Commit: fb5ee733ea
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-03-25 (Sun, 25 Mar 2018)

Origin message was:
------------------
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-25 22:48:12 +02:00
Thilo Graf
8ae68ed015 Revert "neutrino: do not clean up infoviewer"
This reverts commit 248d137982.

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

Can't find any violations at the moment.


Origin commit data
------------------
Commit: 4a952b1c84
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-03-25 (Sun, 25 Mar 2018)
2018-03-25 22:48:12 +02:00
vanhofen
6892e0e852 channellist: move zaphistory/current_transponder handling into sepatate function
Origin commit data
------------------
Commit: 8dbd41921a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-22 (Thu, 22 Mar 2018)

Origin message was:
------------------
- channellist: move zaphistory/current_transponder handling into sepatate function
2018-03-22 00:09:41 +01:00
vanhofen
f914c5ecb8 neutrino: simplify key_zaphistory/key_current_transponder calls
* allow these both keys in movieplayer too; handling has been missing there


Origin commit data
------------------
Commit: e8b9104a72
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-21 (Wed, 21 Mar 2018)

Origin message was:
------------------
- neutrino: simplify key_zaphistory/key_current_transponder calls

* allow these both keys in movieplayer too; handling has been missing there
2018-03-21 00:45:21 +01:00
vanhofen
ab3575b5a2 movieplayer: allow to display plackback time instead of movietitle on vfd
Origin commit data
------------------
Commit: e620d9e544
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-02-27 (Tue, 27 Feb 2018)

Origin message was:
------------------
- movieplayer: allow to display plackback time instead of movietitle on vfd
2018-02-27 00:54:05 +01:00
vanhofen
e2661e4dcd Revert "neutrino: fix infobar display with disabled timeout"
This reverts commit 69ca4a90a9.


Origin commit data
------------------
Commit: c1e7aa4184
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-02-05 (Mon, 05 Feb 2018)
2018-02-05 23:47:24 +01:00
Stefan Seyfried
69ca4a90a9 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.


Origin commit data
------------------
Commit: 9cd7e8972c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-04 (Sun, 04 Feb 2018)
2018-02-04 23:42:09 +01:00
vanhofen
fd232c44b2 neutrinofonts: allow monospaced font for shellwindow widget
Font is initialized at runtime and uses FONTDIR_VAR "/shell.ttf" or FONTDIR "/shell.ttf"


Origin commit data
------------------
Commit: 721300f60b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-27 (Sat, 27 Jan 2018)

Origin message was:
------------------
- neutrinofonts: allow monospaced font for shellwindow widget

Font is initialized at runtime and uses FONTDIR_VAR "/shell.ttf" or FONTDIR "/shell.ttf"
2018-01-27 14:57:31 +01:00
vanhofen
63b2b84fea neutrino: check for non-existing tuxtxt font
Origin commit data
------------------
Commit: ba8532a9c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-24 (Wed, 24 Jan 2018)

Origin message was:
------------------
- neutrino: check for non-existing tuxtxt font
2018-01-24 22:50:24 +01:00
vanhofen
5b9dca1f0e neutrino: enable caching teletext by default
Origin commit data
------------------
Commit: 41a31e0024
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)

Origin message was:
------------------
- neutrino: enable caching teletext by default
2018-01-23 21:18:47 +01:00
vanhofen
decb10f98c apply tuxtxt font changes to users settings
Origin commit data
------------------
Commit: af9a9ef532
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)

Origin message was:
------------------
- apply tuxtxt font changes to users settings
2018-01-23 16:15:31 +01:00
vanhofen
e21e047251 fonts: cleanup from unused and obsolete fonts
Origin commit data
------------------
Commit: 4fd9329975
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)

Origin message was:
------------------
- fonts: cleanup from unused and obsolete fonts
2018-01-23 11:42:44 +01:00
vanhofen
a4205b01d7 neutrino/miscsettings_menu: fix switching online-services
Origin commit data
------------------
Commit: 9ed421c9aa
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-21 (Sun, 21 Jan 2018)

Origin message was:
------------------
- neutrino/miscsettings_menu: fix switching online-services
2018-01-21 22:02:27 +01:00
vanhofen
95f09d46e9 neutrino: add small delay to "save settings" hintbox; ...
on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast


Origin commit data
------------------
Commit: e7e16d4c70
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)

Origin message was:
------------------
- neutrino: add small delay to "save settings" hintbox; ...

on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast
2018-01-15 22:34:16 +01:00
Stefan Seyfried
fbc5b7dcbe neutrino: always clear display when going to standby
...even if the display is already in standby mode...


Origin commit data
------------------
Commit: ac30ba19e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
2018-01-15 19:54:50 +01:00
vanhofen
467bd0c788 neutrino: remove unused __EXPERIMENTAL_CODE__ stuff
Origin commit data
------------------
Commit: 9d8bcb18bd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-03 (Wed, 03 Jan 2018)

Origin message was:
------------------
- neutrino: remove unused __EXPERIMENTAL_CODE__ stuff
2018-01-03 14:05:43 +01:00
vanhofen
7cb1943adf movieplayer: revert most code from terrible commit 7fcd8dea4c
to get back working subtitles for COOL_HARDWARE


Origin commit data
------------------
Commit: 9704c796b5
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-03 (Wed, 03 Jan 2018)

Origin message was:
------------------
- movieplayer: revert most code from terrible commit 7fcd8dea4c

to get back working subtitles for COOL_HARDWARE
2018-01-03 11:55:54 +01:00
vanhofen
2e5ce4bf28 Revert "- audio_select: copy full code from TangoCash"
This reverts commit 18bbbbabfe.

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/gui/audio_select.cpp
	src/system/setting_helpers.cpp
	src/system/setting_helpers.h


Origin commit data
------------------
Commit: 2cd2a8599c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-03 (Wed, 03 Jan 2018)
2018-01-03 11:55:54 +01:00
vanhofen
0e4dd3a5e1 neutrino: fix usermenu calls for fileplayback_video/audio
Origin commit data
------------------
Commit: a2e4c650fa
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-02 (Tue, 02 Jan 2018)

Origin message was:
------------------
- neutrino: fix usermenu calls for fileplayback_video/audio
2018-01-02 13:23:38 +01:00
Stefan Seyfried
4895797537 dboxinfo: allow to show "neutrino uptime"
Origin commit data
------------------
Commit: a98f94621a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-12-26 (Tue, 26 Dec 2017)
2017-12-26 22:58:37 +01:00
vanhofen
f3471aca29 neutrino.cpp: fix small merge error
Origin commit data
------------------
Commit: be611303cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-20 (Wed, 20 Dec 2017)

Origin message was:
------------------
- neutrino.cpp: fix small merge error
2017-12-20 15:24:07 +01:00
vanhofen
549cd072be neutrino: add RC_playpause handling; change some key defaults for ARM_HARDWARE
Origin commit data
------------------
Commit: d4a9c292f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-19 (Tue, 19 Dec 2017)

Origin message was:
------------------
- neutrino: add RC_playpause handling; change some key defaults for ARM_HARDWARE
2017-12-19 10:58:44 +01:00
vanhofen
dacaa76427 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/mp/tuxbox
Conflicts:
	data/icons/headers/mainmenue.png
	data/icons/headers/settings.png
	data/locale/deutsch.locale
	data/locale/english.locale
	src/gui/settings_manager.cpp


Origin commit data
------------------
Commit: d756ed789a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-17 (Sun, 17 Dec 2017)
2017-12-17 23:38:33 +01:00
vanhofen
68f80a3a7e 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>


Origin commit data
------------------
Commit: 483f4053a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-15 (Fri, 15 Dec 2017)

Origin message was:
------------------
- 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
vanhofen
fc0c1ac32d settings_manager: remember last used directory
Origin commit data
------------------
Commit: 864907a95f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-15 (Fri, 15 Dec 2017)

Origin message was:
------------------
- settings_manager: remember last used directory
2017-12-15 23:20:55 +01:00
vanhofen
e233cf9566 neutrino: fix service restart item in usermenu
Origin commit data
------------------
Commit: 1f1b85a8b8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-06 (Wed, 06 Dec 2017)

Origin message was:
------------------
- neutrino: fix service restart item in usermenu
2017-12-06 22:03:58 +01:00
vanhofen
224292f9e3 neutrino: try to fix timer_wakeup handling; ...
The return to deepstandby after timer-wakeups was broken.

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


Origin commit data
------------------
Commit: 50cc4ef7a2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-27 (Mon, 27 Nov 2017)

Origin message was:
------------------
- 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
vanhofen
9ecf495b75 neutrino: don't write timerinfo's when exiting to reboot
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 37028e518b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-26 (Sun, 26 Nov 2017)

Origin message was:
------------------
- 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
vanhofen
386f195c95 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>


Origin commit data
------------------
Commit: 25c8220888
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-25 (Sat, 25 Nov 2017)

Origin message was:
------------------
- 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
vanhofen
b3dc977b23 screensaver: move more repeatedly used code to screensaver's code
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 81b82668ac
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-25 (Sat, 25 Nov 2017)

Origin message was:
------------------
- 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
vanhofen
00f4cb4ee2 neutrino: move screensaver members to screensaver's code
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 74bc2e88d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-25 (Sat, 25 Nov 2017)

Origin message was:
------------------
- neutrino: move screensaver members to screensaver's code

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-27 20:38:38 +01:00
vanhofen
ab9422c64e neutrino: enable screensaver for mode_webradio
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 962bcae745
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-25 (Sat, 25 Nov 2017)

Origin message was:
------------------
- neutrino: enable screensaver for mode_webradio

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-27 20:38:07 +01:00
vanhofen
79086af7b2 neutrino: try to fix timer_wakeup handling; ...
The return to deepstandby after timer-wakeups was broken.


Origin commit data
------------------
Commit: a063b370aa
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-27 (Mon, 27 Nov 2017)

Origin message was:
------------------
- neutrino: try to fix timer_wakeup handling; ...

The return to deepstandby after timer-wakeups was broken.
2017-11-27 12:50:53 +01:00
vanhofen
2c8e8538b5 neutrino: don't write timerinfo's when exiting to reboot
Origin commit data
------------------
Commit: 9c53be06d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-26 (Sun, 26 Nov 2017)

Origin message was:
------------------
- neutrino: don't write timerinfo's when exiting to reboot
2017-11-26 23:29:43 +01:00
vanhofen
5857c80705 neutrino: re-disable screensaver for mode_webradio on ARM_HARDWARE
when screensaver is stopped the playback is stopped too


Origin commit data
------------------
Commit: c409630993
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-25 (Sat, 25 Nov 2017)

Origin message was:
------------------
- neutrino: re-disable screensaver for mode_webradio on ARM_HARDWARE

when screensaver is stopped the playback is stopped too
2017-11-25 09:58:55 +01:00
vanhofen
59dd52f825 screensaver: move more repeatedly used code to screensaver's code
Origin commit data
------------------
Commit: 7c1058382f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-25 (Sat, 25 Nov 2017)

Origin message was:
------------------
- screensaver: move more repeatedly used code to screensaver's code
2017-11-25 09:58:55 +01:00