Menue icon has no effect here and exit icon was missed
Origin commit data
------------------
Commit: d95446882c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-27 (Sat, 27 Dec 2014)
Infobox provides already paint of text, so is not required to
call explicit fontrenderer methods.
Origin commit data
------------------
Commit: 98d18f3ff4
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-26 (Fri, 26 Dec 2014)
neutrino_menue.h: add ID for network service menue
Origin commit data
------------------
Commit: 3599a4246f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-08 (Mon, 08 Dec 2014)
makes explicit include unnecessary if it is needed by a widget, eg: widget id's are
parameter of constructor and is one of required widget elements.
Origin commit data
------------------
Commit: d3f9aa33f7
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-08 (Mon, 08 Dec 2014)
preselected was not suitable as return value
Origin commit data
------------------
Commit: 930b40588c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-05 (Fri, 05 Dec 2014)
This displays only one progress bar instead two and shows the global
status. That's senseful , if only one progress bar is required.
Origin commit data
------------------
Commit: 7e084c2531
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Origin message was:
------------------
CProgressWindow: add member showStatus()
This displays only one progress bar instead two and shows the global
status. That's senseful , if only one progress bar is required.
Property had no effect.
Origin commit data
------------------
Commit: 663c7deef2
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Reduce code with chain form and use text and logo items as embedded items.
Origin commit data
------------------
Commit: d4f466d595
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-08 (Sat, 08 Nov 2014)
show contour only in gradient mode
Origin commit data
------------------
Commit: 0f8c1829d8
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-01 (Sat, 01 Nov 2014)
Icon was not centered in y position.
Origin commit data
------------------
Commit: 8a1965fcca
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Upscale is not allowed and do down scale only if header height is too small.
Origin commit data
------------------
Commit: bee35e9042
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Some theme controlled colors don't really looks nice in some
combinations with window backgrounds.
Origin commit data
------------------
Commit: 66e5f03c92
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Logo is initialized with width and height, but enforces in most cases
upscaling of logo. Default now disabled scaling but if header too small,
down scaling is enabled.
Origin commit data
------------------
Commit: f499efa208
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-12 (Sun, 12 Oct 2014)
auto centering was broken, eg.to see in channellist if radio mode was enabled
Origin commit data
------------------
Commit: c027412832
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-12 (Sun, 12 Oct 2014)
Members getHeight/getWidth returns now image related values dependent of
scale mode
Origin commit data
------------------
Commit: 8227638c06
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-12 (Sun, 12 Oct 2014)
Some properties were not applied if cctext was already exists, eg. after
changed theme
Origin commit data
------------------
Commit: 782c958bde
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-26 (Sun, 26 Oct 2014)
Used text color was different to old button handler.
Origin commit data
------------------
Commit: 04083bc299
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-18 (Sat, 18 Oct 2014)
This avoids unnecessary flicker effects, because no paint is required,
if page count = 1 and also ensures, that this page is defined as current page.
Origin commit data
------------------
Commit: 23c708b787
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-05 (Sun, 05 Oct 2014)
If we have a frame around parent item, ensure matching corners
inside of embedded item, this avoids ugly unpainted spaces
between frame and item border.
TODO: other constellations are not considered at the moment!
Origin commit data
------------------
Commit: 09851f3b9f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-04 (Sat, 04 Oct 2014)
frame width was not considered
Origin commit data
------------------
Commit: f7faf07ab1
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-04 (Sat, 04 Oct 2014)
Log message was shown on each call of startTimer.
Origin commit data
------------------
Commit: eebfc455c6
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-30 (Tue, 30 Sep 2014)
This allows to handle events inside from objects with
matching slots and events without explicit
calls in neutrino.cpp.
Used here general for stopping of thread in timer object.
In some cases it could be necessary to stop timer thread
otherwise it is possible that restart is blocked here.
This happens here automatically, without separate instances
of timer objects.
Conflicts:
src/neutrino.h
Origin commit data
------------------
Commit: 8f621ef472
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Doesn't work with newer frontend api, and not really required.
Origin commit data
------------------
Commit: 1f81228d7b
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-27 (Wed, 27 Aug 2014)
This is a partial revert of
picked commit 67ea8dd650.
There were two methods, createDir() and mkdirhier() for the same purpose.
We don't need it twice.
btw: existing function createDir() fixed
Origin commit data
------------------
Commit: 1dcfc52a33
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-28 (Fri, 28 Nov 2014)