aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
AgeCommit message (Expand)Author
2005-11-30store config in /etc/enigma2 and create the path if neededStefan Pluecken
2005-11-29remove cursor when configElement is enabled==FalseStefan Pluecken
2005-11-28you can now delete characters in the timerentry description with the mute-keyStefan Pluecken
2005-11-27make configSelection circularStefan Pluecken
2005-11-23translate config element properlyStefan Pluecken
2005-11-22config: create config.misc, add configElementBooleanFelix Domke
2005-11-15remove dead codeFelix Domke
2005-11-15save simple integers tooRonny Strutz
2005-11-15fix text in configRonny Strutz
2005-11-13fix for inconsistency when moving the selection while callback is not calledStefan Pluecken
2005-11-13fix redraw-problem with NumericalTextInput in TimerEntryStefan Pluecken
2005-11-13sanity checks for the timerStefan Pluecken
2005-11-12deleting timers redrawing working pingStefan Pluecken
2005-11-12textinput works now except for the nextCharacter-thingStefan Pluecken
2005-11-11mobile phone like text input (doesn't update the configList... why?)Stefan Pluecken
2005-11-11add configText for entering text in the configList (numbers only at the moment)Stefan Pluecken
2005-11-10volume-control:Stefan Pluecken
2005-11-09fix newlineFelix Domke
2005-11-07added an example for weekday selectionStefan Pluecken
2005-11-07add TimerEntry for later use in TimerEditStefan Pluecken
2005-11-01add newlineRonny Strutz
2005-10-15- add pissibility to mask pinsStefan Pluecken
2005-10-15remove annoying debug messageStefan Pluecken
2005-10-12activate the bounds in configSequenceStefan Pluecken
2005-10-12fix drawing of configSequence stringStefan Pluecken
2005-10-12prepare better configSequenceStefan Pluecken
2005-10-12fix boundaries of configSequence inputStefan Pluecken
2005-10-11sort config fileStefan Pluecken
2005-10-11use a configElement_nonSave instead of constructor argument in configElementStefan Pluecken
2005-10-11add additional argument to the configElement constructor to make configElemen...Stefan Pluecken
2005-10-10adding function getConfigListEntry for dynamic menusStefan Pluecken
2005-10-08add invalidate after reload() used for cancelRonny Strutz
2005-10-08add satlist file-ioRonny Strutz
2005-10-07add configsatlistRonny Strutz
2005-09-04entering numbers into networksetup is possible nowStefan Pluecken
2005-09-03 - beautified network cursor, added 'selected' argument to __call__Felix Domke
2005-09-03- adding netmask to network setupStefan Pluecken
2005-09-03configBoolean is now configSelectionRonny Strutz
2005-09-02removed debugRonny Strutz
2005-09-02add option for DHCP and possibility to disable configElementsStefan Pluecken
2005-09-02add digitCount to initRonny Strutz
2005-09-02add load/save for configSequenceRonny Strutz
2005-09-02network setup ConfigList styleStefan Pluecken
2005-09-02user predefined vars instead of integers for keyhandling in ConfigStefan Pluecken
2005-09-01added skip commentRonny Strutz
2005-09-01fix line breakRonny Strutz
2005-09-01fixed line break in configfileRonny Strutz
2005-09-01use a dict for configEntriesRonny Strutz
2005-09-01add fileIORonny Strutz
2005-08-31added reload (cancel)Ronny Strutz