Thilo Graf
f3da710976
CImageInfo: fix calculation of info text height
...
Height of sub caption was not considered.
2013-11-11 08:53:33 +01:00
Thilo Graf
ac6f547d0f
CTestMenu: add buildinfo as menu entry
...
Buildinfo also exists in infomenu, but is outcommented, so it is
prepared just for testings.
2013-11-11 00:20:10 +01:00
Thilo Graf
2bd2714770
CImageInfo: rework some parts of imageinfo
...
-use CComponentsExtTextForm: this combines labels and text to one item
-add build informations: this includes some functions of CBuildInfo class
to show its informations, user can now use the red button and toggle
between license and build infos
2013-11-11 00:20:10 +01:00
Thilo Graf
6955df5c5e
CBuildInfo: rework buildinfo class for use as CComponentsWindow
...
also possible: get partial informations also as strings for usage
in other classes
2013-11-11 00:20:10 +01:00
Michael Liebmann
4cf4857201
Add display of build info
...
- Display compiler version, compiler flags, build PC, kernel version
- configure.ac part ported from filezilla project
2013-11-11 00:20:09 +01:00
Thilo Graf
05ce023278
CComponentsExtTextForm: remove check for empty strings
...
This check causes possible segfault and check is already in ccx_text_obj.
2013-11-11 00:19:49 +01:00
Thilo Graf
74d25a6089
CComponentsExtTextForm: fix assign of width with percent value
...
Assigning of value before width was set, had no effect
2013-11-11 00:19:48 +01:00
Thilo Graf
e5b0673259
CComponents: add log warning if position = 0
...
Value 0 for embedded items should be unproblematic, buy single items
should have minimum value = 1.
2013-11-11 00:19:48 +01:00
Thilo Graf
812168416f
CComponentsButton: add members to get caption properties
2013-11-11 00:19:48 +01:00
Thilo Graf
cbeb9f3ac6
CComponentsWindow: remove paint() member
...
The derived member of ComponentsForm() should be sufficiently
and should serve its purpose.
2013-11-11 00:19:48 +01:00
Thilo Graf
8ae491a994
CComponents: add property to allow/disallow paint of items
...
This causes initialization of all properties, but
affects the behavior of item paint.
This can be understood as a counterpart to isPainted().
2013-11-11 00:19:48 +01:00
Thilo Graf
172383b6bb
CTextBox: use member getFontTextHeight() as public
2013-11-11 00:19:47 +01:00
Thilo Graf
a0e00387b6
CComponentsExtTextForm: add member setLabelAndTextFont()
2013-11-11 00:19:47 +01:00
Thilo Graf
989ec25360
CComponentsButton: add constructors with loacalized caption parameter
2013-11-11 00:19:47 +01:00
Thilo Graf
72705b19de
CComponents: use correct initial values screen start position
...
Value '0' is wrong.
2013-11-11 00:19:47 +01:00
Thilo Graf
ffe50db001
CComponentsLabel: use correct body color
2013-11-11 00:19:46 +01:00
Thilo Graf
29abd4f1dd
CTestMenu: add sample code for CComponentsExtTextForm
2013-11-11 00:19:46 +01:00
Thilo Graf
d8514b19ee
CComponentsExtTextForm: add new class CComponentsExtTextForm
...
this provides a combining form, that contains a text object with label
2013-11-11 00:19:46 +01:00
Thilo Graf
4ed6e54da6
CComponentsItem: add missing is_painted to hideCCItem()
2013-11-11 00:19:46 +01:00
Thilo Graf
e617bab6cf
CTextBox: reinit text variables after evaluated comparison
2013-11-11 00:19:45 +01:00
Thilo Graf
5fb7959ddb
CComponentsLabel: remove alternate constructor
...
default parameters can also be used
2013-11-11 00:19:45 +01:00
Thilo Graf
5d37b0b88f
locales: use german translation for 'Setup Tuner'
2013-11-11 00:19:45 +01:00
Thilo Graf
7e91fecc02
CTextBox: add new parameter to setText() force_repaint
...
Paint routine of text has changed, so it can be useful to affect the old
behavior of text repaint beacause of text is painted only if
text or some other properties have changed.
Default value of force_repaint is true, so we have the same behavior like
before changes.
2013-11-11 00:19:45 +01:00
svenhoefer
fe07423ad1
- audioplayer: show cover from id3-tag or folder.jpg in header
...
if exist a file called folder.jpg in same dir as the audiofile
or a audiocover is defined in id3-tag it will be displayed in header.
cover in tag is preferred.
ported from mohusch. original patch by tangocash. thx!
2013-11-09 18:34:09 +01:00
svenhoefer
1e8764be2e
- ylanguage.cpp: fix wrong value in for loop
2013-11-09 14:40:58 +01:00
defans
9b71f720ea
small fix, possible segfault in hddmenu
2013-11-09 13:32:45 +01:00
svenhoefer
5324c57a38
- ylanguage.cpp: add neutrino locale as an additional locale file for yWeb
2013-11-08 15:07:02 +01:00
svenhoefer
f9515444f0
- libconfigfile: allow configfiles with another delimiter as '='
2013-11-08 15:06:05 +01:00
[CST] Focus
339b047019
gui/scan_setup.cpp: force fe link on master change, too
2013-11-08 15:54:20 +04:00
[CST] Focus
7c4b9d3fdd
gui/scan_setup.cpp: disable frontend setup, if record running
2013-11-08 15:50:23 +04:00
svenhoefer
395767adf4
- audioplayer: use and show play/pause/stop/rew/ff keys
2013-11-07 22:09:23 +01:00
[CST] Focus
4e423e2bd7
gui/osd_setup.cpp: fix Window size in menu, snprintf take care about 0 at the end
2013-11-07 18:59:42 +04:00
[CST] Focus
aaf9d3edf6
gui/osd_setup.cpp: add support to change window width and height,
...
use buttons up/down to change height, left/right to change width, page up/down to change both
2013-11-07 17:27:23 +04:00
[CST] Focus
0dc92e99f9
driver/framebuffer.cpp: switch from window_size to window width/height,
...
allow 50% min window size
2013-11-07 17:25:15 +04:00
[CST] Focus
1eb658fc21
neutrino.cpp: add window width/height settings
2013-11-07 17:23:40 +04:00
[CST] Focus
4ce96d5ada
zapit/src/fastscan.cpp: set current channel to channel number 1
2013-11-06 15:09:58 +04:00
[CST] Focus
d7403be659
system/settings.cpp: set fastscan default type to HD
2013-11-06 15:09:58 +04:00
[CST] Focus
40e3106e53
gui/personalize.cpp: fix pin change active/enactive,
...
broken after commit 404de5376b
2013-11-06 15:09:58 +04:00
[CST] Focus
3a5d58f139
gui/personalize.cpp: fix pin access in case personalize pin is off,
...
but items with enabled pincode present
2013-11-06 15:09:58 +04:00
Jacek Jendrzej
aaad29a245
CControlAPI::_GetBouquetActualEPGItem: -add eventid & timeTotal to secondEPG
2013-11-05 15:42:50 +01:00
Thilo Graf
6f700d80c0
CTestMenu: add configure option --enable-testmenu
2013-11-05 13:22:28 +01:00
[CST] Focus
ae78af966c
gui/test_menu.h: disable test menu
2013-11-05 15:54:13 +04:00
[CST] Focus
70725b323b
gui/scan_setup.cpp: do not add satellites to select from disabled frontend;
...
add intro items for scan menu not dependent on wizard mode:
after wizard mode disabled, code add one more item (subhead), and saved
selected invalidated, as result ie no selected item at all
2013-11-05 15:34:24 +04:00
[CST] Focus
1e247dd6f4
data/locale/english.locale: fix typo
2013-11-05 15:34:23 +04:00
svenhoefer
789280736d
- moviebrowser: use ccomponents to paint header
2013-11-05 10:09:08 +01:00
[CST] Focus
0c724b457a
gui/start_wizard.cpp: fix missing frontend setup
2013-11-05 11:44:44 +04:00
[CST] Focus
8ef3efc72d
gui/scan_setup.cpp: set wizard mode for frontend setup menu
2013-11-05 11:44:44 +04:00
[CST] Focus
9fe3e97c84
gui/widget/menue.cpp: fix jump to some item types with direct key
2013-11-05 11:44:44 +04:00
[CST] Focus
8676254150
PERSONALIZE_ACTIVE_MODE_OPTIONS: fix PERSONALIZE_PROTECT_MODE_MAX, PERSONALIZE_ACTIVE_MODE_OPTIONS need 2 options, not 3
2013-11-05 11:44:43 +04:00
[CST] Focus
404de5376b
gui/personalize.cpp: fix CPinSetupNotifier: return false, menu repaint not needed
2013-11-05 11:44:43 +04:00