aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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-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
2010-07-06Screens/Ipkg.py: properly count processed packages. refs #550acid-burn
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
2010-07-06Screens/Ipkg.py: properly count processed packages. refs #550acid-burn
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-21set currently running audio + subtitle streams as default selection. on OK ↵Fraxinas
keypress, select and close dialog. (add #188)
2010-06-14fix-fix configlist assertion (add #188)Fraxinas
2010-06-11Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵Fraxinas
experimental
2010-06-11don't crash on empty configlist linesFraxinas
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-09fix crash when unicable matrix is selected, cleanup codeghost
2010-06-09fix crash when unicable matrix is selected, cleanup codeghost
2010-06-09fix subtitle configlist crashFraxinas
2010-06-08NimManager.py: add missing conversion to intghost
2010-06-08NimManager.py: add missing conversion to intghost
2010-06-08update unicable stuff (by adenin)ghost
2010-06-08update unicable stuff (by adenin)ghost
2010-06-04make empty conflist entries unselectable and change some debug outputFraxinas
2010-06-04Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2010-06-01dm800se supportghost
2010-05-30Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵Fraxinas
experimental
2010-05-30fix empty streams list crash, correctly show/hide color key buttons, ↵Fraxinas
re-implement plugin-hook for blue key, fix possible exit crash
2010-05-30allow switching to stream 0Fraxinas
2010-05-30experimentally merge audio + subtitle streams selection dialogs into oneFraxinas
2010-05-26lib/python/Screens/Standby.py: ignore global actions in standby (i.e. ↵ghost
mute/volume) this fixes bug #538
2010-05-26lib/python/Screens/Standby.py: ignore global actions in standby (i.e. ↵ghost
mute/volume) this fixes bug #538
2010-05-12RecordTimer.py,RecordingConfig.py,setup.xml: *add possibility to change the ↵acid-burn
default recording filename composition in expert mode. This allows now to have shorter recording filenames (Date-Name) or longer (DateTime-Channel-Name-Shortdescription) beside the default. This fixes #345
2010-05-12RecordTimer.py,RecordingConfig.py,setup.xml: *add possibility to change the ↵acid-burn
default recording filename composition in expert mode. This allows now to have shorter recording filenames (Date-Name) or longer (DateTime-Channel-Name-Shortdescription) beside the default. This fixes #345