Origin commit data
------------------
Commit: a8f7668a9c
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-06 (Fri, 06 Dec 2013)
Origin message was:
------------------
- yWeb: use same order in search for channellogos as neutrino
Calculate of minimal separator width by a space char should be enough
in all cases.
A switch statement should be also unnecessary, if we check for digits.
Origin commit data
------------------
Commit: 08fed0f5d6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Technically some member functions can be const
Origin commit data
------------------
Commit: e2d920660e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Variable 'step' is reassigned a value before the old one has been used.
Origin commit data
------------------
Commit: 074713bb29
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Possible null pointer dereference: parent - otherwise it is redundant
to check it against null.
Origin commit data
------------------
Commit: 7e4bdebba1
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Variable 'br_' is assigned a value that is never used
Origin commit data
------------------
Commit: c5b9786df4
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Origin commit data
------------------
Commit: ce7bad6e16
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Origin message was:
------------------
- infoviewer: use space instead of dot as seperator for clock
Origin commit data
------------------
Commit: ef78791ec2
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Origin message was:
------------------
- cc_frm_clock.cpp: add space as a possible seperator
in space-restricted setups, buttons would be painted outside
of the assigned space due to errors in position calculations
Origin commit data
------------------
Commit: 32661dd6fc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Assigning of these properties are required after theme or color changes.
Origin commit data
------------------
Commit: fcb7b88ff0
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-01 (Sun, 01 Dec 2013)
Some var inits can be reduced, because of inheritance.
Origin commit data
------------------
Commit: dff2733bc2
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-30 (Sat, 30 Nov 2013)
If user has changed colors or theme, new color settings must be applied,
otherwise settings have no effect.
Origin commit data
------------------
Commit: 4355c873cc
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-29 (Fri, 29 Nov 2013)
from 'enum keynames' added to menu, memory leaked. make sure all keychoosers deleted
Origin commit data
------------------
Commit: a99ea61b7f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-29 (Fri, 29 Nov 2013)
too much overhead to replace single paintBoxRel call
Origin commit data
------------------
Commit: 9897b9045c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
initVarSigBar call from CSignalNoiseRatioBar reset pointers created by initSBItems from CSignalBar ctor
Origin commit data
------------------
Commit: 5526bedc26
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
do not stop playback to show cancel timer question
Origin commit data
------------------
Commit: e2ae51ae84
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-22 (Fri, 22 Nov 2013)
On changed theme colors, it's required to set the current color values
otherwise the old values remain, this does not look so good.
Origin commit data
------------------
Commit: 8a2185c32e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-29 (Fri, 29 Nov 2013)
- initCCLockItems() is called by the refresh() function
and the paint() function in initClockThread()
Origin commit data
------------------
Commit: 05cc6f18c1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-28 (Thu, 28 Nov 2013)
Origin message was:
------------------
CComponentsFrmClock: Remove double call of initCCLockItems()
- initCCLockItems() is called by the refresh() function
and the paint() function in initClockThread()