Commit Graph

709 Commits

Author SHA1 Message Date
Thilo Graf
09beeabc34 CComponentsInfoBox: ensure matching object height after assigned image
Images are not defined with constructor, so it is possible we must
consider the image height after called setPicture() methode.
This is important if an infobox sould be
added into a cc form object. This avoids overlapping of dynamic added items.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 18695fb0c9
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-05 (Sat, 05 Nov 2016)



------------------
This commit was generated by Migit
2016-11-05 21:17:31 +01:00
Thilo Graf
c782bff2b4 CComponentsInfoBox: fix missing calculation of image position with parent
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90a693a1ec
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-04 (Fri, 04 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-04 23:56:29 +01:00
Jacek Jendrzej
8412a9b608 fix possible segfault and negative height
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8849d53b5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-10-31 (Mon, 31 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-31 15:53:29 +01:00
Thilo Graf
d2b28dcede components/widget: add doxygen config file to create documentations
If you want to create a documantation,
please move into current directory that contains the 'Doxyfile' and do execute command

''doxygen Doxyfile''

This creates usually a subdirectory named /doc/html/
This contains documentation contents in html format.
Open /doc/html/index.html in your browser and you will see contents.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 27dc0228a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-29 (Sat, 29 Oct 2016)



------------------
This commit was generated by Migit
2016-10-29 20:47:57 +02:00
vanhofen
56ba19313d cc_item_picture: fix wrong operator in width calculation
Origin commit data
------------------
Branch: ni/coolstream
Commit: 874f54af4b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-27 (Thu, 27 Oct 2016)

Origin message was:
------------------
- cc_item_picture: fix wrong operator in width calculation

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-27 23:11:43 +02:00
vanhofen
ef6ae077ad cc_item_infobox: user OFFSET defines; fix width of textbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8e237df40
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-13 (Thu, 13 Oct 2016)

Origin message was:
------------------
- cc_item_infobox: user OFFSET defines; fix width of textbox

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-13 19:03:38 +02:00
Thilo Graf
725bfb9be0 CComponentsText: add missing member to get current font
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e388d848c
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-13 (Thu, 13 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-13 09:39:35 +02:00
Thilo Graf
e160d121e6 CComponentsScrollBar: disable scrollbar color gradient
Was for testing only, now usual properties used.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 422f5872e4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-12 (Wed, 12 Oct 2016)



------------------
This commit was generated by Migit
2016-10-12 10:08:18 +02:00
Thilo Graf
8227b2d482 CComponentsScrollBar: fix trasnparent background arrow icons
parameter was disabled


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b334f8883
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-12 (Wed, 12 Oct 2016)



------------------
This commit was generated by Migit
2016-10-12 09:42:46 +02:00
vanhofen
bb756163b1 rename customcolor.h -> color_custom.h; reduce unneeded inludes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 104d21e784
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- rename customcolor.h -> color_custom.h; reduce unneeded inludes

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:55 +02:00
vanhofen
1e6590f696 cc_frm_button: use same framecolor as used in messagebox/msgbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 26e0926586
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- cc_frm_button: use same framecolor as used in messagebox/msgbox

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:55 +02:00
vanhofen
aa65a615f9 add and use OFFSET_INTER definition
Origin commit data
------------------
Branch: ni/coolstream
Commit: 98500fdeb6
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- add and use OFFSET_INTER definition

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:55 +02:00
vanhofen
b59278067e rename SHADOW_OFFSET -> OFFSET_SHADOW
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d450c60d3
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- rename SHADOW_OFFSET -> OFFSET_SHADOW

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:55 +02:00
vanhofen
ed72292d58 colors: add COL_PROGRESSBAR wrapper
Origin commit data
------------------
Branch: ni/coolstream
Commit: be40e67b70
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_PROGRESSBAR wrapper

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:55 +02:00
vanhofen
121c669393 ccomponents: fix frame color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 01f32241e4
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- ccomponents: fix frame color

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:55 +02:00
vanhofen
7f19812d17 colors: add COL_SCROLLBAR_PASSIVE wrapper
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6629b64d6c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_SCROLLBAR_PASSIVE wrapper

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:54 +02:00
vanhofen
e13c700904 colors: add COL_SCROLLBAR_ACTIVE wrapper
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7e7d4e5fc1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_SCROLLBAR_ACTIVE wrapper

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:54 +02:00
vanhofen
6ddff3dcaf ccomponents: just code cosmetics; formatting
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8c77b6b7f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- ccomponents: just code cosmetics; formatting

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:54 +02:00
vanhofen
5987637998 colors: add COL_FRAME wrapper
Origin commit data
------------------
Branch: ni/coolstream
Commit: 75fe6e407d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_FRAME wrapper

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-10 14:19:54 +02:00
Thilo Graf
c1bbfc85ae CComponentsWindow: remove wrong corner assignment
Overwrites corner mode for already assigned corner type for body object and
previous statement is canceled. This should avoid this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f90440e0f1
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-07 (Fri, 07 Oct 2016)



------------------
This commit was generated by Migit
2016-10-07 14:25:59 +02:00
Thilo Graf
07f4ba0bc3 CComponentsExtTextForm: add methode to get current font
Default font is generated by class it self, so it is useful
to have access to current font if is required by implemenations.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ac58c8c016
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-03 (Mon, 03 Oct 2016)



------------------
This commit was generated by Migit
2016-10-03 01:45:14 +02:00
Thilo Graf
78cac3e91f CComponentsExtTextForm: add missed parameter font_text
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80753c75d1
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-03 (Mon, 03 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-10-03 01:45:09 +02:00
Thilo Graf
b03e1b5832 CComponentsItem: prevent reinit of already initialized parent form
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4b2e25bf2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-29 (Thu, 29 Sep 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-09-29 10:19:37 +02:00
Thilo Graf
631dcbf244 CSignalBox: add missing member to set frontend
Remove double init of sig items; Will be done already by paintScale().
Ensure reset of last sig value on fe change.
Prevent possible segfault if fe is not defined.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f68fd5ac19
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-28 (Wed, 28 Sep 2016)



------------------
This commit was generated by Migit
2016-09-28 21:12:32 +02:00
vanhofen
7f241e9c9e Revert "CSignalBox: Set current tuner as the default frontend"
This reverts commit 960502da2a.

Conflicts:
	src/gui/components/cc_frm_signalbars.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: 59ac9e57e1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-28 (Wed, 28 Sep 2016)



------------------
This commit was generated by Migit
2016-09-28 21:12:32 +02:00
Thilo Graf
dda8a0b099 CComponentsButton: use passed shadow parameter
Shadow was always enabled.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c4e1c20b8
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-24 (Sat, 24 Sep 2016)



------------------
This commit was generated by Migit
2016-09-24 01:09:46 +02:00
Thilo Graf
ee0ba6eb46 CComponentsHeader: ensure clean object on reinit
Items were destroyed with simple call of delete
but not removed from item collection.
removeCCItem() does this and destroys item objects too.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b205b0c8d0
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-24 (Sat, 24 Sep 2016)



------------------
This commit was generated by Migit
2016-09-24 01:09:41 +02:00
Thilo Graf
bc56408083 CComponentsFooter: remove defined font from footer
cch_font has nothing to do with button font and is already
inherited and defined from header class and can be redefined with
setCaptionFont() methode if required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3af698701b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-24 (Sat, 24 Sep 2016)



------------------
This commit was generated by Migit
2016-09-24 01:08:08 +02:00
Thilo Graf
19584ed330 CCDraw: add member to get current shadow width
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1caa54d6ab
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-06 (Tue, 06 Sep 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-09-13 09:09:27 +02:00
Thilo Graf
84d2bac43e CComponentsFooter: rename var for btn icon
is more plausible


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2de3a167e5
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-09-13 (Tue, 13 Sep 2016)



------------------
This commit was generated by Migit
2016-09-13 09:04:53 +02:00
vanhofen
19d0c6e98e cc_detailsline: fix positions/dimensions of detailsline
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9948649f55
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-12 (Mon, 12 Sep 2016)

Origin message was:
------------------
- cc_detailsline: fix positions/dimensions of detailsline

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-09-12 12:10:19 +02:00
Thilo Graf
f59ef7fcf6 CComponentsHeader: don't use default parameters for privat member
Unified adaptation related to child class ComponentsFooter.
see: c7fb4c5343


Origin commit data
------------------
Branch: ni/coolstream
Commit: 731cb9c66d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-30 (Tue, 30 Aug 2016)



------------------
This commit was generated by Migit
2016-08-30 11:19:48 +02:00
Thilo Graf
c7fb4c5343 CComponentsFooter: don't use default parameters for privat member
Passed init values are better to see here.
This should fix wrong footer color too. See UPNP-Browser, color was not
applied here.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b9a8d1a78
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-23 (Tue, 23 Aug 2016)



------------------
This commit was generated by Migit
2016-08-23 16:00:48 +02:00
Thilo Graf
955fafb035 CComponentsWindow: fix possible holes between frame and footer
One line was to much


Origin commit data
------------------
Branch: ni/coolstream
Commit: 90866b232a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-22 (Mon, 22 Aug 2016)



------------------
This commit was generated by Migit
2016-08-22 21:17:02 +02:00
Thilo Graf
caca66caf5 CComponentsButton: reduce shadow width
buttons are mostly small elements, so these elements should have a reasonable shadow width


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cf409bc27
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-21 (Sun, 21 Aug 2016)



------------------
This commit was generated by Migit
2016-08-22 21:16:54 +02:00
Thilo Graf
78b38c9d31 CComponentsWindow: simplify statements
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca5702acf4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-21 (Sun, 21 Aug 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-22 21:16:50 +02:00
Thilo Graf
a593f3eec3 CComponentsFooter: use background color of footer inside chain object
Ensure pass of bg color from parent into chain object and button objects.
Required by embedded button objects. This prevents "holes" on screen.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a92757697f
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-20 (Sat, 20 Aug 2016)



------------------
This commit was generated by Migit
2016-08-22 21:15:28 +02:00
Jacek Jendrzej
f30dc8988d src/gui/components/cc_frm_window.cpp dont paint over screen size
Origin commit data
------------------
Branch: ni/coolstream
Commit: 912017621b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-20 (Sat, 20 Aug 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-20 16:20:16 +02:00
vanhofen
9ed55c28e3 ccomponents: use COL_SHADOW for shadows
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1f60557e0b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)

Origin message was:
------------------
- ccomponents: use COL_SHADOW for shadows

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-16 08:37:54 +02:00
vanhofen
a0ceccb334 cc_item_text: avoid using INFOBAR_SMALL font; use MENU_INFO instead
it's a small font too


Origin commit data
------------------
Branch: ni/coolstream
Commit: c35414bc56
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- cc_item_text: avoid using INFOBAR_SMALL font; use MENU_INFO instead

it's a small font too


------------------
This commit was generated by Migit
2016-08-15 19:32:46 +02:00
vanhofen
a8cec5244c fonts: add and use own font for all footers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 54f2ac510f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- fonts: add and use own font for all footers

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-15 19:02:42 +02:00
vanhofen
03f6f2b9e8 cc_frm_button: respecting user colors in buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 29c7d652ec
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- cc_frm_button: respecting user colors in buttons

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-15 12:31:28 +02:00
vanhofen
fb9eaf294f colors: make footer background color configurable
TODO: footer text color and maybe footer font


Origin commit data
------------------
Branch: ni/coolstream
Commit: cc5258e6d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- colors: make footer background color configurable

TODO: footer text color and maybe footer font


------------------
This commit was generated by Migit
2016-08-15 00:14:47 +02:00
vanhofen
f167c6bc4c cc_frm_footer: overload font option with old familiar font
Origin commit data
------------------
Branch: ni/coolstream
Commit: 13966c519b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-14 (Sun, 14 Aug 2016)

Origin message was:
------------------
- cc_frm_footer: overload font option with old familiar font

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-14 22:17:59 +02:00
vanhofen
1c1c5a05f3 colors: some internal renamings
* INFOBAR_SHADOW to SHADOW because it's not only used in infoviewer
* INFOBAR_SHADOW_TEXT to MENUFOOT_TEXT because it's the proper name

This is in preparation to make footer colors configurable


Origin commit data
------------------
Branch: ni/coolstream
Commit: bc39d1e14e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-14 (Sun, 14 Aug 2016)

Origin message was:
------------------
- colors: some internal renamings

* INFOBAR_SHADOW to SHADOW because it's not only used in infoviewer
* INFOBAR_SHADOW_TEXT to MENUFOOT_TEXT because it's the proper name

This is in preparation to make footer colors configurable


------------------
This commit was generated by Migit
2016-08-14 21:55:18 +02:00
vanhofen
7c6bb72e75 cc_frm_button: don't use frames per default and align fontsize
to familiar size


Origin commit data
------------------
Branch: ni/coolstream
Commit: fa27f87bb1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-14 (Sun, 14 Aug 2016)

Origin message was:
------------------
- cc_frm_button: don't use frames per default and align fontsize

to familiar size


------------------
This commit was generated by Migit
2016-08-14 20:56:41 +02:00
Thilo Graf
7f737d3199 CCDraw: add comment
Add comment where to find corner radius defines


Origin commit data
------------------
Branch: ni/coolstream
Commit: c317e4dbb4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-07-31 (Sun, 31 Jul 2016)



------------------
This commit was generated by Migit
2016-08-12 17:39:18 +02:00
Thilo Graf
72b9e2308b CComponentsWindow: change order of items
Add header and footer items as first and body as last item.
Render of items occurs in listed order. So it's better for performance
while render of window.
This is something more advantageously because all other items are
contained inside body. So we avoid possible delay while rendering
of base items. It looks better on screen.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 29d723a97b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-06-21 (Tue, 21 Jun 2016)

Origin message was:
------------------
CComponentsWindow: change order of items

Add header and footer items as first and body as last item.
Render of items occurs in listed order. So it's better for performance
while render of window.
This is something more advantageously because all other items are
contained inside body. So we avoid possible delay while rendering
of base items. It looks better on screen.


------------------
This commit was generated by Migit
2016-06-26 15:32:36 +02:00
Thilo Graf
7bc5969919 CComponentsItem: ensure display of frame as last layer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 711cb98754
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-05-16 (Mon, 16 May 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-06-26 15:32:36 +02:00
Thilo Graf
389d364ea3 CComponentsWindow: try to fix reduce of item height on enabled frame
The lower part of the window frame was always painted over.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a1d687b35
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-05-16 (Mon, 16 May 2016)



------------------
This commit was generated by Migit
2016-06-26 15:32:35 +02:00