aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools/NumericalTextInput.py
AgeCommit message (Collapse)Author
2010-12-13move german umlauts to more appropriate positionghost
refs #624
2010-12-13NumericalTextInput.py: better handylike character input (draft proposal)ghost
feel free to make suggestions refs #624
2010-10-06fixes bug #552Stefan Pluecken
add the equal sign to numerical text input onto the 0 rcu button
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-12-08change character encoding of source file from 8859-1 to utf-8Fraxinas
2008-12-08add search parameter for NumericalTextInput which supplies a mapping with ↵Fraxinas
only lowercase and standard ascii characters plus number plus SQL wildcards
2008-10-07add "!" to character list on behalf of acid-burnAndreas Frisch
2008-10-02add +Andreas Monzner
2008-09-11try to fix charset bugAndreas Frisch
2008-09-05additional service information for DVD menu and fixesAndreas Frisch
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-11-28improve text editing. Patch by Anders HolstFelix Domke
2006-11-20make xgettext happyAndreas Monzner
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-08-24some NumericalInput and uncode/utf-8 fixesAndreas Monzner
2006-08-23use uncode for textinput componentAndreas Monzner
2006-08-22fixAndreas Monzner
2006-08-21fix non working codeAndreas Monzner
2006-08-21add support for umlautsAndreas Monzner
2005-11-29use NumericalTextInput to jump to entries in ChannelSelection (jumping needs ↵Stefan Pluecken
to implemented before it will work :))
2005-11-12add some characters to NumericalTextInputStefan Pluecken
fix size of channelselection list
2005-11-12add some characters to NumericalTextInputStefan 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