This reverts commit a6ac956894
because mode_webtv == (something like) live tv.
So the movieplayer button names shouldn't be displayed.
Conflicts:
src/gui/infoviewer_bb.cpp
Origin commit data
------------------
Commit: 2786c13867
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-25 (Mon, 25 Jan 2016)
the "calledFromEvent" parameter was only used to force display of "no
EPG available". It was set to true when calling from an "zap complete"
or "epg event received" event, which is good, but also when calling from
the display update timer, which is "strange".
Now setting this parameter to false forces the update of the current
event (if available) which is done from display update timer.
This fixes the update of the remaining time display with constantly
displayed infobar (radio mode).
Origin commit data
------------------
Commit: 9a6f9ea786
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-23 (Sat, 23 Jan 2016)
Origin commit data
------------------
Commit: 55f0ab75af
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-24 (Sun, 24 Jan 2016)
Origin message was:
------------------
- plugins: startPlugin works with filename; just for clarity
- Set Lua api version to 1.39
Origin commit data
------------------
Commit: cb7895d981
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-21 (Thu, 21 Jan 2016)
- Set Lua api version to 1.38
Origin commit data
------------------
Commit: 8a61c3bfcd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-21 (Thu, 21 Jan 2016)
Origin commit data
------------------
Commit: a2ba194597
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-21 (Thu, 21 Jan 2016)
Origin message was:
------------------
- yWeb: add button to check status of remote control
Origin commit data
------------------
Commit: 3553030bce
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-21 (Thu, 21 Jan 2016)
Origin message was:
------------------
- controlapi: add possibility to check status of remote control
Screen save now always disabled by default and can be controlled
outside of relevant objects.
Origin commit data
------------------
Commit: 9d72b086a2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-21 (Thu, 21 Jan 2016)
check position and size use only possible available screen size
Origin commit data
------------------
Commit: 387d96d2f5
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-21 (Thu, 21 Jan 2016)
It seems not always useful to clean up everything after hide().
For more control in some cases an separate clean up with
clearSavedScreen() should be more flexible.
Origin commit data
------------------
Commit: b701c345fb
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-21 (Thu, 21 Jan 2016)
It is not always useful to clean up everything with kill().
For more control in some cases an separate clean up should be better.
Origin commit data
------------------
Commit: 695f845907
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)
In some constellations we can't get dimensions from getIconSize(),
so it is useful to fall back to g_PicViewer->getSize().
Cache cleanup removed, can be done at runtime if required.
Origin commit data
------------------
Commit: 0c67739074
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-19 (Tue, 19 Jan 2016)
This will help those who do not use ccache :-)
Origin commit data
------------------
Commit: 96d7401e08
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
remove duplicated code and use CListHelpers::UpDownKey().
Some variable types had to be changed to avoid typecasts, as
a result (int) casts to foo.size() had to be added :-)
Origin commit data
------------------
Commit: ed7eaafbcb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)
CListHelpers::UpDownKey() allows to remove duplicated
code from channellist, bouquetlist and bouqueteditor.
Origin commit data
------------------
Commit: aec658ce2f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)
this can be used to factor out duplicate code implementations
from all the various channel-, bouquet-, eventlists etc...
Origin commit data
------------------
Commit: ec4aa07e17
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)
Some covers were painted for entries without available cover image.
Slot OnAfterRefresh() was not really a good point to paint,
OnAfterScrollPage() seems a better solution.
Origin commit data
------------------
Commit: bee36d29f6
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-17 (Sun, 17 Jan 2016)
...for displaying information in the movieplayer
- Set Lua api version to 1.36
Origin commit data
------------------
Commit: 644ab18844
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-17 (Sun, 17 Jan 2016)
Why this was so difficult code? I don't know.
Origin commit data
------------------
Commit: b00e78a165
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-15 (Fri, 15 Jan 2016)
Origin message was:
------------------
- fix pagedown logic, but this time for real (i hope)
Why this was so difficult code? I don't know.
Stuff like this maybe is better included in ADDITIONAL_CFLAGS or so.
Origin commit data
------------------
Commit: 06778d42c2
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Origin message was:
------------------
- configure.ac: remove $(top_srcdir)/src/zapit/include/private
Stuff like this maybe is better included in ADDITIONAL_CFLAGS or so.
Time was always on screen if user has started to play a movie.
Origin commit data
------------------
Commit: 3a41bb86b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)