Origin commit data
------------------
Commit: 742cc81f46
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)
Origin message was:
------------------
- framebuffer: add possibility to force small windows
.. to remove hardcoded timescale width in showInfoFile()
Origin commit data
------------------
Commit: 7d5ecda6e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)
Origin message was:
------------------
- infoviewer: get width of timescale from progressbar object ...
.. to remove hardcoded timescale width in showInfoFile()
Origin commit data
------------------
Commit: 3d33901e5e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
Origin message was:
------------------
* OSD Setup: Move volume settings in a separate submenu.
Origin commit data
------------------
Commit: 309b371060
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)
Origin message was:
------------------
* CComponents::paintFbItems: Don't paint item if dx or dy are 0
Use CComponenets and separates the gui part from driver part
- add new class CVolumeBar as CComponentsForm
- Various changes for reworked volume bar handling in some classes
- Move AudioMute() from CVolume to new class CAudioMute
- Use CComponentsPicture to paint muteicon
Origin commit data
------------------
Commit: 8baec6d62a
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-04 (Sat, 04 May 2013)
Origin commit data
------------------
Commit: d802b85bbc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-05 (Sun, 05 May 2013)
Origin message was:
------------------
* CFrameBuffer::paintBoxRel(): Correct debug message if dx or dy are 0
- paintDescription(): force paint of text
Origin commit data
------------------
Commit: 266a975e5b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-04 (Sat, 04 May 2013)
Origin message was:
------------------
* CNeutrinoEventList: Paint event list alone after the list was sorted
- paintDescription(): force paint of text
There was some problems with restore, hide, clean and save background of item parts,
seen in detailsline. kill() worked not really clean.
kill() works now as virtual member and uses paintBackgroundBoxRel().
In consequence of which:
-unnecessary members in subclasses removed.
-add some comments
Origin commit data
------------------
Commit: a4c3e08f77
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-03 (Fri, 03 May 2013)
This is necessary because the background of text
is not automatically deleted.
Origin commit data
------------------
Commit: 4511d292b7
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-27 (Sat, 27 Apr 2013)
After hide()it was not possible to paint text without forceTextPaint()
and define of ct_old_text in setText() was not enough.
Origin commit data
------------------
Commit: 76a2c44014
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-27 (Sat, 27 Apr 2013)
Makes members ready for use in subclasses
Origin commit data
------------------
Commit: e84ac6f3a1
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-27 (Sat, 27 Apr 2013)
- Use for calculating digit height
font->getDigitHeight() / font->getDigitOffset()
Origin commit data
------------------
Commit: fccb07cfc9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Origin message was:
------------------
* CTextBox: When using only digits to display:
- Use for calculating digit height
font->getDigitHeight() / font->getDigitOffset()
This avoids unnecessary render of backgrounds in textboxes. If it does,
so it's possible to enable it subsequently with doPaintTextBoxBg().
Origin commit data
------------------
Commit: 9735c670fd
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-26 (Fri, 26 Apr 2013)
Ensure that no unnecessary instance of Components infobox is generated
and paint only changed text.
Origin commit data
------------------
Commit: 54d0f8b42b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-26 (Fri, 26 Apr 2013)
It can be usefull to hold unchanged text to avoid unnecessary text
paintings. It's also also possible to force paint of text,
use forceTextPaint(). Use textChanged(), to evaluate current text changes.
Origin commit data
------------------
Commit: dfc6e2069e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-26 (Fri, 26 Apr 2013)
member value was not looped through
Origin commit data
------------------
Commit: f774eb833f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-25 (Thu, 25 Apr 2013)