Commit Graph

6117 Commits

Author SHA1 Message Date
Thilo Graf
d3963f3206 CComponentsForm: paint log on debug level 2 if dimensions too large
Origin commit data
------------------
Commit: f073c74a40
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-10 (Sat, 10 May 2014)
2014-05-22 21:50:52 +02:00
Thilo Graf
01c13b89fa CComponentsText: add parameter for text color in member function setText()
Origin commit data
------------------
Commit: 745f7b70f1
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-10 (Sat, 10 May 2014)
2014-05-22 21:50:51 +02:00
Thilo Graf
831f7bd8a6 CTestMenu: clean up, change some sample comments for footer init
Origin commit data
------------------
Commit: 7e6ce8acc6
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-05 (Mon, 05 May 2014)
2014-05-22 21:50:51 +02:00
Thilo Graf
de71f1f361 CMenuWidget: implement CComponentsFooter, remove paintButtons
Origin commit data
------------------
Commit: d87807af67
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-02 (Fri, 02 May 2014)
2014-05-22 21:50:51 +02:00
Thilo Graf
8a536deb5c CComponentsFooter: simplified dimensions init for default height
Origin commit data
------------------
Commit: 0a3101728a
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-22 21:50:50 +02:00
Thilo Graf
a46fdbe619 CComponentsButton: use y position 0 for general alignment
Origin commit data
------------------
Commit: 9c4aadd2bf
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-22 21:50:50 +02:00
Thilo Graf
187fda7c7b CComponentsForm: fix centering of items inside form
Origin commit data
------------------
Commit: 2f889b9563
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-22 21:50:49 +02:00
Thilo Graf
69e813e83a CComponentsForm: use variable instead function
Origin commit data
------------------
Commit: 421296932e
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-22 21:50:49 +02:00
Thilo Graf
a42e9a6992 CComponentsButton: ensure matching icons inside button
Some icons can be too large for defined button height, so it's required to
scale icons. Scaling happens inside cc_btn_icon_obj during its init.


Origin commit data
------------------
Commit: 9d014d2039
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-03 (Sat, 03 May 2014)
2014-05-22 21:50:49 +02:00
Thilo Graf
39f4d174a7 CComponentsButton: remove additonal y offset
Any other offset could have bad side effects for centered text,
it must be centered here. Other font sizes can make problems here.


Origin commit data
------------------
Commit: 75bf3aa276
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-03 (Sat, 03 May 2014)
2014-05-22 21:50:49 +02:00
Thilo Graf
0f83a29ff6 CComponentsFooter: add member to get pointer to button container
Origin commit data
------------------
Commit: 7cbd4e3469
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-02 (Fri, 02 May 2014)
2014-05-22 21:50:48 +02:00
Thilo Graf
a7b62abdbe CComponentsFooter: set color of button frames to button type, default=gray
Origin commit data
------------------
Commit: 995eff8ffe
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-02 (Fri, 02 May 2014)
2014-05-22 21:50:48 +02:00
Thilo Graf
b1a8e0df28 CComponentsFooter: apply showButtonContour() after init of labels
Function was without effect after adding of button objects,
showButtonContour() now changes property explicit for all items, also
after their addition to chain.


Origin commit data
------------------
Commit: f7860fed35
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-02 (Fri, 02 May 2014)
2014-05-22 21:50:47 +02:00
Thilo Graf
cb8060da8b CComponentsFooter: use chain object in global scope of class
Origin commit data
------------------
Commit: bd03327cb4
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)
2014-05-22 21:50:47 +02:00
Thilo Graf
c6af819f8a CComponentsButton: add class with const char* parameters for icon names
Origin commit data
------------------
Commit: 2c87bb750a
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)
2014-05-22 21:50:47 +02:00
Thilo Graf
fffa7ece56 CComponentsFooter: fix missing types for log output
Origin commit data
------------------
Commit: 14ea1de789
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)
2014-05-22 21:50:47 +02:00
Thilo Graf
ff78f69368 CComponentsButton: ignonre objects if no inititalized
This makes it possible to use buttons with or without icons or text


