vuplus_dvbapp
13 years agolib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when thumbnail...
ghost [Fri, 12 Nov 2010 16:54:51 +0000 (17:54 +0100)]
lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when thumbnailis used)
fixes bug #599

13 years agoMerge branch 'bug_539_add_multicontent_pixmap_progress'
ghost [Thu, 11 Nov 2010 09:24:49 +0000 (10:24 +0100)]
Merge branch 'bug_539_add_multicontent_pixmap_progress'

13 years agoadd template handling to pixmap progress listboxmulticontent
ghost [Thu, 11 Nov 2010 09:24:34 +0000 (10:24 +0100)]
add template handling to pixmap progress listboxmulticontent
refs #539

13 years agolib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)
ghost [Wed, 10 Nov 2010 19:53:10 +0000 (20:53 +0100)]
lib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)

13 years agouse newer eDVBServicePMTHandler::tuneExt call, add a virtual createDataSource functio...
ghost [Wed, 10 Nov 2010 19:30:42 +0000 (20:30 +0100)]
use newer eDVBServicePMTHandler::tuneExt call, add a virtual createDataSource function to make the code more re-usable

13 years agoeDVBChannel: invalidate iDataSource in stopSource call
ghost [Wed, 10 Nov 2010 19:29:15 +0000 (20:29 +0100)]
eDVBChannel: invalidate iDataSource in stopSource call

13 years agoa little bit more error checking
ghost [Wed, 10 Nov 2010 19:26:51 +0000 (20:26 +0100)]
a little bit more error checking

13 years agoadd possibility to pass the streaminfo file via tuneExt to tstools instance
ghost [Wed, 10 Nov 2010 19:26:17 +0000 (20:26 +0100)]
add possibility to pass the streaminfo file via tuneExt to tstools instance

13 years agodvb.cpp: small fix for playSource
ghost [Wed, 10 Nov 2010 17:18:32 +0000 (18:18 +0100)]
dvb.cpp: small fix for playSource

13 years agoRevert "add virtual baseclass for data sources (iDataSource)"
ghost [Wed, 10 Nov 2010 16:20:56 +0000 (17:20 +0100)]
Revert "add virtual baseclass for data sources (iDataSource)"

This reverts commit 81b7cc6b1815ec6f0f0c42d6a826d56c8b35033b.

13 years agolib/service/servicedvb.h: make eDVBService members protected better reusability
ghost [Wed, 10 Nov 2010 16:19:46 +0000 (17:19 +0100)]
lib/service/servicedvb.h: make eDVBService members protected better reusability

13 years agoadd new tuneExt function to eDVBServicePMTHandler to make the class more reusable
ghost [Wed, 10 Nov 2010 16:18:45 +0000 (17:18 +0100)]
add new tuneExt function to eDVBServicePMTHandler to make the class more reusable

13 years agomigrate eDVBServiceOfflineOperations to new iDataSource::read function
ghost [Wed, 10 Nov 2010 16:17:45 +0000 (17:17 +0100)]
migrate eDVBServiceOfflineOperations to new iDataSource::read function

13 years agomigrate eFilePushThread to new iDateSource read interface, remove no more supported...
ghost [Wed, 10 Nov 2010 16:16:39 +0000 (17:16 +0100)]
migrate eFilePushThread to new iDateSource read interface, remove no more supported seek function

13 years agoadd new playSource / stopSource interface to iDVBChannel and eDVBChannel
ghost [Wed, 10 Nov 2010 16:15:15 +0000 (17:15 +0100)]
add new playSource / stopSource interface to iDVBChannel and eDVBChannel

13 years agomigrate eDVBTsTools to new iDataSource seek function
ghost [Wed, 10 Nov 2010 16:13:44 +0000 (17:13 +0100)]
migrate eDVBTsTools to new iDataSource seek function

