| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-03 | fix exec-begin after timer stop | Felix Domke | |
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2008-11-06 | add possibility to disable user input in Messageboxes | ghost | |
| 2008-10-21 | remove double import | Andreas Frisch | |
| 2008-09-29 | don't display clock on LCD/OLED for MessageBoxes anymore. instead display ↵ | Andreas Frisch | |
| more of the question text plus answer | |||
| 2008-06-06 | ugly messagebox summary screen, choices is still missing | Felix Domke | |
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas 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-12-20 | allow setting default to false/no | Felix Domke | |
| 2007-12-20 | whitespace fixup | Felix Domke | |
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2007-01-11 | fix bluescreen | Andreas Monzner | |
| 2007-01-07 | nice code | Andreas Monzner | |
| 2007-01-07 | ask user before a recordtimer set the box to standby or deepstandby | Andreas Monzner | |
| 2007-01-07 | more reusable code | Andreas Monzner | |
| 2006-12-30 | send evStart before tuneFailed Events.. | Andreas Monzner | |
| fix evNoResources fix some bluescreens caused by notification handling | |||
| 2006-12-12 | start timer after message box is actually visible | Felix Domke | |
| 2006-12-09 | optional 'close on any key' | Felix Domke | |
| 2006-11-30 | whitespace fixes | Felix Domke | |
| 2006-07-24 | add more useful __repr__ | Felix Domke | |
| 2006-07-19 | remove 'timeout' from title | Felix Domke | |
| 2006-05-25 | add timeout for MessageBox screens (just add timeout=<seconds> as argument ↵ | Stefan Pluecken | |
| when creating MessageBox instances) | |||
| 2006-02-24 | fix pixmaps | Felix Domke | |
| 2006-02-24 | use new show/hide | Felix Domke | |
| 2006-02-23 | fix newline | Felix Domke | |
| 2006-02-22 | add info icon to MessageBox when type of message box is TYPE_INFO | Stefan Pluecken | |
| 2005-12-23 | beautify messagebox | Stefan Pluecken | |
| add functionality to the messagebox | |||
| 2005-11-24 | use different messagebox actions and restore old OKCancelActions | Stefan Pluecken | |
| 2005-11-24 | make messagebox look better and translate it | Stefan Pluecken | |
| 2005-10-16 | add openWithCallback and return values | Felix Domke | |
| 2005-07-08 | - skins are now loaded first and applied later | Felix 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 | |||
