enigma2.git
17 years agoadd missing eTimer
Felix Domke [Tue, 5 Sep 2006 22:54:43 +0000 (22:54 +0000)]
add missing eTimer

17 years agouse eDebug instead of printf
Andreas Monzner [Thu, 24 Aug 2006 20:21:43 +0000 (20:21 +0000)]
use eDebug instead of printf

17 years agono bluescreen when playing "None"
Andreas Monzner [Thu, 24 Aug 2006 17:29:45 +0000 (17:29 +0000)]
no bluescreen when playing "None"

17 years agoalways return currently active apid
Andreas Monzner [Thu, 24 Aug 2006 13:09:29 +0000 (13:09 +0000)]
always return currently active apid

17 years agosmall fix
Andreas Monzner [Thu, 24 Aug 2006 12:42:41 +0000 (12:42 +0000)]
small fix

17 years agorevert incorret changes
Andreas Monzner [Thu, 24 Aug 2006 12:40:39 +0000 (12:40 +0000)]
revert incorret changes

17 years agosome NumericalInput and uncode/utf-8 fixes
Andreas Monzner [Thu, 24 Aug 2006 12:16:56 +0000 (12:16 +0000)]
some NumericalInput and uncode/utf-8 fixes

17 years agouse uncode for textinput component
Andreas Monzner [Wed, 23 Aug 2006 23:53:30 +0000 (23:53 +0000)]
use uncode for textinput component

17 years agorevert unneeded changes
Andreas Monzner [Wed, 23 Aug 2006 12:01:25 +0000 (12:01 +0000)]
revert unneeded changes

17 years agofix non-visible video on subservicequickzap start
Andreas Monzner [Wed, 23 Aug 2006 11:56:02 +0000 (11:56 +0000)]
fix non-visible video on subservicequickzap start

17 years agofix
Andreas Monzner [Tue, 22 Aug 2006 12:36:31 +0000 (12:36 +0000)]
fix

17 years agofix bluescreen appearing when ChoiceBox is empty
Stefan Pluecken [Tue, 22 Aug 2006 10:56:45 +0000 (10:56 +0000)]
fix bluescreen appearing when ChoiceBox is empty

17 years agofix non working code
Andreas Monzner [Mon, 21 Aug 2006 23:37:27 +0000 (23:37 +0000)]
fix non working code

17 years agoadd support for umlauts
Andreas Monzner [Mon, 21 Aug 2006 23:02:23 +0000 (23:02 +0000)]
add support for umlauts

17 years agosome fixes on the subservices quickzapper
Stefan Pluecken [Mon, 21 Aug 2006 16:01:58 +0000 (16:01 +0000)]
some fixes on the subservices quickzapper

17 years agohopefully fix frequently segfaults
Andreas Monzner [Mon, 21 Aug 2006 10:08:55 +0000 (10:08 +0000)]
hopefully fix frequently segfaults

17 years agostop running service on shutdown
Andreas Monzner [Fri, 18 Aug 2006 13:07:24 +0000 (13:07 +0000)]
stop running service on shutdown

17 years agofixes
Andreas Monzner [Fri, 18 Aug 2006 12:50:53 +0000 (12:50 +0000)]
fixes

17 years agofix memleak
Andreas Monzner [Fri, 18 Aug 2006 12:41:41 +0000 (12:41 +0000)]
fix memleak

17 years agospeedups
Andreas Monzner [Fri, 18 Aug 2006 12:38:27 +0000 (12:38 +0000)]
speedups

17 years agogive more resources free on nav.shutdown and nav.stopService
Andreas Monzner [Fri, 18 Aug 2006 12:37:36 +0000 (12:37 +0000)]
give more resources free on nav.shutdown and nav.stopService

17 years agofix memleak check
Andreas Monzner [Thu, 17 Aug 2006 13:13:53 +0000 (13:13 +0000)]
fix memleak check
cleanup

17 years agofix possible segfault (on refcount wrap)
Andreas Monzner [Thu, 17 Aug 2006 11:36:46 +0000 (11:36 +0000)]
fix possible segfault (on refcount wrap)

17 years agocleanup
Andreas Monzner [Thu, 17 Aug 2006 11:36:03 +0000 (11:36 +0000)]
cleanup

17 years agotake care of mpeg frame protection bit
Andreas Monzner [Thu, 17 Aug 2006 00:28:27 +0000 (00:28 +0000)]
take care of mpeg frame protection bit

17 years agofix typo
Andreas Monzner [Thu, 17 Aug 2006 00:14:36 +0000 (00:14 +0000)]
fix typo

17 years agodont start radiotext decoder in playback / timeshift mode.. (not working
Andreas Monzner [Thu, 17 Aug 2006 00:04:28 +0000 (00:04 +0000)]
dont start radiotext decoder in playback / timeshift mode.. (not working
yet)

17 years agofix small mem leak
Andreas Monzner [Wed, 16 Aug 2006 23:54:22 +0000 (23:54 +0000)]
fix small mem leak

17 years agoadd support for radiotext (python gui component missing yet)
Andreas Monzner [Wed, 16 Aug 2006 23:43:29 +0000 (23:43 +0000)]
add support for radiotext (python gui component missing yet)

17 years agosmall cleanup
Andreas Monzner [Wed, 16 Aug 2006 23:41:36 +0000 (23:41 +0000)]
small cleanup

17 years agochanges for use of new swig version 1.3.29 (c++ python wrapper)
Andreas Monzner [Tue, 15 Aug 2006 15:47:01 +0000 (15:47 +0000)]
changes for use of new swig version 1.3.29 (c++ python wrapper)
with the new swig version all python -> c++ calls are round about 40% faster

you must change in openembedded/conf/distro PREFERRED_VERSION_swig-native =
"1.3.27" to PREFERRED_VERSION_swig-native = "1.3.29"

or do a bitbake -b ../openembedded/packages/swig/swig-native_1.3.29.bb

17 years agosmall performance fix (use cache for nav.getCurrentService())
Andreas Monzner [Tue, 15 Aug 2006 15:41:32 +0000 (15:41 +0000)]
small performance fix (use cache for nav.getCurrentService())

17 years agofix getServiceInfoValue, which should not be cached
Felix Domke [Wed, 9 Aug 2006 12:16:54 +0000 (12:16 +0000)]
fix getServiceInfoValue, which should not be cached

17 years agofix caching
Felix Domke [Wed, 9 Aug 2006 00:26:15 +0000 (00:26 +0000)]
fix caching

17 years agoadd possibility to have multiple windowstyles. LCD can have different colors now.
Felix Domke [Wed, 9 Aug 2006 00:24:38 +0000 (00:24 +0000)]
add possibility to have multiple windowstyles. LCD can have different colors now.

17 years agomore wrong tsid/sid private epg workarounds
Andreas Monzner [Tue, 8 Aug 2006 23:49:25 +0000 (23:49 +0000)]
more wrong tsid/sid private epg workarounds

17 years agostore last updated timestamp for private and normal epg separately
Andreas Monzner [Tue, 8 Aug 2006 23:40:16 +0000 (23:40 +0000)]
store last updated timestamp for private and normal epg separately

17 years agoplugins can appear in the extensions menu now
Stefan Pluecken [Tue, 8 Aug 2006 19:00:43 +0000 (19:00 +0000)]
plugins can appear in the extensions menu now
use PluginDescriptor.WHERE_EXTENSIONSMENU and the same parameters as for standard plugins (see the file manager plugin for an
example)

17 years agosort providers case insensitiv
Andreas Monzner [Tue, 8 Aug 2006 11:31:30 +0000 (11:31 +0000)]
sort providers case insensitiv

17 years agoadd oled support
Felix Domke [Tue, 8 Aug 2006 01:24:58 +0000 (01:24 +0000)]
add oled support

17 years agoadditional changes for the last commit
Stefan Pluecken [Tue, 8 Aug 2006 00:23:33 +0000 (00:23 +0000)]
additional changes for the last commit

17 years agomake infobar extensions more flexible (and easier to reuse and extend)
Stefan Pluecken [Mon, 7 Aug 2006 23:56:47 +0000 (23:56 +0000)]
make infobar extensions more flexible (and easier to reuse and extend)

17 years agofix typo
Felix Domke [Mon, 7 Aug 2006 19:38:54 +0000 (19:38 +0000)]
fix typo

17 years agofix help when no help available
Felix Domke [Mon, 7 Aug 2006 19:03:42 +0000 (19:03 +0000)]
fix help when no help available

17 years agoset feinfo to None when no valid service is available
Felix Domke [Mon, 7 Aug 2006 18:52:27 +0000 (18:52 +0000)]
set feinfo to None when no valid service is available

17 years agofix 'ok' in FileManager for files a bit
Felix Domke [Mon, 7 Aug 2006 18:50:44 +0000 (18:50 +0000)]
fix 'ok' in FileManager for files a bit

17 years agofix audio selector when service doesn't support audio track selection
Felix Domke [Mon, 7 Aug 2006 18:48:42 +0000 (18:48 +0000)]
fix audio selector when service doesn't support audio track selection

17 years agoupdate workaround for wrong transmitted private data
Andreas Monzner [Sun, 6 Aug 2006 14:03:49 +0000 (14:03 +0000)]
update workaround for wrong transmitted private data

17 years agoadding subservices quickzap (still buggy.. don't use timeshifting or PiP while in...
Stefan Pluecken [Sat, 5 Aug 2006 17:33:32 +0000 (17:33 +0000)]
adding subservices quickzap (still buggy.. don't use timeshifting or PiP while in subservices quickzap mode as it will eat your cat)

17 years agoupdate icelandic language, thanks to kosy
Felix Domke [Fri, 4 Aug 2006 00:05:46 +0000 (00:05 +0000)]
update icelandic language, thanks to kosy

17 years agofix icelandic flag, thanks to kosy
Felix Domke [Fri, 4 Aug 2006 00:04:54 +0000 (00:04 +0000)]
fix icelandic flag, thanks to kosy

17 years agoadd missing translation
Andreas Monzner [Wed, 2 Aug 2006 18:57:42 +0000 (18:57 +0000)]
add missing translation

17 years agoadd warning for hardcoded network_id
Andreas Monzner [Wed, 2 Aug 2006 15:50:28 +0000 (15:50 +0000)]
add warning for hardcoded network_id

17 years agoadd possibility to read detailed epg from Digital+
Andreas Monzner [Wed, 2 Aug 2006 15:44:49 +0000 (15:44 +0000)]
add possibility to read detailed epg from Digital+

17 years agosome cleanups
Andreas Monzner [Wed, 2 Aug 2006 13:52:43 +0000 (13:52 +0000)]
some cleanups

17 years agosuspend timers when all renders are hidden
Felix Domke [Sun, 30 Jul 2006 23:21:55 +0000 (23:21 +0000)]
suspend timers when all renders are hidden

17 years agosome minor speedups using caches and more selective updating
Felix Domke [Sun, 30 Jul 2006 22:56:43 +0000 (22:56 +0000)]
some minor speedups using caches and more selective updating

17 years agofix configElementBoolean display sense
Felix Domke [Sun, 30 Jul 2006 22:55:41 +0000 (22:55 +0000)]
fix configElementBoolean display sense

17 years agoallow standy in media player
Felix Domke [Sun, 30 Jul 2006 20:24:46 +0000 (20:24 +0000)]
allow standy in media player

17 years agoallow standby only in InfoBar, MoviePlayer, Menus, Setup and Radiomode
Felix Domke [Sun, 30 Jul 2006 20:20:34 +0000 (20:20 +0000)]
allow standby only in InfoBar, MoviePlayer, Menus, Setup and Radiomode

17 years agofix frequently segfaults
Andreas Monzner [Sat, 29 Jul 2006 11:08:14 +0000 (11:08 +0000)]
fix frequently segfaults

17 years agoadd missing file for mhw epg
Andreas Monzner [Sat, 29 Jul 2006 09:04:51 +0000 (09:04 +0000)]
add missing file for mhw epg

17 years agotranslate text attribute for skin objects
Stefan Pluecken [Fri, 28 Jul 2006 21:30:32 +0000 (21:30 +0000)]
translate text attribute for skin objects

17 years agoadd missing background color
Felix Domke [Fri, 28 Jul 2006 12:55:57 +0000 (12:55 +0000)]
add missing background color

17 years agomake resume optional
Felix Domke [Fri, 28 Jul 2006 12:49:04 +0000 (12:49 +0000)]
make resume optional

17 years agofix sense
Felix Domke [Fri, 28 Jul 2006 11:58:31 +0000 (11:58 +0000)]
fix sense

17 years agoupdate enigma2.pot
Felix Domke [Wed, 26 Jul 2006 17:37:54 +0000 (17:37 +0000)]
update enigma2.pot

17 years agoupdate nl language
Felix Domke [Wed, 26 Jul 2006 17:35:20 +0000 (17:35 +0000)]
update nl language

17 years agoadd MHW EPG (disabled for default)
Andreas Monzner [Wed, 26 Jul 2006 13:03:13 +0000 (13:03 +0000)]
add MHW EPG (disabled for default)

17 years agocode cleanup
Andreas Monzner [Wed, 26 Jul 2006 10:46:41 +0000 (10:46 +0000)]
code cleanup

17 years agocode cleanup
Andreas Monzner [Tue, 25 Jul 2006 20:38:38 +0000 (20:38 +0000)]
code cleanup

17 years agoremove unneeded workaround
Andreas Monzner [Tue, 25 Jul 2006 19:24:11 +0000 (19:24 +0000)]
remove unneeded workaround

17 years agoupdate danish language
Felix Domke [Tue, 25 Jul 2006 19:05:26 +0000 (19:05 +0000)]
update danish language

17 years agoadd comment
Felix Domke [Tue, 25 Jul 2006 18:47:38 +0000 (18:47 +0000)]
add comment

17 years agofix bluescreen ... i hope this is okay
Andreas Monzner [Tue, 25 Jul 2006 17:38:05 +0000 (17:38 +0000)]
fix bluescreen ... i hope this is okay

17 years agocleanup code
Andreas Monzner [Tue, 25 Jul 2006 01:06:31 +0000 (01:06 +0000)]
cleanup code

17 years agodisable debug output
Andreas Monzner [Tue, 25 Jul 2006 00:58:13 +0000 (00:58 +0000)]
disable debug output

17 years agofix warnings, add toBCD function
Andreas Monzner [Tue, 25 Jul 2006 00:57:42 +0000 (00:57 +0000)]
fix warnings, add toBCD function

17 years agomake inline
Andreas Monzner [Tue, 25 Jul 2006 00:56:55 +0000 (00:56 +0000)]
make inline

17 years agotry to reuse available converter
Felix Domke [Tue, 25 Jul 2006 00:02:23 +0000 (00:02 +0000)]
try to reuse available converter

17 years agosupport only one upstream element (source)
Felix Domke [Mon, 24 Jul 2006 23:56:06 +0000 (23:56 +0000)]
support only one upstream element (source)

17 years agouse single argument only
Felix Domke [Mon, 24 Jul 2006 23:55:12 +0000 (23:55 +0000)]
use single argument only

17 years agoupdate event info on service start
Felix Domke [Mon, 24 Jul 2006 14:01:40 +0000 (14:01 +0000)]
update event info on service start

17 years agoadd more useful __repr__
Felix Domke [Mon, 24 Jul 2006 13:53:01 +0000 (13:53 +0000)]
add more useful __repr__

17 years agoask to resume on playback
Felix Domke [Mon, 24 Jul 2006 13:50:08 +0000 (13:50 +0000)]
ask to resume on playback

17 years agoremove fuzzy's
Andreas Monzner [Mon, 24 Jul 2006 11:27:28 +0000 (11:27 +0000)]
remove fuzzy's

17 years agofix auto terrestrial scan
Andreas Monzner [Sun, 23 Jul 2006 22:10:24 +0000 (22:10 +0000)]
fix auto terrestrial scan

17 years agoupdate finnish language
Andreas Monzner [Sun, 23 Jul 2006 18:09:49 +0000 (18:09 +0000)]
update finnish language

17 years agono class needed here
Andreas Monzner [Sun, 23 Jul 2006 18:05:19 +0000 (18:05 +0000)]
no class needed here

17 years agomake refcount value volatile
Andreas Monzner [Sun, 23 Jul 2006 17:45:07 +0000 (17:45 +0000)]
make refcount value volatile

17 years agofix manual cable scan
Andreas Monzner [Sun, 23 Jul 2006 16:23:35 +0000 (16:23 +0000)]
fix manual cable scan

17 years agoclear list of previous found services when a new servicescan starts
Andreas Monzner [Fri, 21 Jul 2006 22:48:09 +0000 (22:48 +0000)]
clear list of previous found services when a new servicescan starts

17 years agoadd default values for not defined values in
Andreas Monzner [Fri, 21 Jul 2006 09:48:59 +0000 (09:48 +0000)]
add default values for not defined values in
terrestrial.xml/cables.xml/satellites.xml
fix reading auto code rate from terrestrial.xml ( 6 for auto is wrong .. so
all > 5 is forced to AUTO)

17 years agostore and re-use previous pip position and size
Andreas Monzner [Fri, 21 Jul 2006 00:14:15 +0000 (00:14 +0000)]
store and re-use previous pip position and size

17 years agofix removing last entry in bouquet
Andreas Monzner [Thu, 20 Jul 2006 23:26:37 +0000 (23:26 +0000)]
fix removing last entry in bouquet

17 years agofix terrestrial manual scan, use more parameters from terrestrial.xml for
Andreas Monzner [Thu, 20 Jul 2006 23:02:14 +0000 (23:02 +0000)]
fix terrestrial manual scan, use more parameters from terrestrial.xml for
automatic scan

17 years agofix menu
Felix Domke [Thu, 20 Jul 2006 20:07:42 +0000 (20:07 +0000)]
fix menu

17 years agofix getting satellite list for tuner B when "equal to tuner A" is selected
Andreas Monzner [Thu, 20 Jul 2006 19:33:14 +0000 (19:33 +0000)]
fix getting satellite list for tuner B  when "equal to tuner A" is selected

17 years agofix
Andreas Monzner [Thu, 20 Jul 2006 19:22:53 +0000 (19:22 +0000)]
fix

17 years agoadd missing translations
Andreas Monzner [Thu, 20 Jul 2006 19:08:20 +0000 (19:08 +0000)]
add missing translations