13 years agomove iDataSource to own header file,
ghost [Wed, 10 Nov 2010 16:11:47 +0000 (17:11 +0100)]
move iDataSource to own header file,
change read function for easier thread locking (seek must called with a offset/position every time)

13 years agoadd addFactoryExtension/removeFactoryExtension to eServiceCenter
ghost [Tue, 9 Nov 2010 22:31:47 +0000 (23:31 +0100)]
add addFactoryExtension/removeFactoryExtension to eServiceCenter

13 years agodvb.cpp: migrate to iDataSource, use shared iDataSource for tstools and filepush...
ghost [Tue, 9 Nov 2010 22:31:05 +0000 (23:31 +0100)]
dvb.cpp: migrate to iDataSource, use shared iDataSource for tstools and filepush thread

13 years agofilepush.h/cpp: migrate to iDataSource
ghost [Tue, 9 Nov 2010 22:30:14 +0000 (23:30 +0100)]
filepush.h/cpp: migrate to iDataSource

13 years agotstools.h/cpp: migrate to iDataSource
ghost [Tue, 9 Nov 2010 22:29:55 +0000 (23:29 +0100)]
tstools.h/cpp: migrate to iDataSource

13 years agorawfile.h/cpp: add virtual baseclass for data sources (iDataSource)
ghost [Tue, 9 Nov 2010 22:29:09 +0000 (23:29 +0100)]
rawfile.h/cpp: add virtual baseclass for data sources (iDataSource)
let eRawFile inherit from iDataSource

13 years agoadd virtual baseclass for data sources (iDataSource)
ghost [Tue, 9 Nov 2010 22:21:28 +0000 (23:21 +0100)]
add virtual baseclass for data sources (iDataSource)
let eRawFile inherit from iDataSource

13 years agoScanSetup.py: remove dvb_shutdown_timeout workaround
ghost [Mon, 8 Nov 2010 18:14:46 +0000 (19:14 +0100)]
ScanSetup.py: remove dvb_shutdown_timeout workaround

13 years agomore robust code
ghost [Mon, 8 Nov 2010 15:31:30 +0000 (16:31 +0100)]
more robust code

13 years agoScanSetup.py: fix abort in transpondersearch when the external transponder tool is...
ghost [Mon, 8 Nov 2010 14:45:29 +0000 (15:45 +0100)]
ScanSetup.py: fix abort in transpondersearch when the external transponder tool is running

13 years agoScanSetup.py: immediate close frontend before execute blindscan util
ghost [Mon, 8 Nov 2010 13:00:43 +0000 (14:00 +0100)]
ScanSetup.py: immediate close frontend before execute blindscan util

