In some constellations it's possible that mute button is passed.
For example see deleting functionality in moviebrowser.
This should avoid unintended passing.
Origin commit data
------------------
Commit: 62861c5f96
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Add header and footer items as first and body as last item.
Render of items occurs in listed order. So it's better for performance
while render of window.
This is something more advantageously because all other items are
contained inside body. So we avoid possible delay while rendering
of base items. It looks better on screen.
Origin commit data
------------------
Commit: 29d723a97b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-06-21 (Tue, 21 Jun 2016)
Origin message was:
------------------
CComponentsWindow: change order of items
Add header and footer items as first and body as last item.
Render of items occurs in listed order. So it's better for performance
while render of window.
This is something more advantageously because all other items are
contained inside body. So we avoid possible delay while rendering
of base items. It looks better on screen.
The lower part of the window frame was always painted over.
Origin commit data
------------------
Commit: 0a1d687b35
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-05-16 (Mon, 16 May 2016)
Should provide more performance
Origin commit data
------------------
Commit: 775e5c73a4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-05-17 (Tue, 17 May 2016)
Only basic items should have enabled background paint as default.
Should be better for performance.
Origin commit data
------------------
Commit: 0f64aff1dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-24 (Wed, 24 Feb 2016)
It was just important to see how the texts are fitted inside
a parent element. It's just a debugging relic.
Origin commit data
------------------
Commit: 8d3f70b112
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-06-26 (Sun, 26 Jun 2016)
Origin commit data
------------------
Commit: b69e362dae
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Origin message was:
------------------
- fontscaling: force users with old 112% scaling to new 105%
Origin commit data
------------------
Commit: c62e02cd2c
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Origin message was:
------------------
- install additional fonts and use Roboto-Regular.ttf as new neutrino default font
Origin commit data
------------------
Commit: 5eb8250d12
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Origin message was:
------------------
- defaults: set German as prefered language for audio and subtitles
Origin commit data
------------------
Commit: 926705eaf1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-06-07 (Tue, 07 Jun 2016)
Origin message was:
------------------
- yWeb: add Link and Trinity Duo to selection of remote controls
This should fix wrong values if signal = 0.
Origin commit data
------------------
Commit: ff3f44d4d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-06-02 (Thu, 02 Jun 2016)
hide() in constructor could make problems on created moviebrowser instances
if gui functionality of moviebrowser is not required, eg if only members are used without gui.
Gui parts could be unintended removed from screen.
Note: hide() must be called explicit now. I didn't found any problems at the moment, but
please report if you found problems, so we can fix it.
Origin commit data
------------------
Commit: 137598d368
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-06-02 (Thu, 02 Jun 2016)
This should fix missing logos on existant chnannellogo instances.
For example, this was to see if user has opened eventlist and
opens timerlist with button '0'. After closed timerlist logos were lost.
Origin commit data
------------------
Commit: 69ab25e111
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-06-02 (Thu, 02 Jun 2016)