Commit Graph

6085 Commits

Author SHA1 Message Date
[CST] Focus
d99f4e83b1 gui/channellist.cpp: disable screen save for detail line
Origin commit data
------------------
Commit: 3b707458be
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-28 (Thu, 28 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
92a0da51a1 cc_item_progressbar.cpp: fix attempt to draw box with width=0
Origin commit data
------------------
Commit: 1e5e36b7c8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-28 (Thu, 28 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
3bef5be320 components: remove initVarHeader calls in classes derived from CComponentsHeader
Origin commit data
------------------
Commit: 90c76a2985
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)

Origin message was:
------------------
components: remove initVarHeader calls in classes derived from CComponentsHeader
2013-11-29 17:27:10 +04:00
[CST] Focus
b476a667c6 components: remove initVarForm calls in classes derived from CComponentsForm
Origin commit data
------------------
Commit: 062b10be2a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
5ff35e4515 gui/imageinfo.cpp: fix memleak, b_info never deleted
Origin commit data
------------------
Commit: 83649513af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
a77269ffc3 cc_item_progressbar.cpp: for advanced paint, replace paintShapes with paintBoxRel:
too much overhead to replace single paintBoxRel call


Origin commit data
------------------
Commit: 9897b9045c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
ea03f3c7a5 components: remove initVarBasic and initVarItem calls from derived classes
Origin commit data
------------------
Commit: 93a326e9eb
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
9722af5f56 cc_base.h: make private initVarBasic and initVarItem, they are is called from constructors
Origin commit data
------------------
Commit: 5f80ab6450
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
6f0a048a04 gui/cam_menu.cpp: fix memleaks
Origin commit data
------------------
Commit: 00b0cef69c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
e25d3a5ae8 gui/scan_setup.cpp: fix memleaks
Origin commit data
------------------
Commit: 4e48e81914
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
a26e1c09e7 gui/widget/menue.cpp: add CMenuDForwarderNonLocalized
Origin commit data
------------------
Commit: ac773ea896
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
2013-11-29 17:27:10 +04:00
[CST] Focus
e947f919b8 gui/components/cc_frm_signalbars.cpp: fix mem leak:
initVarSigBar call from CSignalNoiseRatioBar reset pointers created by initSBItems from CSignalBar ctor


Origin commit data
------------------
Commit: 5526bedc26
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
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
Stefan Seyfried
8b37b2b274 zapit: fix debug message filenames
Origin commit data
------------------
Commit: 9d70399578
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-26 (Tue, 26 Nov 2013)
2013-11-26 14:08:41 +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
Stefan Seyfried
19b5a90276 lcddisplay: fix build with yocto gcc-4.8.1 toolchain
Origin commit data
------------------
Commit: a70b36aeb2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-24 (Sun, 24 Nov 2013)
2013-11-24 22:40:36 +01:00
Stefan Seyfried
b17ebf8194 iwscan: fix also for newer ppc compilers
Origin commit data
------------------
Commit: 8560917a6f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-24 (Sun, 24 Nov 2013)
2013-11-24 22:39:47 +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