Commit Graph

13581 Commits

Author SHA1 Message Date
vanhofen
cf1a21bf37 moviebrowser: re-add by mistake removed boolean value got_start_pos
Origin commit data
------------------
Commit: 58c7d2d0bb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-17 (Tue, 17 Jul 2018)

Origin message was:
------------------
- moviebrowser: re-add by mistake removed boolean value got_start_pos
2018-07-17 00:04:12 +02:00
vanhofen
849d77d3c1 menu: fix return value of getSelectedLine() for RC_timeout and RC_setup
This fixes the bahaviour of StartPosSelectionMenu in moviebrowser.
When this menu was closed by its timeout or RC_setup was pressed
the movie starts anyway.


Origin commit data
------------------
Commit: 70cbc65483
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-15 (Sun, 15 Jul 2018)

Origin message was:
------------------
- menu: fix return value of getSelectedLine() for RC_timeout and RC_setup

This fixes the bahaviour of StartPosSelectionMenu in moviebrowser.
When this menu was closed by its timeout or RC_setup was pressed
the movie starts anyway.
2018-07-15 00:41:40 +02:00
vanhofen
0dc672e99a moviebrowser: set focus in StartPosSelectionMenu to last play stop if it exists
Origin commit data
------------------
Commit: 9b0a37bef4
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-15 (Sun, 15 Jul 2018)

Origin message was:
------------------
- moviebrowser: set focus in StartPosSelectionMenu to last play stop if it exists
2018-07-15 00:41:40 +02:00
vanhofen
11ca232793 moviebrowser: add subheader to main window to avoid gui-jumps; add left/right icons to header
Origin commit data
------------------
Commit: caa8b68b17
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-05 (Thu, 05 Jul 2018)

Origin message was:
------------------
- moviebrowser: add subheader to main window to avoid gui-jumps; add left/right icons to header
2018-07-05 23:36:17 +02:00
vanhofen
1542e2864f fix build
Origin commit data
------------------
Commit: 13d047fbd1
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-05 (Thu, 05 Jul 2018)

Origin message was:
------------------
- fix build
2018-07-05 23:27:40 +02:00
vanhofen
0e2127e59b moviebrowser: fix sorting
Origin commit data
------------------
Commit: 2ad02fc0ba
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-05 (Thu, 05 Jul 2018)

Origin message was:
------------------
- moviebrowser: fix sorting
2018-07-05 21:48:01 +02:00
vanhofen
f80fff3a5a moviebrowser: allow to display record time
Origin commit data
------------------
Commit: dc735caace
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-05 (Thu, 05 Jul 2018)

Origin message was:
------------------
- moviebrowser: allow to display record time
2018-07-05 21:38:31 +02:00
vanhofen
56c4f5943d moviebrowser: fix display of mp_movie_info->dateOfLastPlay
Origin commit data
------------------
Commit: 98b00c1a70
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-05 (Thu, 05 Jul 2018)

Origin message was:
------------------
- moviebrowser: fix display of mp_movie_info->dateOfLastPlay
2018-07-05 20:40:27 +02:00
vanhofen
e169889a53 epgview: fix display of mp_movie_info->dateOfLastPlay
Origin commit data
------------------
Commit: 208eb90792
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-05 (Thu, 05 Jul 2018)

Origin message was:
------------------
- epgview: fix display of mp_movie_info->dateOfLastPlay
2018-07-05 20:34:10 +02:00
vanhofen
8a6dc7904d movieinfo/moviebrowser: do not use any fake date to fill dateOfLastPlay and file.Time
Origin commit data
------------------
Commit: 08a4e95113
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-04 (Wed, 04 Jul 2018)

Origin message was:
------------------
- movieinfo/moviebrowser: do not use any fake date to fill dateOfLastPlay and file.Time
2018-07-04 22:58:11 +02:00
vanhofen
b109402dd4 keybind-setup: try to fix return value of msgbox when new rc is not confirmed
Origin commit data
------------------
Commit: 6b76559ee9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-30 (Sat, 30 Jun 2018)

