vuplus_dvbapp
17 years agofixes for support more than one CI
Andreas Monzner [Sat, 20 May 2006 08:13:34 +0000 (08:13 +0000)]
fixes for support more than one CI

17 years agoadd finish language, thanks to jg
Felix Domke [Sat, 20 May 2006 00:39:32 +0000 (00:39 +0000)]
add finish language, thanks to jg

17 years agomany changes for better CI handling
Andreas Monzner [Sat, 20 May 2006 00:21:50 +0000 (00:21 +0000)]
many changes for better CI handling
- the CI is now working on both tuners
- the CI is no more blocked by freetv services
- add multi services support (on same transponder) (yet hardcoded for Alphacrypt only)
- fix bluescreen in CI MMI dialog when pressin ok/left/right

17 years agoexperimental boarder width fix
Felix Domke [Thu, 18 May 2006 13:34:48 +0000 (13:34 +0000)]
experimental boarder width fix

17 years agofactorize code, remove debug, fix service info when no frontend info available (for...
Felix Domke [Thu, 18 May 2006 00:38:44 +0000 (00:38 +0000)]
factorize code, remove debug, fix service info when no frontend info available (for example when playing back files)

17 years agofix linked tuner handling for more then 2 sat tuners
Andreas Monzner [Thu, 18 May 2006 00:06:40 +0000 (00:06 +0000)]
fix linked tuner handling for more then 2 sat tuners
better readable code

17 years agorename iFrontendStatusInformation to iFrontendInformation
Andreas Monzner [Wed, 17 May 2006 13:14:15 +0000 (13:14 +0000)]
rename iFrontendStatusInformation to iFrontendInformation
add possibility to query the tuner number for playing and recording services

17 years agomore changes for dvb-s2
Andreas Monzner [Wed, 17 May 2006 10:49:23 +0000 (10:49 +0000)]
more changes for dvb-s2

17 years agono more bsod on adding bouquets
Andreas Monzner [Tue, 16 May 2006 18:20:25 +0000 (18:20 +0000)]
no more bsod on adding bouquets

17 years agomore changes for AAC audio support (not dm7025)
Andreas Monzner [Tue, 16 May 2006 15:23:30 +0000 (15:23 +0000)]
more changes for AAC audio support (not dm7025)
Note: AUDIO_SET_STREAMTYPE ioctl not yet implemented in e2

17 years agodo not store default values in cache
Andreas Monzner [Tue, 16 May 2006 15:19:54 +0000 (15:19 +0000)]
do not store default values in cache

17 years agoadd ability to selecte the audio channel (mono left, stereo, mono right) from python
Andreas Monzner [Tue, 16 May 2006 14:58:11 +0000 (14:58 +0000)]
add ability to selecte the audio channel (mono left, stereo, mono right) from python
store the current selected audio channel then per service in servicelist
TODO: extend the audio track selection screen to make audio channel selection usable :)

17 years agodon't shut down enigma 2 when deleting a timer which has an after event "shutdown...
Stefan Pluecken [Mon, 15 May 2006 19:29:40 +0000 (19:29 +0000)]
don't shut down enigma 2 when deleting a timer which has an after event "shutdown" set

17 years agofix non-existing cast for FEC_9_10
Stefan Pluecken [Mon, 15 May 2006 19:21:12 +0000 (19:21 +0000)]
fix non-existing cast for FEC_9_10

17 years agoremove debug
Felix Domke [Sun, 14 May 2006 22:58:31 +0000 (22:58 +0000)]
remove debug

17 years agosupport backgroundColor for eWindow
Felix Domke [Sun, 14 May 2006 22:52:51 +0000 (22:52 +0000)]
support backgroundColor for eWindow

17 years agoprepare next background color for transparent widgets
Felix Domke [Sun, 14 May 2006 22:08:13 +0000 (22:08 +0000)]
prepare next background color for transparent widgets

17 years agopaint with alphatest when transparency enabled
Felix Domke [Sun, 14 May 2006 21:47:05 +0000 (21:47 +0000)]
paint with alphatest when transparency enabled

