aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2008-07-15display "audio" instead of "timeshift" in the infobar next to the yellow ↵Stefan Pluecken
knob for new rc boxes
2008-07-14add new box depending rc visualizationStefan Pluecken
2008-07-14remove debugStefan Pluecken
2008-07-14add new box depending rc visualizationStefan Pluecken
2008-07-14add new box depending rc visualizationStefan Pluecken
2008-07-14move comment before multi line command to make python happyAndreas Monzner
2008-07-14add missing backslashesAndreas Monzner
2008-07-14use IPs in networkCheck.. cleanup dns checkAndreas Monzner
2008-07-14fix typoAndreas Monzner
2008-07-12dont show WLAN Status when WLAN IF is not upAndreas Monzner
2008-07-11fix subservicequickzapAndreas Monzner
2008-07-11use harddiskmanager in about screenAndreas Monzner
2008-07-11add missing def run... (for network wizard)Andreas Monzner
2008-07-11add message "Please press OK to continue." to DefaultSatLists wizard'sStefan Pluecken
last step
2008-07-11revert last revision (workaround no longer needed)Andreas Frisch
2008-07-11add missing imports,Andreas Monzner
add madwifi support
2008-07-11fix crash on setValues exceeding 32 bit rangeAndreas Frisch
2008-07-11update network setupAndreas Monzner
cleanup imports
2008-07-11fix some importsAndreas Monzner
2008-07-11more flexible harddisk handlingAndreas Monzner
2008-07-11use /dev/mtdblock/6 as defaults partitionStefan Pluecken
2008-07-11fix crash on selecting new dvd iso/directory from file browser with a ↵Andreas Frisch
playback already running
2008-07-11fix gui crash on dvdnav reporting uninitialized play positionsAndreas Frisch
2008-07-10use self.getTranslation() for translationsStefan Pluecken
2008-07-09add method saveAll to ConfigListScreenStefan Pluecken
2008-07-09save config entries after creating them for keyCancel to work properlyStefan Pluecken
2008-07-09fix configmode selection in sat config (not yet working 100% properly)Stefan Pluecken
2008-07-09fix possible deathscreen on sat change (with predefind transponders)Andreas Monzner
2008-07-09re-add isTop param to FileList and use it in MediaPlayer (thanks to PieterG)Andreas Monzner
2008-07-08allow import of ConfigLists from non Screens. positions.Stefan Pluecken
example: <config screen="Plugins.Systemplugins.Foo" module="Bar" args="1" type="ConfigList" />
2008-07-08add getTranslation method to wizard baseclass to allow overwriting this ↵Stefan Pluecken
method for plugin translations
2008-07-08create & purge unique one-time temp directory for each burning job andAndreas Frisch
2008-07-07- allow multiple xml control files for one wizard (to combine wizards, that ↵Stefan Pluecken
should also be able to run standalone) - separate question for default sat lists in start wizard
2008-07-07make model detection optionalStefan Pluecken
2008-07-04an experimental gui for the DVDBurnAndreas Frisch
2008-07-04fixes crash in DVDBurnAndreas Frisch
2008-07-04fix crash for non-existent workspace directoriesAndreas Frisch
2008-07-04add support for avi/mkv .... please note that not all is working yet, andAndreas Monzner
not all hardware can handle both types... and you need a new gst-plugin-dvbmediasink... new drivers.. and new hardware ;)
2008-07-03fix deathscreen when opening wlan network list (ssid list) and the currentlyAndreas Monzner
used ssid is not found
2008-07-03fix keymap for advanced remoteAndreas Frisch
2008-07-03fix prerequisite logic and add hardware detection to list of possible ↵Stefan Pluecken
prerequisites (needs driver update)
2008-07-03the class HardwareInfo is used to determine the dreambox model (takenStefan Pluecken
from /proc/stb/info/model) (needs new driver info.ko)
2008-07-02#Andreas Monzner
# Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) #
2008-07-02remove color testpicAndreas Monzner
2008-07-02change default Motor timeout... stab motors are very slow ;)Andreas Monzner
2008-07-01restart previous running services in onClose eventAndreas Monzner
remove some debug output
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
(now the real code)
2008-06-27revert rest of local changes (so the complete commit is reverted now)Andreas Monzner
2008-06-27revert local changesAndreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner