| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-07-15 | disable instant record by pressing red button with new rcs | Stefan Pluecken | |
| 2008-07-15 | display "audio" instead of "timeshift" in the infobar next to the yellow ↵ | Stefan Pluecken | |
| knob for new rc boxes | |||
| 2008-07-11 | fix subservicequickzap | Andreas Monzner | |
| 2008-07-11 | fix some imports | Andreas Monzner | |
| 2008-07-02 | # | Andreas Monzner | |
| # Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) # | |||
| 2008-07-01 | restart previous running services in onClose event | Andreas Monzner | |
| remove some debug output | |||
| 2008-06-27 | revert rest of local changes (so the complete commit is reverted now) | Andreas Monzner | |
| 2008-06-27 | rewrite ServiceEventTracker and PerServiceBase service event handle code | Andreas Monzner | |
| 2008-06-27 | some cleanups, | Andreas Monzner | |
| add missing destroy calls, fix incomplete destroy calls, small speedup | |||
| 2008-06-26 | add possibility to choose record location on timer creation and choose | Andreas Monzner | |
| record location in movieplayer (only in expert user level) | |||
| 2008-05-27 | green -> blue | Andreas Monzner | |
| 2008-05-26 | add possibility to enable / disable ac3 downmix in audio track selection | Andreas Monzner | |
| menu | |||
| 2008-05-14 | fix not visible sleeptimer in extensions menu on dm800 | Andreas Monzner | |
| 2008-05-13 | dont re-ask parental pin on change subservices | Andreas Monzner | |
| 2008-04-24 | re-add SeekBackward workaround ... but dont use it for the dvd player | Andreas Monzner | |
| 2008-04-17 | remove deprecated and unused code | Andreas Monzner | |
| 2008-04-14 | remove deprecated code (deprecation date was 2008-01 and 2008-02) | Andreas Monzner | |
| 2008-04-04 | remove unneeded minBackwardSpeed check... the min speed is already defined | Andreas Monzner | |
| via Usage config (in Expert Mode) | |||
| 2008-03-13 | add some translator comments, by Anders Holst | Felix Domke | |
| 2008-03-10 | dont show pip options in extension menu when no pip is available | Andreas Monzner | |
| 2008-02-19 | movie player configuration options, by Anders Holst | Felix Domke | |
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas Monzner | |
| class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated) | |||
| 2008-01-29 | fix typo | Andreas Monzner | |
| 2008-01-24 | pass more information about why a channel alloc fails, and display proper ↵ | Felix Domke | |
| error message (instead of "no free tuner") | |||
| 2007-11-22 | set parent | Felix Domke | |
| 2007-11-15 | add config option 'Show blinking clock in display during recording' | Andreas Monzner | |
| default is no | |||
| 2007-11-02 | split 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-11-01 | let display clock blinking when a recording is in progress | Andreas Monzner | |
| 2007-11-01 | use Source/Render/Converter stuff for: | Andreas Monzner | |
| - forground tuner displaying - tuners in use displaying - running record pixmap | |||
| 2007-10-29 | dont show dishscreen on create | Andreas Monzner | |
| 2007-10-26 | whitespace fixes, fix infobar summary to include progressbar (patch by Sat_Man) | Felix Domke | |
| 2007-10-16 | small lcd cosmetics | Andreas Monzner | |
| 2007-10-01 | no numberzapping in timeshift | Andreas Monzner | |
| 2007-09-30 | replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵ | Felix Domke | |
| by Moritz Venn | |||
| 2007-09-26 | add picon LCD example | Felix Domke | |
| 2007-09-24 | seperate summary screen for movie playeer | Felix Domke | |
| 2007-09-23 | replace some sources by redirects to the (session-)global screen | Felix Domke | |
| 2007-09-07 | add missing 16X seek forward, | Andreas Monzner | |
| add 48X seek forward/backward, add 8X seek backward ( not fine.. but better as nothing ) | |||
| 2007-09-03 | use show_infobar_on_skip instead of on_zap when seeking | Felix Domke | |
| 2007-08-25 | get and select current audio track | Felix Domke | |
| 2007-08-13 | Alter behavior of the zero button in PiP mode. The exact behavior may be | Felix Domke | |
| configured by changing the value of the 'Behaviour of 0 key in PiP-mode' property in the settings menu. Possible values are: - standard the behavior of the zero button is remains as is (switch to last channel) - swap the zero button swaps the pip service with the active - swap and stop the zero button swaps the pip service with the active and then turns pip off - stop turns pip off Patch by John Holland <johnbock@i-have-a-dreambox.com>, with some modifications. | |||
| 2007-07-31 | take care of scrollbar size when build movielist and timerlist entries | Andreas Monzner | |
| i dont understand how it could work ever | |||
| 2007-07-28 | just call plugin with servicelist as kwarg | Felix Domke | |
| 2007-07-27 | make servicelist accessible in plugins | Andreas Monzner | |
| self.session.servicelist is available just when the plugin main function is called... so create a lokal copy when you need it | |||
| 2007-07-22 | show single service epg on long info keypress | Andreas Monzner | |
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2007-07-20 | (ralfk) workaround until we have a proper 'b'-after-'l' fix | Felix Domke | |
| 2007-07-18 | (ralfk) user defined skip times with 1/3, add 1/3 to keybindings, remove ↵ | Felix Domke | |
| duplicate code in InfoBarGenerics, add hideAfterResume, add some help texts | |||
| 2007-07-15 | fix PIP | Andreas Monzner | |
| 2007-07-14 | add showInfobarOrEpgWhenInfobarAlreadyVisible | Felix Domke | |
