[CST] Focus
700c75e4dc
Merge branch 'next-cc'
2.13
2014-02-20 12:50:20 +04:00
Jacek Jendrzej
1e2e14e134
CControlAPI::EpgSearchXMLCGI convert channelname to xml
2014-02-13 20:12:31 +01:00
M. Liebmann
ddc826ab51
CComponentsFrmClock: Fix thread handling
...
- Set clock activ = false for default
2014-02-13 18:26:04 +01:00
M. Liebmann
0be3cb731d
CInfoViewer: Fix display progress bar with large fonts
2014-02-13 18:26:03 +01:00
Thilo Graf
c2c79060b8
CComponentsForm, CSignalBar: rename offset vars
2014-02-13 16:26:16 +01:00
martii
6895281091
gui/hdd_menu: correct option count
2014-02-12 21:06:18 +01:00
[CST] Focus
a9e3666b0a
neutrino.cpp: pause sectionsd on shutdown before saving epg,
...
stop epgscan to restore live channel id in case shutdown started from standby mode,
fix hdd wakeup on record announce
2014-02-12 16:47:29 +04:00
[CST] Focus
ee38ad2750
driver/record.cpp: use wakeup_hdd();
...
save xml before record start
2014-02-12 16:47:29 +04:00
[CST] Focus
16fa40818f
gui/movieplayer.cpp: remove absolute has_hdd variable
2014-02-12 16:47:28 +04:00
[CST] Focus
10eb8869d6
system/helpers.cpp: change wakeup_hdd function to use hdd_get_standby/hdd_flush
2014-02-12 16:47:28 +04:00
[CST] Focus
8020de8bfe
gui/hdd_menu.cpp: disable 1min sleep option;
...
fix restore hotplug for mdev system
2014-02-12 16:47:28 +04:00
svenhoefer
8b28d38cea
- doc controlapi: add documentation for '/control/signal'
2014-02-12 13:29:26 +01:00
svenhoefer
565b62477b
- pluginlist: simplify b427c3d6a5
2014-02-12 09:24:37 +01:00
svenhoefer
b1bfe94a6e
- yWeb: add signal strength to boxcontrol menu
2014-02-12 08:59:39 +01:00
svenhoefer
2c4b12508a
- yWeb: increase version by counting commits since last increase
2014-02-12 08:50:19 +01:00
M. Liebmann
b2446667e9
CTimerList: Fix displaying and saving reminder timer
2014-02-12 06:02:27 +01:00
M. Liebmann
92fce346c0
yWeb: Synchronize volume/audiomute settings yWeb => GUI
2014-02-12 06:02:27 +01:00
svenhoefer
63d66538ce
- CControlAPI: SignalInfoCGI: don't show description in explicit calls
2014-02-10 21:50:34 +01:00
Jacek Jendrzej
8d01e2152a
CControlAPI:: -add SignalInfoCGI
2014-02-10 21:14:54 +01:00
svenhoefer
19593d5c6a
- yWeb: add CEC option to standby switches
2014-02-10 21:02:10 +01:00
Jacek Jendrzej
8ed6f331e3
epgview remove DD 16:9 icon show
2014-02-10 19:00:25 +01:00
Thilo Graf
cd2e086c84
locales: rename plugin entries for Lua-Plugins
...
Maybe it's sensibly to use no explicit description for Lua-plugins.
The user could unnecessarily ask "What is this?".
"Lua" is more a subject-specific description or a technical term.
Therefore for users it should be reasonable to use "Plugins" as general
description.
TODO: use of these terms in the user menus, in particular "plugin types"
2014-02-09 00:20:59 +01:00
svenhoefer
b427c3d6a5
- pluginlist: don't show full list when pluginlist-size is smaller
2014-02-08 22:43:03 +01:00
svenhoefer
c52b66068f
- yWeb: fix typo; THX to TheDuke
2014-02-08 22:40:22 +01:00
svenhoefer
e24e68dddf
- menue-hints: fix display of nonlocalized hints
2014-02-07 22:14:32 +01:00
Jacek Jendrzej
8c7968edc4
-add pseudo AdZap timertype
2014-02-07 18:05:06 +01:00
Thilo Graf
c6221581ed
CComponentsWindow: fix missing define of header position
...
Position is strictly top and left within of Window
2014-02-07 09:31:30 +01:00
Thilo Graf
4614d6a54f
CImageInfo: use correct class name
2014-02-07 09:31:29 +01:00
M. Liebmann
176460cf80
src/gui/color.cpp: Fix compiler warnings (-Wconversion)
2014-02-07 08:54:50 +01:00
M. Liebmann
b3cfd88569
src/gui/color.cpp: Rework functions for color conversions, using float.
2014-02-07 08:54:50 +01:00
svenhoefer
e97ea955c9
- plugins: type for listed plugins on blue key is more selectable
2014-02-06 22:51:18 +01:00
Thilo Graf
a6eb67d456
CComponentsWindow: remove redundant init of header and footer
2014-02-05 11:56:48 +01:00
Thilo Graf
14a3546b5f
CComponentsPicture: add debug output for handled item dimensions and pos
2014-02-05 11:56:48 +01:00
Thilo Graf
34fcdec276
CComponentsPicture: rework constructors, clean ups
2014-02-05 11:56:48 +01:00
Thilo Graf
718824015a
CComponentsPicture: show paint mode in debug output
2014-02-05 11:56:48 +01:00
Thilo Graf
57a6c36329
CComponents: remove wrong init value for item position
...
This causes an unnecessary offset and possible fb-remains.
This was observed at the header in Imageinfo, but only without shadow.
2014-02-05 11:56:48 +01:00
Thilo Graf
72f3081b9c
CBuildInfo: remove append offset
...
Append offset is not required here, even harmful, because parent
items (header, body, footer) in the parent object are already adapted.
Offset maybe required in body object, but not in the parent window.
This fixes also fb remains on the bottom of window after executed
hide() in buildinfo object.
2014-02-05 11:56:47 +01:00
Thilo Graf
65ef4b4ccf
CBuildInfo: use member doCenter() for centering window
2014-02-05 11:56:47 +01:00
Thilo Graf
fb4819ff14
CImageInfo: enable missing window shadow
...
Also revert ae320ba411
,
Size handling fixed in 533c2cfc5c8aaf4f56fa07828d44ccb03a62efa6
2014-02-05 11:56:47 +01:00
Thilo Graf
9482613d4c
CComponentsWindowMax: add missing parameters to constructors
2014-02-05 11:56:47 +01:00
Thilo Graf
9d3febd080
CComponentsWindow: fix handling of window size
...
On some several cases it's possible that full resulution is not
visible on SD output or video-out modes like 576i/p.
So it's makes more sense to use current osd-settings for max size and
position.
This fixes also current behavior of Imageinfo.
2014-02-05 11:56:47 +01:00
Thilo Graf
59723d89f0
CComponentsIconForm: rework constructors
2014-02-05 11:56:46 +01:00
Thilo Graf
7151608c8b
CComponentsHeader/CComponentsFooter: move footer class into its own file
2014-02-05 11:56:46 +01:00
[CST] Focus
3d3e169f1e
driver/record.cpp: try to flush hdd buffers, if hdd is in standby at record start
2014-02-05 14:02:46 +04:00
[CST] Focus
097e05c083
system/helpers.cpp: add code to get hdd standby/active status and flush hdd buffers
2014-02-05 14:02:46 +04:00
[CST] Focus
201022450c
eitd/sectionsd.cpp: check myCurrentEvent for expire before using it
2014-02-05 14:02:46 +04:00
Jacek Jendrzej
3818875a80
epgview.cpp: -add adzap
2014-02-04 19:32:47 +01:00
Jacek Jendrzej
e9725e393e
paintButtons: fix alternative button text size
2014-02-04 19:32:47 +01:00
M. Liebmann
6dada97564
CLuaInstance::MenuAddItem: Fix neutrino segfault at (type == "chooser")
...
when options in lua script broken
2014-02-04 15:47:23 +01:00
M. Liebmann
1766553c56
src/gui/widget/icons.h: Add missing NEUTRINO_ICON_BLUE
2014-02-04 15:47:23 +01:00