aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/GUISkin.py
AgeCommit message (Collapse)Author
2009-10-17cleanup screen title handlingghost
no more need to directly access self.instance.setTitle or getTitle
2009-10-13Components/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-15allow position="center,center" to center screen client area on screenFelix Domke
2008-04-23prepare for skin updating and scalingFelix Domke
2007-11-02split 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-21remove unneeded codeAndreas Monzner
2007-09-21remove debugAndreas Monzner
2007-09-21small fixes for PIGAndreas Monzner
2007-09-21add a "Picture in Graphics" source.. its usable to show a small embedded tvAndreas 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-14add the name of missing skin element to debug outputAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-20use a CList for 'summaries' list for easier callingFelix Domke
2006-06-15support for rendererFelix Domke
2006-03-02minimally improved LCD supportFelix Domke
2006-02-24generic show/hide support for GUIComponentsFelix Domke
2005-12-17GUI: 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-07add ability to append normal funktions to Screen.onLayoutFinish call listAndreas Monzner
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-05 - split of Components into different filesFelix Domke
- screen (will be split next) must import required modules