vuplus_dvbapp
12 years agoMerge remote-tracking branch 'origin/bug_752_audio_selection_fix'
ghost [Tue, 13 Sep 2011 08:55:37 +0000 (10:55 +0200)]
Merge remote-tracking branch 'origin/bug_752_audio_selection_fix'

12 years agoMerge remote-tracking branch 'origin/bug_671_python_update'
ghost [Tue, 13 Sep 2011 08:55:04 +0000 (10:55 +0200)]
Merge remote-tracking branch 'origin/bug_671_python_update'

12 years agoMerge remote-tracking branch 'origin/bug_453_multiepg_no_more_ask_bouquet'
ghost [Tue, 13 Sep 2011 08:50:43 +0000 (10:50 +0200)]
Merge remote-tracking branch 'origin/bug_453_multiepg_no_more_ask_bouquet'

12 years agoMerge remote-tracking branch 'origin/obi/master-20110412'
ghost [Wed, 7 Sep 2011 10:25:04 +0000 (12:25 +0200)]
Merge remote-tracking branch 'origin/obi/master-20110412'

12 years agoMerge remote-tracking branch 'origin/acid-burn/virtualkeyboard'
ghost [Tue, 6 Sep 2011 13:20:16 +0000 (15:20 +0200)]
Merge remote-tracking branch 'origin/acid-burn/virtualkeyboard'

12 years agoMerge remote-tracking branch 'origin/bug_747_cancel_waiting_tasks'
ghost [Tue, 6 Sep 2011 13:19:29 +0000 (15:19 +0200)]
Merge remote-tracking branch 'origin/bug_747_cancel_waiting_tasks'

12 years agoMerge remote-tracking branch 'origin/bug_749_ethread_bugfix'
ghost [Tue, 6 Sep 2011 13:16:48 +0000 (15:16 +0200)]
Merge remote-tracking branch 'origin/bug_749_ethread_bugfix'

12 years agoMerge branch 'bug_736_fix_rotor_with_unicable_lnb'
ghost [Tue, 6 Sep 2011 13:16:15 +0000 (15:16 +0200)]
Merge branch 'bug_736_fix_rotor_with_unicable_lnb'

12 years agoHotplug: also close thread on language change
Moritz Venn [Sun, 19 Jun 2011 16:44:49 +0000 (18:44 +0200)]
Hotplug: also close thread on language change

Previously after a language thread the bdpoll variable was overwritten
leaving the old thread run forever and only closing the new one on
shutdown (a language changes does NOT call the plugin close handler but
the start handler is called again). so before creating a new bdpoll
instance check if an old one exists and unset the running flag.
Signed-off-by: Moritz Venn <moritz.venn@freaque.net>
Signed-off-by: ghost <andreas.monzner@multimedia-labs.de>
12 years agoVirtualKeyBoard.py: fix 'space' recognition with keyboard input. refs #750
Mladen Horvat [Fri, 10 Jun 2011 07:01:02 +0000 (09:01 +0200)]
VirtualKeyBoard.py: fix 'space' recognition with keyboard input. refs #750

12 years agoMerge remote branch 'origin/acid-burn/network_changes_next'
acid-burn [Fri, 20 May 2011 06:58:56 +0000 (08:58 +0200)]
Merge remote branch 'origin/acid-burn/network_changes_next'

12 years agoWirelessLan: small skinfix for WLAN Status Screen. refs #725
acid-burn [Fri, 20 May 2011 06:56:25 +0000 (08:56 +0200)]
WirelessLan: small skinfix for WLAN Status Screen.  refs #725

12 years agoMerge remote branch 'origin/acid-burn/network_changes_next'
acid-burn [Mon, 9 May 2011 09:07:49 +0000 (11:07 +0200)]
Merge remote branch 'origin/acid-burn/network_changes_next'