17 years agoadd list not empty check
Andreas Monzner [Sun, 14 May 2006 18:24:54 +0000 (18:24 +0000)]
add list not empty check

17 years agomake video stream type for running service accessible from python
Andreas Monzner [Sun, 14 May 2006 16:13:55 +0000 (16:13 +0000)]
make video stream type for running service accessible from python

17 years agomake H264 services visible in the servicelist
Andreas Monzner [Sun, 14 May 2006 12:31:01 +0000 (12:31 +0000)]
make H264 services visible in the servicelist

17 years agoremove unneeded caching of caids, use an array for pidcache instead of std::map ...
Andreas Monzner [Sun, 14 May 2006 12:23:23 +0000 (12:23 +0000)]
remove unneeded caching of caids, use an array for pidcache instead of std::map (safe memory)
prepare for different video stream types.. (H264) ( NOT for dm7025 )

17 years agomake enigma2 ready for dvb-s2
Andreas Monzner [Sat, 13 May 2006 16:17:19 +0000 (16:17 +0000)]
make enigma2 ready for dvb-s2

17 years agofix typo
Felix Domke [Sat, 13 May 2006 14:07:05 +0000 (14:07 +0000)]
fix typo

17 years agoproperly encode satnames given in satellites.xml
Felix Domke [Sat, 13 May 2006 14:05:15 +0000 (14:05 +0000)]
properly encode satnames given in satellites.xml

17 years agoadd some more transponders using two character mapping
Felix Domke [Sat, 13 May 2006 11:40:57 +0000 (11:40 +0000)]
add some more transponders using two character mapping

17 years agoadd teletext parser
Felix Domke [Fri, 12 May 2006 17:48:08 +0000 (17:48 +0000)]
add teletext parser

17 years agoadd teletext.cpp
Felix Domke [Fri, 12 May 2006 17:47:24 +0000 (17:47 +0000)]
add teletext.cpp

17 years agoadd teletext parser to servicedvb
Felix Domke [Fri, 12 May 2006 17:32:36 +0000 (17:32 +0000)]
add teletext parser to servicedvb

17 years agomatch declaration to signal
Felix Domke [Fri, 12 May 2006 17:30:42 +0000 (17:30 +0000)]
match declaration to signal

17 years agoadd PES reader
Felix Domke [Fri, 12 May 2006 15:37:35 +0000 (15:37 +0000)]
add PES reader

17 years agoadd pes parser
Felix Domke [Fri, 12 May 2006 15:17:24 +0000 (15:17 +0000)]
add pes parser

17 years agodo activate subservice zapping when select the first subservice, but do not deactivat...
Andreas Monzner [Fri, 12 May 2006 12:21:55 +0000 (12:21 +0000)]
do activate subservice zapping when select the first subservice, but do not deactivate it when zap over the portal

17 years agodelete all service references before playService .. otherwise the 2nd tuner is used...
Andreas Monzner [Fri, 12 May 2006 11:03:32 +0000 (11:03 +0000)]
delete all service references before playService .. otherwise the 2nd tuner is used to zap

17 years agoimplement subservice quickzap on < > keys
Andreas Monzner [Fri, 12 May 2006 10:50:55 +0000 (10:50 +0000)]
implement subservice quickzap on < > keys
it is activated after select asubservice in the subservice selector

17 years agoquery epg to get episode informations for repeated timers on every timer activation
Andreas Monzner [Fri, 12 May 2006 08:58:03 +0000 (08:58 +0000)]
query epg to get episode informations for repeated timers on every timer activation

17 years agomake swig happy
Andreas Monzner [Thu, 11 May 2006 21:20:51 +0000 (21:20 +0000)]
make swig happy

17 years agoupdate fr language
Felix Domke [Thu, 11 May 2006 21:18:34 +0000 (21:18 +0000)]
update fr language

17 years agoimplement and re-enable default ac3 option
Andreas Monzner [Thu, 11 May 2006 21:14:28 +0000 (21:14 +0000)]
implement and re-enable default ac3 option

17 years agofix colors
Andreas Monzner [Thu, 11 May 2006 15:50:30 +0000 (15:50 +0000)]
fix colors

