Commit Graph

8139 Commits

Author SHA1 Message Date
vanhofen
cc1bf6a654 themes: fix infobar_casystem_alpha in DarkOrange theme
Origin commit data
------------------
Commit: 966d746694
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-22 (Mon, 22 Aug 2016)

Origin message was:
------------------
- themes: fix infobar_casystem_alpha in DarkOrange theme
2016-08-22 23:47:06 +02:00
vanhofen
cf2f3e11fe colors: smoother interplay; use 1px frames
Origin commit data
------------------
Commit: 5f08483671
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-22 (Mon, 22 Aug 2016)

Origin message was:
------------------
- colors: smoother interplay; use 1px frames
2016-08-22 23:30:06 +02:00
vanhofen
1f3c68ccc2 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: bc0419a53a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-22 (Mon, 22 Aug 2016)
2016-08-22 21:50:20 +02:00
Thilo Graf
e371ec3383 CComponentsWindow: fix possible holes between frame and footer
One line was to much


Origin commit data
------------------
Commit: 90866b232a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-22 (Mon, 22 Aug 2016)
2016-08-22 21:17:02 +02:00
Thilo Graf
d2c96fd9e7 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
------------------
Commit: 41ed6513bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-22 21:16:58 +02:00
Thilo Graf
5e16a9f6b4 CComponentsButton: reduce shadow width
buttons are mostly small elements, so these elements should have a reasonable shadow width


Origin commit data
------------------
Commit: 2cf409bc27
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-22 21:16:54 +02:00
Thilo Graf
27f527bb45 CComponentsWindow: simplify statements
Origin commit data
------------------
Commit: ca5702acf4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-22 21:16:50 +02:00
Thilo Graf
cdd40d98b0 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
------------------
Commit: a92757697f
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-20 (Sat, 20 Aug 2016)
2016-08-22 21:15:28 +02:00
Jacek Jendrzej
a8292eae0b src/gui/lua/lua_cc_window.cpp use setButtonLabels real window width
Origin commit data
------------------
Commit: 52d16769f1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-22 (Mon, 22 Aug 2016)
2016-08-22 20:59:06 +02:00
Michael Liebmann
5d24be488e Complete missing lua api versions:
- colors: some internal renamings (78230ea) v1.40
 - colors: make footer background color configurable (70abfb3) v1.41
 - luainstance: add missing entry for shadow color (832649c) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
 (5ac8d00) v1.43
 - cc_window: dont paint over screen size (46b77c7) v1.44
 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45
 - cpicture: Add setDimensionsAll option (fcfb4c4) 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
------------------
Commit: 085be754cb
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 (78230ea) v1.40
 - colors: make footer background color configurable (70abfb3) v1.41
 - luainstance: add missing entry for shadow color (832649c) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
  (5ac8d00) v1.43
 - cc_window: dont paint over screen size (46b77c7) v1.44
 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45
 - cpicture: Add setDimensionsAll option (fcfb4c4) 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
2016-08-22 18:29:21 +02:00
vanhofen
d07f21c2bc icons: transparent background for clock_face icon
Origin commit data
------------------
Commit: 0958608933
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-22 (Mon, 22 Aug 2016)

Origin message was:
------------------
- icons: transparent background for clock_face icon
2016-08-22 17:47:39 +02:00
Michael Liebmann
8f904a91ec analogclock: Save background for using transparent clock images
Origin commit data
------------------
Commit: 5d04ea65f4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-22 (Mon, 22 Aug 2016)
2016-08-22 16:37:04 +02:00
Michael Liebmann
c9f0b15a1d Complete missing lua api versions:
- colors: some internal renamings (78230ea) v1.40
 - colors: make footer background color configurable (70abfb3) v1.41
 - luainstance: add missing entry for shadow color (832649c) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
 (5ac8d00) v1.43
 - cc_window: dont paint over screen size (46b77c7) v1.44
 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45
 - cpicture: Add setDimensionsAll option (fcfb4c4) 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
------------------
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 (78230ea) v1.40
 - colors: make footer background color configurable (70abfb3) v1.41
 - luainstance: add missing entry for shadow color (832649c) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
  (5ac8d00) v1.43
 - cc_window: dont paint over screen size (46b77c7) v1.44
 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45
 - cpicture: Add setDimensionsAll option (fcfb4c4) 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
2016-08-22 04:31:29 +02:00
vanhofen
5b2085abb0 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: ed9d7b641c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-21 21:08:03 +02:00
Jacek Jendrzej
fcfb4c41e5 lua_cc_window: add setDimensionsAll option
Origin commit data
------------------
Commit: 5c26de095c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-21 18:29:10 +02:00
Jacek Jendrzej
7e874ddf64 lua_cc_picture: add cpicture getHeight / getWidth option
Origin commit data
------------------
Commit: d5051a100f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-21 16:17:28 +02:00
Jacek Jendrzej
46b77c77e6 src/gui/components/cc_frm_window.cpp dont paint over screen size
Origin commit data
------------------
Commit: 912017621b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-20 (Sat, 20 Aug 2016)
2016-08-20 16:20:16 +02:00
Jacek Jendrzej
f1912db720 2:supplement to 5ac8d0085b
Origin commit data
------------------
Commit: c37ef21912
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-20 (Sat, 20 Aug 2016)

Origin message was:
------------------
2:supplement to 5ac8d0085b
2016-08-20 13:59:15 +02:00
Jacek Jendrzej
882bdf5b2d supplement to 5ac8d0085b
Origin commit data
------------------
Commit: 27ddf8935d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-20 (Sat, 20 Aug 2016)
2016-08-20 09:54:12 +02:00
vanhofen
eb0c679fa9 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: b5425ef7ea
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-19 (Fri, 19 Aug 2016)
2016-08-19 22:15:42 +02:00
Jacek Jendrzej
5ac8d0085b 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
------------------
Commit: a648daba75
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-19 (Fri, 19 Aug 2016)
2016-08-19 21:17:45 +02:00
vanhofen
141df6c65a Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Conflicts:
	src/gui/widget/menue.cpp


