| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-07-14 | use IPs in networkCheck.. cleanup dns check | Andreas Monzner | |
| 2008-07-14 | fix typo | Andreas Monzner | |
| 2008-07-11 | use harddiskmanager in about screen | Andreas Monzner | |
| 2008-07-11 | add missing imports, | Andreas Monzner | |
| add madwifi support | |||
| 2008-07-11 | fix crash on setValues exceeding 32 bit range | Andreas Frisch | |
| 2008-07-11 | update network setup | Andreas Monzner | |
| cleanup imports | |||
| 2008-07-11 | fix some imports | Andreas Monzner | |
| 2008-07-11 | more flexible harddisk handling | Andreas Monzner | |
| 2008-07-09 | add method saveAll to ConfigListScreen | Stefan Pluecken | |
| 2008-07-09 | fix configmode selection in sat config (not yet working 100% properly) | Stefan Pluecken | |
| 2008-07-09 | re-add isTop param to FileList and use it in MediaPlayer (thanks to PieterG) | Andreas Monzner | |
| 2008-07-04 | fix crash for non-existent workspace directories | Andreas Frisch | |
| 2008-07-04 | add support for avi/mkv .... please note that not all is working yet, and | Andreas Monzner | |
| not all hardware can handle both types... and you need a new gst-plugin-dvbmediasink... new drivers.. and new hardware ;) | |||
| 2008-07-03 | fix 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-02 | change default Motor timeout... stab motors are very slow ;) | Andreas Monzner | |
| 2008-06-27 | rewrite ServiceEventTracker and PerServiceBase service event handle code | Andreas Monzner | |
| (now the real code) | |||
| 2008-06-27 | revert local changes | Andreas Monzner | |
| 2008-06-27 | rewrite ServiceEventTracker and PerServiceBase service event handle code | Andreas Monzner | |
| 2008-06-27 | some cleanups, | Andreas Monzner | |
| add missing destroy calls, fix incomplete destroy calls, small speedup | |||
| 2008-06-26 | some restrictions for the sat setup | Stefan 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-26 | add possibility to choose record location on timer creation and choose | Andreas Monzner | |
| record location in movieplayer (only in expert user level) | |||
| 2008-06-26 | allow better and smarter configuration for > 2 nims | Stefan Pluecken | |
| 2008-06-24 | parse new option in /proc/bus/nim_sockets (Has_Outputs: <yes/no>) to check ↵ | Stefan Pluecken | |
| if a nim has an output connector | |||
| 2008-06-21 | move VolumeControl to own file | Andreas Monzner | |
| 2008-06-19 | fix typo | Andreas Monzner | |
| 2008-06-18 | get now/next info from epgcache on evtStart... update infos when the real | Andreas Monzner | |
| now/next table is received | |||
| 2008-06-18 | fix off-by-one error on the progress and fix vars in ToolExistsPrecondition | Andreas Frisch | |
| 2008-06-11 | fix by Anders Holst: optimize ConfigInteger clamping | Felix Domke | |
| 2008-06-11 | add support for retrying when a task failed. | Felix Domke | |
| 2008-06-10 | small fix | Andreas Monzner | |
| 2008-06-10 | clamp progress to 0..end, add possibility to receive whole lines only in ↵ | Felix Domke | |
| processOutputLine | |||
| 2008-06-10 | add MultiPixmap... like MultiColorLabel | Andreas Monzner | |
| 2008-06-10 | use first color in "foregroundColors" as "foregroundColor" when | Andreas Monzner | |
| "foregroundColor" is not defined! use first color in "backgroundColors" as "backgroundColor" when "backgroundColor" is not defined" | |||
| 2008-06-10 | add MultiColorLabel | Andreas 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-09 | handle multiple configuration files correctly. Patch by Pieter Grimmerink | Felix Domke | |
| 2008-06-07 | properly fix GSOD from last commit | Stefan Pluecken | |
| 2008-06-07 | proberly install multiple packages without a GSOD | Stefan Pluecken | |
| 2008-06-06 | add DNS check, add checkforInterface | Felix Domke | |
| 2008-06-06 | fix up/down on inputs when cursor is at the rightmost position | Felix Domke | |
| 2008-06-06 | fix movielist sort bug, by Tero Mannninen | Felix Domke | |
| 2008-06-06 | translatable ConfigSet, by Tero Manninen | Felix Domke | |
| 2008-06-05 | call reloadBouquets instead of loadBouquets | Stefan Pluecken | |
| 2008-06-05 | call loadBouquet after installing a bouquet | Stefan Pluecken | |
| 2008-06-05 | dont crash when the satellites.xml does not exist or is empty | Andreas Monzner | |
| 2008-06-04 | fix bluescreen when path not exits | Andreas Monzner | |
| 2008-06-04 | preliminary 'coldplug' support | Felix Domke | |
| 2008-06-03 | extend ping test, fix configuredInterface list | Felix Domke | |
| 2008-06-03 | add cleanup call, implement DiskspacePrecondition, add ↵ | Felix Domke | |
| WorkspaceExistsPrecondition | |||
| 2008-06-03 | some cleanups | Felix Domke | |