17 years agofix label background
Felix Domke [Thu, 11 May 2006 14:55:21 +0000 (14:55 +0000)]
fix label background

17 years ago'fix' orphan listboxes in wizard
Felix Domke [Thu, 11 May 2006 14:19:29 +0000 (14:19 +0000)]
'fix' orphan listboxes in wizard

17 years agofix memleak
Andreas Monzner [Thu, 11 May 2006 12:06:04 +0000 (12:06 +0000)]
fix memleak

17 years agoadd confirmation dialog to harddisk init
Axel Buehning [Thu, 11 May 2006 10:40:48 +0000 (10:40 +0000)]
add confirmation dialog to harddisk init

17 years agouse rgb values whenever possible
Felix Domke [Thu, 11 May 2006 00:13:26 +0000 (00:13 +0000)]
use rgb values whenever possible

17 years agochange language order
Stefan Pluecken [Wed, 10 May 2006 23:42:13 +0000 (23:42 +0000)]
change language order

17 years agoupdate sv language
Felix Domke [Wed, 10 May 2006 23:41:18 +0000 (23:41 +0000)]
update sv language

17 years agonote on transparency
Felix Domke [Wed, 10 May 2006 23:36:59 +0000 (23:36 +0000)]
note on transparency

17 years agodefine fonts in skinfile
Felix Domke [Wed, 10 May 2006 23:21:37 +0000 (23:21 +0000)]
define fonts in skinfile

17 years agodon't merge pixmaps when it's not required
Felix Domke [Wed, 10 May 2006 23:20:47 +0000 (23:20 +0000)]
don't merge pixmaps when it's not required

17 years agoadd kwargs support for notifications
Felix Domke [Wed, 10 May 2006 23:02:07 +0000 (23:02 +0000)]
add kwargs support for notifications

17 years agoshow message when zapping away even when zap without asking is on
Felix Domke [Wed, 10 May 2006 23:01:12 +0000 (23:01 +0000)]
show message when zapping away even when zap without asking is on

17 years agofix graying out of non selectable services in servicelist
Andreas Monzner [Tue, 9 May 2006 21:45:59 +0000 (21:45 +0000)]
fix graying out of non selectable services in servicelist

17 years agorevert unneeded changes for sdt update
Andreas Monzner [Tue, 9 May 2006 21:22:22 +0000 (21:22 +0000)]
revert unneeded changes for sdt update
restructure code for better readability
add some comments
remove some debug output

17 years agoimplement SDT scan on enter transponder (on normale zapping)
Andreas Monzner [Tue, 9 May 2006 20:54:29 +0000 (20:54 +0000)]
implement SDT scan on enter transponder (on normale zapping)
this
a) update changed service/provider names
b) add new services to servicelist and mark it as new services

to prevent change service_name it is possible to set the dxHoldName flag for this service
to prevent change any parameter of a single service it is possible to set the dxNoSDT flag

look at the eServiceDVB class declaration in lib/dvb/idvb.h

17 years agomove mark service as new code to better position
Andreas Monzner [Tue, 9 May 2006 15:00:28 +0000 (15:00 +0000)]
move mark service as new code to better position

17 years agoallow different background for eslider
Felix Domke [Tue, 9 May 2006 14:49:38 +0000 (14:49 +0000)]
allow different background for eslider

17 years agofix "Clearall before scan" handling
Andreas Monzner [Mon, 8 May 2006 20:08:22 +0000 (20:08 +0000)]
fix "Clearall before scan" handling
add ability to reset the newfound flag from single service via channellist context menu
add ability to the newfound flags for all services from a "orbital position" via channellist context menu

17 years agofix shadowOffset attribute
Stefan Pluecken [Mon, 8 May 2006 17:43:23 +0000 (17:43 +0000)]
fix shadowOffset attribute

17 years agoclip pip window to screen, change grid a bit
Felix Domke [Mon, 8 May 2006 14:00:40 +0000 (14:00 +0000)]
clip pip window to screen, change grid a bit