Origin message was:
------------------
- keybind-setup: try to fix return value of msgbox when new rc is not confirmed
2018-06-30 20:05:35 +02:00
vanhofen
0ae83a25d4 icons: make marker icon for sd-channels a little darker
Origin commit data
------------------
Commit: f895e0d92e
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-26 (Tue, 26 Jun 2018)

Origin message was:
------------------
- icons: make marker icon for sd-channels a little darker
2018-06-26 00:02:15 +02:00
vanhofen
4548752513 channellist: fix display of very long channelnames
Origin commit data
------------------
Commit: ff1db4da8b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-26 (Tue, 26 Jun 2018)

Origin message was:
------------------
- channellist: fix display of very long channelnames
2018-06-26 00:02:15 +02:00
vanhofen
6f602ab526 channellist: allow to show resolution icons
Origin commit data
------------------
Commit: 114bc9f4be
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-24 (Sun, 24 Jun 2018)

Origin message was:
------------------
- channellist: allow to show resolution icons
2018-06-24 23:07:02 +02:00
Stefan Seyfried
79bc605da9 rcinput: try harder to reacquire input device
During lirc package update, the input device was sometimes lost and not
reacquired. Try to reacquire also if setKeyRepeatDelay fails.


Origin commit data
------------------
Commit: 2422cecfd1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-06-24 (Sun, 24 Jun 2018)
2018-06-24 15:03:34 +02:00
Stefan Seyfried
8188e62514 tuxtxt: remove unused var_screeninfo.yoffset (always 0)
Origin commit data
------------------
Commit: fc421284e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-06-24 (Sun, 24 Jun 2018)
2018-06-24 15:03:34 +02:00
Stefan Seyfried
8497a151f4 tuxtxt: fix framebuffer blitting for SPARK
Origin commit data
------------------
Commit: 1506b35f7b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-06-21 (Thu, 21 Jun 2018)
2018-06-21 21:38:23 +02:00
Stefan Seyfried
9f6dc23908 tuxtxt: use one global CFrameBuffer variable
Origin commit data
------------------
Commit: 0f22e740f8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-06-21 (Thu, 21 Jun 2018)
2018-06-21 21:38:23 +02:00
vanhofen
17895d2747 neutrino: create LOGODIR_VAR at start
Origin commit data
------------------
Commit: bf5c4ce73f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-05 (Tue, 05 Jun 2018)

Origin message was:
------------------
- neutrino: create LOGODIR_VAR at start
2018-06-05 23:18:51 +02:00
vanhofen
54c6a548a8 moviebrowser: check for channelname too to change channellogo; ...
usefull for popup-channels with same id but different names


Origin commit data
------------------
Commit: 59070b3120
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-05 (Tue, 05 Jun 2018)

Origin message was:
------------------
- moviebrowser: check for channelname too to change channellogo; ...

usefull for popup-channels with same id but different names
2018-06-05 23:11:22 +02:00
vanhofen
ec7163afa9 audioplayer/screensaver: refresh screensaver picture when title was changed
Origin commit data
------------------
Commit: 21638a1998
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-06-01 (Fri, 01 Jun 2018)

Origin message was:
------------------
- audioplayer/screensaver: refresh screensaver picture when title was changed
2018-06-01 23:32:04 +02:00
Jacek Jendrzej
c501e9ee7f fix framerate 29970 signalisatiom (by bazi98)
Origin commit data
------------------
Commit: baca01d736
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-05-31 (Thu, 31 May 2018)
2018-05-31 21:14:59 +02:00
vanhofen
cdd2e27f2a screensaver: try to fix display of audiocovers <-> own pictures
Origin commit data
------------------
Commit: 923fdb0542
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-31 (Thu, 31 May 2018)

