enigma2.git
14 years agoAdd some parental control improvements (made by Tode)
ghost [Mon, 11 Jan 2010 18:18:34 +0000 (19:18 +0100)]
Add some parental control improvements (made by Tode)

14 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

14 years agoMerge commit 'origin/bug_449_fix_wlan_usbstick_recognition' into experimental
acid-burn [Tue, 23 Feb 2010 20:35:43 +0000 (21:35 +0100)]
Merge commit 'origin/bug_449_fix_wlan_usbstick_recognition' into experimental

14 years agoComponents/Network.py: *fix usb wlan module recognition for new 1.6 oe images.
acid-burn [Tue, 23 Feb 2010 20:34:11 +0000 (21:34 +0100)]
Components/Network.py: *fix usb wlan module recognition for new 1.6 oe images.
This fixes #449

14 years agoremoves hd test ard/zdf from default userbouquet
Stefan Pluecken [Sat, 20 Feb 2010 17:09:10 +0000 (18:09 +0100)]
removes hd test ard/zdf from default userbouquet

14 years agoremoves hd test ard/zdf from default userbouquet
Stefan Pluecken [Sat, 20 Feb 2010 17:09:10 +0000 (18:09 +0100)]
removes hd test ard/zdf from default userbouquet

14 years agoremoved german tv station 'TIMM' from default userbouquet due to cancellation of...
Stefan Pluecken [Sat, 20 Feb 2010 16:47:58 +0000 (17:47 +0100)]
removed german tv station 'TIMM' from default userbouquet due to cancellation of satellite broadcast next monday

14 years agoremoved german tv station 'TIMM' from default userbouquet due to cancellation of...
Stefan Pluecken [Sat, 20 Feb 2010 16:47:58 +0000 (17:47 +0100)]
removed german tv station 'TIMM' from default userbouquet due to cancellation of satellite broadcast next monday

14 years agofixes bug #436
Stefan Pluecken [Thu, 4 Feb 2010 23:32:41 +0000 (00:32 +0100)]
fixes bug #436
remove some debug code
fix multiType entry for non multiType nims

14 years agofixes bug #436
Stefan Pluecken [Thu, 4 Feb 2010 23:18:33 +0000 (00:18 +0100)]
fixes bug #436
add support for mixed nims

14 years agoMerge commit 'origin/bug_448_fix_wlanscan' into experimental
acid-burn [Sat, 20 Feb 2010 07:41:32 +0000 (08:41 +0100)]
Merge commit 'origin/bug_448_fix_wlanscan' into experimental

14 years agoWirelessLan/plugin.py: * use dict to store already found entries. This avoids increas...
acid-burn [Sat, 20 Feb 2010 07:35:07 +0000 (08:35 +0100)]
WirelessLan/plugin.py: * use dict to store already found entries. This avoids increasing entries inside WLAN-Scan in new 1.6 Images.
this fixes #448

14 years agolib/python/Components/PluginsComponent.py: even allow .pyo files
ghost [Mon, 15 Feb 2010 09:25:34 +0000 (10:25 +0100)]
lib/python/Components/PluginsComponent.py: even allow .pyo files

14 years agolib/python/Components/PluginsComponent.py: even allow .pyo files
ghost [Mon, 15 Feb 2010 09:25:34 +0000 (10:25 +0100)]
lib/python/Components/PluginsComponent.py: even allow .pyo files

14 years agolib/driver/rc.cpp,rcinput.cpp: only do EVIOCGRAB when event bit 0x1E is set in event...
ghost [Sat, 13 Feb 2010 17:47:15 +0000 (18:47 +0100)]
lib/driver/rc.cpp,rcinput.cpp: only do EVIOCGRAB when event bit 0x1E is set in event device evbits

14 years agolib/driver/rc.cpp,rcinput.cpp: only do EVIOCGRAB when event bit 0x1E is set in event...
ghost [Sat, 13 Feb 2010 17:47:15 +0000 (18:47 +0100)]
lib/driver/rc.cpp,rcinput.cpp: only do EVIOCGRAB when event bit 0x1E is set in event device evbits

