Commit Graph

6201 Commits

Author SHA1 Message Date
Thilo Graf
95c7e44eb1 CComponentsButton: ignonre objects if no inititalized
This makes it possible to use buttons with or without icons or text
2014-05-22 21:50:46 +02:00
Thilo Graf
2bde5a6d08 CTestMenu: set dynamic size of buttons, use 1/10 of footer width 2014-05-22 21:50:46 +02:00
Thilo Graf
9ffdb1cb98 CComponentsButton, CComponentsFooter: rework bestfit of buttons inside chain 2014-05-22 21:50:45 +02:00
Thilo Graf
2256c83b98 CComponentsButton: reinit button items after changed font type 2014-05-22 21:50:45 +02:00
Thilo Graf
45ce42e505 CTestMenu: add samples for new button handling in cc footer 2014-05-22 21:50:45 +02:00
Thilo Graf
87031e79b8 CTestMenu: use correct class name for footer object 2014-05-22 21:50:44 +02:00
Thilo Graf
41c01cedad CComponentsFooter: add possibility to change font type 2014-05-22 21:50:44 +02:00
Thilo Graf
419fc12f2e CComponentsButton: add possibility to change font type, whitespace fixes 2014-05-22 21:50:44 +02:00
Thilo Graf
7b279ddd33 CComponentsButton: simplify handling of init of buttons with chain class 2014-05-22 21:50:43 +02:00
Thilo Graf
8797872d47 CComponentsFooter: add functionality to add button labels via struct
This function uses struct label like old button label function
see /gui/widget/buttons.cpp, but can also use strings in structs

also possible: add single button with text or locale
2014-05-22 21:50:43 +02:00
Thilo Graf
40cfc7533d CComponentsFrmChain: add possibility to use individual positions for items 2014-05-22 21:50:43 +02:00
Thilo Graf
9955fa9203 CComponentsHeader: add icons to button collection for use in headers or footers 2014-05-22 21:50:42 +02:00
Thilo Graf
1c39d08c60 CComponentsHeader: add missing init of icon 2014-05-22 21:50:42 +02:00
Thilo Graf
aa46ba6156 COPKGManager: simplify intro items 2014-05-22 21:36:03 +02:00
Thilo Graf
e06d835396 CComponentsHeader: remove superfluous semicolon 2014-05-22 20:38:22 +02:00
Thilo Graf
4a28d853d2 CChannelList: ensure erase of clock after stopping 2014-05-22 20:38:21 +02:00
[CST] Focus
d602f6b1d9 gui/upnpbrowser.cpp: avoid crash, if TotalMatches is wrong;
try to fix ogg mime type, add audio/x-wav for wav
2014-05-21 14:45:59 +04:00
Jacek Jendrzej
9d916ba8d7 gui/bedit details line osd fix 2014-05-16 11:59:03 +02:00
Thilo Graf
f4447b38e0 CComponentsText: fix fit of textbox object inside cc text object dimensions
Position related to parent container was wrong. Some variables were
unused and removed.
2014-05-16 09:08:26 +02:00
Thilo Graf
6ba757bd9d CComponentsItem: don't increase x/y position if frame width already defined 2014-05-16 09:08:25 +02:00
Thilo Graf
b038d1b6c1 CComponentsIconForm: consider relevant paint direction, don't use 0 values
Value 0 can not be used without problems here, because explicit values
are required since a9a6a925240675c44243754e82dbee79f2d84698
2014-05-16 09:08:25 +02:00
Thilo Graf
6a2e701a7a CComponents/CComponentsItem: add advanced version of kill()
kill() allows now paint with defined colors over rendered objects
without restore of background. It's similar to paintBackgroundBoxRel()
known from CFrameBuffer, but with possiblity to define color,
default color is 0 like before (empty background).
Items with parent bindings use the background color of its parent
as default, but can also be ignored.