Origin commit data
------------------
Commit: 5d1316417a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-17 (Wed, 17 Aug 2016)
2016-08-17 21:38:03 +02:00
Jacek Jendrzej
6a997dfeba src/gui/widget/menue.cpp check if pointer is not NULL
Origin commit data
------------------
Commit: a29f433ded
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
2016-08-17 17:23:08 +02:00
vanhofen
f607a514b1 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Conflicts:
	src/gui/themes.cpp


Origin commit data
------------------
Commit: 797dd62e5f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-17 (Wed, 17 Aug 2016)
2016-08-17 11:45:13 +02:00
Thilo Graf
a742189d0e CMenuWidget: adopt shadow color to newer color macros
Origin commit data
------------------
Commit: 1306a7c1a3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-17 (Wed, 17 Aug 2016)
2016-08-17 10:55:12 +02:00
Thilo Graf
a446ecdd3d CUpnpBrowserGui: enable missing shadows
Supplement for 29698685b6


Origin commit data
------------------
Commit: 6163c4f5ed
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-08-17 (Wed, 17 Aug 2016)
2016-08-17 10:34:36 +02:00
vanhofen
0c1a472004 themes: change footer colors defaults
these colors historically depends on infobar colors


Origin commit data
------------------
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
2016-08-16 23:38:33 +02:00
vanhofen
0aeff50e86 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h


Origin commit data
------------------
Commit: 29b6f4a827
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)
2016-08-16 15:45:22 +02:00
Michael Liebmann
031b190d4c CUpnpBrowserGui: Fix segfault at neutrino start
Origin commit data
------------------
Commit: b015f65d4c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-16 (Tue, 16 Aug 2016)
2016-08-16 15:11:39 +02:00
Michael Liebmann
317286e9ad Sort locale
Origin commit data
------------------
Commit: be469d3549
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-16 15:11:39 +02:00
vanhofen
c277a28b05 Revert "- neutrinofonts: remove wrong name from signal_font struct"
This reverts commit 4d5891cde3.


Origin commit data
------------------
Commit: fca40b80e9
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)
2016-08-16 12:13:55 +02:00
vanhofen
f87ffd09b9 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: e13549e11d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)
2016-08-16 10:08:27 +02:00
vanhofen
9c8dabd7ba ccomponents: use COL_SHADOW for shadows
Origin commit data
------------------
Commit: 1f60557e0b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)

Origin message was:
------------------
- ccomponents: use COL_SHADOW for shadows
2016-08-16 08:37:54 +02:00
vanhofen
7a9e82e7ed lua_cc_*: use COL_SHADOW for shadows
Origin commit data
------------------
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
2016-08-16 08:37:54 +02:00
vanhofen
29698685b6 upnpbrowser: rework elements positions; avoid using FONT_EVENTLIST
Origin commit data
------------------
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
2016-08-16 08:37:54 +02:00
vanhofen
c06b4179cc themes: initialize foot_Text a little brighter
Origin commit data
------------------
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
2016-08-16 08:37:54 +02:00
vanhofen
caa5ae6099 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Conflicts:
	src/gui/osd_setup.cpp


Origin commit data
------------------
Commit: 58a62c81ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-15 22:20:14 +02:00
vanhofen
ec6570d703 osd_setup: auto-calc size of font_size structs
Origin commit data
------------------
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
2016-08-15 22:15:15 +02:00
vanhofen
4d5891cde3 neutrinofonts: remove wrong name from signal_font struct
Origin commit data
------------------
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
2016-08-15 22:15:15 +02:00
vanhofen
41a3c85a4d Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: 7a28b05f26
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-15 19:51:29 +02:00
vanhofen
ca9a7e02ee upnpbrowser: use larger font for items; we have space, so let's use it
Origin commit data
------------------
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
2016-08-15 19:50:23 +02:00
vanhofen
9e6edc885d Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: b5fd21283e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-15 19:35:50 +02:00
vanhofen
a5939c02ac upnpbrowser: fix calculation of upper info box height
Origin commit data
------------------
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
2016-08-15 19:35:02 +02:00
vanhofen
fc6d74af97 cc_item_text: avoid using INFOBAR_SMALL font; use MENU_INFO instead
it's a small font too


Origin commit data
------------------
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
2016-08-15 19:32:46 +02:00
vanhofen
2be5df305e Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Conflicts:
	src/gui/moviebrowser.cpp


Origin commit data
------------------
Commit: 3d04798d9b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-15 19:08:28 +02:00
vanhofen
e49ee18fb3 fonts: add and use own font for all footers
Origin commit data
------------------
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
2016-08-15 19:02:42 +02:00
Jacek Jendrzej
e512b98ff9 src/gui/moviebrowser.cpp m_movieSelectionHandler NULL pointer, try to fix use pointer after delete
Origin commit data
------------------
Commit: 080cda9716
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-15 16:39:27 +02:00
Jacek Jendrzej
95b3a4c88c src/gui/widget/textbox.cpp try to fix paint sidebar
Origin commit data
------------------
Commit: c9b5470a47
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-15 15:49:04 +02:00
vanhofen
a2fdd5e661 Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: 4a26032c96
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)
2016-08-15 13:03:59 +02:00
vanhofen
9171915e49 filebrowser: remove my stupid comment
Origin commit data
------------------
Commit: 5610aa280e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- filebrowser: remove my stupid comment
2016-08-15 13:02:49 +02:00