Origin message was:
------------------
- screensaver: try to fix display of audiocovers <-> own pictures
2018-05-31 00:57:37 +02:00
Jacek Jendrzej
f7be0fc45d fix signalisation bitrate 599940 (by bazi98)
Origin commit data
------------------
Commit: 9000b01d08
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-05-30 (Wed, 30 May 2018)
2018-05-30 23:05:30 +02:00
limes007
29c834213f correct length in movie-info during "stop"
Origin commit data
------------------
Commit: cd40b57039
Author: limes007 <39467727+limes007@users.noreply.github.com>
Date: 2018-05-27 (Sun, 27 May 2018)
2018-05-27 23:29:39 +02:00
Jacek Jendrzej
f727b9b8fe fix 5b190db (disable CEC standby after flash)
Origin commit data
------------------
Commit: 3c94d8d65d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-05-27 (Sun, 27 May 2018)
2018-05-27 23:29:39 +02:00
Jacek Jendrzej
3b02200ee2 disable CEC standby after flash (armbox)
Origin commit data
------------------
Commit: ff875e538a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-05-27 (Sun, 27 May 2018)
2018-05-27 23:29:39 +02:00
vanhofen
e29407901f screensaver: fix afbeab58be
Origin commit data
------------------
Commit: 514b7b4513
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-27 (Sun, 27 May 2018)

Origin message was:
------------------
- screensaver: fix afbeab58be
2018-05-27 23:29:39 +02:00
vanhofen
b061d03a6d screensaver: allow to switch clock <-> picture while runtime
Origin commit data
------------------
Commit: 67184441e9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-25 (Fri, 25 May 2018)

Origin message was:
------------------
- screensaver: allow to switch clock <-> picture while runtime
2018-05-25 00:59:24 +02:00
vanhofen
7ff38342fe audioplayer: remove all covers when playback is stopped or title is changed
Origin commit data
------------------
Commit: 1c67a575be
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-25 (Fri, 25 May 2018)

Origin message was:
------------------
- audioplayer: remove all covers when playback is stopped or title is changed
2018-05-25 00:58:24 +02:00
vanhofen
ef4e82b970 remove cross-team settings
Origin commit data
------------------
Commit: 61d3083d6a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)

Origin message was:
------------------
- remove cross-team settings
2018-05-24 22:18:52 +02:00
vanhofen
794e7d75a4 radio-favorites.xml: add 80s80s DM as a sample stream
Origin commit data
------------------
Commit: 5acb68799c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)

Origin message was:
------------------
- radio-favorites.xml: add 80s80s DM as a sample stream
2018-05-24 02:09:45 +02:00
vanhofen
f43a9ed696 audioplayer/screensaver: add gui switch to use covers as screensaver
Origin commit data
------------------
Commit: 76507f38fa
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)

Origin message was:
------------------
- audioplayer/screensaver: add gui switch to use covers as screensaver
2018-05-24 02:03:23 +02:00
vanhofen
dbe01f3308 radio-favorites.xml: use larger station-logo in sample entry
Origin commit data
------------------
Commit: a9372ccb89
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)

Origin message was:
------------------
- radio-favorites.xml: use larger station-logo in sample entry
2018-05-24 02:03:23 +02:00
vanhofen
afbeab58be screensaver: paint blackscreen.jpg before starting screensaver to get sure we have a blank screen
Origin commit data
------------------
Commit: df30f2957f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)

Origin message was:
------------------
- screensaver: paint blackscreen.jpg before starting screensaver to get sure we have a blank screen
2018-05-24 00:54:19 +02:00
vanhofen
f7bd574508 audioplayer: don't remove station-logo immediately; ...
this allows the usage of station-logo as screensaver


Origin commit data
------------------
Commit: 2f5de6496a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-24 (Thu, 24 May 2018)

Origin message was:
------------------
- audioplayer: don't remove station-logo immediately; ...

this allows the usage of station-logo as screensaver
2018-05-24 00:54:19 +02:00
vanhofen
2475e89721 Revert "src/gui/screensaver.cpp: simplify painting images"
This reverts commit b8c28d069da9d5bc8472149e318399fe49602ebd
because screensaver isn't usable with own photos anymore.