This function can be useful before repaint of items and/or,
if required, to have a clean background inside item containers.
2014-05-16 09:08:25 +02:00
Thilo Graf
09e529741a CImageInfo: remove superfluous assign of footer color
Is default assigned with same color.
2014-05-16 09:08:24 +02:00
Thilo Graf
43637941ac CImageInfo: reduce font size of button 2014-05-16 09:08:24 +02:00
Thilo Graf
06a5f568a9 CFrameBuffer: add function to get icon base path 2014-05-16 09:08:24 +02:00
Thilo Graf
9bba42a3d9 CBox:remove unused members 2014-05-16 09:08:23 +02:00
Thilo Graf
399c4e9c94 gui/customcolor.h: add COL_OLIVE 2014-05-16 09:08:23 +02:00
Thilo Graf
a323173aed COPKGManager: use of appropriate width
Most entries are larger then 40% and in case of failed package update,
window is too small. Displayerrors in footer bar are possible.
2014-05-16 09:08:05 +02:00
Thilo Graf
53e734e7c3 COPKGManager: remove unused variable 2014-05-16 08:45:41 +02:00
martii
17774a41b7 gui/keybind_setup:checkLongPress(): return true for RC_standby 2014-05-14 22:10:46 +02:00
svenhoefer
5f99e88ba2 - deutsch.locale: update 2014-05-14 22:10:32 +02:00
[CST] Focus
44bfc6f746 gui/audio_setup.cpp: add option to set static volume on boot 2014-05-14 19:28:37 +04:00
[CST] Focus
0c22682df3 gui/miscsettings_menu.cpp: move epg scan OFF option to epg mode,
reorder epg settings, add separators
2014-05-14 16:32:49 +04:00
Jacek Jendrzej
8acad336ba src/gui/hdd_menu.cpp: remove '\n' for all msg 2014-05-10 19:25:59 +02:00
Jacek Jendrzej
4f65a8d823 src/gui/bedit/bouqueteditor_chanselect.cpp: fix kill details line 2014-05-09 22:28:44 +02:00
Jacek Jendrzej
682b4b141c widget/listbox.cpp use paintButtons in foot 2014-05-09 22:02:53 +02:00
striper
f8840a8d5a - upnp browser: add menu hint 2014-05-08 21:32:48 +02:00
[CST] Focus
c359fe4eaa driver/rcinput.cpp: re-add shutdown after wakeup cancel,
code from commit d886a95acd is lost after some pick ?
2014-05-08 12:36:56 +04:00
svenhoefer
9d25727660 infoviewer: only show remaining time if time is set
taken from martiis-neutrino-mp; based on code by seife;
contains an addition to ab42e7f032
2014-05-07 09:20:39 +02:00
martii
ff06822dd0 gui/infoviewer: check for time being set 2014-05-07 09:20:00 +02:00
martii
dff38fc6ee locale: rename in => word.in 2014-05-06 12:31:32 +02:00
martii
5fb5ea91bf gui/infoviewer, gui/eventlist: localization fixes 2014-05-06 12:28:25 +02:00
martii
ab42e7f032 gui/infoviewer: use localized value for minutes 2014-05-06 12:26:19 +02:00
martii
00c1a8af01 gui/channellist: use localized value for minutes 2014-05-06 12:21:07 +02:00
Stefan Seyfried
b53c1d1bd6 scan_setup: fix build without ENABLE_FASTSCAN 2014-05-05 12:56:16 +02:00
svenhoefer
da7f3b9cb1 - drop obsolete code around FONT_TYPE_GAMELIST
these fonts are not needed since gamelist/scriptlist
  are painted with menu-widget
2014-05-02 22:28:36 +02:00
tomworld
6ac945f78f Update locale
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
2014-05-02 09:47:43 +02:00
Stefan Seyfried
caa5d5c327 luainstance: fix wrong integer type usage 2014-05-02 09:47:43 +02:00
Stefan Seyfried
33d2fb319a rcinput: fix invalid narrowing cast 2014-05-02 09:47:42 +02:00
M. Liebmann
5c5b2b9a43 Fix sort order in locales & update deutsch.locale 2014-05-02 09:47:42 +02:00