Origin commit data
------------------
Commit: 3d669081fd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-21 (Fri, 21 Dec 2018)
Origin message was:
------------------
- webtv/xmltv: add remote hostname as group prefix to see where the stream is come from
Origin commit data
------------------
Commit: f9cd35290a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)
Origin message was:
------------------
- pictureviewer: add support for g_settings.lcd4l_logodir to GetLogoName() function
Eventlogo name is created from lowercase event name. Sspaces are replaced by "-".
So an event called "American Dad" needs a logo called "american-dad.png".
Eventlogo must be located in a subdir called "/events" in the logo directories.
The search is working backwards through the eventname like this:
"/var/tuxbox/icons/logo/events/american-dad.jpg"
"/var/tuxbox/icons/logo/events/american-da.jpg"
"/var/tuxbox/icons/logo/events/american-d.jpg"
"/var/tuxbox/icons/logo/events/american-.jpg"
"/var/tuxbox/icons/logo/events/american.jpg"
"/var/tuxbox/icons/logo/events/america.jpg"
"/var/tuxbox/icons/logo/events/americ.jpg"
"/var/tuxbox/icons/logo/events/ameri.jpg"
"/var/tuxbox/icons/logo/events/amer.jpg"
"/var/tuxbox/icons/logo/events/ame.jpg"
"/var/tuxbox/icons/logo/events/am.jpg"
"/var/tuxbox/icons/logo/events/a.jpg"
First hit is used. If no eventlogo was found, the wellknown channellogos are used.
Be carefull with the naming of the eventlogos. A logo named "a.png" will be used
for all events starting with an A.
Origin commit data
------------------
Commit: 4275fabed6
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)
Origin message was:
------------------
- introduce eventlogos (e.g. tagesschau.png for Tagesschau)
Eventlogo name is created from lowercase event name. Sspaces are replaced by "-".
So an event called "American Dad" needs a logo called "american-dad.png".
Eventlogo must be located in a subdir called "/events" in the logo directories.
The search is working backwards through the eventname like this:
"/var/tuxbox/icons/logo/events/american-dad.jpg"
"/var/tuxbox/icons/logo/events/american-da.jpg"
"/var/tuxbox/icons/logo/events/american-d.jpg"
"/var/tuxbox/icons/logo/events/american-.jpg"
"/var/tuxbox/icons/logo/events/american.jpg"
"/var/tuxbox/icons/logo/events/america.jpg"
"/var/tuxbox/icons/logo/events/americ.jpg"
"/var/tuxbox/icons/logo/events/ameri.jpg"
"/var/tuxbox/icons/logo/events/amer.jpg"
"/var/tuxbox/icons/logo/events/ame.jpg"
"/var/tuxbox/icons/logo/events/am.jpg"
"/var/tuxbox/icons/logo/events/a.jpg"
First hit is used. If no eventlogo was found, the wellknown channellogos are used.
Be carefull with the naming of the eventlogos. A logo named "a.png" will be used
for all events starting with an A.
Origin commit data
------------------
Commit: a96e1d3ccd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)
Origin message was:
------------------
- use new edit icon in several headers
Origin commit data
------------------
Commit: 755fe81d8c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)
Origin message was:
------------------
- timerlist: fix return from RemoteBoxSelect() when no item is choosed
Origin commit data
------------------
Commit: 48b5f1a1f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)
Origin message was:
------------------
- menu: add possibility to get action state of menu widget
this fixes ofset on right side for very long header captions
Origin commit data
------------------
Commit: 0a926ca5a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)
Origin message was:
------------------
- cc_frm_header: re-add offet to header caption; ...
this fixes ofset on right side for very long header captions
Prevent multiple connections to slot. Only to be sure.
Origin commit data
------------------
Commit: eb209de47a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)
use v_fbdata.push_back() for direct fill with contents, reduced effort
Origin commit data
------------------
Commit: fb52b334bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
This should enusre a clean content for all fbdata.pixbuf parts.
Origin commit data
------------------
Commit: 82c91c00f0
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
was missed in context with similar OnBeforeRestart
Origin commit data
------------------
Commit: 5e0137f8a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
Try to avoid som possible data races.
Origin commit data
------------------
Commit: 06001dad46
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
This should prevent pass corrupted parameters for blitBox2FB().
Origin commit data
------------------
Commit: a63c6aa5ba
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)