17 years agofix typo
Andreas Monzner [Mon, 8 May 2006 13:03:34 +0000 (13:03 +0000)]
fix typo

17 years agoadd ability to select in scan what is todo with existing services (Clear before scan)
Andreas Monzner [Mon, 8 May 2006 12:55:10 +0000 (12:55 +0000)]
add ability to select in scan what is todo with existing services (Clear before scan)
a) "yes" means remove all services and transponders for this sat position / all selected sat positions
b) "no" means hold all services and transponders for this sat position / all selected sat positions
   this resets all old new found flags (incremental scan)
c) "yes (hold feeds) means the same as a) but hold all feed services/transponders

17 years agofix no more working service change after open audio track selection
Andreas Monzner [Sun, 7 May 2006 22:34:21 +0000 (22:34 +0000)]
fix no more working service change after open audio track selection

17 years agofix
Andreas Monzner [Sun, 7 May 2006 12:51:36 +0000 (12:51 +0000)]
fix

17 years agoremove debug
Andreas Monzner [Sat, 6 May 2006 16:39:50 +0000 (16:39 +0000)]
remove debug

17 years agoremove no more needed c++ single epg list content class
Andreas Monzner [Sat, 6 May 2006 16:31:02 +0000 (16:31 +0000)]
remove no more needed c++ single epg list content class
code cleanup in python epg classes
get epg from parent service when epg is queried for a subservice(linkage service)

17 years agofix warnings
Andreas Monzner [Sat, 6 May 2006 16:28:42 +0000 (16:28 +0000)]
fix warnings

17 years agoadd some missing changes
Stefan Pluecken [Sat, 6 May 2006 16:21:57 +0000 (16:21 +0000)]
add some missing changes

17 years agodon't add timers that are based on epg data, which are older than 14 days
Stefan Pluecken [Sat, 6 May 2006 15:54:57 +0000 (15:54 +0000)]
don't add timers that are based on epg data, which are older than 14 days

17 years agofix bluescreen when adding an timer event with subservices
Stefan Pluecken [Sat, 6 May 2006 09:44:35 +0000 (09:44 +0000)]
fix bluescreen when adding an timer event with subservices

17 years agochange default lof threshold for universal lnbs to 11700
Andreas Monzner [Fri, 5 May 2006 19:25:27 +0000 (19:25 +0000)]
change default lof threshold for universal lnbs to 11700

17 years agocomment out ac3 default option until it is implemented
Andreas Monzner [Fri, 5 May 2006 18:58:00 +0000 (18:58 +0000)]
comment out ac3 default option until it is implemented

17 years agoadd function to remove single service,
Andreas Monzner [Fri, 5 May 2006 18:37:06 +0000 (18:37 +0000)]
add function to remove single service,
add function to remove transponder(s) and service(s) for specified onid/tsid/dvbnamespace/orbpos
mark new found services in scan with dxNewFound flag
add functions to change dxflags of a single service
add function to change dxflags for specified onid/tsid/dvbnamespace/orbpos

17 years agouse constants instead of strings, don't restart main service
Felix Domke [Fri, 5 May 2006 17:56:41 +0000 (17:56 +0000)]
use constants instead of strings, don't restart main service

17 years agouse if instead of use a assertion
Andreas Monzner [Fri, 5 May 2006 08:28:50 +0000 (08:28 +0000)]
use if instead of use a assertion

17 years agoinitialize self.zapFunc always.. this fixes a bluescreen on red button press when
Andreas Monzner [Fri, 5 May 2006 08:19:40 +0000 (08:19 +0000)]
initialize self.zapFunc always.. this fixes a bluescreen on red button press when
epgtype is not multiepg

17 years agoremove non-existing import TimeInput
Stefan Pluecken [Fri, 5 May 2006 01:29:15 +0000 (01:29 +0000)]
remove non-existing import TimeInput

17 years agoremove old import for non-existing screen SubserviceSelection
Stefan Pluecken [Fri, 5 May 2006 01:01:52 +0000 (01:01 +0000)]
remove old import for non-existing screen SubserviceSelection

