| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-06-10 | use first color in "foregroundColors" as "foregroundColor" when | Andreas Monzner | |
| "foregroundColor" is not defined! use first color in "backgroundColors" as "backgroundColor" when "backgroundColor" is not defined" | |||
| 2008-06-10 | add MultiColorLabel | Andreas Monzner | |
| in the skin you can set multiple colors with foregroundColors="#8c7c93,black,#f23d21" and/or backgroundColors="#012345,#081501,green,#078753" in python code the you can switch colors with self["blasel"].setForegroundColorNum(x) or self["blubber"].setBackgroundColorNum(y) | |||
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2006-05-01 | simplify GUIcreate/createWidget, fix base class order | Felix Domke | |
| 2006-02-24 | generic show/hide support for GUIComponents | Felix Domke | |
| 2005-12-06 | the long awaited feature "blinking label" is now available | Stefan Pluecken | |
| 2005-12-06 | reoder derivation | Stefan Pluecken | |
| 2005-12-06 | show green button and subservices-text only when subservices are available ↵ | Stefan Pluecken | |
| (showing of the label doesn't work. why?) | |||
| 2005-12-05 | add support for Linkage services ( Premiere Subservices ) | Andreas Monzner | |
| TODO: show/hide green point depending on avail subservices | |||
| 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 | |||
| 2005-05-05 | - split of Components into different files | Felix Domke | |
| - screen (will be split next) must import required modules | |||