14 years agoMerge branch 'bug_411_timeshift_disable_without_live'
ghost [Fri, 12 Feb 2010 13:23:06 +0000 (14:23 +0100)]
Merge branch 'bug_411_timeshift_disable_without_live'

14 years agoMerge branch 'bug_387_small_spinner_fix'
ghost [Fri, 12 Feb 2010 13:23:02 +0000 (14:23 +0100)]
Merge branch 'bug_387_small_spinner_fix'

14 years agoMerge branch 'bug_411_timeshift_disable_without_live' into experimental
ghost [Fri, 12 Feb 2010 13:20:54 +0000 (14:20 +0100)]
Merge branch 'bug_411_timeshift_disable_without_live' into experimental

14 years agoMerge branch 'bug_387_small_spinner_fix' into experimental
ghost [Fri, 12 Feb 2010 13:20:43 +0000 (14:20 +0100)]
Merge branch 'bug_387_small_spinner_fix' into experimental

14 years agoMerge branch 'bug_443_listbox_selection' into experimental
ghost [Thu, 11 Feb 2010 22:14:35 +0000 (23:14 +0100)]
Merge branch 'bug_443_listbox_selection' into experimental

14 years agoadd possibility to disable/enable listbox selection in multicontent templates
ghost [Thu, 11 Feb 2010 22:12:47 +0000 (23:12 +0100)]
add possibility to disable/enable listbox selection in multicontent templates
fixes bug #443

14 years agodata/encoding.conf: add more czech transponders
ghost [Thu, 11 Feb 2010 22:11:20 +0000 (23:11 +0100)]
data/encoding.conf: add more czech transponders

14 years agoWirelessLan/plugin.py: * fix sometimes not correctly returned ssid name from wlanscan...
acid-burn [Thu, 11 Feb 2010 13:27:16 +0000 (14:27 +0100)]
WirelessLan/plugin.py: * fix sometimes not correctly returned ssid name from wlanscan screen.
* don't count the hidden network helper entry as found network.
* some small optimizations.
refs #204

14 years agoNetworkWizard/NetworkWizard.py: * fix automatic interface selection if only one netwo...
acid-burn [Thu, 11 Feb 2010 13:15:33 +0000 (14:15 +0100)]
NetworkWizard/NetworkWizard.py: * fix automatic interface selection if only one network adapter is available in some situations. refs #218

14 years agoWirelessLan/plugin.py: * fix sometimes not correctly returned ssid name from wlanscan...
acid-burn [Thu, 11 Feb 2010 13:27:16 +0000 (14:27 +0100)]
WirelessLan/plugin.py: * fix sometimes not correctly returned ssid name from wlanscan screen.
* don't count the hidden network helper entry as found network.
* some small optimizations.
refs #204

14 years agoNetworkWizard/NetworkWizard.py: * fix automatic interface selection if only one netwo...
acid-burn [Thu, 11 Feb 2010 13:15:33 +0000 (14:15 +0100)]
NetworkWizard/NetworkWizard.py: * fix automatic interface selection if only one network adapter is available in some situations. refs #218

14 years agolib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. fixes:
ghost [Tue, 9 Feb 2010 18:45:42 +0000 (19:45 +0100)]
lib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. fixes:

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
     return self.fnc(*self.args + args, **newkwargs)
   File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB
     self.callbacks[name](data,retval,extra_args)
   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB
     SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()])
   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB
     SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()])
ref bug #383

14 years agolib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. fixes:
ghost [Tue, 9 Feb 2010 18:45:42 +0000 (19:45 +0100)]
lib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. fixes:

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
     return self.fnc(*self.args + args, **newkwargs)
   File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB
     self.callbacks[name](data,retval,extra_args)
   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB
     SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()])

ref bug #383

14 years agolib/python/Tools/HardwareInfo.py: remove debug output
ghost [Tue, 9 Feb 2010 13:26:35 +0000 (14:26 +0100)]
lib/python/Tools/HardwareInfo.py: remove debug output

14 years agolib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case
ghost [Tue, 9 Feb 2010 13:26:01 +0000 (14:26 +0100)]
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case

