aboutsummaryrefslogtreecommitdiff
path: root/data/skin_default.xml
AgeCommit message (Collapse)Author
2010-11-02Merge branch 'bug_530_add_dm800se_support' into 3.0ghost
2010-11-02move windowstyle definitions for LCD/OLED and Color Oled Display to ↵ghost
skin_default.xml
2010-10-14Merge remote branch ↵ghost
'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'
2010-10-06fix nl subtitle selected string and layoutFraxinas
2010-10-06Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2010-10-06experimentally merge audio + subtitle streams selection dialogs into oneFraxinas
2010-10-06Merge remote branch 'origin/bug_530_add_dm800se_support'ghost
2010-10-06skin_default.xml: small skin correction. refs #530acid-burn
2010-10-02fixes bug #587Stefan Pluecken
- use new internally connectable detection mechanism - display unsupported tuners
2010-10-01data/skin_default.xml: skin fixes for dm800se color oled. refs #530acid-burn
2010-10-01data/skin_default.xml: skni fixes for dm800se color oled. refs #530acid-burn
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10add support for rbg565 color oledghost
2010-06-09fix nl subtitle selected string and layoutFraxinas
2010-06-04Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2010-06-01add support for rbg565 color oledghost
2010-05-30Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵Fraxinas
experimental
2010-05-30experimentally merge audio + subtitle streams selection dialogs into oneFraxinas
2010-05-06Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-05-06Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-03-12fixes bug #445Stefan Pluecken
show diseqc settings in NimSelection
2010-03-12fixes bug #445Stefan Pluecken
show diseqc settings in NimSelection
2010-01-29* simplify NetworkWizard usability. Its now possible to open the wizard ↵acid-burn
directly with the current selected network interface, so its no more needed to select the interface twice. * add a blue button link to the network wizard also inside the AdapterSelectionScreen. * d't show interface question if only one interface is available. This fixes bug #218
2010-01-01fixes bug #354thedoc
change MenuList to ChoiceList in ChannelContext and assign Blue button to PiP activation
2010-01-01show a short symbol when a unhandled key is pressedghost
this fixes bug #293
2009-12-23Merge branch 'master' of git.opendreambox.org:/git/enigma2thedoc
2009-12-23fixes bug #163Stefan Pluecken
remove transparency from the (turning) dish icon and draw a border around it move dish icon to the foreground
2009-12-23Merge branch 'bug157_wizard_virtualkeyboard'acid-burn
2009-11-11fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-10Enigma2-{Wizard.py,Networksetup.py,ConfigList.py,skin_default.xml,NetworkWiz ↵Acid Burn
ard.py}: -add possibility to use the VirtualKeyboard globally with every ConfigText and ConfigPassword ConfigEntry inside ConfigListScreens and WizardScreens. -add possibility to globally move the NumericalHelpInputWindow shown from a ConfigListScreen or a Wizard Screen to a inside the Skin defined Position This currently still needs following Skin entries defined in your Screens Skin: "<widget source="VKeyIcon" render="Pixmap" pixmap="skin_default/buttons/key_text.png" position="10,380" zPosition="10" size="35,25" transparent="1" alphatest="on" > <convert type="ConditionalShowHide" /> </widget>" used for Showing/hiding the TEXT Icon if the VirtualKeyboard is available. and: "<widget name="HelpWindow" pixmap="skin_default/vkey_icon.png" position="160,315" zPosition="1" size="1,1" transparent="1" alphatest="on" />" used to position the NumericalTextInputHelpWIndow inside your Screen as defined by your Screens Skin. also you need currently: from Components.Sources.Boolean import Boolean self["VKeyIcon"] = Boolean(False) self["HelpWindow"] = Pixmap() self["HelpWindow"].hide() inside your Screens sourcecode so we know that these items should be handled globally from Enigma2. - remove own Helpwindow/Vkey handling from NetworkSetup.py - include new VirtualKeyboardhandling inside NetworkWizard This fixes #157
2009-10-14Enigma2{skin_default.xml,SimpleSummary.py}: - Fix SimpleSummary, thx ritzMoacid-burn
2009-10-14Merge branch 'master' of /git/enigma2acid-burn
2009-10-13Enigma2{data/skin_default.xml, Screens/ParentalControlSetup.py} - remove ↵acid-burn
ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default, instead use "Setup" Skin but still allow individual skinning over the original Screen names - add SetupSummary
2009-10-13Enigma2{data/skin_default.xml,Videomode/plugin.py}: - revert own skin entry ↵acid-burn
for VideoMode Plugin(removed again from skin_default.xml), instead use the "Setup" Skin entry, but still allow individual skinning using "VideoSetup" as screen name.
2009-10-13Enigma2{data/skin_default.xml,Screens/Setup.py}: -replace Buttons and Labels ↵acid-burn
through StaticText - remove irritating double Title and use self.setup_title as Screen Title
2009-10-12Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-10-12dont center the radio channel selection screen (not alternative)ghost
2009-10-12Merge branch 'master' of /git/enigma2acid-burn
2009-10-12- fix storing last used sleep timer timeStefan Pluecken
- revert previous change to reuse last used sleep timer time again - add blue button control to set sleep timer time to the remaining time of the currently running service
2009-10-12Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵acid-burn
into skin_default and allow individual skinning
2009-10-06skin_default.xml: -add skin entry for VideoMode plugin.acid-burn
2009-10-06Enigma2{skin.xml,skin_default.xml}: use center,center for screens where ↵acid-burn
reasonable.
2009-10-02data/skin_default.xml: - Update SkinSelector skin to reflect newest changes.acid-burn
2009-09-25data/skin_default.xml: follow NetworkSetup.py changesacid-burn
-replace "widget name=" through "widget source" and render="Label" where possible - remove no more needed entries. This needs to be also applied on external skins if the network screens are skinned there.
2009-09-03Add 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help ↵Stefan Pluecken
matrix still fits into your screens.
2009-09-03Change "Initialize"-Button in Harddisk initilization dialog to red dot with ↵Stefan Pluecken
text.
2009-09-03Resize "introduction"-label in network config to fit in german text.Stefan Pluecken
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-03-25remove skin for subservice selection.. so default choicelist skin is usedghost