Commit Graph

5609 Commits

Author SHA1 Message Date
[CST] Focus
83649513af gui/imageinfo.cpp: fix memleak, b_info never deleted 2013-11-29 17:27:10 +04:00
[CST] Focus
9897b9045c cc_item_progressbar.cpp: for advanced paint, replace paintShapes with paintBoxRel:
too much overhead to replace single paintBoxRel call
2013-11-29 17:27:10 +04:00
[CST] Focus
93a326e9eb components: remove initVarBasic and initVarItem calls from derived classes 2013-11-29 17:27:10 +04:00
[CST] Focus
5f80ab6450 cc_base.h: make private initVarBasic and initVarItem, they are is called from constructors 2013-11-29 17:27:10 +04:00
[CST] Focus
00b0cef69c gui/cam_menu.cpp: fix memleaks 2013-11-29 17:27:10 +04:00
[CST] Focus
4e48e81914 gui/scan_setup.cpp: fix memleaks 2013-11-29 17:27:10 +04:00
[CST] Focus
ac773ea896 gui/widget/menue.cpp: add CMenuDForwarderNonLocalized 2013-11-29 17:27:10 +04:00
[CST] Focus
5526bedc26 gui/components/cc_frm_signalbars.cpp: fix mem leak:
initVarSigBar call from CSignalNoiseRatioBar reset pointers created by initSBItems from CSignalBar ctor
2013-11-29 17:27:10 +04:00
[CST] Focus
1378ef4ad0 gui/components/cc_item_infobox.cpp: fix memleak:
CComponentsInfoBox ctor -> CComponentsText ctor -> initCCText(), initVarInfobox() -> initVarText() ->
created ct_textbox = NULL, pointer lost;
comment calls in CComponentsInfoBox dtor, which already called from base CComponentsText dtor
2013-11-29 17:27:10 +04:00
[CST] Focus
beb442680b gui/infoviewer_bb.cpp: fix memleak, hddscale and sysscale was never deleted 2013-11-29 17:27:09 +04:00
[CST] Focus
e2ae51ae84 gui/movieplayer.cpp, neutrino.cpp: fix inactivity timer -
do not stop playback to show cancel timer question
2013-11-29 17:27:09 +04:00
Thilo Graf
8a2185c32e CInfoViewer: add missing color type for time display
On changed theme colors, it's required to set the current color values
otherwise the old values remain, this does not look so good.
2013-11-29 10:08:19 +01:00
M. Liebmann
05cc6f18c1 CComponentsFrmClock: Remove double call of initCCLockItems()
- initCCLockItems() is called by the refresh() function
  and the paint() function in initClockThread()