14 years agolib/base/ioprio.cpp: fix for more current linuxkernel
ghost [Tue, 9 Feb 2010 13:25:18 +0000 (14:25 +0100)]
lib/base/ioprio.cpp: fix for more current linuxkernel

14 years agolib/python/Tools/HardwareInfo.py: remove debug output
ghost [Tue, 9 Feb 2010 13:26:35 +0000 (14:26 +0100)]
lib/python/Tools/HardwareInfo.py: remove debug output

14 years agolib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case
ghost [Tue, 9 Feb 2010 13:26:01 +0000 (14:26 +0100)]
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: also check with upper case

14 years agolib/base/ioprio.cpp: fix for more current linuxkernel
ghost [Tue, 9 Feb 2010 13:25:18 +0000 (14:25 +0100)]
lib/base/ioprio.cpp: fix for more current linuxkernel

14 years agoMerge commit 'origin/bug_171_remove_wrong_triple_dots'
acid-burn [Mon, 8 Feb 2010 15:19:34 +0000 (16:19 +0100)]
Merge commit 'origin/bug_171_remove_wrong_triple_dots'

14 years agoMerge commit 'origin/bug_218_simplify_networkwizard'
acid-burn [Mon, 8 Feb 2010 15:19:00 +0000 (16:19 +0100)]
Merge commit 'origin/bug_218_simplify_networkwizard'

14 years agofixes bug #380
Stefan Pluecken [Thu, 4 Feb 2010 13:04:20 +0000 (14:04 +0100)]
fixes bug #380
pip is'n available in every state of e2, so don't try to get the status if it's not available

14 years agofixes bug #380
Stefan Pluecken [Thu, 4 Feb 2010 13:04:20 +0000 (14:04 +0100)]
fixes bug #380
pip is'n available in every state of e2, so don't try to get the status if it's not available

14 years agofixes bug #380
Stefan Pluecken [Thu, 4 Feb 2010 00:11:33 +0000 (01:11 +0100)]
fixes bug #380
don't spawn countless "zap back to service" message boxes on removing >1 orbital positions

14 years agofixes bug #380
Stefan Pluecken [Thu, 4 Feb 2010 00:11:33 +0000 (01:11 +0100)]
fixes bug #380
don't spawn countless "zap back to service" message boxes on removing >1 orbital positions

14 years agofixes bug #435
Stefan Pluecken [Wed, 3 Feb 2010 22:59:59 +0000 (23:59 +0100)]
fixes bug #435
add support for INVERSION_AUTO parameter returned by the cable scan tool

14 years agoMerge commit 'origin/bug_171_remove_wrong_triple_dots' into experimental
acid-burn [Fri, 29 Jan 2010 21:04:18 +0000 (22:04 +0100)]
Merge commit 'origin/bug_171_remove_wrong_triple_dots' into experimental

14 years ago* remove double strings from some po files. refs #171
acid-burn [Fri, 29 Jan 2010 21:02:29 +0000 (22:02 +0100)]
* remove double strings from some po files. refs #171

14 years agoMerge commit 'origin/bug_171_remove_wrong_triple_dots' into experimental
acid-burn [Fri, 29 Jan 2010 13:56:27 +0000 (14:56 +0100)]
Merge commit 'origin/bug_171_remove_wrong_triple_dots' into experimental

14 years ago* Remove triple dot "..." from main menu entries and main menu plugin names.
acid-burn [Fri, 29 Jan 2010 13:51:34 +0000 (14:51 +0100)]
* Remove triple dot "..." from main menu entries and main menu plugin names.
This fixes bug #171

 Please enter the commit message for your changes. Lines starting

14 years agoMerge commit 'origin/bug_218_simplify_networkwizard' into experimental
acid-burn [Fri, 29 Jan 2010 08:14:17 +0000 (09:14 +0100)]
Merge commit 'origin/bug_218_simplify_networkwizard' into experimental

Conflicts:
lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py

14 years agoMerge branch 'master' of acidburn@git.opendreambox.org:/git/enigma2 into bug_218_simp...
acid-burn [Fri, 29 Jan 2010 07:59:05 +0000 (08:59 +0100)]
Merge branch 'master' of acidburn@git.opendreambox.org:/git/enigma2 into bug_218_simplify_networkwizard