Origin commit data
------------------
Commit: 94a0ad51a4
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-23 (Wed, 23 May 2018)
2018-05-23 23:51:07 +02:00
Thilo Graf
22fdff2baf src/gui/screensaver.cpp: ensure usage of transparent background for clock
Origin commit data
------------------
Commit: 1e601bef76
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-22 (Tue, 22 May 2018)
2018-05-22 20:50:53 +02:00
Thilo Graf
b53a01c91d src/gui/screensaver.cpp: remove call of showFrame()
This should fix an issue with screen saver with movieplayer.

Call of showFrame() causes unintentional behavior on cs hardware
with green screens and video decoder seems to become unusable.


Origin commit data
------------------
Commit: 733921283b
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-22 (Tue, 22 May 2018)
2018-05-22 20:50:52 +02:00
vanhofen
eb29118c7c internetradio: clear playlist before loading a new one
Origin commit data
------------------
Commit: 255945babb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-19 (Sat, 19 May 2018)

Origin message was:
------------------
- internetradio: clear playlist before loading a new one
2018-05-19 23:30:39 +02:00
vanhofen
f1690b27f7 audioplayer: fix station logo handling for icecast
Origin commit data
------------------
Commit: 87dd0faa89
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-19 (Sat, 19 May 2018)

Origin message was:
------------------
- audioplayer: fix station logo handling for icecast
2018-05-19 23:10:43 +02:00
Thilo Graf
d87ae5ebee src/neutrino.cpp: fix possible compile error
missing variable


Origin commit data
------------------
Commit: f955366578
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-18 (Fri, 18 May 2018)
2018-05-18 21:56:30 +02:00
Thilo Graf
37aa2ba050 src/neutrino.cpp: hide dev/api keys when keymanage is disabled
This should help providers maintain their keys no public.


Origin commit data
------------------
Commit: fe8313c1e2
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-18 (Fri, 18 May 2018)
2018-05-18 21:34:13 +02:00
Thilo Graf
564772afb7 src/gui/screensaver.cpp: simplify painting images
Images will paint on full screen without blank frame in movie player mode.

TODO: Only with scale at the moment, but not sure if this must be changed.


Origin commit data
------------------
Commit: c77ce410e8
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-18 (Fri, 18 May 2018)
2018-05-18 21:34:13 +02:00
Thilo Graf
6c108819ed Screensaver: try to fix background
Ensure to have blank background before paint screensaver content.
This should avoid possible holes with some images.


Origin commit data
------------------
Commit: 43c70513f7
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-17 (Thu, 17 May 2018)
2018-05-17 21:29:43 +02:00
vanhofen
9cc145c5de helpbox: fix d76a02b; build was broken
Origin commit data
------------------
Commit: e42b1cea84
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-17 (Thu, 17 May 2018)

Origin message was:
------------------
- helpbox: fix d76a02b; build was broken
2018-05-17 00:08:41 +02:00
vanhofen
d76a02ba98 helpbox: replace fixed value with a scalable one
Origin commit data
------------------
Commit: cc8ac7db46
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-05-16 (Wed, 16 May 2018)

Origin message was:
------------------
- helpbox: replace fixed value with a scalable one
2018-05-16 00:02:04 +02:00
GetAway
9272ba87d4 pzapit: add get video format
Origin commit data
------------------
Commit: 1f89d395de
Author: GetAway <get-away@t-online.de>
Date: 2018-05-14 (Mon, 14 May 2018)
2018-05-14 20:53:58 +02:00
GetAway
06bc43d7a6 pzapit: add set and get OSD resolution
Origin commit data
------------------
Commit: ae944c5601
Author: GetAway <get-away@t-online.de>
Date: 2018-05-13 (Sun, 13 May 2018)
2018-05-13 21:33:53 +02:00
Thilo Graf
b52f033076 imdb: Fix an issue on changing of imdb key during runtime.
Global instance allows to set the api key from settings on first
created instance of the imdb object only,
so changes on settings had no effect during runtime and
restart of neutrinon was required to apply ne keys.
This should fix this.


Origin commit data
------------------
Commit: d76ce98845
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-13 (Sun, 13 May 2018)
2018-05-13 21:33:53 +02:00