Origin commit data
------------------
Commit: 95c7e44eb1
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)
2014-05-22 21:50:46 +02:00
Thilo Graf
dbd4bd10a4 CTestMenu: set dynamic size of buttons, use 1/10 of footer width
Origin commit data
------------------
Commit: 2bde5a6d08
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)
2014-05-22 21:50:46 +02:00
Thilo Graf
f2a19fbc2d CComponentsButton, CComponentsFooter: rework bestfit of buttons inside chain
Origin commit data
------------------
Commit: 9ffdb1cb98
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)
2014-05-22 21:50:45 +02:00
Thilo Graf
b45c8b264d CComponentsButton: reinit button items after changed font type
Origin commit data
------------------
Commit: 2256c83b98
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)
2014-05-22 21:50:45 +02:00
Thilo Graf
4af8bf7132 CTestMenu: add samples for new button handling in cc footer
Origin commit data
------------------
Commit: 45ce42e505
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
2014-05-22 21:50:45 +02:00
Thilo Graf
9e5b22f813 CTestMenu: use correct class name for footer object
Origin commit data
------------------
Commit: 87031e79b8
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-24 (Thu, 24 Apr 2014)
2014-05-22 21:50:44 +02:00
Thilo Graf
8fc9b3a6a7 CComponentsFooter: add possibility to change font type
Origin commit data
------------------
Commit: 41c01cedad
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-30 (Wed, 30 Apr 2014)
2014-05-22 21:50:44 +02:00
Thilo Graf
1482cebcc6 CComponentsButton: add possibility to change font type, whitespace fixes
Origin commit data
------------------
Commit: 419fc12f2e
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-30 (Wed, 30 Apr 2014)
2014-05-22 21:50:44 +02:00
Thilo Graf
bd223cb6c9 CComponentsButton: simplify handling of init of buttons with chain class
Origin commit data
------------------
Commit: 7b279ddd33
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
2014-05-22 21:50:43 +02:00
Thilo Graf
3ba2c24cad 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


Origin commit data
------------------
Commit: 8797872d47
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
2014-05-22 21:50:43 +02:00
Thilo Graf
c4e16ba42c CComponentsFrmChain: add possibility to use individual positions for items
Origin commit data
------------------
Commit: 40cfc7533d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
2014-05-22 21:50:43 +02:00
Thilo Graf
ce4710deb0 CComponentsHeader: add icons to button collection for use in headers or footers
Origin commit data
------------------
Commit: 9955fa9203
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-24 (Thu, 24 Apr 2014)
2014-05-22 21:50:42 +02:00
Thilo Graf
52b3760710 CComponentsHeader: add missing init of icon
Origin commit data
------------------
Commit: 1c39d08c60
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-24 (Thu, 24 Apr 2014)
2014-05-22 21:50:42 +02:00
Thilo Graf
8607003efe COPKGManager: simplify intro items
Origin commit data
------------------
Commit: aa46ba6156
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-22 (Thu, 22 May 2014)
2014-05-22 21:36:03 +02:00
Thilo Graf
2ba0546713 CComponentsHeader: remove superfluous semicolon
Origin commit data
------------------
Commit: e06d835396
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-11 (Sun, 11 May 2014)
2014-05-22 20:38:22 +02:00
Thilo Graf
414b54696d CChannelList: ensure erase of clock after stopping
Origin commit data
------------------
Commit: 4a28d853d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-06 (Tue, 06 May 2014)
2014-05-22 20:38:21 +02:00
[CST] Focus
b2a9a7beb9 gui/upnpbrowser.cpp: avoid crash, if TotalMatches is wrong;
try to fix ogg mime type, add audio/x-wav for wav