14 years ago* simplify NetworkWizard usability. Its now possible to open the wizard directly...
acid-burn [Fri, 29 Jan 2010 07:50:34 +0000 (08:50 +0100)]
* simplify NetworkWizard usability. Its now possible to open the wizard directly with the current selected network interface,
so its no more needed to select the interface twice.
* add a blue button link to the network wizard also inside the AdapterSelectionScreen.
* d't show interface question if only one interface is available.
This fixes bug #218

14 years agodon't use string concatenation within translation brackets
Stefan Pluecken [Thu, 28 Jan 2010 23:49:43 +0000 (00:49 +0100)]
don't use string concatenation within translation brackets

14 years agodon't use string concatenation within translation brackets
Stefan Pluecken [Thu, 28 Jan 2010 23:49:43 +0000 (00:49 +0100)]
don't use string concatenation within translation brackets

14 years agoremove no longer needed enigma2_rel25.pot file
Stefan Pluecken [Thu, 28 Jan 2010 22:32:46 +0000 (23:32 +0100)]
remove no longer needed enigma2_rel25.pot file
fix bug in xml2po.py to properly ignore strings containing only whitespaces

14 years agoremove no longer needed enigma2_rel25.pot file
Stefan Pluecken [Thu, 28 Jan 2010 22:32:46 +0000 (23:32 +0100)]
remove no longer needed enigma2_rel25.pot file
fix bug in xml2po.py to properly ignore strings containing only whitespaces

14 years agoChannelSelection.py: another small fix for bug #420
ghost [Wed, 27 Jan 2010 22:30:01 +0000 (23:30 +0100)]
ChannelSelection.py: another small fix for bug #420

14 years agoChannelSelection.py: another small fix for bug #420
ghost [Wed, 27 Jan 2010 22:30:01 +0000 (23:30 +0100)]
ChannelSelection.py: another small fix for bug #420

14 years agoChannelSelection.py: small fix for bug #420
ghost [Wed, 27 Jan 2010 18:59:42 +0000 (19:59 +0100)]
ChannelSelection.py: small fix for bug #420

14 years agoChannelSelection.py: small fix for bug #420
ghost [Wed, 27 Jan 2010 18:59:42 +0000 (19:59 +0100)]
ChannelSelection.py: small fix for bug #420

14 years agofix cutlist editor for HD skins
ghost [Thu, 21 Jan 2010 10:32:40 +0000 (11:32 +0100)]
fix cutlist editor for HD skins

14 years agospeedup closing the servicelist in some cases
ghost [Wed, 27 Jan 2010 14:22:28 +0000 (15:22 +0100)]
speedup closing the servicelist in some cases
this fixes bug #421

14 years agocleanup lcd code
ghost [Wed, 27 Jan 2010 11:14:14 +0000 (12:14 +0100)]
cleanup lcd code

14 years agodisabe fan on enter standby, restart fan on leave standby
ghost [Wed, 27 Jan 2010 11:11:34 +0000 (12:11 +0100)]
disabe fan on enter standby, restart fan on leave standby
this fixes bug #418

14 years agospeedup closing the servicelist in some cases
ghost [Wed, 27 Jan 2010 14:22:28 +0000 (15:22 +0100)]
speedup closing the servicelist in some cases
this fixes bug #421

14 years agocleanup lcd code
ghost [Wed, 27 Jan 2010 11:14:14 +0000 (12:14 +0100)]
cleanup lcd code

14 years agodisabe fan on enter standby, restart fan on leave standby
ghost [Wed, 27 Jan 2010 11:11:34 +0000 (12:11 +0100)]
disabe fan on enter standby, restart fan on leave standby
this fixes bug #418

14 years agoMerge remote branch 'origin/bug_380_stop_service_entering_tuner_setup'
ghost [Wed, 27 Jan 2010 09:51:41 +0000 (10:51 +0100)]
Merge remote branch 'origin/bug_380_stop_service_entering_tuner_setup'

14 years agoMerge remote branch 'origin/bug_383_softwaremanager'
ghost [Wed, 27 Jan 2010 09:50:25 +0000 (10:50 +0100)]
Merge remote branch 'origin/bug_383_softwaremanager'