2013-11-28 16:07:49 +01:00
M. Liebmann
435d25c0ce CInfoClock: Use dynamic font for display 2013-11-28 16:07:49 +01:00
M. Liebmann
90985f11d2 Adapting certain files to the changed font handling of info clock 2013-11-28 16:07:48 +01:00
M. Liebmann
1bfb6d2cd3 CComponentsFrmClock: Rework font handling
- Use setClockFont(enum FONT_TYPES) for selection of neutrino fonts
- Use setClockFontSize(size) for Dynamic Font
2013-11-28 16:07:48 +01:00
M. Liebmann
0c18d4a6db CInfoClock: Rework calculate size & position
- Fix display info clock
- Preparation for alternative use of neutrino fonts / DynFonts
2013-11-28 16:07:48 +01:00
Jacek Jendrzej
4f387ae87f CEventFinderMenu -add epg search history 2013-11-26 16:23:24 +01:00
Thilo Graf
1107e4f89b CComponentsFrmClock: disable separate handle of label paint
This is already handled in CTextBox object itself and should be enough.
2013-11-26 12:00:03 +01:00
Thilo Graf
ef374d7f8d CInfoViewer: show time with CComponentsFrmClock object
This replaces old code that displayed time in infobar.
2013-11-26 11:56:23 +01:00
martii
c83263d5cd gui/infoviewer: disable infoclock if radiotext is active 2013-11-25 13:11:08 +01:00
svenhoefer
dcffcfdb07 - neutrino: disable infoclock while epgview and eventlist 2013-11-25 13:11:08 +01:00
svenhoefer
837b8b71ad - infoviewer_bb: align icons on right side with text above 2013-11-25 13:11:08 +01:00
Thilo Graf
9056504555 CInfoViewerBB: revert 024bb0bbc9
This changes has only effect with button bar. Infoviewer is ignored or
collide with Virtual_Zap.
2013-11-25 12:31:58 +01:00
M. Liebmann
024bb0bbc9 No display info clock when radio text is shown 2013-11-24 21:53:43 +01:00
M. Liebmann
9b07942f3f CInfoViewerBB: No blank space for radiotext icon when radiotext is off 2013-11-23 14:25:17 +01:00
Thilo Graf
15e6203ca2 widget: add -D__STDC_FORMAT_MACROS 2013-11-23 00:28:48 +01:00
Thilo Graf
98e48a76a8 CInfoClock: remove not required call of setXPos()
CInfoClock is derived from class ComponentsFrmClock, so we can
use already available members.
2013-11-23 00:28:48 +01:00
svenhoefer
68bb453a35 - infoviewer_bb: enable radiotext-icons 2013-11-23 00:22:12 +01:00
svenhoefer
d52e750de7 - data/locale/Makefile.am: remove circular dependency 2013-11-22 13:12:55 +01:00
svenhoefer
97cb0248f8 - hdd_menu: create destination before mount 2013-11-22 12:44:05 +01:00
svenhoefer
57267a28aa - helpers.cpp: port safe_mkdir() from martii 2013-11-22 12:35:20 +01:00
svenhoefer
44cddc05d9 - helpers.cpp: simplify check_dir(); ported from martii 2013-11-22 12:10:26 +01:00
M. Liebmann
7466d6f19c InfoClock: Fix display clock in movie browser, file browser etc. 2013-11-22 10:01:35 +01:00
M. Liebmann
6a5d335430 CInfoClock: Fix paint info clock when mute icon is displayed 2013-11-20 09:38:38 +01:00
Thilo Graf
b8b61684df CInfoClock: rework infocklock 2013-11-20 09:38:37 +01:00
M. Liebmann
80d656e362 deutsch.locale: Fix sort order 2013-11-20 09:38:37 +01:00
Stefan Seyfried
e1f721a8db only recreate rcsim.h if necessary
TODO: move it from source to object tree
2013-11-20 09:38:37 +01:00
Thilo Graf
0ae3d34ceb CComponentsWindow: add missing member paint()
This is a partial revert of cbeb9f3ac6
2013-11-17 20:53:45 +01:00
Thilo Graf
1feec4714a CStreamInfo2: reduce scale width of signal bars
If the value is 100%, some parts of text was not displayed.
2013-11-17 17:05:05 +01:00
Thilo Graf
b12ae03073 CSignalBox: add unified label mode and add member to get value label object
defaul mode for value is now CTextBox::NO_AUTO_LINEBREAK | CTextBox::RIGHT
2013-11-17 16:58:41 +01:00
Thilo Graf
cf32badb10 CComponentsExtTextForm: use correct declared type 2013-11-17 15:19:43 +01:00
Thilo Graf
b8bd8c3704 CComponents: move debug enable switch to cc_types.h 2013-11-17 15:19:43 +01:00
Thilo Graf
a7379d6cee CComponents: use DEBUG_CC for debug output 2013-11-17 15:19:43 +01:00
[CST] Focus
fb6dea6e2d lib/libcoolstream2: apollo headers update 2013-11-15 15:55:36 +04:00
svenhoefer
5ce5730f84 - movieplayer: show channellogo in infobar 2013-11-15 09:22:12 +01:00
svenhoefer
37e3502fb0 - movieplayer: show progress in VFD (thx Satbaby) 2013-11-15 09:18:18 +01:00
svenhoefer
00b4303765 - movieplayer: show infobar at every start of a movie 2013-11-15 09:08:14 +01:00
svenhoefer
22c3cec0ca - audioplayer: fix cover handling 2013-11-14 23:52:21 +01:00
svenhoefer
3c8d47fa49 Revert "global.h: Use forward-declarations to reduce number of dependencies"
This reverts commit 4bc6e43ad4.
2013-11-13 23:40:16 +01:00