Use consistently vector v_fbdata, so we don't need all parameters in
paintFbItems()
Origin commit data
------------------
Commit: cb8ac750a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-12 (Wed, 12 Sep 2012)
Now it's possible to paint forms with defined caption and icon
Origin commit data
------------------
Commit: bc764b4653
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-09 (Sun, 09 Sep 2012)
firstPaint, v_fbdata.clear() already called in initVarBasic() and
initVarBasic() is called in all subclass constructors
Origin commit data
------------------
Commit: 458cec23bf
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-07 (Fri, 07 Sep 2012)
After hide of a picture box, no paint was possible, this should fix this.
Origin commit data
------------------
Commit: 0d039171c0
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-03 (Mon, 03 Sep 2012)
Useful for monitoring and evaluation of the state of components,
is also inherited to all subclasses
Origin commit data
------------------
Commit: e931bdfd6c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-02 (Sun, 02 Sep 2012)
It's better to split this member. Newer tests can make it too messy.
Origin commit data
------------------
Commit: 2126bbda81
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-01 (Sat, 01 Sep 2012)
...also removed parameter for text ailgnment, because the most titelbars
need only left alignment and if required more elements, we can use the
addElement() methode.
Origin commit data
------------------
Commit: efb85b958f
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-31 (Fri, 31 Aug 2012)
is already included in print()clHead->paint() and refreshElement()
Origin commit data
------------------
Commit: 936e965909
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-30 (Thu, 30 Aug 2012)
*rename col_text to class relevant names,
col_text is already defined in class CComponents InfoBox and
its easy to confuse member names
*add member printItemBox() and
move calculateElements() into CComponentsItemBox and use it
in print() and refreshElement()
Origin commit data
------------------
Commit: 806d840c86
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-30 (Thu, 30 Aug 2012)
- use paintElement() for CComponentsItemBox::paint
Origin commit data
------------------
Commit: 8745d69d41
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-29 (Wed, 29 Aug 2012)
Origin commit data
------------------
Commit: b88f73d595
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Origin message was:
------------------
* CComponentsItemBox: Use CTextBox for paint text
is allready inititalized in initVarContainer() (initVarBasic()) with
default value CC_SHADOW_OFF,
Origin commit data
------------------
Commit: 354d835156
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-26 (Sun, 26 Aug 2012)
is allready inherit from basic class CComponents
Origin commit data
------------------
Commit: 136885722a
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Origin commit data
------------------
Commit: b51ff8401b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-24 (Fri, 24 Aug 2012)
Origin message was:
------------------
* CComponents: add class to place an paint titlebars
TODO:
paint text into infobox with CComponentsInfoBox
Origin commit data
------------------
Commit: c53a0a7ab4
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-25 (Sat, 25 Aug 2012)
default value in CComponentsInfoBox is inherit from CComponentsContainer
and =0, baut we need =2
Origin commit data
------------------
Commit: 7df6748f74
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-23 (Thu, 23 Aug 2012)
This sould enshure, that we have init with basic values in sub classes
Origin commit data
------------------
Commit: d521cac983
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-23 (Thu, 23 Aug 2012)