14 years agoMerge remote branch 'origin/bug_288_remove_no_resume_on_minor_start_cutpoints'
ghost [Wed, 27 Jan 2010 09:49:53 +0000 (10:49 +0100)]
Merge remote branch 'origin/bug_288_remove_no_resume_on_minor_start_cutpoints'

14 years agofixes bug #393
Stefan Pluecken [Thu, 14 Jan 2010 13:11:20 +0000 (14:11 +0100)]
fixes bug #393
change DVI picture to HDMI picture for dm500hd

14 years agofixes bug #288
Stefan Pluecken [Sun, 24 Jan 2010 12:24:37 +0000 (13:24 +0100)]
fixes bug #288
last playing position for recorded services was stored only if between 1% and 99% of the recording's length. this lead to voodoo for the user, since long recordings naturally have a longer 1% than short ones.
so the 1% rule is gone now and we display the position of the marker in the message box, asking the user if playing should continue at this position.

14 years agofixes bug #380
Stefan Pluecken [Sun, 24 Jan 2010 11:23:42 +0000 (12:23 +0100)]
fixes bug #380
stop service when entering tuner setup (and ask to restore afterwards)

14 years agofixes bug #288
Stefan Pluecken [Sun, 24 Jan 2010 12:24:37 +0000 (13:24 +0100)]
fixes bug #288
last playing position for recorded services was stored only if between 1% and 99% of the recording's length. this lead to voodoo for the user, since long recordings naturally have a longer 1% than short ones.
so the 1% rule is gone now and we display the position of the marker in the message box, asking the user if playing should continue at this position.

14 years agofixes bug #380
Stefan Pluecken [Sun, 24 Jan 2010 11:23:42 +0000 (12:23 +0100)]
fixes bug #380
stop service when entering tuner setup (and ask to restore afterwards)

14 years agoMerge branch 'bug_414_spinner_recording_paths' into experimental
ghost [Sat, 23 Jan 2010 12:42:37 +0000 (13:42 +0100)]
Merge branch 'bug_414_spinner_recording_paths' into experimental

14 years agolib/python/Screens/RecordPaths.py: fix spinners in some conditions
ghost [Sat, 23 Jan 2010 12:42:01 +0000 (13:42 +0100)]
lib/python/Screens/RecordPaths.py: fix spinners in some conditions
this fixes bug #414

14 years agoanother compile fix for bug #411
ghost [Fri, 22 Jan 2010 16:23:03 +0000 (17:23 +0100)]
another compile fix for bug #411

14 years agoanother compile fix for bug #411
ghost [Fri, 22 Jan 2010 16:23:03 +0000 (17:23 +0100)]
another compile fix for bug #411

14 years agoservicedvb.cpp: compile fix for bug 411
ghost [Fri, 22 Jan 2010 14:37:36 +0000 (15:37 +0100)]
servicedvb.cpp: compile fix for bug 411

14 years agoservicedvb.cpp: compile fix for bug 411
ghost [Fri, 22 Jan 2010 14:37:36 +0000 (15:37 +0100)]
servicedvb.cpp: compile fix for bug 411

14 years agoMerge branch 'bug_411_timeshift_disable_without_live' into experimental
ghost [Fri, 22 Jan 2010 14:07:57 +0000 (15:07 +0100)]
Merge branch 'bug_411_timeshift_disable_without_live' into experimental

