| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-17 | cleanup screen title handling | ghost | |
| no more need to directly access self.instance.setTitle or getTitle | |||
| 2009-10-13 | Components/GUISkin.py: - add possibility to access the Screen title from ↵ | acid-burn | |
| inside the skin without the need to declare it inside every Screen. Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example: <widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn. | |||
| 2009-06-15 | allow position="center,center" to center screen client area on screen | Felix Domke | |
| 2008-04-23 | prepare for skin updating and scaling | Felix Domke | |
| 2007-11-02 | split Misc Converter/Source into RecordState and TunerInfo Source / | Andreas Monzner | |
| Converter add deprecation Warnings for some old InfoBar Components (Nim_A, NimB, NimA_Active, NimB_Active, BlinkingPoint) | |||
| 2007-09-21 | remove unneeded code | Andreas Monzner | |
| 2007-09-21 | remove debug | Andreas Monzner | |
| 2007-09-21 | small fixes for PIG | Andreas Monzner | |
| 2007-09-21 | add a "Picture in Graphics" source.. its usable to show a small embedded tv | Andreas Monzner | |
| picture in every screen.. simply by add a line like "<widget source="fake" render="Pig" backgroundColor="transparent" size="160,120" position="50,50" /> | |||
| 2007-09-14 | add the name of missing skin element to debug output | Andreas Monzner | |
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2007-07-20 | use a CList for 'summaries' list for easier calling | Felix Domke | |
| 2006-06-15 | support for renderer | Felix Domke | |
| 2006-03-02 | minimally improved LCD support | Felix Domke | |
| 2006-02-24 | generic show/hide support for GUIComponents | Felix Domke | |
| 2005-12-17 | GUI: child windows will no long be removed on parent destroy. listbox/window ↵ | Felix Domke | |
| now destroy their private parents. python does no longer use thisown = 0. | |||
| 2005-12-07 | add ability to append normal funktions to Screen.onLayoutFinish call list | Andreas Monzner | |
| 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 | |||
