aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
AgeCommit message (Collapse)Author
2005-12-13fix configSequence (ip address input should work now)Stefan Pluecken
2005-12-12fix (hope so) configSequenceStefan Pluecken
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
move volumeBar from infobar to a single screen Volume timer: change input type of configelement for start- and endtime
2005-11-09fix newlineFelix Domke
2005-11-07added an example for weekday selectionStefan Pluecken
2005-11-07add TimerEntry for later use in TimerEditStefan Pluecken
add configDateTime as a config entry to select time, date, weekday or whatever is wanted... flexible as always :)
2005-11-01add newlineRonny Strutz
2005-10-15- add pissibility to mask pinsStefan Pluecken
- using PINCODE instead of INTEGER in ci.py
2005-10-15remove annoying debug messageStefan Pluecken
2005-10-12activate the bounds in configSequenceStefan Pluecken
2005-10-12fix drawing of configSequence stringStefan Pluecken
can now be used for input of: - IPs - MACs (just decimal values up to now) - Integers of a defined size - real numbers with a defined size before and after the decimal point
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 ↵Stefan Pluecken
configElements, that don't save themselves and use it in scan-setup
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
add special defaultValue handling for satlist
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
- writing network config (to /etc/network/interfaces.tmp for now) - adding magic to config.py
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
add some code for navigate in ConfigSequence -pls check this, actual its more an ip field and not very flexible -perhaps nav in field is better done in C++?
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
removed some old stuff
2005-09-01fix line breakRonny Strutz
2005-09-01fixed line break in configfileRonny Strutz
2005-09-01use a dict for configEntriesRonny Strutz