Commit Graph

  • 3392eee2ae neutrino.cpp: fix crash if DISABLE_SECTIONSD defined for testing [CST] Focus 2013-11-29 11:42:01 +04:00
  • 0f48adcd6a neutrino.cpp: fix crash if DISABLE_SECTIONSD defined for testing [CST] Focus 2013-11-29 11:42:01 +04:00
  • 7839c53283 gui/widget/menue.cpp: cleanup unused code [CST] Focus 2013-11-28 19:09:17 +04:00
  • b96e8c8540 gui/widget/menue.cpp: cleanup unused code [CST] Focus 2013-11-28 19:09:17 +04:00
  • 51d9846f9c gui/channellist.cpp: fix empty box paint, if no logo found [CST] Focus 2013-11-28 18:21:24 +04:00
  • 426a32538f gui/channellist.cpp: fix empty box paint, if no logo found [CST] Focus 2013-11-28 18:21:24 +04:00
  • d99f4e83b1 gui/channellist.cpp: disable screen save for detail line [CST] Focus 2013-11-28 17:53:29 +04:00
  • e69fc7a748 gui/channellist.cpp: disable screen save for detail line [CST] Focus 2013-11-28 17:53:29 +04:00
  • 92a0da51a1 cc_item_progressbar.cpp: fix attempt to draw box with width=0 [CST] Focus 2013-11-28 15:14:20 +04:00
  • 76b57bdbca cc_item_progressbar.cpp: fix attempt to draw box with width=0 [CST] Focus 2013-11-28 15:14:20 +04:00
  • 3bef5be320 components: remove initVarHeader calls in classes derived from CComponentsHeader [CST] Focus 2013-11-27 19:07:51 +04:00
  • 4d6562d45e components: remove initVarHeader calls in classes derived from CComponentsHeader [CST] Focus 2013-11-27 19:07:51 +04:00
  • b476a667c6 components: remove initVarForm calls in classes derived from CComponentsForm [CST] Focus 2013-11-27 18:54:11 +04:00
  • 5d06d7384f components: remove initVarForm calls in classes derived from CComponentsForm [CST] Focus 2013-11-27 18:54:11 +04:00
  • 5ff35e4515 gui/imageinfo.cpp: fix memleak, b_info never deleted [CST] Focus 2013-11-27 16:04:38 +04:00
  • 603baaa8cd gui/imageinfo.cpp: fix memleak, b_info never deleted [CST] Focus 2013-11-27 16:04:38 +04:00
  • a77269ffc3 cc_item_progressbar.cpp: for advanced paint, replace paintShapes with paintBoxRel: too much overhead to replace single paintBoxRel call [CST] Focus 2013-11-27 15:55:15 +04:00
  • 15d9ce7e03 cc_item_progressbar.cpp: for advanced paint, replace paintShapes with paintBoxRel: too much overhead to replace single paintBoxRel call [CST] Focus 2013-11-27 15:55:15 +04:00
  • ea03f3c7a5 components: remove initVarBasic and initVarItem calls from derived classes [CST] Focus 2013-11-27 15:52:19 +04:00
  • a03b97d8a6 components: remove initVarBasic and initVarItem calls from derived classes [CST] Focus 2013-11-27 15:52:19 +04:00
  • 9722af5f56 cc_base.h: make private initVarBasic and initVarItem, they are is called from constructors [CST] Focus 2013-11-27 15:50:19 +04:00
  • 191b1fe37b cc_base.h: make private initVarBasic and initVarItem, they are is called from constructors [CST] Focus 2013-11-27 15:50:19 +04:00
  • 6f0a048a04 gui/cam_menu.cpp: fix memleaks [CST] Focus 2013-11-27 12:23:43 +04:00
  • 8825c88335 gui/cam_menu.cpp: fix memleaks [CST] Focus 2013-11-27 12:23:43 +04:00
  • e25d3a5ae8 gui/scan_setup.cpp: fix memleaks [CST] Focus 2013-11-27 12:07:56 +04:00
  • e0431a0723 gui/scan_setup.cpp: fix memleaks [CST] Focus 2013-11-27 12:07:56 +04:00
  • a26e1c09e7 gui/widget/menue.cpp: add CMenuDForwarderNonLocalized [CST] Focus 2013-11-27 12:05:39 +04:00
  • 6f54aebcbf gui/widget/menue.cpp: add CMenuDForwarderNonLocalized [CST] Focus 2013-11-27 12:05:39 +04:00
  • e947f919b8 gui/components/cc_frm_signalbars.cpp: fix mem leak: initVarSigBar call from CSignalNoiseRatioBar reset pointers created by initSBItems from CSignalBar ctor [CST] Focus 2013-11-26 18:25:29 +04:00
  • 9f7b94dbd3 gui/components/cc_frm_signalbars.cpp: fix mem leak: initVarSigBar call from CSignalNoiseRatioBar reset pointers created by initSBItems from CSignalBar ctor [CST] Focus 2013-11-26 18:25:29 +04:00
  • 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 [CST] Focus 2013-11-26 15:35:36 +04:00
  • 9933c38d12 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 [CST] Focus 2013-11-26 15:35:36 +04:00
  • 806524a9e0 gui/infoviewer_bb.cpp: fix memleak, hddscale and sysscale was never deleted [CST] Focus 2013-11-26 13:20:23 +04:00
  • cd1bd4c034 gui/infoviewer_bb.cpp: fix memleak, hddscale and sysscale was never deleted [CST] Focus 2013-11-26 13:20:23 +04:00
  • 40b2203987 gui/movieplayer.cpp, neutrino.cpp: fix inactivity timer - do not stop playback to show cancel timer question [CST] Focus 2013-11-22 13:23:50 +04:00
  • eca03a89b2 gui/movieplayer.cpp, neutrino.cpp: fix inactivity timer - do not stop playback to show cancel timer question [CST] Focus 2013-11-22 13:23:50 +04:00
  • 8e63deb93f CInfoViewer: add missing color type for time display Thilo Graf 2013-11-29 10:08:19 +01:00
  • 862a1e7fec CInfoViewer: add missing color type for time display Thilo Graf 2013-11-29 10:08:19 +01:00
  • fd896cb6fd CComponentsFrmClock: Remove double call of initCCLockItems() Michael Liebmann 2013-11-28 02:56:07 +01:00
  • dc3d889111 CComponentsFrmClock: Remove double call of initCCLockItems() Michael Liebmann 2013-11-28 02:56:07 +01:00
  • c9b42ca396 CInfoClock: Use dynamic font for display Michael Liebmann 2013-11-27 04:02:01 +01:00
  • bfb4babf6b CInfoClock: Use dynamic font for display Michael Liebmann 2013-11-27 04:02:01 +01:00
  • cd77f46e24 Adapting certain files to the changed font handling of info clock Michael Liebmann 2013-11-26 14:16:11 +01:00
  • e000305768 Adapting certain files to the changed font handling of info clock Michael Liebmann 2013-11-26 14:16:11 +01:00
  • e8d55630df CComponentsFrmClock: Rework font handling Michael Liebmann 2013-11-27 00:19:05 +01:00
  • c30e9427c6 CComponentsFrmClock: Rework font handling Michael Liebmann 2013-11-27 00:19:05 +01:00
  • 658f794ef5 CInfoClock: Rework calculate size & position Michael Liebmann 2013-11-26 14:08:48 +01:00
  • 206b940e95 CInfoClock: Rework calculate size & position Michael Liebmann 2013-11-26 14:08:48 +01:00
  • a33bb55eaa CEventFinderMenu -add epg search history Jacek Jendrzej 2013-11-26 16:23:24 +01:00
  • 8ada33708f CEventFinderMenu -add epg search history Jacek Jendrzej 2013-11-26 16:23:24 +01:00
  • 8b37b2b274 zapit: fix debug message filenames Stefan Seyfried 2013-11-26 14:08:41 +01:00
  • d245ceac3d zapit: fix debug message filenames Stefan Seyfried 2013-11-26 14:08:41 +01:00
  • 7218b95281 CComponentsFrmClock: disable separate handle of label paint Thilo Graf 2013-11-26 12:00:03 +01:00
  • 0d6c72580f CComponentsFrmClock: disable separate handle of label paint Thilo Graf 2013-11-26 12:00:03 +01:00
  • 32baf72e16 CInfoViewer: show time with CComponentsFrmClock object Thilo Graf 2013-11-26 11:56:23 +01:00
  • 545699763c CInfoViewer: show time with CComponentsFrmClock object Thilo Graf 2013-11-26 11:56:23 +01:00
  • b64c3bd5c5 gui/infoviewer: disable infoclock if radiotext is active martii 2013-11-23 12:47:30 +01:00
  • e02dcc8dae gui/infoviewer: disable infoclock if radiotext is active martii 2013-11-23 12:47:30 +01:00
  • 11309a467c neutrino: disable infoclock while epgview and eventlist vanhofen 2013-11-25 13:03:24 +01:00
  • 9cbf88eab9 neutrino: disable infoclock while epgview and eventlist vanhofen 2013-11-25 13:03:24 +01:00
  • b90e205f4c infoviewer_bb: align icons on right side with text above vanhofen 2013-11-25 13:02:45 +01:00
  • faf165cf98 infoviewer_bb: align icons on right side with text above vanhofen 2013-11-25 13:02:45 +01:00
  • a7ee8935d9 CInfoViewerBB: revert dfe8a8ff33 Thilo Graf 2013-11-25 12:31:58 +01:00
  • c52efebd11 CInfoViewerBB: revert 7b6a07362d Thilo Graf 2013-11-25 12:31:58 +01:00
  • 19b5a90276 lcddisplay: fix build with yocto gcc-4.8.1 toolchain Stefan Seyfried 2013-11-24 22:40:36 +01:00
  • e3cc662be6 lcddisplay: fix build with yocto gcc-4.8.1 toolchain Stefan Seyfried 2013-11-24 22:40:36 +01:00
  • b17ebf8194 iwscan: fix also for newer ppc compilers Stefan Seyfried 2013-11-24 22:39:47 +01:00
  • 76e2b19538 iwscan: fix also for newer ppc compilers Stefan Seyfried 2013-11-24 22:39:47 +01:00
  • dfe8a8ff33 No display info clock when radio text is shown Michael Liebmann 2013-11-24 20:38:27 +01:00
  • 7b6a07362d No display info clock when radio text is shown Michael Liebmann 2013-11-24 20:38:27 +01:00
  • b612882c2e CInfoViewerBB: No blank space for radiotext icon when radiotext is off Michael Liebmann 2013-11-23 13:40:27 +01:00
  • 59db1f4855 CInfoViewerBB: No blank space for radiotext icon when radiotext is off Michael Liebmann 2013-11-23 13:40:27 +01:00
  • ee4a674dc8 widget: add -D__STDC_FORMAT_MACROS Thilo Graf 2013-11-22 21:42:50 +01:00
  • ccb704ad24 widget: add -D__STDC_FORMAT_MACROS Thilo Graf 2013-11-22 21:42:50 +01:00
  • 7e9227bb99 CInfoClock: remove not required call of setXPos() Thilo Graf 2013-11-20 21:56:35 +01:00
  • 8cd73e0fd7 CInfoClock: remove not required call of setXPos() Thilo Graf 2013-11-20 21:56:35 +01:00
  • a6769b1cfc infoviewer_bb: enable radiotext-icons vanhofen 2013-11-23 00:22:12 +01:00
  • 577adbdf6e infoviewer_bb: enable radiotext-icons vanhofen 2013-11-23 00:22:12 +01:00
  • 253c5e34f3 data/locale/Makefile.am: remove circular dependency vanhofen 2013-11-22 13:12:55 +01:00
  • 1f79a58316 data/locale/Makefile.am: remove circular dependency vanhofen 2013-11-22 13:12:55 +01:00
  • bf0b8f31ab hdd_menu: create destination before mount vanhofen 2013-11-22 12:44:05 +01:00
  • 790298b1b7 hdd_menu: create destination before mount vanhofen 2013-11-22 12:44:05 +01:00
  • ba6a667595 helpers.cpp: port safe_mkdir() from martii vanhofen 2013-11-22 12:35:20 +01:00
  • 32bde2f841 helpers.cpp: port safe_mkdir() from martii vanhofen 2013-11-22 12:35:20 +01:00
  • 5efc09d8dc helpers.cpp: simplify check_dir(); ported from martii vanhofen 2013-11-22 12:10:26 +01:00
  • 2b6a6c4898 helpers.cpp: simplify check_dir(); ported from martii vanhofen 2013-11-22 12:10:26 +01:00
  • c6eeb420d4 InfoClock: Fix display clock in movie browser, file browser etc. Michael Liebmann 2013-11-22 08:52:08 +01:00
  • a6137cadce InfoClock: Fix display clock in movie browser, file browser etc. Michael Liebmann 2013-11-22 08:52:08 +01:00
  • db1a003584 CInfoClock: Fix paint info clock when mute icon is displayed Michael Liebmann 2013-11-20 05:49:44 +01:00
  • 7f2097f657 CInfoClock: Fix paint info clock when mute icon is displayed Michael Liebmann 2013-11-20 05:49:44 +01:00
  • a2967e2488 CInfoClock: rework infocklock Thilo Graf 2013-11-12 12:19:41 +01:00
  • 885cbcbc40 CInfoClock: rework infocklock Thilo Graf 2013-11-12 12:19:41 +01:00
  • d30ce8b0e5 deutsch.locale: Fix sort order Michael Liebmann 2013-11-12 01:48:48 +01:00
  • 7a32023d11 deutsch.locale: Fix sort order Michael Liebmann 2013-11-12 01:48:48 +01:00
  • 93c53926b4 only recreate rcsim.h if necessary Stefan Seyfried 2013-10-21 23:00:48 +02:00
  • 209cc08a22 only recreate rcsim.h if necessary Stefan Seyfried 2013-10-21 23:00:48 +02:00
  • 69182af8f6 CComponentsWindow: add missing member paint() Thilo Graf 2013-11-17 20:53:45 +01:00
  • d2f4c08767 CComponentsWindow: add missing member paint() Thilo Graf 2013-11-17 20:53:45 +01:00
  • 882172ba90 CStreamInfo2: reduce scale width of signal bars Thilo Graf 2013-11-17 17:05:05 +01:00
  • 4ae0a3f584 CStreamInfo2: reduce scale width of signal bars Thilo Graf 2013-11-17 17:05:05 +01:00