show playstate in vfd and avoid mode changes
Origin commit data
------------------
Commit: e39622105f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
Origin message was:
------------------
- movieplayer: revert to good ol' vfd-handling; ...
show playstate in vfd and avoid mode changes
This gets rid of most hardware specific code in tuxtxt
Origin commit data
------------------
Commit: 7899eb519c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
the new structure seems to be working well, so remove unused stuff
Origin commit data
------------------
Commit: 5415537a51
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
For source bitmaps smaller than xRes, the offset calculation goes wrong.
Calcuclate an address offset instead and drop the Y offset.
Origin commit data
------------------
Commit: bd2b66518f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
it is in most cases slower than the naive software implementation :-(
Origin commit data
------------------
Commit: 581effbbdb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
also warn if falling back to software rendering
Origin commit data
------------------
Commit: 12a5a296e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
also try to document the calling convention of this function
Origin commit data
------------------
Commit: 0c757d85c8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
If filelist is empty or movie in filelist wasn't changed, just quit infoviewer
as in tv-mode. Otherwise start choosen movie.
Origin commit data
------------------
Commit: a1a028704b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Origin message was:
------------------
- movieplayer: fix RC_ok handling while infoviewer is displayed; ...
If filelist is empty or movie in filelist wasn't changed, just quit infoviewer
as in tv-mode. Otherwise start choosen movie.
there was no update in movieplayer mode
Origin commit data
------------------
Commit: 10d9e1714c
Author: GetAway <get-away@t-online.de>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Just for safety and to save resources.
Origin commit data
------------------
Commit: ab4762feed
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-02-18 (Sun, 18 Feb 2018)
the implementation of the xp/yp handling in blit2FB is different on
different architectures, and the semantics are unclear, so just
calculate a buffer offset instead and use yp=0
Origin commit data
------------------
Commit: c8f6ff9a18
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-20 (Tue, 20 Feb 2018)
[vanhofen: was already ok in our code; just aligning code format]
Origin commit data
------------------
Commit: 25123fa63d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-18 (Sun, 18 Feb 2018)
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)
next try to get rid of font artifacts:
* use kill() instead of hide() to force full repaint at next paint()
(this is probably not the best way, but works for now)
Origin commit data
------------------
Commit: 35890ee7c2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-04 (Sun, 04 Feb 2018)
Origin message was:
------------------
infoviewer: force repaint of text fields
next try to get rid of font artifacts:
* use kill() instead of hide() to force full repaint at next paint()
(this is probably not the best way, but works for now)
hiding text boxes after resizing them will probably hide the new size
instead of the old one, so hide first, then resize
Origin commit data
------------------
Commit: 5ad063b590
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-04 (Sun, 04 Feb 2018)
With bigger font sizes, the the allocated space for satellite,
transponder and frequency was getting smaller.
Fix this by just keeping a safe space of 10 pixels to the radar icon.
Origin commit data
------------------
Commit: bbbc3267f3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-04 (Sun, 04 Feb 2018)