Commit Graph

7 Commits

Author SHA1 Message Date
Michael Liebmann
c91e7889aa CVolumeBar: add enums for volume bar pos
Origin commit data
------------------
Commit: 2a63a85584
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-26 (Wed, 26 Jun 2013)
2013-07-03 07:30:09 +02:00
Thilo Graf
0b5c82c184 CVolumeBar: remove redundant code parts
corrections of position is already calculated in paintInit()


Origin commit data
------------------
Commit: a6cd3d8633
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)

Origin message was:
------------------
CVolumeBar: remove redundant code parts

corrections of position is already calculated in paintInit()
2013-06-16 00:34:07 +02:00
Michael Liebmann
56c1d0a7d5 CVolumeBar: Reactivate position 'higher center' for volume bar
Origin commit data
------------------
Commit: c70167b58f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)
2013-06-06 12:00:06 +02:00
Thilo Graf
cbdfda6992 CVolumeBar: rework size handling
Signed-off-by: Michael Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: b010b3bd09
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-10 (Fri, 10 May 2013)
2013-06-03 22:12:48 +02:00
Thilo Graf
55512682b0 CProgressBar/CVolumeBar: fix position of active/passive bar
Assign real position values to progressbar if is bound (embedded) in a form.
This is dependently from its own parent status. Status of cc_parent==NULL
means, it's not bound and without parent form so we use x/y, otherwise
we use real values stored by cc_xr/cc_yr.
Values in cc_xr/cc_yr and cc_parent were assigned with addCCItem().

Signed-off-by: Michael Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: fb812f38e8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-02 (Sun, 02 Jun 2013)
2013-06-03 22:12:48 +02:00
Michael Liebmann
f5abed1dd0 Rework positioning of volumebar / mute icon / info clock
- Is required for custom icons


Origin commit data
------------------
Commit: cfd7b4b16b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
* Rework positioning of volumebar / mute icon / info clock

- Is required for custom icons
2013-05-10 11:32:12 +01:00
Thilo Graf
51e81122b5 CVolumeBar: rework volumebar handling
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)
2013-05-08 05:11:24 +01:00