Commit Graph

7971 Commits

Author SHA1 Message Date
martii
cb4b093b11 nhttpd/neutrinoapi: fix getLogoFile()
Origin commit data
------------------
Branch: ni/coolstream
Commit: b66c1e9f0f
Author: martii <m4rtii@gmx.de>
Date: 2014-03-11 (Tue, 11 Mar 2014)


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

------------------
This commit was generated by Migit
2016-08-26 16:05:45 +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
vanhofen
5490f62ef3 controlapi: remove unused variable outType from xmltv functions
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c47b1a2a6
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-23 (Tue, 23 Aug 2016)

Origin message was:
------------------
- controlapi: remove unused variable outType from xmltv functions

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

------------------
This commit was generated by Migit
2016-08-23 15:39:09 +02:00
vanhofen
a1ddaab2c1 yhook: avoid parameters from xml closing tag
Origin commit data
------------------
Branch: ni/coolstream
Commit: acf58551a8
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-23 (Tue, 23 Aug 2016)

Origin message was:
------------------
- yhook: avoid parameters from xml closing tag

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

------------------
This commit was generated by Migit
2016-08-23 14:26:51 +02:00
TangoCash
518c0f534c controlapi: add xmltv support
Origin commit data
------------------
Branch: ni/coolstream
Commit: bdde716c4a
Author: TangoCash <eric@loxat.de>
Date: 2016-08-23 (Tue, 23 Aug 2016)

Origin message was:
------------------
- controlapi: add xmltv support

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

