[CST] Focus
b8faa03ec8
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
Origin commit data
------------------
Commit: 1378ef4ad0
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
806524a9e0
gui/infoviewer_bb.cpp: fix memleak, hddscale and sysscale was never deleted
...
Origin commit data
------------------
Commit: beb442680b
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-29 17:27:09 +04:00
[CST] Focus
40b2203987
gui/movieplayer.cpp, neutrino.cpp: fix inactivity timer -
...
do not stop playback to show cancel timer question
Origin commit data
------------------
Commit: e2ae51ae84
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-11-22 (Fri, 22 Nov 2013)
2013-11-29 17:27:09 +04:00
Thilo Graf
8e63deb93f
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.
Origin commit data
------------------
Commit: 8a2185c32e
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-29 (Fri, 29 Nov 2013)
2013-11-29 10:08:19 +01:00
Michael Liebmann
fd896cb6fd
CComponentsFrmClock: Remove double call of initCCLockItems()
...
- initCCLockItems() is called by the refresh() function
and the paint() function in initClockThread()
Origin commit data
------------------
Commit: 05cc6f18c1
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-28 (Thu, 28 Nov 2013)
Origin message was:
------------------
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
Michael Liebmann
c9b42ca396
CInfoClock: Use dynamic font for display
...
Origin commit data
------------------
Commit: 435d25c0ce
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-28 16:07:49 +01:00
Michael Liebmann
cd77f46e24
Adapting certain files to the changed font handling of info clock
...
Origin commit data
------------------
Commit: 90985f11d2
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-28 16:07:48 +01:00
Michael Liebmann
e8d55630df
CComponentsFrmClock: Rework font handling
...
- Use setClockFont(enum FONT_TYPES) for selection of neutrino fonts
- Use setClockFontSize(size) for Dynamic Font
Origin commit data
------------------
Commit: 1bfb6d2cd3
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-28 16:07:48 +01:00
Michael Liebmann
658f794ef5
CInfoClock: Rework calculate size & position
...
- Fix display info clock
- Preparation for alternative use of neutrino fonts / DynFonts
Origin commit data
------------------
Commit: 0c18d4a6db
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-28 16:07:48 +01:00
Jacek Jendrzej
a33bb55eaa
CEventFinderMenu -add epg search history
...
Origin commit data
------------------
Commit: 4f387ae87f
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-26 16:23:24 +01:00
Thilo Graf
7218b95281
CComponentsFrmClock: disable separate handle of label paint
...
This is already handled in CTextBox object itself and should be enough.
Origin commit data
------------------
Commit: 1107e4f89b
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-26 12:00:03 +01:00
Thilo Graf
32baf72e16
CInfoViewer: show time with CComponentsFrmClock object
...
This replaces old code that displayed time in infobar.
Origin commit data
------------------
Commit: ef374d7f8d
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-26 11:56:23 +01:00
martii
b64c3bd5c5
gui/infoviewer: disable infoclock if radiotext is active
...
Origin commit data
------------------
Commit: c83263d5cd
Author: martii <m4rtii@gmx.de >
Date: 2013-11-23 (Sat, 23 Nov 2013)
2013-11-25 13:11:08 +01:00
vanhofen
11309a467c
neutrino: disable infoclock while epgview and eventlist
...
Origin commit data
------------------
Commit: dcffcfdb07
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-25 (Mon, 25 Nov 2013)
Origin message was:
------------------
- neutrino: disable infoclock while epgview and eventlist
2013-11-25 13:11:08 +01:00
vanhofen
b90e205f4c
infoviewer_bb: align icons on right side with text above
...
Origin commit data
------------------
Commit: 837b8b71ad
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-25 (Mon, 25 Nov 2013)
Origin message was:
------------------
- infoviewer_bb: align icons on right side with text above
2013-11-25 13:11:08 +01:00
Thilo Graf
a7ee8935d9
CInfoViewerBB: revert dfe8a8ff33
...
This changes has only effect with button bar. Infoviewer is ignored or
collide with Virtual_Zap.
Origin commit data
------------------
Commit: 9056504555
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-25 (Mon, 25 Nov 2013)
2013-11-25 12:31:58 +01:00
Michael Liebmann
dfe8a8ff33
No display info clock when radio text is shown
...
Origin commit data
------------------
Commit: 024bb0bbc9
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-24 (Sun, 24 Nov 2013)
2013-11-24 21:53:43 +01:00
Michael Liebmann
b612882c2e
CInfoViewerBB: No blank space for radiotext icon when radiotext is off
...
Origin commit data
------------------
Commit: 9b07942f3f
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-23 (Sat, 23 Nov 2013)
2013-11-23 14:25:17 +01:00
Thilo Graf
ee4a674dc8
widget: add -D__STDC_FORMAT_MACROS
...
Origin commit data
------------------
Commit: 15e6203ca2
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-22 (Fri, 22 Nov 2013)
2013-11-23 00:28:48 +01:00
Thilo Graf
7e9227bb99
CInfoClock: remove not required call of setXPos()
...
CInfoClock is derived from class ComponentsFrmClock, so we can
use already available members.
Origin commit data
------------------
Commit: 98e48a76a8
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-20 (Wed, 20 Nov 2013)
2013-11-23 00:28:48 +01:00
vanhofen
a6769b1cfc
infoviewer_bb: enable radiotext-icons
...
Origin commit data
------------------
Commit: 68bb453a35
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-23 (Sat, 23 Nov 2013)
Origin message was:
------------------
- infoviewer_bb: enable radiotext-icons
2013-11-23 00:22:12 +01:00
vanhofen
253c5e34f3
data/locale/Makefile.am: remove circular dependency
...
Origin commit data
------------------
Commit: d52e750de7
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-22 (Fri, 22 Nov 2013)
Origin message was:
------------------
- data/locale/Makefile.am: remove circular dependency
2013-11-22 13:12:55 +01:00
vanhofen
bf0b8f31ab
hdd_menu: create destination before mount
...
Origin commit data
------------------
Commit: 97cb0248f8
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-22 (Fri, 22 Nov 2013)
Origin message was:
------------------
- hdd_menu: create destination before mount
2013-11-22 12:44:05 +01:00
vanhofen
ba6a667595
helpers.cpp: port safe_mkdir() from martii
...
Origin commit data
------------------
Commit: 57267a28aa
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-22 (Fri, 22 Nov 2013)
Origin message was:
------------------
- helpers.cpp: port safe_mkdir() from martii
2013-11-22 12:35:20 +01:00
vanhofen
5efc09d8dc
helpers.cpp: simplify check_dir(); ported from martii
...
Origin commit data
------------------
Commit: 44cddc05d9
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-22 (Fri, 22 Nov 2013)
Origin message was:
------------------
- helpers.cpp: simplify check_dir(); ported from martii
2013-11-22 12:10:26 +01:00
Michael Liebmann
c6eeb420d4
InfoClock: Fix display clock in movie browser, file browser etc.
...
Origin commit data
------------------
Commit: 7466d6f19c
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-22 (Fri, 22 Nov 2013)
2013-11-22 10:01:35 +01:00
Michael Liebmann
db1a003584
CInfoClock: Fix paint info clock when mute icon is displayed
...
Origin commit data
------------------
Commit: 6a5d335430
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-20 (Wed, 20 Nov 2013)
2013-11-20 09:38:38 +01:00
Thilo Graf
a2967e2488
CInfoClock: rework infocklock
...
Origin commit data
------------------
Commit: b8b61684df
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-12 (Tue, 12 Nov 2013)
2013-11-20 09:38:37 +01:00
Michael Liebmann
d30ce8b0e5
deutsch.locale: Fix sort order
...
Origin commit data
------------------
Commit: 80d656e362
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-11-12 (Tue, 12 Nov 2013)
2013-11-20 09:38:37 +01:00
Stefan Seyfried
93c53926b4
only recreate rcsim.h if necessary
...
TODO: move it from source to object tree
Origin commit data
------------------
Commit: e1f721a8db
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-10-21 (Mon, 21 Oct 2013)
2013-11-20 09:38:37 +01:00
Thilo Graf
69182af8f6
CComponentsWindow: add missing member paint()
...
This is a partial revert of b9fc266721
Origin commit data
------------------
Commit: 0ae3d34ceb
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-17 (Sun, 17 Nov 2013)
2013-11-17 20:53:45 +01:00
Thilo Graf
882172ba90
CStreamInfo2: reduce scale width of signal bars
...
If the value is 100%, some parts of text was not displayed.
Origin commit data
------------------
Commit: 1feec4714a
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-17 (Sun, 17 Nov 2013)
2013-11-17 17:05:05 +01:00
Thilo Graf
5ea5ab4ceb
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
Origin commit data
------------------
Commit: b12ae03073
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-17 (Sun, 17 Nov 2013)
2013-11-17 16:58:41 +01:00
Thilo Graf
76bf2c1d38
CComponentsExtTextForm: use correct declared type
...
Origin commit data
------------------
Commit: cf32badb10
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-17 (Sun, 17 Nov 2013)
2013-11-17 15:19:43 +01:00
Thilo Graf
d44b1a488d
CComponents: move debug enable switch to cc_types.h
...
Origin commit data
------------------
Commit: b8bd8c3704
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-17 (Sun, 17 Nov 2013)
2013-11-17 15:19:43 +01:00
Thilo Graf
8484ec946d
CComponents: use DEBUG_CC for debug output
...
Origin commit data
------------------
Commit: a7379d6cee
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-12 (Tue, 12 Nov 2013)
2013-11-17 15:19:43 +01:00
[CST] Focus
c3e5cfc5ec
lib/libcoolstream2: apollo headers update
...
Origin commit data
------------------
Commit: fb6dea6e2d
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-11-15 (Fri, 15 Nov 2013)
2013-11-15 15:55:36 +04:00
vanhofen
2471b33db0
movieplayer: show channellogo in infobar
...
Origin commit data
------------------
Commit: 5ce5730f84
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-15 (Fri, 15 Nov 2013)
Origin message was:
------------------
- movieplayer: show channellogo in infobar
2013-11-15 09:22:12 +01:00
vanhofen
cf1caa7d7c
movieplayer: show progress in VFD (thx Satbaby)
...
Origin commit data
------------------
Commit: 37e3502fb0
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-15 (Fri, 15 Nov 2013)
Origin message was:
------------------
- movieplayer: show progress in VFD (thx Satbaby)
2013-11-15 09:18:18 +01:00
vanhofen
684d155919
movieplayer: show infobar at every start of a movie
...
Origin commit data
------------------
Commit: 00b4303765
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-15 (Fri, 15 Nov 2013)
Origin message was:
------------------
- movieplayer: show infobar at every start of a movie
2013-11-15 09:08:14 +01:00
vanhofen
106881e0f0
audioplayer: fix cover handling
...
Origin commit data
------------------
Commit: 22c3cec0ca
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-14 (Thu, 14 Nov 2013)
Origin message was:
------------------
- audioplayer: fix cover handling
2013-11-14 23:52:21 +01:00
vanhofen
d6c1108d7e
Revert "global.h: Use forward-declarations to reduce number of dependencies"
...
This reverts commit f2a2e699c2
.
Origin commit data
------------------
Commit: 3c8d47fa49
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
2013-11-13 23:40:16 +01:00
vanhofen
82168342a2
Revert "- add missing include of vfd header"
...
This reverts commit 81d56f75fc
.
Origin commit data
------------------
Commit: 014dd3ac7b
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
2013-11-13 23:39:55 +01:00
vanhofen
95578f1aef
Revert "CTestMenu: fix build, add missing include"
...
This reverts commit 24eaf93c32
.
Origin commit data
------------------
Commit: 633278a532
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
2013-11-13 23:39:37 +01:00
martii
9f5b067928
yt: make search order selectable
...
Origin commit data
------------------
Commit: fd5f9f118d
Author: martii <m4rtii@gmx.de >
Date: 2013-10-06 (Sun, 06 Oct 2013)
2013-11-13 16:04:30 +01:00
martii
9a8840cb64
system/localize: change memory allocation, no user-visible changes (continued)
...
Origin commit data
------------------
Commit: 60705383eb
Author: martii <m4rtii@gmx.de >
Date: 2013-11-09 (Sat, 09 Nov 2013)
2013-11-13 11:56:47 +01:00
martii
29f0d5f0e7
system/localize: change memory allocation, no user-visible changes
...
Origin commit data
------------------
Commit: 9f563d7209
Author: martii <m4rtii@gmx.de >
Date: 2013-11-09 (Sat, 09 Nov 2013)
2013-11-13 11:56:11 +01:00
Thilo Graf
24eaf93c32
CTestMenu: fix build, add missing include
...
supplement to 81d56f75fc
Signed-off-by: Thilo Graf <dbt@novatux.de >
Origin commit data
------------------
Commit: 25909c10b6
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
2013-11-13 11:54:31 +01:00
vanhofen
81d56f75fc
add missing include of vfd header
...
Origin commit data
------------------
Commit: 3845feb0e4
Author: vanhofen <vanhofen@gmx.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
Origin message was:
------------------
- add missing include of vfd header
2013-11-13 10:40:18 +01:00
Stefan Seyfried
f2a2e699c2
global.h: Use forward-declarations to reduce number of dependencies
...
Origin commit data
------------------
Commit: 4bc6e43ad4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-11-13 (Wed, 13 Nov 2013)
2013-11-13 10:40:03 +01:00