17 years agouse number keys for predefined pip positions
Stefan Pluecken [Fri, 5 May 2006 00:58:03 +0000 (00:58 +0000)]
use number keys for predefined pip positions

17 years agoPiPSetup should be working now
Stefan Pluecken [Fri, 5 May 2006 00:37:07 +0000 (00:37 +0000)]
PiPSetup should be working now

17 years agoadd optional notification of childs when parent moves
Felix Domke [Fri, 5 May 2006 00:21:47 +0000 (00:21 +0000)]
add optional notification of childs when parent moves

17 years agoadd missing PiPSetup screen
Stefan Pluecken [Fri, 5 May 2006 00:06:57 +0000 (00:06 +0000)]
add missing PiPSetup screen

17 years agomove/resize PiP window (requires new drivers) (and is not yet working properly)
Stefan Pluecken [Thu, 4 May 2006 23:34:47 +0000 (23:34 +0000)]
move/resize PiP window (requires new drivers) (and is not yet working properly)

17 years agofix calculation of dynamic height of the ChoiceBox screen
Stefan Pluecken [Thu, 4 May 2006 16:04:33 +0000 (16:04 +0000)]
fix calculation of dynamic height of the ChoiceBox screen

17 years agoupdate: icelandic language
Felix Domke [Thu, 4 May 2006 15:14:09 +0000 (15:14 +0000)]
update: icelandic language

17 years agofix getting caids of subservices
Andreas Monzner [Thu, 4 May 2006 14:50:45 +0000 (14:50 +0000)]
fix getting caids of subservices

17 years agoremove redundant code
Andreas Monzner [Wed, 3 May 2006 21:36:54 +0000 (21:36 +0000)]
remove redundant code

17 years agono more crash when pressing the info button and no service is running
Andreas Monzner [Wed, 3 May 2006 20:46:22 +0000 (20:46 +0000)]
no more crash when pressing the info button and no service is running
update openEventView window when the eit changes

17 years agoadd (simple) shadow for eLabel
Felix Domke [Wed, 3 May 2006 19:33:33 +0000 (19:33 +0000)]
add (simple) shadow for eLabel

17 years agoallow changing titlebar offset / font by skin
Felix Domke [Wed, 3 May 2006 18:59:52 +0000 (18:59 +0000)]
allow changing titlebar offset / font by skin

17 years agoadd missing content avail checks
Andreas Monzner [Wed, 3 May 2006 18:57:05 +0000 (18:57 +0000)]
add missing content avail checks

17 years agoconvert to new style
Felix Domke [Wed, 3 May 2006 18:48:07 +0000 (18:48 +0000)]
convert to new style

17 years agorevert & fix typo
Felix Domke [Wed, 3 May 2006 18:36:35 +0000 (18:36 +0000)]
revert & fix typo

17 years agofix crash since GUI rebuilding
Andreas Monzner [Wed, 3 May 2006 18:28:36 +0000 (18:28 +0000)]
fix crash since GUI rebuilding

17 years agoadd missing file for translation
Andreas Monzner [Wed, 3 May 2006 17:45:34 +0000 (17:45 +0000)]
add missing file for translation

17 years agomuch more flexible method to get a servicelist in python..
Andreas Monzner [Wed, 3 May 2006 16:06:49 +0000 (16:06 +0000)]
much more flexible method to get a servicelist in python..

17 years agouse ChoiceBox for audio selection (audio tracks are now sorted by description)
Stefan Pluecken [Tue, 2 May 2006 23:07:07 +0000 (23:07 +0000)]
use ChoiceBox for audio selection (audio tracks are now sorted by description)

17 years agoreplace subservice selection screen with ChoiceBox screen
Stefan Pluecken [Tue, 2 May 2006 21:16:54 +0000 (21:16 +0000)]
replace subservice selection screen with ChoiceBox screen

17 years agoupdated da
Felix Domke [Tue, 2 May 2006 18:35:12 +0000 (18:35 +0000)]
updated da

17 years agodon't crash if time is *really* invalid
Felix Domke [Tue, 2 May 2006 16:58:16 +0000 (16:58 +0000)]
don't crash if time is *really* invalid