enigma2.git
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

17 years agoupdated da, sv
Felix Domke [Tue, 2 May 2006 16:55:55 +0000 (16:55 +0000)]
updated da, sv

17 years agofix ConditionalWidget inversion
Felix Domke [Mon, 1 May 2006 21:27:18 +0000 (21:27 +0000)]
fix ConditionalWidget inversion

17 years agoactivate extensions
Stefan Pluecken [Mon, 1 May 2006 21:24:59 +0000 (21:24 +0000)]
activate extensions

17 years agodon't save None as service reference
Felix Domke [Mon, 1 May 2006 21:22:47 +0000 (21:22 +0000)]
don't save None as service reference

17 years agofix choicelist
Felix Domke [Mon, 1 May 2006 21:15:31 +0000 (21:15 +0000)]
fix choicelist

17 years agofix text for buttons
Felix Domke [Mon, 1 May 2006 21:10:41 +0000 (21:10 +0000)]
fix text for buttons

17 years agocheck if e2 is currently recording before entering the positioner plugin (and prevent...
Stefan Pluecken [Mon, 1 May 2006 13:07:39 +0000 (13:07 +0000)]
check if e2 is currently recording before entering the positioner plugin (and prevent entering it when a recording is currently running)

17 years agoshow name in delete dialog
Felix Domke [Mon, 1 May 2006 12:34:10 +0000 (12:34 +0000)]
show name in delete dialog

17 years agofix progressbar, slider
Felix Domke [Mon, 1 May 2006 12:27:54 +0000 (12:27 +0000)]
fix progressbar, slider

17 years agofix when only one frontend available
Felix Domke [Mon, 1 May 2006 12:27:18 +0000 (12:27 +0000)]
fix when only one frontend available

17 years agofix ChoiceList baseclass order, use postWidgetCreate
Felix Domke [Mon, 1 May 2006 12:02:37 +0000 (12:02 +0000)]
fix ChoiceList baseclass order, use postWidgetCreate

17 years agofix swedish translation
Felix Domke [Mon, 1 May 2006 12:00:49 +0000 (12:00 +0000)]
fix swedish translation

17 years agoupdated swedish language
Felix Domke [Mon, 1 May 2006 11:54:29 +0000 (11:54 +0000)]
updated swedish language

17 years agoadd summary support for setup
Felix Domke [Mon, 1 May 2006 11:47:56 +0000 (11:47 +0000)]
add summary support for setup

17 years agofollow changes
Felix Domke [Mon, 1 May 2006 11:47:43 +0000 (11:47 +0000)]
follow changes

17 years agosimplify GUIcreate/createWidget, fix base class order
Felix Domke [Mon, 1 May 2006 11:47:04 +0000 (11:47 +0000)]
simplify GUIcreate/createWidget, fix base class order

17 years agoupdated nl translation
Felix Domke [Mon, 1 May 2006 11:28:44 +0000 (11:28 +0000)]
updated nl translation

17 years agoadd missing ChoiceList.py
Stefan Pluecken [Mon, 1 May 2006 10:49:08 +0000 (10:49 +0000)]
add missing ChoiceList.py

17 years agouse color actions in ChoiceBox
Stefan Pluecken [Sun, 30 Apr 2006 20:22:36 +0000 (20:22 +0000)]
use color actions in ChoiceBox

17 years agoadd color key-images
Stefan Pluecken [Sun, 30 Apr 2006 20:12:16 +0000 (20:12 +0000)]
add color key-images

17 years agoChoiceBox is now usable with number keys
Stefan Pluecken [Sun, 30 Apr 2006 20:01:21 +0000 (20:01 +0000)]
ChoiceBox is now usable with number keys

17 years agoadd french
Felix Domke [Sat, 29 Apr 2006 21:30:49 +0000 (21:30 +0000)]
add french

17 years agofix empty expressions in dvb list search
Felix Domke [Fri, 28 Apr 2006 16:02:03 +0000 (16:02 +0000)]
fix empty expressions in dvb list search

17 years agofix empty expressions in dvb list search
Felix Domke [Fri, 28 Apr 2006 15:51:06 +0000 (15:51 +0000)]
fix empty expressions in dvb list search

17 years agoadd some translations
Andreas Monzner [Fri, 28 Apr 2006 13:53:30 +0000 (13:53 +0000)]
add some translations

17 years agore-add enigma2.pot (as template for new translations)
Andreas Monzner [Fri, 28 Apr 2006 13:52:43 +0000 (13:52 +0000)]
re-add enigma2.pot (as template for new translations)

17 years agoremove enigma2.pot because otherwise a forgotten commit (or a make clean in po/)...
Stefan Pluecken [Fri, 28 Apr 2006 13:15:59 +0000 (13:15 +0000)]
remove enigma2.pot because otherwise a forgotten commit (or a make clean in po/) for the enigma2.pot file results in untranslated messages

17 years agofix translations
Stefan Pluecken [Fri, 28 Apr 2006 12:58:07 +0000 (12:58 +0000)]
fix translations

17 years agouse del
Andreas Monzner [Thu, 27 Apr 2006 20:33:34 +0000 (20:33 +0000)]
use del

17 years agoto prevent bsods stop currently playing file, when remove it from playlist
Andreas Monzner [Thu, 27 Apr 2006 20:27:13 +0000 (20:27 +0000)]
to prevent bsods stop currently playing file, when remove it from playlist

17 years agoforce not implemented values to auto
Andreas Monzner [Thu, 27 Apr 2006 19:27:22 +0000 (19:27 +0000)]
force not implemented values to auto

17 years agocommented out not used values
Andreas Monzner [Thu, 27 Apr 2006 19:25:47 +0000 (19:25 +0000)]
commented out not used values

17 years agofix
Andreas Monzner [Thu, 27 Apr 2006 18:17:50 +0000 (18:17 +0000)]
fix

17 years agoadd missing qam64 for terrestrial
Andreas Monzner [Thu, 27 Apr 2006 13:54:40 +0000 (13:54 +0000)]
add missing qam64 for terrestrial

17 years agofix -T -C channellisting stuff
Andreas Monzner [Thu, 27 Apr 2006 12:23:00 +0000 (12:23 +0000)]
fix -T -C channellisting stuff

17 years agosmall fix to properly display cable in satellites (very cool, isn't it? ;))
Stefan Pluecken [Thu, 27 Apr 2006 11:42:37 +0000 (11:42 +0000)]
small fix to properly display cable in satellites (very cool, isn't it? ;))

17 years agofix
Andreas Monzner [Thu, 27 Apr 2006 11:08:53 +0000 (11:08 +0000)]
fix

17 years agochanges for identify -C and -T services
Andreas Monzner [Thu, 27 Apr 2006 10:44:22 +0000 (10:44 +0000)]
changes for identify -C and -T services

17 years agook in multiepg is now similar to press info
Andreas Monzner [Thu, 27 Apr 2006 09:39:49 +0000 (09:39 +0000)]
ok in multiepg is now similar to press info
change service is now possible via red button when the selected event is the now event

17 years agomake bouquet +/- useable in multiepg to change directly from one to another bouquet epg
Andreas Monzner [Thu, 27 Apr 2006 09:22:18 +0000 (09:22 +0000)]
make bouquet +/- useable in multiepg to change directly from one to another bouquet epg

17 years agodo explicit cast
Andreas Monzner [Wed, 26 Apr 2006 22:57:35 +0000 (22:57 +0000)]
do explicit cast

17 years agoshow kiosque channels in tv lists
Andreas Monzner [Wed, 26 Apr 2006 22:53:35 +0000 (22:53 +0000)]
show kiosque channels in tv lists

17 years agoalignment fixes
Andreas Monzner [Wed, 26 Apr 2006 22:32:54 +0000 (22:32 +0000)]
alignment fixes

17 years agomake TheDOCs compiler happy
Andreas Monzner [Wed, 26 Apr 2006 22:30:06 +0000 (22:30 +0000)]
make TheDOCs compiler happy

17 years agono orbital position with -T frontends
Andreas Monzner [Wed, 26 Apr 2006 21:52:28 +0000 (21:52 +0000)]
no orbital position with -T frontends

17 years agoshow terrestrial frontend infos in ServiceInfo dialog
Andreas Monzner [Wed, 26 Apr 2006 21:50:59 +0000 (21:50 +0000)]
show terrestrial frontend infos in ServiceInfo dialog

17 years agofix bluescreen when try to use the epg time search function in single epg
Andreas Monzner [Wed, 26 Apr 2006 21:30:36 +0000 (21:30 +0000)]
fix bluescreen when try to use the epg time search function in single epg

17 years agochange colors of SNR/AGC-bar
Stefan Pluecken [Wed, 26 Apr 2006 17:29:13 +0000 (17:29 +0000)]
change colors of SNR/AGC-bar

17 years agoadd function to get a list of CAIDs for a running dvb service from python
Andreas Monzner [Wed, 26 Apr 2006 17:18:52 +0000 (17:18 +0000)]
add function to get a list of CAIDs for a running dvb service from python

17 years agotimers can now have after events. currently only working events: "do nothing" and...
Stefan Pluecken [Wed, 26 Apr 2006 16:09:30 +0000 (16:09 +0000)]
timers can now have after events. currently only working events: "do nothing" and "go to deep standby"

17 years agoadd ability to list all events for a specific start time/date (press Dream/Menu)
Andreas Monzner [Wed, 26 Apr 2006 15:06:18 +0000 (15:06 +0000)]
add ability to list all events for a specific start time/date (press Dream/Menu)

17 years agolayout fixes for longer translations
Andreas Monzner [Wed, 26 Apr 2006 11:58:13 +0000 (11:58 +0000)]
layout fixes for longer translations

17 years agoadd missing translations
Andreas Monzner [Wed, 26 Apr 2006 11:20:43 +0000 (11:20 +0000)]
add missing translations

17 years agobetter description
Andreas Monzner [Wed, 26 Apr 2006 11:18:26 +0000 (11:18 +0000)]
better description

17 years agomore space in movieplayer for movie/mp3 title
Andreas Monzner [Wed, 26 Apr 2006 11:00:16 +0000 (11:00 +0000)]
more space in movieplayer for movie/mp3 title
add ability to hide movieplayer via contextmenu

17 years agoadd some missing german translations
Stefan Pluecken [Tue, 25 Apr 2006 20:07:24 +0000 (20:07 +0000)]
add some missing german translations

17 years agoadd norwegian language
Felix Domke [Tue, 25 Apr 2006 19:36:50 +0000 (19:36 +0000)]
add norwegian language