Origin commit data
------------------
Commit: d602f6b1d9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-05-21 (Wed, 21 May 2014)
2014-05-21 14:45:59 +04:00
Jacek Jendrzej
796772e457 gui/bedit details line osd fix
Origin commit data
------------------
Commit: 9d916ba8d7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
2014-05-16 11:59:03 +02:00
Thilo Graf
a8175397f3 CComponentsText: fix fit of textbox object inside cc text object dimensions
Position related to parent container was wrong. Some variables were
unused and removed.


Origin commit data
------------------
Commit: f4447b38e0
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-16 09:08:26 +02:00
Thilo Graf
eae22e3579 CComponentsItem: don't increase x/y position if frame width already defined
Origin commit data
------------------
Commit: 6ba757bd9d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-16 09:08:25 +02:00
Thilo Graf
50ea0ad016 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


Origin commit data
------------------
Commit: b038d1b6c1
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
2014-05-16 09:08:25 +02:00
Thilo Graf
41218662ff 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.


Origin commit data
------------------
Commit: 6a2e701a7a
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-05 (Mon, 05 May 2014)
2014-05-16 09:08:25 +02:00
Thilo Graf
9d506231b6 CImageInfo: remove superfluous assign of footer color
Is default assigned with same color.


Origin commit data
------------------
Commit: 09e529741a
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
2014-05-16 09:08:24 +02:00
Thilo Graf
6ab767f5fd CImageInfo: reduce font size of button
Origin commit data
------------------
Commit: 43637941ac
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)
2014-05-16 09:08:24 +02:00
Thilo Graf
9148b5bdf6 CFrameBuffer: add function to get icon base path
Origin commit data
------------------
Commit: 06a5f568a9
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-03 (Sat, 03 May 2014)
2014-05-16 09:08:24 +02:00
Thilo Graf
e5b967a37f CBox:remove unused members
Origin commit data
------------------
Commit: 9bba42a3d9
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-03 (Sat, 03 May 2014)
2014-05-16 09:08:23 +02:00
Thilo Graf
fbf0072493 gui/customcolor.h: add COL_OLIVE
Origin commit data
------------------
Commit: 399c4e9c94
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-02 (Fri, 02 May 2014)
2014-05-16 09:08:23 +02:00
Thilo Graf
05af26fe66 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.


Origin commit data
------------------
Commit: a323173aed
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-16 09:08:05 +02:00
Thilo Graf
5451c5dce0 COPKGManager: remove unused variable
Origin commit data
------------------
Commit: 53e734e7c3
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-04 (Sun, 04 May 2014)
2014-05-16 08:45:41 +02:00
martii
161fdeda10 gui/keybind_setup:checkLongPress(): return true for RC_standby
Origin commit data
------------------
Commit: 17774a41b7
Author: martii <m4rtii@gmx.de>
Date: 2014-05-13 (Tue, 13 May 2014)
2014-05-14 22:10:46 +02:00
vanhofen
09b213a085 deutsch.locale: update
Origin commit data
------------------
Commit: 5f99e88ba2
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-14 (Wed, 14 May 2014)

Origin message was:
------------------
- deutsch.locale: update
2014-05-14 22:10:32 +02:00
[CST] Focus
85c169c008 gui/audio_setup.cpp: add option to set static volume on boot
Origin commit data
------------------
Commit: 44bfc6f746
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-05-14 (Wed, 14 May 2014)
2014-05-14 19:28:37 +04:00
[CST] Focus
69ea473390 gui/miscsettings_menu.cpp: move epg scan OFF option to epg mode,
reorder epg settings, add separators


Origin commit data
------------------
Commit: 0c22682df3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-05-14 (Wed, 14 May 2014)
2014-05-14 16:32:49 +04:00
Jacek Jendrzej
3e5f28fefa src/gui/hdd_menu.cpp: remove '\n' for all msg
Origin commit data
------------------
Commit: 8acad336ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-05-10 (Sat, 10 May 2014)

Origin message was:
------------------
src/gui/hdd_menu.cpp: remove '\n' for all msg
2014-05-10 19:25:59 +02:00