14 years agoadd possibility to stopTimeshift but not switch back to live (not used in e2.. but...
ghost [Fri, 22 Jan 2010 14:06:12 +0000 (15:06 +0100)]
add possibility to stopTimeshift but not switch back to live (not used in e2.. but usable for external plugins)
this fixes bug #411

14 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

14 years agofix cutlist editor for HD skins
ghost [Thu, 21 Jan 2010 10:32:40 +0000 (11:32 +0100)]
fix cutlist editor for HD skins

14 years agoshow minus sign before remaining time in movieplayer
ghost [Thu, 21 Jan 2010 10:31:53 +0000 (11:31 +0100)]
show minus sign before remaining time in movieplayer

14 years agoMerge commit 'origin/bug_383_softwaremanager' into experimental
acid-burn [Tue, 19 Jan 2010 13:12:44 +0000 (14:12 +0100)]
Merge commit 'origin/bug_383_softwaremanager' into experimental

14 years agoScreens/PluginBrowser.py: small cleanup. refs #383
acid-burn [Tue, 19 Jan 2010 13:10:56 +0000 (14:10 +0100)]
Screens/PluginBrowser.py: small cleanup. refs #383

14 years agoMerge commit 'origin/bug_383_softwaremanager' into experimental
acid-burn [Tue, 19 Jan 2010 07:35:27 +0000 (08:35 +0100)]
Merge commit 'origin/bug_383_softwaremanager' into experimental

Conflicts:
lib/python/Plugins/Extensions/MediaPlayer/plugin.py

14 years agoSoftwareManager/plugin.py, Screens/PluginBrowser.py: -reactivate packetmanager in...
acid-burn [Mon, 18 Jan 2010 16:21:55 +0000 (17:21 +0100)]
SoftwareManager/plugin.py, Screens/PluginBrowser.py: -reactivate packetmanager in expert mode.
- add a link from PluginBrowser to new Extensionsmanager if the Softwaremanager is installed.
- fix small typo.
This fixes bug #383

14 years agofixes bug #393
Stefan Pluecken [Thu, 14 Jan 2010 13:11:20 +0000 (14:11 +0100)]
fixes bug #393
change DVI picture to HDMI picture for dm500hd

14 years agoScreen.py: add missing dict.__init__ call
ghost [Sun, 10 Jan 2010 12:45:57 +0000 (13:45 +0100)]
Screen.py: add missing dict.__init__ call

14 years agoScreen.py: add missing dict.__init__ call
ghost [Sun, 10 Jan 2010 12:45:57 +0000 (13:45 +0100)]
Screen.py: add missing dict.__init__ call

14 years agosmall fix in spinner handling...
ghost [Sat, 9 Jan 2010 19:42:14 +0000 (20:42 +0100)]
small fix in spinner handling...
fixes bug #378

14 years agosmall fix in spinner handling...
ghost [Sat, 9 Jan 2010 19:42:14 +0000 (20:42 +0100)]
small fix in spinner handling...
fixes bug #378

14 years agoMerge commit 'origin/translations' into experimental
acid-burn [Wed, 6 Jan 2010 07:27:06 +0000 (08:27 +0100)]
Merge commit 'origin/translations' into experimental

14 years agopo/da.po: update Danish translation. Thx Ingmar Jørgensen
acid-burn [Wed, 6 Jan 2010 07:25:13 +0000 (08:25 +0100)]
po/da.po: update Danish translation. Thx Ingmar Jørgensen

14 years agopo/lt.po: update Lithuanian language, thx Adga
acid-burn [Wed, 6 Jan 2010 07:23:59 +0000 (08:23 +0100)]
po/lt.po: update Lithuanian language, thx Adga

14 years agoMerge remote branch 'remotes/origin/fantempplugin'
ghost [Tue, 5 Jan 2010 18:01:59 +0000 (19:01 +0100)]
Merge remote branch 'remotes/origin/fantempplugin'

14 years agobug #238
Stefan Pluecken [Tue, 5 Jan 2010 13:41:54 +0000 (14:41 +0100)]
bug #238
added m4v file extension to media player capabilities

Conflicts:

lib/python/Plugins/Extensions/MediaPlayer/plugin.py

14 years agoservicedvb.cpp: fix handling for single IN cut (needed when only the start of a movie...
ghost [Tue, 5 Jan 2010 17:50:00 +0000 (18:50 +0100)]
servicedvb.cpp: fix handling for single IN cut (needed when only the start of a movie is cutted away)

14 years agoservicedvb.cpp: fix handling for single IN cut (needed when only the start of a movie...
ghost [Tue, 5 Jan 2010 17:50:00 +0000 (18:50 +0100)]
servicedvb.cpp: fix handling for single IN cut (needed when only the start of a movie is cutted away)

14 years agoremove m2ts again
ghost [Tue, 5 Jan 2010 13:53:54 +0000 (14:53 +0100)]
remove m2ts again