------------------
This commit was generated by Migit
2016-08-23 14:26:24 +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
e6b7e1921a CMenuWidget: assign all layer colors out of header init
This fixes missing applying of possible changes of
colour settings in color setup for frame.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 41ed6513bd
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:58 +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
52f7933b22 src/gui/lua/lua_cc_window.cpp use setButtonLabels real window width
Origin commit data
------------------
Branch: ni/coolstream
Commit: 52d16769f1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-22 (Mon, 22 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-22 20:59:06 +02:00
Michael Liebmann
16595ad9d7 Complete missing lua api versions:
- colors: some internal renamings (1c1c5a0) v1.40
 - colors: make footer background color configurable (fb9eaf2) v1.41
 - luainstance: add missing entry for shadow color (a84b3e1) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
 (0dc1041) v1.43
 - cc_window: dont paint over screen size (f30dc89) v1.44
 - cpicture: Add getHeight/getWidth option (f6600ae) v1.45
 - cpicture: Add setDimensionsAll option (5ff20dd) v1.46

 - Set Lua api version to 1.46

 See also neutrino-hd wiki:
 https://wiki.neutrino-hd.de/wiki/Neutrino_HD_Lua_API#Changelog


Origin commit data
------------------
Branch: ni/coolstream
Commit: c990411575
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-22 (Mon, 22 Aug 2016)

Origin message was:
------------------
Complete missing lua api versions:

 - colors: some internal renamings (1c1c5a0) v1.40
 - colors: make footer background color configurable (fb9eaf2) v1.41
 - luainstance: add missing entry for shadow color (a84b3e1) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
  (0dc1041) v1.43
 - cc_window: dont paint over screen size (f30dc89) v1.44
 - cpicture: Add getHeight/getWidth option (f6600ae) v1.45
 - cpicture: Add setDimensionsAll option (5ff20dd) v1.46

 - Set Lua api version to 1.46

 See also neutrino-hd wiki:
 https://wiki.neutrino-hd.de/wiki/Neutrino_HD_Lua_API#Changelog


------------------
This commit was generated by Migit
2016-08-22 04:31:29 +02:00
Jacek Jendrzej
5ff20dd0fd lua_cc_window: add setDimensionsAll option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c26de095c
Author: Jacek Jendrzej <overx300@gmail.com>
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-21 18:29:10 +02:00
Jacek Jendrzej
f6600ae127 lua_cc_picture: add cpicture getHeight / getWidth option
Origin commit data
------------------
Branch: ni/coolstream
Commit: d5051a100f
Author: Jacek Jendrzej <overx300@gmail.com>
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-21 16:17: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
Jacek Jendrzej
eb7f2c4fa8 2:supplement to 0dc1041788
Origin commit data
------------------
Branch: ni/coolstream
Commit: c37ef21912
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-20 (Sat, 20 Aug 2016)

Origin message was:
------------------
2:supplement to 0dc1041788

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

------------------
This commit was generated by Migit
2016-08-20 13:59:15 +02:00
Jacek Jendrzej
04498b79f4 supplement to 0dc1041788
Origin commit data
------------------
Branch: ni/coolstream
Commit: 27ddf8935d
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 09:54:12 +02:00
Jacek Jendrzej
0dc1041788 src/gui/lua/lua_cc_text.cpp if dx and dy is not set and text have parent use Height and Width size from parent
Origin commit data
------------------
Branch: ni/coolstream
Commit: a648daba75
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-19 (Fri, 19 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-19 21:17:45 +02:00
Jacek Jendrzej
59d3c49084 src/gui/widget/menue.cpp check if pointer is not NULL
Origin commit data
------------------
Branch: ni/coolstream
Commit: a29f433ded
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-17 17:23:08 +02:00
Thilo Graf
edfe7aa268 CMenuWidget: adopt shadow color to newer color macros
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1306a7c1a3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-17 (Wed, 17 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-17 10:55:12 +02:00
Thilo Graf
de5adef2ff CUpnpBrowserGui: enable missing shadows
Supplement for 8ef609b8fc


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6163c4f5ed
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-17 (Wed, 17 Aug 2016)



------------------
This commit was generated by Migit
2016-08-17 10:34:36 +02:00
vanhofen
c42e499370 themes: change footer colors defaults
these colors historically depends on infobar colors


Origin commit data
------------------
Branch: ni/coolstream
Commit: 64bc3c5adc
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)

Origin message was:
------------------
- themes: change footer colors defaults

these colors historically depends on infobar colors


------------------
This commit was generated by Migit
2016-08-16 23:38:33 +02:00
Michael Liebmann
7ad04029de CUpnpBrowserGui: Fix segfault at neutrino start
Origin commit data
------------------
Branch: ni/coolstream
Commit: b015f65d4c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-16 (Tue, 16 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-16 15:11:39 +02:00
Michael Liebmann
410e2d5d2e Sort locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: be469d3549
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-15 (Mon, 15 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-16 15:11:39 +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
3a85795115 lua_cc_*: use COL_SHADOW for shadows
Origin commit data
------------------
Branch: ni/coolstream
Commit: b1eab6a23e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)

Origin message was:
------------------
- lua_cc_*: 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
8ef609b8fc upnpbrowser: rework elements positions; avoid using FONT_EVENTLIST
Origin commit data
------------------
Branch: ni/coolstream
Commit: c9bb55db72
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)

Origin message was:
------------------
- upnpbrowser: rework elements positions; avoid using FONT_EVENTLIST

------------------
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
c210975fb9 themes: initialize foot_Text a little brighter
Origin commit data
------------------
Branch: ni/coolstream
Commit: ba7545ce7a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)

Origin message was:
------------------
- themes: initialize foot_Text a little brighter

------------------
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
4130ca1100 osd_setup: auto-calc size of font_size structs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74345ecaa2
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- osd_setup: auto-calc size of font_size structs

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

------------------
This commit was generated by Migit
2016-08-15 22:15:15 +02:00
vanhofen
b7153c49c8 neutrinofonts: remove wrong name from signal_font struct
Origin commit data
------------------
Branch: ni/coolstream
Commit: c159fec182
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- neutrinofonts: remove wrong name from signal_font struct

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

------------------
This commit was generated by Migit
2016-08-15 22:15:15 +02:00
vanhofen
b1cb109fe4 upnpbrowser: use larger font for items; we have space, so let's use it
Origin commit data
------------------
Branch: ni/coolstream
Commit: 344101d50a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- upnpbrowser: use larger font for items; we have space, so let's use it

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

------------------
This commit was generated by Migit
2016-08-15 19:50:23 +02:00
vanhofen
2f6a10a5f5 upnpbrowser: fix calculation of upper info box height
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc13d0ff28
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- upnpbrowser: fix calculation of upper info box height

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

------------------
This commit was generated by Migit
2016-08-15 19:35:02 +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
Jacek Jendrzej
994aa9fb0a src/gui/moviebrowser.cpp m_movieSelectionHandler NULL pointer, try to fix use pointer after delete
Origin commit data
------------------
Branch: ni/coolstream
Commit: 080cda9716
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-15 (Mon, 15 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-15 16:39:27 +02:00
Jacek Jendrzej
371b741ef7 src/gui/widget/textbox.cpp try to fix paint sidebar
Origin commit data
------------------
Branch: ni/coolstream
Commit: c9b5470a47
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-15 (Mon, 15 Aug 2016)


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

------------------
This commit was generated by Migit
2016-08-15 15:49:04 +02:00
vanhofen
340c489ce4 filebrowser: remove my stupid comment
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5610aa280e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- filebrowser: remove my stupid comment

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

------------------
This commit was generated by Migit
2016-08-15 13:02:49 +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
df187346c4 infoviewer_bb: respecting user colors in buttonbar
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0274471517
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- infoviewer_bb: respecting user colors in buttonbar

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

------------------
This commit was generated by Migit
2016-08-15 12:29:23 +02:00
vanhofen
b98e8ec987 colors: make footer text color configurable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c7952011e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

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

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

------------------
This commit was generated by Migit
2016-08-15 12:16:49 +02:00
vanhofen
7c08f5e621 yWeb: enable trsp-key on remote controls
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47f11a0e11
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- yWeb: enable trsp-key on remote controls

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

------------------
This commit was generated by Migit
2016-08-15 08:30:36 +02:00
vanhofen
a84b3e1b88 luainstance: add missing entry for shadow color
Origin commit data
------------------
Branch: ni/coolstream
Commit: a9446a084a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- luainstance: add missing entry for shadow color

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

------------------
This commit was generated by Migit
2016-08-15 00:32:57 +02:00
vanhofen
30fbed012f colors: remove obsolete COL_SHADOW_PLUS_1
we should use only one shadow color (COL_SHADOW_PLUS_0)


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

Origin message was:
------------------
- colors: remove obsolete COL_SHADOW_PLUS_1

we should use only one shadow color (COL_SHADOW_PLUS_0)


------------------
This commit was generated by Migit
2016-08-15 00:31:27 +02:00
vanhofen
b6fdee46b2 upnpbrowser: use COL_SHADOW_PLUS_0 instead of COL_SHADOW_PLUS_1
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1209485c6b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- upnpbrowser: use COL_SHADOW_PLUS_0 instead of COL_SHADOW_PLUS_1

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

------------------
This commit was generated by Migit
2016-08-15 00:30:47 +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
16437048cf upnpbrowser: reduce paintButtons calls to cc_frm_buttons default
remove obsolete setColorBody() call


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

Origin message was:
------------------
- upnpbrowser: reduce paintButtons calls to cc_frm_buttons default

remove obsolete setColorBody() call


------------------
This commit was generated by Migit
2016-08-14 21:11:08 +02:00
vanhofen
1ea580bc28 bouqueteditor: reduce paintButtons calls to cc_frm_buttons default
Origin commit data
------------------
Branch: ni/coolstream
Commit: fe01996d2b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-14 (Sun, 14 Aug 2016)

Origin message was:
------------------
- bouqueteditor: reduce paintButtons calls to cc_frm_buttons default

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

------------------
This commit was generated by Migit
2016-08-14 20:59:29 +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