| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2006-11-20 | fix limits (typo) | Andreas Monzner | |
| 2006-11-01 | fix resolve key for ConfigSubDict / ConfigSublist | Felix Domke | |
| 2006-10-31 | fix timeout on rightmost position | Felix Domke | |
| 2006-10-24 | do not translate empty string | Andreas Monzner | |
| 2006-10-23 | getConfigListEntry now supports more than two arguments | Andreas Monzner | |
| 2006-10-20 | add GetText for showing config entries, update summary values when changed | Felix Domke | |
| 2006-10-19 | fix python part of ePythonConfig::getConfigQuery... so now default ac3 and 5V | Andreas Monzner | |
| on Terrestrial Tuner are working again | |||
| 2006-10-16 | add parental control setup to the start wizard | Stefan Pluecken | |
| 2006-10-11 | don't complain on empty config files | Felix Domke | |
| 2006-10-11 | improve parental control retry count | Stefan Pluecken | |
| 2006-10-11 | fix channelselection in timeredit dialog | Andreas Monzner | |
| 2006-10-09 | add optional addNotifier(initial_call=False)-support | Felix Domke | |
| 2006-10-09 | fix ConfigText to use unicode, fix ConfigClock | Felix Domke | |
| 2006-10-08 | use default=-1 for ConfigPin for non guessable default pins | Stefan Pluecken | |
| 2006-10-08 | fix configPIN, | Andreas Monzner | |
| add getLength() method to getPIN | |||
| 2006-10-08 | check ConfigPIN default | Felix Domke | |
| 2006-10-08 | change ConfigDummy to ConfigNothing | Stefan Pluecken | |
