aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2010-10-05Merge commit 'origin/bug_550_fix_softwareupgradecounter'acid-burn
2010-10-05Merge commit 'origin/bug_345_configurable_recordingnames'acid-burn
2010-10-05Merge commit 'origin/bug_418_network_interfacenaming'acid-burn
2010-10-05Merge commit 'origin/bug_478_Listbox_ScrollbarMode'acid-burn
Conflicts: lib/python/Components/Converter/TemplatedMultiContent.py lib/python/Components/Renderer/Listbox.py
2010-10-04permit also to record from service groups (services with associated ↵ghost
alternative services)
2010-10-03refs bug #587Stefan Pluecken
internally linking is now done via /proc/stb/frontend/X/rf_switch instead of /proc/stb/tsmux and moved to the python part of enigma2
2010-10-02fixes bug #587Stefan Pluecken
- use new internally connectable detection mechanism - display unsupported tuners
2010-09-29DreamInfoHandler.py: strip data. refs #578acid-burn
2010-09-29DreamInfoHandler.py: strip data. refs #578acid-burn
2010-09-27refs bug #584Stefan Pluecken
don't show "add service to bouquet" when inside bouquet view in multi bouquet mode and just one bouquet is set don't show "add service to favourites" when inside favourite view (multi bouquet mode is disabled)
2010-09-27fixes bug #584Stefan Pluecken
- Fixes BSOD in radio mode when trying to add a service to the favourites - Don't close ChannelSelection when adding a service to the facourites.
2010-09-22Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578acid-burn
2010-09-22Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578acid-burn
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-09-13fixes bug #582Stefan Pluecken
handle keyboard entries in wizard correctly for dynamic config elements
2010-09-07Merge branch 'bug_480_nfiflash' into experimentalFraxinas
2010-09-07NFIFlash: integrate configuration backup/restore, string correctionsFraxinas
2010-09-01Merge branch 'bug_429_remove_hardcoded_paths' into experimentalFraxinas
2010-09-01Merge branch 'bug_480_nfiflash' into experimentalFraxinas
2010-09-01[NFIFlash] ask whether to run configuration backup after image download (add ↵Fraxinas
#480)
2010-09-01[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add ↵Fraxinas
#429)
2010-08-26Enigma2: add possibility to configure input device delay and repeat settings.acid-burn
fixes #69
2010-08-26Enigma2: add possibility to configure input device delay and repeat settings.acid-burn
fixes #69
2010-08-24fix downloading image to flash or harddrive (#480)Fraxinas
2010-08-18TaskView: correctly pop-up aborted/failed notifications in foregroundFraxinas
2010-08-17JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-08-16NFIFlash: change display of feed list detailsFraxinas
2010-08-13NFIFlash fixes (#480)Fraxinas
2010-08-13introduce afterEventChangeable parameterFraxinas
2010-08-13show "nothing connected" instead of empty filelist with only mountpoints shownFraxinas
2010-08-12NFIFlash: hide hdd and other mounts (#480)Fraxinas
2010-08-10re-commit new NFIFlash plugin (bug #480)Fraxinas
2010-08-05lib/python/Components/VolumeControl.py: move instance to classghost
2010-08-05lib/python/Components/VolumeControl.py: move instance to classghost
2010-08-05lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ghost
global accessible and add a singleton check
2010-08-05lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ghost
global accessible and add a singleton check
2010-07-27Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-27SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.acid-burn
refs #558
2010-07-26add experimental vobsub support (requires gst-plugin-dvdsub) / ignore PGS ↵Fraxinas
subs (fixes #537)
2010-07-25Softwaremanager: fix potential crash when trying to delete from empty list.acid-burn
Graphmultiepg: fix typo inside metafile. fixes #563
2010-07-25Softwaremanager: fix potential crash when trying to delete from empty list.acid-burn
Graphmultiepg: fix typo inside metafile. fixes #563
2010-07-24Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-24SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.acid-burn
refs #558
2010-07-24Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-07-24refs bug #460Stefan Pluecken
swap bflag and eflag (begin and end flag for timer sanity check) old version: bflag = 1, eflag = -1 that lead to the sort function sorting timers with begin=end wrong: self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)]) resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time)
2010-07-22fixes bug #556Stefan Pluecken
- fixes adding timers from inside the movie player: the .ts service was added as channel - fixes a small bug in ConfigSelection to allow empty strings inside the ChoicesList
2010-07-20implement configurable http user-agent (fixes #224)Fraxinas
2010-07-16fixes bug #552Stefan Pluecken
add the equal sign to numerical text input onto the 0 rcu button
2010-07-06Softwaremanager: * properly count processed packages.acid-burn
* make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button. * show files that will be backed up inside own infoscreen and not inside the menu description. * add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel fixes #550