Commit Graph

5066 Commits

Author SHA1 Message Date
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
svenhoefer
fed0bfda8c - moviebrowser: disable hdd-bar in youtube mode 2013-11-04 21:54:13 +01:00
Michael Liebmann
1c3ee43410 Audioplayer: Remove special handling for display mute icon
- Supplement to bace5ce91b
2013-11-04 17:12:48 +01:00
Michael Liebmann
bace5ce91b Audioplayer: Remove special handling for display mute icon 2013-11-04 17:00:34 +01:00
BPanther
7de3ac679e fix char (thx mohousch) 2013-11-04 15:28:36 +01:00
svenhoefer
a3173c82cf - audioplayer: fix corner_type in header 2013-11-04 12:44:25 +01:00
svenhoefer
87f9ac539b - yWeb: remove descriptions from rcu tooltips 2013-11-04 09:25:43 +01:00
svenhoefer
ad9e8e1ce3 - neutrino_menue: show always seperator line for secons section 2013-11-02 14:08:40 +01:00
svenhoefer
be1e8facac - locales: more suitable locales for networkmenu.setuponstartup 2013-11-02 13:33:10 +01:00
svenhoefer
d976dbbba0 - deutsch.locale: add locales for wlan scan 2013-11-02 13:30:51 +01:00
Michael Liebmann
c9aa4bd707 deutsch.locale mainmenu.service/settings: Restore original values 2013-11-02 08:01:59 +01:00
[CST] Focus
22138336d4 src/gui/widget/stringinput.cpp: copy valueString to value in ::exec,
to follow extenal valueString updates
2013-11-01 16:43:06 +04:00
[CST] Focus
595c6a961b src/gui/network_setup.cpp: add wlan scan 2013-11-01 16:43:06 +04:00
[CST] Focus
71510aa3f0 locals: add locales for wlan scan 2013-11-01 16:43:06 +04:00
[CST] Focus
7f01a5740d add libiw to build 2013-11-01 16:43:06 +04:00
[CST] Focus
9a40a9f740 lib/libiw: add libiw from wireless tools v29, and wrapper to scan wlan networks 2013-11-01 16:43:06 +04:00
[CST] Focus
de8262f03f gui/scan_setup.cpp: fix 96b7d939ca,
do not show tuner name in tuner select menu for easymenu mode
2013-11-01 09:08:58 +04:00
[CST] Focus
694714b73e gui/record_setup.cpp: fix double-blue key 2013-10-31 11:48:04 +04:00