| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-02 | Merge branch 'bug_530_add_dm800se_support' into 3.0 | ghost | |
| 2010-11-02 | move windowstyle definitions for LCD/OLED and Color Oled Display to ↵ | ghost | |
| skin_default.xml | |||
| 2010-10-14 | Merge remote branch ↵ | ghost | |
| 'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management' | |||
| 2010-10-06 | fix nl subtitle selected string and layout | Fraxinas | |
| 2010-10-06 | Extend AudioSelection width, fix mediaplayer subtitle selection key | Fraxinas | |
| 2010-10-06 | experimentally merge audio + subtitle streams selection dialogs into one | Fraxinas | |
| 2010-10-06 | Merge remote branch 'origin/bug_530_add_dm800se_support' | ghost | |
| 2010-10-06 | skin_default.xml: small skin correction. refs #530 | acid-burn | |
| 2010-10-02 | fixes bug #587 | Stefan Pluecken | |
| - use new internally connectable detection mechanism - display unsupported tuners | |||
| 2010-10-01 | data/skin_default.xml: skin fixes for dm800se color oled. refs #530 | acid-burn | |
| 2010-10-01 | data/skin_default.xml: skni fixes for dm800se color oled. refs #530 | acid-burn | |
| 2010-06-10 | add missing dm800se color oled screens. refs #530 | acid-burn | |
| 2010-06-10 | add missing dm800se color oled screens. refs #530 | acid-burn | |
| 2010-06-10 | add support for rbg565 color oled | ghost | |
| 2010-06-09 | fix nl subtitle selected string and layout | Fraxinas | |
| 2010-06-04 | Extend AudioSelection width, fix mediaplayer subtitle selection key | Fraxinas | |
| 2010-06-01 | add support for rbg565 color oled | ghost | |
| 2010-05-30 | Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵ | Fraxinas | |
| experimental | |||
| 2010-05-30 | experimentally merge audio + subtitle streams selection dialogs into one | Fraxinas | |
| 2010-05-06 | Network.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-06 | Network.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-12 | fixes bug #445 | Stefan Pluecken | |
| show diseqc settings in NimSelection | |||
| 2010-03-12 | fixes bug #445 | Stefan 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-01 | fixes bug #354 | thedoc | |
| change MenuList to ChoiceList in ChannelContext and assign Blue button to PiP activation | |||
| 2010-01-01 | show a short symbol when a unhandled key is pressed | ghost | |
| this fixes bug #293 | |||
| 2009-12-23 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | thedoc | |
| 2009-12-23 | fixes bug #163 | Stefan Pluecken | |
| remove transparency from the (turning) dish icon and draw a border around it move dish icon to the foreground | |||
| 2009-12-23 | Merge branch 'bug157_wizard_virtualkeyboard' | acid-burn | |
| 2009-11-11 | fixes bug #283 | Stefan Pluecken | |
| if nothing is connected to any nim, don't die entering scan setup | |||
| 2009-11-10 | Enigma2-{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-14 | Enigma2{skin_default.xml,SimpleSummary.py}: - Fix SimpleSummary, thx ritzMo | acid-burn | |
| 2009-10-14 | Merge branch 'master' of /git/enigma2 | acid-burn | |
| 2009-10-13 | Enigma2{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-13 | Enigma2{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-13 | Enigma2{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-12 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | ghost | |
| 2009-10-12 | dont center the radio channel selection screen (not alternative) | ghost | |
| 2009-10-12 | Merge branch 'master' of /git/enigma2 | acid-burn | |
| 2009-10-12 | - fix storing last used sleep timer time | Stefan 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-12 | Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵ | acid-burn | |
| into skin_default and allow individual skinning | |||
| 2009-10-06 | skin_default.xml: -add skin entry for VideoMode plugin. | acid-burn | |
| 2009-10-06 | Enigma2{skin.xml,skin_default.xml}: use center,center for screens where ↵ | acid-burn | |
| reasonable. | |||
| 2009-10-02 | data/skin_default.xml: - Update SkinSelector skin to reflect newest changes. | acid-burn | |
| 2009-09-25 | data/skin_default.xml: follow NetworkSetup.py changes | acid-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-03 | Add 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help ↵ | Stefan Pluecken | |
| matrix still fits into your screens. | |||
| 2009-09-03 | Change "Initialize"-Button in Harddisk initilization dialog to red dot with ↵ | Stefan Pluecken | |
| text. | |||
| 2009-09-03 | Resize "introduction"-label in network config to fit in german text. | Stefan Pluecken | |
| 2009-08-18 | set permissions to 644 for data files | Andreas Oberritter | |
| 2009-03-25 | remove skin for subservice selection.. so default choicelist skin is used | ghost | |
