aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2008-07-09re-add isTop param to FileList and use it in MediaPlayer (thanks to PieterG)Andreas Monzner
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 prerequisite logic and add hardware detection to list of possible ↵Stefan Pluecken
prerequisites (needs driver update)
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-02change default Motor timeout... stab motors are very slow ;)Andreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
(now the real code)
2008-06-27revert local changesAndreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
2008-06-27some cleanups,Andreas Monzner
add missing destroy calls, fix incomplete destroy calls, small speedup
2008-06-26some restrictions for the sat setupStefan Pluecken
we don't allow - DVB-S tuner ==loopthrough==> DVB-S2 tuner - tuner A ==equals to==> tuner B set to loopthrough - tuner A ==equals to==> tuner B set to 2nd cable on positioner LNB - tuner A ==2nd cable==> tuner B, if tuner B is already referenced in another tuner's config as 2nd cable on this positioner
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-06-26allow better and smarter configuration for > 2 nimsStefan Pluecken
2008-06-24parse new option in /proc/bus/nim_sockets (Has_Outputs: <yes/no>) to check ↵Stefan Pluecken
if a nim has an output connector
2008-06-21move VolumeControl to own fileAndreas Monzner
2008-06-19fix typoAndreas Monzner
2008-06-18get now/next info from epgcache on evtStart... update infos when the realAndreas Monzner
now/next table is received
2008-06-18fix off-by-one error on the progress and fix vars in ToolExistsPreconditionAndreas Frisch
2008-06-11fix by Anders Holst: optimize ConfigInteger clampingFelix Domke
2008-06-11add support for retrying when a task failed.Felix Domke
2008-06-10small fixAndreas Monzner
2008-06-10clamp progress to 0..end, add possibility to receive whole lines only in ↵Felix Domke
processOutputLine
2008-06-10add MultiPixmap... like MultiColorLabelAndreas Monzner
2008-06-10use first color in "foregroundColors" as "foregroundColor" whenAndreas Monzner
"foregroundColor" is not defined! use first color in "backgroundColors" as "backgroundColor" when "backgroundColor" is not defined"
2008-06-10add MultiColorLabelAndreas Monzner
in the skin you can set multiple colors with foregroundColors="#8c7c93,black,#f23d21" and/or backgroundColors="#012345,#081501,green,#078753" in python code the you can switch colors with self["blasel"].setForegroundColorNum(x) or self["blubber"].setBackgroundColorNum(y)
2008-06-09handle multiple configuration files correctly. Patch by Pieter GrimmerinkFelix Domke
2008-06-07properly fix GSOD from last commitStefan Pluecken
2008-06-07proberly install multiple packages without a GSODStefan Pluecken
2008-06-06add DNS check, add checkforInterfaceFelix Domke
2008-06-06fix up/down on inputs when cursor is at the rightmost positionFelix Domke
2008-06-06fix movielist sort bug, by Tero MannninenFelix Domke
2008-06-06translatable ConfigSet, by Tero ManninenFelix Domke
2008-06-05call reloadBouquets instead of loadBouquetsStefan Pluecken
2008-06-05call loadBouquet after installing a bouquetStefan Pluecken
2008-06-05dont crash when the satellites.xml does not exist or is emptyAndreas Monzner
2008-06-04fix bluescreen when path not exitsAndreas Monzner
2008-06-04preliminary 'coldplug' supportFelix Domke
2008-06-03extend ping test, fix configuredInterface listFelix Domke
2008-06-03add cleanup call, implement DiskspacePrecondition, add ↵Felix Domke
WorkspaceExistsPrecondition
2008-06-03some cleanupsFelix Domke
2008-06-03fix tag prerequisite logic for .info files without tagsStefan Pluecken
2008-06-03Add progress and cwd (working directory) functionalityAndreas Frisch
2008-06-03 - remove some commentsStefan Pluecken
- correct use of prerequisites to detect uninstallable packages
2008-06-03allow installing from multiple directoriesStefan Pluecken
2008-06-02dont use and show input power measurement (for rotor running detection),Andreas Monzner
when the hardware doesn't support it
2008-06-02properly handle tags combined with other prerequisitesStefan Pluecken
2008-05-29add new network configFelix Domke
2008-05-27add tagging to possible dream info handler prerequisitesStefan Pluecken
2008-05-26ask to delete unconfigured satellites when leave tuner configurationAndreas Monzner
2008-05-20make workspace a Job property, fix preconditions, Task will automatically ↵Felix Domke
add to job to provide a reference to the job