| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-05 | Merge branch 'master' into bug_236_recordpath | ghost | |
| 2009-10-31 | bug 154 | Stefan Pluecken | |
| remove sleep timer from infobar blue button menu sleep timer still accessible through powerdown menu via main menu or by holding the power button for 3 seconds | |||
| 2009-10-29 | By Anders Holst: | Felix Domke | |
| At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths. | |||
| 2009-10-17 | cleanup screen title handling | ghost | |
| no more need to directly access self.instance.setTitle or getTitle | |||
| 2009-10-16 | SleepTimerEdit.py: store latest selected sleeptimer action | ghost | |
| 2009-10-14 | Enigma2{skin_default.xml,SimpleSummary.py}: - Fix SimpleSummary, thx ritzMo | 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,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 | - 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 | SleepTimerEdit.py: use left runtime of running event or playback as default ↵ | ghost | |
| sleeptimer time (thx to ali abdul) | |||
| 2009-10-05 | fix possible crash | Fraxinas | |
| 2009-09-25 | Merge branch 'master' of /git/enigma2 | Mladen Horvat | |
| 2009-09-25 | add a standby counter and a enigma2 startcounter | ghost | |
| config.misc.standbyCount (not saved to /etc/enigma2/settings) config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown) | |||
| 2009-09-25 | Screens/NetworkSetup.py: - rework network gui. | acid-burn | |
| - move buttons to the top and remove bottom bar - replace all Labels where possible through StaticText for better skinability - minor fixes | |||
| 2009-09-22 | allow disabling and resizing of picture in picture window in movie player | Stefan Pluecken | |
| 2009-09-08 | don't offer scanning on nims where nothing is connected | Stefan Pluecken | |
| 2009-09-04 | NetworkSetup.py: update description | acid-burn | |
| 2009-09-03 | reorder recording question | Felix Domke | |
| 2009-09-03 | allow skipping of end screens in wizards | Stefan 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-03 | allow 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-03 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Stefan Pluecken | |
| 2009-09-03 | fix exec-begin after timer stop | Felix Domke | |
| 2009-09-03 | Add 0 to NumericalTextInputHelpDialog. Check your plugins if the larger help ↵ | Stefan Pluecken | |
| matrix still fits into your screens. | |||
| 2009-08-26 | PluginBrowser.py: -dont show downloadable plugins twice | acid-burn | |
| - properly reload list after download/remove of an plugin | |||
| 2009-08-26 | PluginBrowser.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-24 | fix for unused buttons on bottom row | Felix Domke | |
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-08-15 | update all Makefile.am files | Andreas Oberritter | |
| remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2 | |||
| 2009-08-13 | Screens/Standby.py: call quitMainloop after closing the TryQuitMainloop screen.. | ghost | |
| this clears the display and the framebuffer before quit enigma2 | |||
| 2009-08-10 | patch by Mike Looijmans: support plugins with a dash in description | Felix Domke | |
| 2009-08-06 | prevent exception when invoked without current_dialog object | Fraxinas | |
| 2009-08-04 | allow two different behaviours when going into resume: SUSPEND_STOPS ↵ | Fraxinas | |
| (default as usual) and new SUSPEND_PAUSES (introduced for dvd player) | |||
| 2009-07-22 | properly update statusbar after network restart | acid-burn | |
| also ignore wmaster0 interface | |||
| 2009-07-03 | allow 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-30 | make dm8000 blink pattern a bit nicer | Felix Domke | |
| 2009-06-25 | ChannelSelection.py: add dvb service type 22 as tv service, add dvb service ↵ | ghost | |
| type 10 as radio service | |||
| 2009-06-24 | also provide showInfobarOrEpgWhenInfobarAlreadyVisible in InfoBarSimpleEventView | Felix Domke | |
| 2009-06-11 | InfoBarGenerics.py: some subtitle screen show/hide fixes | ghost | |
| 2009-06-11 | Subtitles.py: add possibilty to use this screen with other ↵ | ghost | |
| InfoBarSubtitleSupport instances | |||
| 2009-06-11 | Subtitles.py: small fix | ghost | |
| 2009-05-25 | Fix frontpanel support for DM8000, | Felix Domke | |
| modified behaviour on hardware with single frontpanel led (disabled in standby) | |||
| 2009-05-21 | swap green and red led | Felix Domke | |
| 2009-05-21 | signal Standby-state into session globals | Felix Domke | |
| 2009-05-21 | more sophisticated LED control, not yet model-specific | Felix Domke | |
| 2009-05-11 | show both language codes / languages when two language codes are transmitted ↵ | ghost | |
| for one single pid | |||
| 2009-05-01 | EpgSelection.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-15 | Virtualkeyboard.py: dont crash on empty fields | ghost | |
| 2009-04-15 | PluginBrowser.py: fix name splitting (thx to | ghost | |
| Mike Looijmans) | |||
| 2009-04-15 | PluginBrowser.py: update pluginlist max every 60 minutes (thx to | ghost | |
| Mike Looijmans) | |||
| 2009-03-31 | Merge commit 'origin/master' into tmbinc/FixTimingBugs | Felix Domke | |