12 years agoNetwork.py: change network interface description name to old state. (LAN connection...
acid-burn [Mon, 9 May 2011 09:03:39 +0000 (11:03 +0200)]
Network.py: change network interface description name to old state. (LAN connection 1 -> Lan connection). refs #725

12 years agoMerge remote branch 'origin/pootle-import'
acid-burn [Wed, 4 May 2011 20:35:58 +0000 (22:35 +0200)]
Merge remote branch 'origin/pootle-import'

12 years agoAutomatic message catalog update
enigma2-translation-bot [Wed, 4 May 2011 17:52:28 +0000 (17:52 +0000)]
Automatic message catalog update

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

12 years agoMerge remote-tracking branch 'remotes/origin/bug_739_fix_CT_tuner_timer_bug'
ghost [Tue, 3 May 2011 09:41:36 +0000 (11:41 +0200)]
Merge remote-tracking branch 'remotes/origin/bug_739_fix_CT_tuner_timer_bug'

12 years agoMerge remote-tracking branch 'remotes/origin/bug_599_picload_fd_leak'
ghost [Tue, 3 May 2011 09:41:31 +0000 (11:41 +0200)]
Merge remote-tracking branch 'remotes/origin/bug_599_picload_fd_leak'

12 years agore-add audio track selection by number keys (patch by ritzmo)
ghost [Tue, 26 Apr 2011 11:16:35 +0000 (13:16 +0200)]
re-add audio track selection by number keys (patch by ritzmo)
refs bug #752

12 years agoshutdown bdpoll thread on e2 shutdown
ghost [Tue, 26 Apr 2011 11:05:58 +0000 (13:05 +0200)]
shutdown bdpoll thread on e2 shutdown
this is needed for newer python versions... thanks to ritzmo
fixes bug #671

13 years agoMerge remote branch 'origin/pootle-import'
acid-burn [Thu, 21 Apr 2011 14:36:38 +0000 (16:36 +0200)]
Merge remote branch 'origin/pootle-import'

13 years agoAutomatic message catalog update
enigma2-translation-bot [Thu, 21 Apr 2011 08:52:39 +0000 (08:52 +0000)]
Automatic message catalog update

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

13 years agoVirtualKeyBoard.py: fix typo (Lanq -> Lang). refs #750
Mladen Horvat [Wed, 20 Apr 2011 09:30:53 +0000 (11:30 +0200)]
VirtualKeyBoard.py: fix typo (Lanq -> Lang). refs #750

13 years agoConverter/ValueToPixmap.py: don't use cache with "Path" argument. refs #750
Mladen Horvat [Tue, 19 Apr 2011 10:19:19 +0000 (12:19 +0200)]
Converter/ValueToPixmap.py: don't use cache with "Path" argument. refs #750

13 years agoConverter/ValueToPixmap.py, Renderer/Pixmap.py: use cache for LoadPixmap inside Value...
Mladen Horvat [Tue, 19 Apr 2011 10:08:09 +0000 (12:08 +0200)]
Converter/ValueToPixmap.py, Renderer/Pixmap.py: use cache for LoadPixmap inside ValueToPixmap converter, look for pixmap attribute inside Pixmap renderer and react on changes. refs #750

13 years agoVirtualKeyBoard.py: add modified patch from Homey to allow keyboard inputs. refs...
Mladen Horvat [Tue, 19 Apr 2011 09:54:22 +0000 (11:54 +0200)]
VirtualKeyBoard.py: add modified patch from Homey to allow keyboard inputs. refs #750

13 years agoComponents/Converter: add ValueToPixmap converter to convert a given path or language...
Mladen Horvat [Mon, 18 Apr 2011 17:39:59 +0000 (19:39 +0200)]
Components/Converter: add ValueToPixmap converter to convert a given path or language code to a pixmap pointer e.g. used by the pixmap renderer. refs #750

13 years agoVirtualKeyBoard: Add cz/sk layout (patch from Petr)to VirtualKeyBoard. Add possibilit...
Mladen Horvat [Mon, 18 Apr 2011 15:08:00 +0000 (17:08 +0200)]
VirtualKeyBoard: Add cz/sk layout (patch from Petr)to VirtualKeyBoard. Add possibility to change language layout with yellow button and display the corresponding
language icon. Refs #750

13 years agoNumericalTextInput: Add cz/sk layout (patch from Petr)to NumericalTextInput and chang...
Mladen Horvat [Mon, 18 Apr 2011 14:28:58 +0000 (16:28 +0200)]
NumericalTextInput: Add cz/sk layout (patch from Petr)to NumericalTextInput and change font of NumericalTextInputHelpDialog from console to regular for better utf-8 charset support.
refs #750

13 years agoComponents/Network.py: small improvements and cleanups/fixes
Mladen Horvat [Thu, 14 Apr 2011 23:05:27 +0000 (01:05 +0200)]
Components/Network.py: small improvements and cleanups/fixes

13 years agoComponents/DreamInfoHandler.py, SystemPlugins/SoftwareManager: add possibility to...
Mladen Horvat [Wed, 13 Apr 2011 21:12:10 +0000 (23:12 +0200)]
Components/DreamInfoHandler.py, SystemPlugins/SoftwareManager: add possibility to have also non plugins/skins inside SoftwareManager.
add support for 'needsRestart' option inside meta descriptions for non plugins/skins. refs #389

13 years agoEnigma2-{Network,NetworkWizard,WirelessLan}: more work on wireless lan / networking...
Mladen Horvat [Wed, 13 Apr 2011 14:23:09 +0000 (16:23 +0200)]
Enigma2-{Network,NetworkWizard,WirelessLan}: more work on wireless lan / networking. removed 'hidden' links from lists and replaced with more intuitive options in networkwizard/networksetup.
fixes #725

13 years agoMerge branch 'master' of git.opendreambox.org:/git/enigma2 into acid-burn/network_cha...
Mladen Horvat [Wed, 13 Apr 2011 14:17:43 +0000 (16:17 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2 into acid-burn/network_changes_next

13 years agoScanner.py: Add MIME types for mka and mkv (Patch by Stephan Reichholf)
Andreas Oberritter [Tue, 12 Apr 2011 13:06:59 +0000 (15:06 +0200)]
Scanner.py: Add MIME types for mka and mkv (Patch by Stephan Reichholf)

13 years agoBackupRestore.py: Fix untranslatable string (Patch by Benny De Tandt)
Andreas Oberritter [Tue, 12 Apr 2011 12:48:47 +0000 (14:48 +0200)]
BackupRestore.py: Fix untranslatable string (Patch by Benny De Tandt)

13 years ago[TaskView] fix cancel of waiting (not yet started) jobs
Fraxinas [Mon, 11 Apr 2011 16:01:00 +0000 (18:01 +0200)]
[TaskView] fix cancel of waiting (not yet started) jobs

13 years agodo call pthread_join before new pthread_create when the thread handle is valid
ghost [Mon, 11 Apr 2011 12:55:32 +0000 (14:55 +0200)]
do call pthread_join before new pthread_create when the thread handle is valid
fixes bug #749

13 years agogdi/picexif.cpp: more and more FD leak stuff
ghost [Tue, 5 Apr 2011 14:10:31 +0000 (16:10 +0200)]
gdi/picexif.cpp: more and more FD leak stuff
refs bug #599

13 years agopicexif.cpp: more FD leak voodoo...
ghost [Tue, 5 Apr 2011 14:04:08 +0000 (16:04 +0200)]
picexif.cpp: more FD leak voodoo...
refs bug #599

13 years agofixed DecodeExif error handling.. this should fix a FD leak
ghost [Tue, 5 Apr 2011 13:55:38 +0000 (15:55 +0200)]
fixed DecodeExif error handling.. this should fix a FD leak
fixes bug #599

13 years agoAutomatic message catalog update
enigma2-translation-bot [Mon, 4 Apr 2011 14:12:18 +0000 (14:12 +0000)]
Automatic message catalog update

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

13 years agofix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP)
Andreas Oberritter [Thu, 31 Mar 2011 23:40:21 +0000 (01:40 +0200)]
fix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP)

13 years agoSDL: fix input of control keys
Andreas Oberritter [Thu, 31 Mar 2011 17:29:50 +0000 (19:29 +0200)]
SDL: fix input of control keys

13 years agoadd PSignal3 template
Andreas Oberritter [Wed, 30 Mar 2011 20:20:27 +0000 (22:20 +0200)]
add PSignal3 template

13 years agoInputBox/Screen: remove trailing semicolon
Andreas Oberritter [Thu, 31 Mar 2011 15:53:52 +0000 (17:53 +0200)]
InputBox/Screen: remove trailing semicolon

13 years agoScreens/NetworkSetup.py, SystemPlugins/WirelessLan,Networkwizard: dont use "hidden...
Mladen Horvat [Thu, 31 Mar 2011 10:09:21 +0000 (12:09 +0200)]
Screens/NetworkSetup.py, SystemPlugins/WirelessLan,Networkwizard: dont use "hidden..." as selector for hidden networks.
Add config option for entering a hidden network ssid. This is more intuitive as selecting the option from the found networks. refs #725

13 years agoServiceInfo: make more strings translatable
Andreas Oberritter [Wed, 30 Mar 2011 13:55:18 +0000 (15:55 +0200)]
ServiceInfo: make more strings translatable

13 years agofix some misspellings
Andreas Oberritter [Wed, 30 Mar 2011 13:40:34 +0000 (15:40 +0200)]
fix some misspellings

13 years agotransponder info: display e.g. "Astra (19.2E)" instead of "192"
Andreas Oberritter [Wed, 30 Mar 2011 12:03:15 +0000 (14:03 +0200)]
transponder info: display e.g. "Astra (19.2E)" instead of "192"

13 years agoSystemPlugins/SoftwareManager: change default backup names for wpa_supplicant configu...
Mladen Horvat [Wed, 30 Mar 2011 09:05:26 +0000 (11:05 +0200)]
SystemPlugins/SoftwareManager: change default backup names for wpa_supplicant configuration files. refs #389

13 years agoSystemPlugins/WirelessLan: Don't depend on device names where possible. Better wirele...
Mladen Horvat [Wed, 30 Mar 2011 08:49:10 +0000 (10:49 +0200)]
SystemPlugins/WirelessLan: Don't depend on device names where possible. Better wireless lan interface detection and scanning.
Changed file naming for wpa_supplicant configuration to wpa_supplicant."interfacename".conf.  refs #389

13 years agoSystemPlugins/NetworkWizard: Don't depend on device names where possible. Some code...
Mladen Horvat [Wed, 30 Mar 2011 07:58:34 +0000 (09:58 +0200)]
SystemPlugins/NetworkWizard: Don't depend on device names where possible. Some code cleanups and improvements. refs #389

13 years agoNetwork.py/NetworkSetup.py: improve wireless lan device detection. Dont depend on...
Mladen Horvat [Wed, 30 Mar 2011 07:48:29 +0000 (09:48 +0200)]
Network.py/NetworkSetup.py: improve wireless lan device detection. Dont depend on device names where possible.
Some code cleanups and improvements for wlan devices. refs #389

13 years agoremove debug
acid-burn [Wed, 16 Mar 2011 10:37:49 +0000 (11:37 +0100)]
remove debug

13 years agoSoftwareManager: add new wpa_supplicant configfiles to backup defaults. refs #389
acid-burn [Wed, 16 Mar 2011 10:22:37 +0000 (11:22 +0100)]
SoftwareManager: add new wpa_supplicant configfiles to backup defaults. refs #389

13 years agoNetworkWizard: follow network.py to improve wireless interface/module detection....
acid-burn [Wed, 16 Mar 2011 10:12:48 +0000 (11:12 +0100)]
NetworkWizard: follow network.py to improve wireless interface/module detection. refs #389

13 years agoSystemPlugins/WirelessLan: improve wireless device/module detection.
acid-burn [Wed, 16 Mar 2011 10:07:17 +0000 (11:07 +0100)]
SystemPlugins/WirelessLan: improve wireless device/module detection.
improve iwconfig response parsing.
read and save wpa_supplicant configurations into per interface separated files.
refs #389

13 years agoNetworkSetup.py: improved wlan interface/response handling.
acid-burn [Wed, 16 Mar 2011 09:48:49 +0000 (10:48 +0100)]
NetworkSetup.py: improved wlan interface/response handling.
dont ask for deactivating a second interface if deactivating current interface.
use activate/deactivate interface functions instead network restarts to apply network configurations.

13 years agoNetwork.py: improve remote rootfs detection and wireless device/module detection.
acid-burn [Wed, 16 Mar 2011 09:36:20 +0000 (10:36 +0100)]
Network.py: improve remote rootfs detection and wireless device/module detection.
improve functions to activate/deactivate network interfaces.
cleanup some unused functions.
refs #389

13 years agomake switching of keyboard modes more consistent
Andreas Oberritter [Wed, 19 Jan 2011 23:59:45 +0000 (00:59 +0100)]
make switching of keyboard modes more consistent

13 years agofix some crashes during settings wizard
Andreas Oberritter [Fri, 25 Mar 2011 18:58:57 +0000 (19:58 +0100)]
fix some crashes during settings wizard

13 years agoPluginComponent.py: remove filesystem writeability test
Andreas Oberritter [Fri, 25 Mar 2011 15:48:32 +0000 (16:48 +0100)]
PluginComponent.py: remove filesystem writeability test

13 years agodb: use strcmp when recreating bouquets.{tv,radio}
Andreas Oberritter [Fri, 25 Mar 2011 15:35:35 +0000 (16:35 +0100)]
db: use strcmp when recreating bouquets.{tv,radio}

13 years agodb: move variable
Andreas Oberritter [Fri, 25 Mar 2011 15:35:07 +0000 (16:35 +0100)]
db: move variable

13 years agodb: remove recursive loading of bouquets
Andreas Oberritter [Fri, 25 Mar 2011 15:34:11 +0000 (16:34 +0100)]
db: remove recursive loading of bouquets

13 years agodb: remove recursive loading of lamedb
Andreas Oberritter [Fri, 25 Mar 2011 15:30:22 +0000 (16:30 +0100)]
db: remove recursive loading of lamedb

13 years agotry to fix motor turning with unicable lnb
ghost [Fri, 25 Mar 2011 18:53:53 +0000 (19:53 +0100)]
try to fix motor turning with unicable lnb
fixes bug #736

13 years agoreset frontend type on tuner type change also on simulated tuner
ghost [Fri, 25 Mar 2011 18:50:10 +0000 (19:50 +0100)]
reset frontend type on tuner type change also on simulated tuner
fixes false timer conflict warning when trying to create new record timers after boot (-CT combi tuner only)
fixes bug #739

13 years agoMerge branch 'bug_713_fix_timerlist_sort'
ghost [Mon, 21 Mar 2011 17:15:57 +0000 (18:15 +0100)]
Merge branch 'bug_713_fix_timerlist_sort'

13 years agoTimerEdit.py: fix typo ... this fixes a crash on timer listing with "show finished...
ghost [Mon, 21 Mar 2011 17:14:28 +0000 (18:14 +0100)]
TimerEdit.py: fix typo ... this fixes a crash on timer listing with "show finished timers at end of list"

13 years agoMerge branch 'bug_713_fix_timerlist_sort'
ghost [Mon, 21 Mar 2011 10:55:36 +0000 (11:55 +0100)]
Merge branch 'bug_713_fix_timerlist_sort'

13 years agoTimerEdit.py: fix import name conflict
ghost [Sat, 19 Mar 2011 21:57:15 +0000 (22:57 +0100)]
TimerEdit.py: fix import name conflict
refs #713

13 years agoadd possibility to choose the finished timer timerlist position in usage config
ghost [Fri, 18 Mar 2011 00:03:09 +0000 (01:03 +0100)]
add possibility to choose the finished timer timerlist position in usage config
refs bug #713

13 years agomake new multi epg bouquet handling optional via usage config "Multi-EPG bouquet...
ghost [Thu, 17 Mar 2011 17:46:32 +0000 (18:46 +0100)]
make new multi epg bouquet handling optional via usage config "Multi-EPG bouquet selection (Yes/No)" option
default is the old behaviour
refs bug #453

13 years agoMerge remote branch 'origin/acid-burn/networking_changes'
acid-burn [Thu, 17 Mar 2011 08:50:12 +0000 (09:50 +0100)]
Merge remote branch 'origin/acid-burn/networking_changes'

13 years agoNetwork.py: fix post-down->pre-down change introduced with last changes. refs #724
acid-burn [Thu, 17 Mar 2011 08:46:35 +0000 (09:46 +0100)]
Network.py: fix post-down->pre-down change introduced with last changes. refs #724

13 years agoMerge branch 'acid-burn/networking_changes'
acid-burn [Wed, 16 Mar 2011 15:13:20 +0000 (16:13 +0100)]
Merge branch 'acid-burn/networking_changes'

13 years agoMerge branch 'bug_723_infobarext_pvr'
Fraxinas [Wed, 16 Mar 2011 14:31:34 +0000 (15:31 +0100)]
Merge branch 'bug_723_infobarext_pvr'

13 years agoMerge branch 'obi/bcm_accel'
Andreas Oberritter [Wed, 16 Mar 2011 12:59:25 +0000 (13:59 +0100)]
Merge branch 'obi/bcm_accel'

13 years agosmall cleanups
acid-burn [Wed, 16 Mar 2011 08:19:34 +0000 (09:19 +0100)]
small cleanups

13 years agoMerge remote branch 'origin/obi/bug_726_interfaces' into acid-burn/networking_changes
acid-burn [Tue, 15 Mar 2011 12:09:15 +0000 (13:09 +0100)]
Merge remote branch 'origin/obi/bug_726_interfaces' into acid-burn/networking_changes

13 years agoMerge remote branch 'origin/obi/bug_724_wpa_modes' into acid-burn/networking_changes
acid-burn [Tue, 15 Mar 2011 12:08:16 +0000 (13:08 +0100)]
Merge remote branch 'origin/obi/bug_724_wpa_modes' into acid-burn/networking_changes

13 years agoWirelessLan/Wlan.py: properly kill still running iwconfig console callbacks. fixes...
acid-burn [Tue, 15 Mar 2011 12:03:11 +0000 (13:03 +0100)]
WirelessLan/Wlan.py: properly kill still running iwconfig console callbacks. fixes #720

13 years agoWPA: minimize driver specific code for /etc/network/interfaces
Andreas Oberritter [Mon, 14 Mar 2011 20:27:18 +0000 (21:27 +0100)]
WPA: minimize driver specific code for /etc/network/interfaces

13 years agoWLAN: fix inversed logic for WPA2 vs. WPA/WPA2
Andreas Oberritter [Mon, 14 Mar 2011 18:05:12 +0000 (19:05 +0100)]
WLAN: fix inversed logic for WPA2 vs. WPA/WPA2

13 years agodo not show extensions menu plugins which require servicelist in pvr playback mode...
Fraxinas [Mon, 14 Mar 2011 11:03:18 +0000 (12:03 +0100)]
do not show extensions menu plugins which require servicelist in pvr playback mode (works around bug #723)

13 years agoMerge branch 'bug_718_timer_sanitycheck_robustness'
ghost [Mon, 14 Mar 2011 09:36:47 +0000 (10:36 +0100)]
Merge branch 'bug_718_timer_sanitycheck_robustness'

13 years agobase/console.cpp: fix typo
ghost [Fri, 11 Mar 2011 08:24:51 +0000 (09:24 +0100)]
base/console.cpp: fix typo

13 years agoput out an error message on instant record on non invalid services
ghost [Thu, 10 Mar 2011 13:51:52 +0000 (14:51 +0100)]
put out an error message on instant record on non invalid services
refs #718

13 years agomore robust timer sanity check / autoincrement handling, small code cleanup
ghost [Thu, 10 Mar 2011 12:13:34 +0000 (13:13 +0100)]
more robust timer sanity check / autoincrement handling, small code cleanup
fixes bug #718

13 years agoMerge remote-tracking branch 'origin/bug_689_projectx_subs'
ghost [Wed, 9 Mar 2011 13:56:28 +0000 (14:56 +0100)]
Merge remote-tracking branch 'origin/bug_689_projectx_subs'

13 years agoScreens/TimerEdit.py: fix timerlist sort function (no more move disabled timers to...
ghost [Tue, 8 Mar 2011 08:45:30 +0000 (09:45 +0100)]
Screens/TimerEdit.py: fix timerlist sort function (no more move disabled timers to end of list)
fixes bug #713

13 years agoPluginComponent.py: remove unneeded sort (fixes crash on Menu button press)
ghost [Fri, 4 Mar 2011 09:04:03 +0000 (10:04 +0100)]
PluginComponent.py: remove unneeded sort (fixes crash on Menu button press)

13 years agoadd plugin weight to PluginDescriptor... so the plugin start order can be changed now
ghost [Thu, 3 Mar 2011 17:43:41 +0000 (18:43 +0100)]
add plugin weight to PluginDescriptor... so the plugin start order can be changed now

13 years agoScreens/TimerEdit.py: fix timerlist sort function (no more move disabled timers to...
ghost [Tue, 8 Mar 2011 08:45:30 +0000 (09:45 +0100)]
Screens/TimerEdit.py: fix timerlist sort function (no more move disabled timers to end of list)
fixes bug #713

13 years agoMerge branch 'obi/master'
Andreas Oberritter [Thu, 3 Mar 2011 15:09:07 +0000 (16:09 +0100)]
Merge branch 'obi/master'

13 years ago[DVDBurn] start projectx task with command line parameter to ommit subpicture/ttx...
Fraxinas [Wed, 2 Mar 2011 13:34:04 +0000 (14:34 +0100)]
[DVDBurn] start projectx task with command line parameter to ommit subpicture/ttx stream demuxing, fixes recent RTL recordings crashing  (#689)

13 years agoMerge branch 'master' into bug_374_missingcodecwarning
Fraxinas [Thu, 24 Feb 2011 09:52:22 +0000 (10:52 +0100)]
Merge branch 'master' into bug_374_missingcodecwarning

13 years agoonly display missing codec warning when necessary -> missing video codecs at any...
Fraxinas [Thu, 24 Feb 2011 09:51:25 +0000 (10:51 +0100)]
only display missing codec warning when necessary -> missing video codecs at any case, missing audio codecs only if there's no alternative audio streams (fixes bug #374)

13 years agoRevert "only display missing codec warning when necessary (bixes bug #374)"
Fraxinas [Wed, 23 Feb 2011 16:54:56 +0000 (17:54 +0100)]
Revert "only display missing codec warning when necessary (bixes bug #374)"

This reverts commit d7b2882048325bcddf00e9d19faa2e728fb7ca5b.