13 years agouse a notifier to immediate apply changed epg data file/path (it is then use on e2...
ghost [Sun, 7 Nov 2010 09:36:59 +0000 (10:36 +0100)]
use a notifier to immediate apply changed epg data file/path (it is then use on e2 shutdown to store the epg at the new position)

13 years agoplugin_videoenhancement.xml: re-add dm500hd
ghost [Fri, 5 Nov 2010 19:50:38 +0000 (20:50 +0100)]
plugin_videoenhancement.xml: re-add dm500hd

13 years agoadd more 7020hd changes
ghost [Fri, 5 Nov 2010 19:50:15 +0000 (20:50 +0100)]
add more 7020hd changes

13 years agoadd support for dm7020hd
ghost [Fri, 5 Nov 2010 18:42:09 +0000 (19:42 +0100)]
add support for dm7020hd

13 years agoepgache: move epg cache file name to main enigma2 settings file (config.misc.epgache_...
ghost [Thu, 4 Nov 2010 23:16:16 +0000 (00:16 +0100)]
epgache: move epg cache file name to main enigma2 settings file (config.misc.epgache_filename)

13 years agoepgcache: add possibility to change the default epg cache read/write path
ghost [Thu, 4 Nov 2010 16:23:01 +0000 (17:23 +0100)]
epgcache: add possibility to change the default epg cache read/write path
the path is read from /etc/enigma2/epg.dat.src .. fallback to /hdd/epg.dat when the file not exists

13 years agoMerge branch 'bug_607_parental_control_fix'
ghost [Wed, 3 Nov 2010 16:40:44 +0000 (17:40 +0100)]
Merge branch 'bug_607_parental_control_fix'

13 years agofix more (no more allowed) global imports of parentalControl instance
ghost [Wed, 3 Nov 2010 16:40:34 +0000 (17:40 +0100)]
fix more (no more allowed) global imports of parentalControl instance
refs bug #607

13 years agoMerge branch 'bug_607_parental_control_fix'
ghost [Tue, 2 Nov 2010 19:57:09 +0000 (20:57 +0100)]
Merge branch 'bug_607_parental_control_fix'

13 years agoChannelSelection.py: more parental control fixes
ghost [Tue, 2 Nov 2010 19:56:51 +0000 (20:56 +0100)]
ChannelSelection.py: more parental control fixes
refs bug #607

13 years agofix frequently not working timeshift/record stop
ghost [Tue, 2 Nov 2010 15:58:09 +0000 (16:58 +0100)]
fix frequently not working timeshift/record stop
this fixes bug #612

13 years agoMerge branch 'bug_530_add_dm800se_support'
ghost [Tue, 2 Nov 2010 11:28:46 +0000 (12:28 +0100)]
Merge branch 'bug_530_add_dm800se_support'

13 years agomove windowstyle definitions for LCD/OLED and Color Oled Display to skin_default.xml
ghost [Tue, 2 Nov 2010 11:20:00 +0000 (12:20 +0100)]
move windowstyle definitions for LCD/OLED and Color Oled Display to skin_default.xml

13 years agoadd assertion for missing windowstyle
ghost [Tue, 2 Nov 2010 11:22:43 +0000 (12:22 +0100)]
add assertion for missing windowstyle

13 years agoAutomatic message catalog update
enigma2-translation-bot [Mon, 1 Nov 2010 14:22:24 +0000 (14:22 +0000)]
Automatic message catalog update

E2 branches: master experimental
Plugins    : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Plugins-Meta: description and shortdescription

13 years agoAutomatic message catalog update
enigma2-translation-bot [Mon, 1 Nov 2010 13:37:28 +0000 (13:37 +0000)]
Automatic message catalog update

E2 branches: master experimental
Plugins    : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Plugins-Meta: description and shortdescription

13 years agofix crash with enabled parentalcontrol in some conditions (i.e. when try to add a...
ghost [Mon, 1 Nov 2010 09:22:21 +0000 (10:22 +0100)]
fix crash with enabled parentalcontrol in some conditions (i.e. when try to add a channel to bouquet/favourites)
refs bug #607

13 years agoSoftwareManager/plugin.py: don't display upgradeable packages also as installed packa...
acid-burn [Sun, 31 Oct 2010 13:25:59 +0000 (14:25 +0100)]
SoftwareManager/plugin.py: don't display upgradeable packages also as installed packages inside PacketManager.
This fixes #609

13 years agoinitalize parental control after bouquet load
ghost [Sat, 30 Oct 2010 14:24:15 +0000 (16:24 +0200)]
initalize parental control after bouquet load
fixes bug #607

13 years agostop PAT parsing after first valid entry for the given SID
ghost [Sat, 30 Oct 2010 11:14:17 +0000 (13:14 +0200)]
stop PAT parsing after first valid entry for the given SID

13 years agoadd possibility to set demux buffer size for PES Reader, Section Reader and TS Recorder
ghost [Wed, 20 Oct 2010 22:24:44 +0000 (00:24 +0200)]
add possibility to set demux buffer size for PES Reader, Section Reader and TS Recorder

13 years agolib/python/Components/config.py: revert previous change because of side effects
ghost [Wed, 20 Oct 2010 18:18:14 +0000 (20:18 +0200)]
lib/python/Components/config.py: revert previous change because of side effects

13 years agoMerge remote branch 'remotes/origin/bug_597_crashlog_show_skinname'
ghost [Fri, 15 Oct 2010 11:27:19 +0000 (13:27 +0200)]
Merge remote branch 'remotes/origin/bug_597_crashlog_show_skinname'

13 years agoMerge remote branch 'remotes/origin/bug_597_crashlog_show_skinname'
ghost [Fri, 15 Oct 2010 11:20:50 +0000 (13:20 +0200)]
Merge remote branch 'remotes/origin/bug_597_crashlog_show_skinname'

13 years agoMerge remote branch 'remotes/origin/bug_600_softwaremanager_small_fixes'
ghost [Fri, 15 Oct 2010 11:19:32 +0000 (13:19 +0200)]
Merge remote branch 'remotes/origin/bug_600_softwaremanager_small_fixes'

13 years agoMerge remote branch 'remotes/origin/bug_596_dvdburn_audiotrackorder'
ghost [Fri, 15 Oct 2010 11:16:19 +0000 (13:16 +0200)]
Merge remote branch 'remotes/origin/bug_596_dvdburn_audiotrackorder'

13 years agoRevert "Revert "disable m2ts support for release 2.6""
ghost [Thu, 14 Oct 2010 12:01:28 +0000 (14:01 +0200)]
Revert "Revert "disable m2ts support for release 2.6""

This reverts commit e5953c16c3ff3664f0f7a763f242a3eb69fed19d.

13 years agofix line endings. refs #597
acid-burn [Thu, 14 Oct 2010 11:48:59 +0000 (13:48 +0200)]
fix line endings. refs #597

13 years agoMerge remote branch 'remotes/origin/bug_592_dont_allow_default_parental_control_pin'
ghost [Thu, 14 Oct 2010 11:32:46 +0000 (13:32 +0200)]
Merge remote branch 'remotes/origin/bug_592_dont_allow_default_parental_control_pin'

13 years agoMerge remote branch 'remotes/origin/bug_593_i2c_device_from_file'
ghost [Thu, 14 Oct 2010 11:31:36 +0000 (13:31 +0200)]
Merge remote branch 'remotes/origin/bug_593_i2c_device_from_file'

13 years agoMerge remote branch 'remotes/origin/bug_587_new_internally_connectable_and_unsupporte...
ghost [Thu, 14 Oct 2010 11:21:33 +0000 (13:21 +0200)]
Merge remote branch 'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'

13 years agoSoftwareManager: small fixes and cleanups for better offline plugin management. fixes...
acid-burn [Wed, 13 Oct 2010 08:05:10 +0000 (10:05 +0200)]
SoftwareManager: small fixes and cleanups for better offline plugin management. fixes #600

13 years agolib/dvb/frontend.cpp: fix SNRdb calculation for 8PSK transponder (broken since update...
ghost [Tue, 12 Oct 2010 16:22:22 +0000 (18:22 +0200)]
lib/dvb/frontend.cpp: fix SNRdb calculation for 8PSK transponder (broken since update to latest v4l-dvb linuxtv api)

13 years agorefs bug #587
Stefan Pluecken [Mon, 11 Oct 2010 10:30:00 +0000 (12:30 +0200)]
refs bug #587
set empty tuner slots to supported

13 years agofix slotinfo assignment for new "unsupported tuner" handling
ghost [Sun, 10 Oct 2010 22:03:40 +0000 (00:03 +0200)]
fix slotinfo assignment for new "unsupported tuner" handling
refs bug #587

13 years agobsod.cpp,CrashlogAutoSubmit: add active skin name to xml crashlogs. fixes #597
acid-burn [Fri, 8 Oct 2010 14:40:44 +0000 (16:40 +0200)]
bsod.cpp,CrashlogAutoSubmit: add active skin name to xml crashlogs. fixes #597

13 years agorefs bug #592
Stefan Pluecken [Fri, 8 Oct 2010 12:04:38 +0000 (14:04 +0200)]
refs bug #592
"pin" => "PIN"

13 years agorefs bug #592
Stefan Pluecken [Fri, 8 Oct 2010 11:57:08 +0000 (13:57 +0200)]
refs bug #592
"pin" => "PIN"

13 years agofixes bug #592
Stefan Pluecken [Fri, 8 Oct 2010 11:42:52 +0000 (13:42 +0200)]
fixes bug #592
don't activate the parental control setup protection if no pin is set

13 years agometa/plugin_graphmultiepg.xml: fix merge conflict
acid-burn [Fri, 8 Oct 2010 09:45:50 +0000 (11:45 +0200)]
meta/plugin_graphmultiepg.xml: fix merge conflict

13 years agofix order and correct association of languages and audio stream files and set a limit...
Fraxinas [Fri, 8 Oct 2010 09:30:44 +0000 (11:30 +0200)]
fix order and correct association of languages and audio stream files and set a limit of 8 (fixes bug #596)

13 years agofix tabs, dont draw border when width is 0
ghost [Wed, 6 Oct 2010 22:05:44 +0000 (00:05 +0200)]
fix tabs, dont draw border when width is 0

13 years agoimplement borders for ePixmap widgets (add feature #589)
Fraxinas [Mon, 4 Oct 2010 16:31:02 +0000 (18:31 +0200)]
implement borders for ePixmap widgets (add feature #589)

13 years agoshow "nothing connected" instead of empty filelist with only mountpoints shown
Fraxinas [Fri, 13 Aug 2010 20:00:08 +0000 (22:00 +0200)]
show "nothing connected" instead of empty filelist with only mountpoints shown

13 years agoshow Multi EPG in epg selection list
ghost [Thu, 21 Jan 2010 10:33:45 +0000 (11:33 +0100)]
show Multi EPG in epg selection list

13 years agoTaskView: correctly pop-up aborted/failed notifications in foreground
Fraxinas [Wed, 18 Aug 2010 15:06:05 +0000 (17:06 +0200)]
TaskView: correctly pop-up aborted/failed notifications in foreground

13 years agointroduce afterEventChangeable parameter
Fraxinas [Fri, 13 Aug 2010 20:03:26 +0000 (22:03 +0200)]
introduce afterEventChangeable parameter

13 years agolib/python/Components/Ipkg.py: small fix for opkg
ghost [Tue, 23 Feb 2010 21:57:29 +0000 (22:57 +0100)]
lib/python/Components/Ipkg.py: small fix for opkg

13 years agofix-fix configlist assertion (add #188)
Fraxinas [Mon, 14 Jun 2010 10:59:12 +0000 (12:59 +0200)]
fix-fix configlist assertion (add #188)

13 years agodon't crash on empty configlist lines
Fraxinas [Fri, 11 Jun 2010 21:05:36 +0000 (23:05 +0200)]
don't crash on empty configlist lines

13 years agofix subtitle configlist crash
Fraxinas [Wed, 9 Jun 2010 00:32:29 +0000 (02:32 +0200)]
fix subtitle configlist crash

13 years agofix nl subtitle selected string and layout
Fraxinas [Wed, 9 Jun 2010 07:07:44 +0000 (09:07 +0200)]
fix nl subtitle selected string and layout

13 years agoset currently running audio + subtitle streams as default selection. on OK keypress...
Fraxinas [Mon, 21 Jun 2010 08:20:09 +0000 (10:20 +0200)]
set currently running audio + subtitle streams as default selection. on OK keypress, select and close dialog. (add #188)

13 years agomake empty conflist entries unselectable and change some debug output
Fraxinas [Fri, 4 Jun 2010 13:17:40 +0000 (15:17 +0200)]
make empty conflist entries unselectable and change some debug output

13 years agoExtend AudioSelection width, fix mediaplayer subtitle selection key
Fraxinas [Wed, 2 Jun 2010 13:03:52 +0000 (15:03 +0200)]
Extend AudioSelection width, fix mediaplayer subtitle selection key

13 years agofix empty streams list crash, correctly show/hide color key buttons, re-implement...
Fraxinas [Wed, 26 May 2010 09:33:11 +0000 (11:33 +0200)]
fix empty streams list crash, correctly show/hide color key buttons, re-implement plugin-hook for blue key, fix possible exit crash

13 years agoallow switching to stream 0
Fraxinas [Tue, 25 May 2010 11:39:16 +0000 (13:39 +0200)]
allow switching to stream 0

13 years agoexperimentally merge audio + subtitle streams selection dialogs into one
Fraxinas [Tue, 25 May 2010 08:43:10 +0000 (10:43 +0200)]
experimentally merge audio + subtitle streams selection dialogs into one

13 years agoNFIFlash: integrate configuration backup/restore, string corrections
Fraxinas [Tue, 7 Sep 2010 12:06:41 +0000 (14:06 +0200)]
NFIFlash: integrate configuration backup/restore, string corrections

13 years ago[NFIFlash] ask whether to run configuration backup after image download (add #480)
Fraxinas [Wed, 1 Sep 2010 13:53:27 +0000 (15:53 +0200)]
[NFIFlash] ask whether to run configuration backup after image download (add #480)

13 years agofix downloading image to flash or harddrive (#480)
Fraxinas [Tue, 24 Aug 2010 13:03:16 +0000 (15:03 +0200)]
fix downloading image to flash or harddrive (#480)

13 years agoJobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads
Fraxinas [Tue, 17 Aug 2010 18:52:48 +0000 (20:52 +0200)]
JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads

13 years agoNFIFlash: change display of feed list details
Fraxinas [Mon, 16 Aug 2010 09:11:35 +0000 (11:11 +0200)]
NFIFlash: change display of feed list details

13 years agoNFIFlash fixes (#480)
Fraxinas [Fri, 13 Aug 2010 20:04:43 +0000 (22:04 +0200)]
NFIFlash fixes (#480)

13 years agoNFIFlash: hide hdd and other mounts (#480)
Fraxinas [Thu, 12 Aug 2010 10:05:33 +0000 (12:05 +0200)]
NFIFlash: hide hdd and other mounts (#480)

13 years agore-commit new NFIFlash plugin (bug #480)
Fraxinas [Tue, 10 Aug 2010 11:45:17 +0000 (13:45 +0200)]
re-commit new NFIFlash plugin (bug #480)

13 years agorefs bug #485
Stefan Pluecken [Tue, 30 Mar 2010 11:05:37 +0000 (13:05 +0200)]
refs bug #485
start cxd1978 tool if such a tuner is used

13 years agorefs bug #485
Stefan Pluecken [Wed, 31 Mar 2010 22:22:03 +0000 (00:22 +0200)]
refs bug #485
use --bus 2 as parameter on dm500hd for scan

13 years agofixes bug #362
thedoc [Fri, 1 Jan 2010 13:00:47 +0000 (14:00 +0100)]
fixes bug #362
allow assigning standby function to long power button press

13 years agomerge changes between experimental and master
ghost [Wed, 6 Oct 2010 20:37:10 +0000 (22:37 +0200)]
merge changes between experimental and master

13 years agoadd snr calculations for CXD1981 frontend
Stefan Pluecken [Mon, 5 Jul 2010 14:12:08 +0000 (16:12 +0200)]
add snr calculations for CXD1981 frontend

13 years agofixes bug #362
thedoc [Fri, 1 Jan 2010 13:07:03 +0000 (14:07 +0100)]
fixes bug #362
allow configuring short power button action to shutdown, standby, menu

13 years ago[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add #429)
Fraxinas [Wed, 1 Sep 2010 13:41:15 +0000 (15:41 +0200)]
[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add #429)