aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Tools
AgeCommit message (Collapse)Author
2006-02-21display front processor version in about screenFelix Domke
2006-02-19add kwargs support to boundFunctionFelix Domke
2006-02-15new helpFelix Domke
2006-02-13encode unicode strings as UTF8 for console outputFelix Domke
2006-02-13pipe python stdout trough enigmaFelix Domke
2006-01-30some more key descriptionsFelix Domke
2006-01-26follow api changesFelix Domke
2006-01-10move the plugins into their own directory and every plugin has a main python ↵Stefan Pluecken
file called plugin.py in his directory for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize the directory as module
2006-01-09do not use a re object for a simple replace (make tmbinc happy)Andreas Monzner
2006-01-09filter out short name brakets in record filenamesAndreas Monzner
2006-01-01remove debug codeStefan Pluecken
2006-01-01remove debug codeStefan Pluecken
execute first fallback action only
2006-01-01make use of fallback files in Tools.Directories when file or path is not in ↵Stefan Pluecken
place
2005-12-30the new hdd movie directory is /hdd/movie (for 7020 compatibility reasons)Stefan Pluecken
if /hdd/movies is found and /hdd/movie doesn't exist, /hdd/movies is moved to /hdd/movie
2005-12-11po: use correct pathFelix Domke
2005-12-11example where "German"-text disappears with RT_VALIGN_CENTERStefan Pluecken
change directory for po again until the language-files are installed properly
2005-12-11some language-workStefan Pluecken
catch case of not available languages
2005-12-11use Tools.Directories to access the flag-imagesStefan Pluecken
2005-11-30store config in /etc/enigma2 and create the path if neededStefan Pluecken
2005-11-30add notificationsFelix Domke
2005-11-29use NumericalTextInput to jump to entries in ChannelSelection (jumping needs ↵Stefan Pluecken
to implemented before it will work :))
2005-11-28iso639: add alias dictFelix Domke
2005-11-25improve file namingFelix Domke
2005-11-22add boundFunction to ToolsFelix Domke
2005-11-19help: improve key description, a bit.Felix Domke
2005-11-18add KeyBindings.py to install_DATAAxel Buehning
2005-11-18helplist: keys are not anymore secret, at least not for us professionals. ↵Felix Domke
skin fixed a bit. (discrete) standby added to help.
2005-11-16don't use globFelix Domke
2005-11-15add count suffixFelix Domke
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
2005-10-16add some more .cvsignoreFelix Domke
2005-10-15add Directory toolsFelix Domke
2005-07-27 - first step on installing enigma2 filesFelix Domke
2005-07-08 - skins are now loaded first and applied laterFelix Domke
- this allows use skin information to build special eWidgets, depending on skin - add "applet"-feature: code which is executed from skin - example: centering of messagebox
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content