| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-21 | lib/python/Components/config.py: fix bug (thx to adenin) | ghost | |
| 2009-06-16 | config.py: also take care of useablechars for keyboard | ghost | |
| 2009-04-02 | small ConfigSelection fix | ghost | |
| 2009-03-23 | config.py: remove unneeded notifier call | ghost | |
| 2009-03-11 | Patch by Moritz Venn: | Felix Domke | |
| The current implementation of ConfigNumber.isChanged (the one inherited from ConfigElement) does not work properly as it will - at least for unsaved values - always returns True. This is obvious if you just take a look at the datatypes since value is an int and default is a string (because ConfigNumber is a modified ConfigText). To resolve this issue one can either compare self.tostring(self.value) or self.text to self.default but the former seems to be the more logical approach. The attached patch does override the method in ConfigNumber with the proposed fix. | |||
| 2009-03-03 | first pickle, then save to avoid killing config file on sigint | Felix Domke | |
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2009-02-18 | speedup | ghost | |
| 2009-02-16 | fix ConfigNone | ghost | |
| this fixes the endless bootloop with dm800 | |||
| 2009-02-12 | fix "schwerwiegender fehler" ;) | ghost | |
| 2009-02-11 | fix crash in manual scan (and other screens) since config speedups | ghost | |
| 2009-02-11 | whitespace cleanups, small optimizations | ghost | |
| 2009-02-11 | small fixes | ghost | |
| 2009-02-11 | revert some changes | ghost | |
| 2009-02-11 | another cleanup/speedup | ghost | |
| 2009-02-11 | small speedups | ghost | |
| 2009-02-11 | fix possible crash | ghost | |
| 2009-02-11 | small speedups / whitespace cleanups | ghost | |
| 2009-02-09 | ConfigSelection / ConfigSet speedup second try | ghost | |
| 2009-02-09 | Revert "increased performance on ConfigSelection and ConfigSet create to ↵ | ghost | |
| speedup enigma2 start" This reverts commit ddff18e87301a328b7b8b03d2f68de8e1029120b until its working okay ;) | |||
| 2009-02-09 | increased performance on ConfigSelection and ConfigSet create to speedup ↵ | ghost | |
| enigma2 start for performance reasons we have removed the assertion to check if the ConfigSelection default is in choices list/dict... so please ensure that your default entry is in the choices list.. when it is not None! | |||
| 2009-01-26 | patch by moritz venn: wrap around for minutes/hours | Felix Domke | |
| 2009-01-19 | allow non string choices in ConfigSelection | ghost | |
| 2008-12-11 | Patch by Anders Holst: | Felix Domke | |
| * ConfigElement.addNotifier takes a new optional argument immediate_feedback (which is True by default). If True the notifier is called whenever an editing key is pressed in the element. When False, the notifier is only called when editing is finished, i.e the element is deselected or the dialog closed. * ConfigSet is updated in accordance with Teros suggestion so that it behaves like the others and feedback can be given immediately. * All ConfigElements are modified to check whether they have changed since last selected (by a new variable last_value). * UsageConfig.py is updated to use immediate_feedback=False in the case of validating the speeds. (The only case so far where this setting is needed, but with the possibility more uses may follow.) | |||
| 2008-12-08 | add new config types ConfigSearchText, which uses the new sql ↵ | Fraxinas | |
| NumericalTextInput search map plus type ConfigDirectory which displays paths as strings | |||
| 2008-12-03 | add possibility to change start/end time in timer edit with Vol/Bouquet +/- ↵ | ghost | |
| (thx to Moritz Venn) | |||
| 2008-11-12 | when passing a broken utf-8 string, ignore characters. fixes #55. | Felix Domke | |
| 2008-11-07 | fix non working invert of oled display | ghost | |
| add non working standby slider in display setup | |||
| 2008-11-06 | fix Dreambox Keyboard Numberinput inside ConfigIP | acid-burn | |
| 2008-10-16 | fix indentation bug which prevented the last block from being overwritten ↵ | Andreas Frisch | |
| and introduce auto_jump property | |||
| 2008-10-16 | ease usability of ConfigIP elements | Andreas Frisch | |
| 2008-10-09 | faster config save | Andreas Monzner | |
| 2008-10-07 | allow default text in ConfigPassword | Andreas Frisch | |
| 2008-10-07 | Introduce ConfigPassword class (censored until selected) | Andreas Frisch | |
| 2008-10-07 | another try on the ip address issue... this time display " " (blank char) ↵ | Andreas Frisch | |
| instead of leading zero | |||
| 2008-10-07 | don't display leading zeros for IP addresses | Andreas Frisch | |
| 2008-08-19 | remove unneeded notifier call | Andreas Monzner | |
| 2008-07-09 | fix configmode selection in sat config (not yet working 100% properly) | Stefan Pluecken | |
| 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-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-11 | fix by Anders Holst: optimize ConfigInteger clamping | Felix Domke | |
| 2008-06-06 | translatable ConfigSet, by Tero Manninen | Felix Domke | |
| 2008-04-30 | use e2 functions to merge config and services | Stefan Pluecken | |
| 2008-02-19 | movie player configuration options, by Anders Holst | Felix Domke | |
| 2008-02-11 | text edit patch #5 by Anders Holst | Felix Domke | |
| 2007-11-28 | improve text editing. Patch by Anders Holst | Felix Domke | |
| 2007-10-28 | parental control: | Stefan Pluecken | |
| automatically wrap to validation pin entry in pin changing dialog when 4 figures were entered leave dialog when 4 figures were entered in the validation pin entry | |||
| 2007-10-24 | parse satellites/cables/terrestrial.xml in c++ now.. its round about three | Andreas Monzner | |
| times faster .. this speedup e2 start a little bit | |||
| 2007-01-09 | add getHTML to ConfigIP | Felix Domke | |
| 2006-11-20 | revert local change | Andreas Monzner | |
