aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2009-09-03reorder recording questionFelix Domke
2009-09-03allow skipping of end screens in wizardsStefan Pluecken
just add <condition> self.condition = self.isLastWizard </condition> to the last screen in your wizard furthermore you need to update the <step>-tag of your last step according to the following example: <step id="end" laststep="true"> ... </step>
2009-09-03allow exiting wizards with exit key if there is no step history (i.e. user ↵Stefan Pluecken
is in the first step of the wizard)
2009-09-03Merge branch 'master' of git.opendreambox.org:/git/enigma2Stefan Pluecken
2009-09-03fix exec-begin after timer stopFelix Domke
2009-09-03Add 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help ↵Stefan Pluecken
matrix still fits into your screens.
2009-08-26PluginBrowser.py: -dont show downloadable plugins twiceacid-burn
- properly reload list after download/remove of an plugin
2009-08-26PluginBrowser.py: dont use "ipkg list_installed" on second run if "Download ↵acid-burn
Plugins" was selected, instead use correct "ipkg list" as we want available plugins and not already installed.
2009-08-24fix for unused buttons on bottom rowFelix Domke
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-08-13Screens/Standby.py: call quitMainloop after closing the TryQuitMainloop screen..ghost
this clears the display and the framebuffer before quit enigma2
2009-08-10patch by Mike Looijmans: support plugins with a dash in descriptionFelix Domke
2009-08-06prevent exception when invoked without current_dialog objectFraxinas
2009-08-04allow two different behaviours when going into resume: SUSPEND_STOPS ↵Fraxinas
(default as usual) and new SUSPEND_PAUSES (introduced for dvd player)
2009-07-22properly update statusbar after network restartacid-burn
also ignore wmaster0 interface
2009-07-03allow to do a manual scan on linked tuners when the type of linked and ↵ghost
directly connected tuner is not equal (DVB-S linked to DVB-S2 or vice versa)
2009-06-30make dm8000 blink pattern a bit nicerFelix Domke
2009-06-25ChannelSelection.py: add dvb service type 22 as tv service, add dvb service ↵ghost
type 10 as radio service
2009-06-24also provide showInfobarOrEpgWhenInfobarAlreadyVisible in InfoBarSimpleEventViewFelix Domke
2009-06-11InfoBarGenerics.py: some subtitle screen show/hide fixesghost
2009-06-11Subtitles.py: add possibilty to use this screen with other ↵ghost
InfoBarSubtitleSupport instances
2009-06-11Subtitles.py: small fixghost
2009-05-25Fix frontpanel support for DM8000,Felix Domke
modified behaviour on hardware with single frontpanel led (disabled in standby)
2009-05-21swap green and red ledFelix Domke
2009-05-21signal Standby-state into session globalsFelix Domke
2009-05-21more sophisticated LED control, not yet model-specificFelix Domke
2009-05-11show both language codes / languages when two language codes are transmitted ↵ghost
for one single pid
2009-05-01EpgSelection.py: add to new skin sources.... one to get detailed event ↵ghost
information and one to get service information i.e. to get the ServiceName you should use the ServiceName Converter and source="Service" like the ChannelSelection Screen to get the Extended Description of current selected event you should use the EventName Converter and source="Event" like GraphicalMultiEPG Screen ... you can look in skin_default.xml
2009-04-15Virtualkeyboard.py: dont crash on empty fieldsghost
2009-04-15PluginBrowser.py: fix name splitting (thx toghost
Mike Looijmans)
2009-04-15PluginBrowser.py: update pluginlist max every 60 minutes (thx toghost
Mike Looijmans)
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-26TimerEntry.py: dont ask to select subservice when just one subservice is ↵ghost
available
2009-03-25InfoBarGenerics.py: fix crash when press yellow in info screen on subservicesghost
2009-03-23handle empty bouquetsFelix Domke
2009-03-23allow strings to be used for skin_nameFelix Domke
2009-03-19sort plugins by name, give some ChoiceBoxes individual namesFelix Domke
2009-03-19make ChoiceBox skinnableFelix Domke
2009-03-16Ci.py: fix crash since yesterday change without new driversghost
2009-03-15add "High bitrate support" choice in CI Setup (needs new drivers to work)ghost
2009-03-11do nothing when green button is pressed in a record, to be consistent with UIFelix Domke
2009-03-04fix possible crashghost
2009-03-02Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-03-02replace EOF magic by a slightly more accurate PVR EOF.Felix Domke
2009-02-28use < > keys vor next / previous service in single service epgghost
2009-02-27add possibility to change services in single service epg with bouquet +/- keyghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-19- increase video wizard timeout from 10 to 20 secondsStefan Pluecken
- rearrange summary screen widgets - set summary screen before anything else in the wizard
2009-02-16Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke