| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-22 | Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578 | acid-burn | |
| 2010-09-21 | Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵ | acid-burn | |
| enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578 | |||
| 2010-09-21 | Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵ | acid-burn | |
| enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578 | |||
| 2010-09-13 | fixes bug #582 | Stefan Pluecken | |
| handle keyboard entries in wizard correctly for dynamic config elements | |||
| 2010-09-07 | Merge branch 'bug_480_nfiflash' into experimental | Fraxinas | |
| 2010-09-07 | NFIFlash: integrate configuration backup/restore, string corrections | Fraxinas | |
| 2010-09-01 | Merge branch 'bug_429_remove_hardcoded_paths' into experimental | Fraxinas | |
| 2010-09-01 | Merge branch 'bug_480_nfiflash' into experimental | Fraxinas | |
| 2010-09-01 | [NFIFlash] ask whether to run configuration backup after image download (add ↵ | Fraxinas | |
| #480) | |||
| 2010-09-01 | [DVDBurn] remove absolut paths for DVD media toolbox console utilities (add ↵ | Fraxinas | |
| #429) | |||
| 2010-08-26 | Enigma2: add possibility to configure input device delay and repeat settings. | acid-burn | |
| fixes #69 | |||
| 2010-08-26 | Enigma2: add possibility to configure input device delay and repeat settings. | acid-burn | |
| fixes #69 | |||
| 2010-08-24 | fix downloading image to flash or harddrive (#480) | Fraxinas | |
| 2010-08-18 | TaskView: correctly pop-up aborted/failed notifications in foreground | Fraxinas | |
| 2010-08-17 | JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads | Fraxinas | |
| 2010-08-17 | Playback/Skipping fixes / cleanup by A. Holst | ghost | |
| * Jumping between marks in the movie, with "<" and ">", doesn't work well when there are cut marks in the movie. Especially jumping backwards will fail if there is a mark in a cut out region that is to be jumped over. (InfoBarGenerics.py, chunks 3 and 4) * Now when rewind works at all platforms also at low speeds, the rewind speeds x2 and x4 should be added again to the default. (UsageConfig.py, chunk 1) * Cleanup some obsolete code: SeekBackHack and non-smooth winding. None of these can be used anymore, but remnants were left in the code and in the configuration alternatives. It is high time to clean these out. (setup.xml, UsageConfig.py chunk 2, InfoBarGenerics.py chunks 1 and 2, DVDPlayer) * In the position gauge of the movie player, marks in the movie are shown as red dots. Long time ago the last position was also shown as a red dot, which was bad because it was confused with the marks, so it was removed. However, jumping between marks in the movie with "<" and ">" also stops at the last position, which is useful e.g. if you don't automatically start playing from the last position. The code below adds the last position back to the position gauge as a green dot, to distinguish it from the red ones. (epositiongauge.cpp) refs bug #570 | |||
| 2010-08-16 | NFIFlash: change display of feed list details | Fraxinas | |
| 2010-08-13 | NFIFlash fixes (#480) | Fraxinas | |
| 2010-08-13 | introduce afterEventChangeable parameter | Fraxinas | |
| 2010-08-13 | show "nothing connected" instead of empty filelist with only mountpoints shown | Fraxinas | |
| 2010-08-12 | NFIFlash: hide hdd and other mounts (#480) | Fraxinas | |
| 2010-08-10 | re-commit new NFIFlash plugin (bug #480) | Fraxinas | |
| 2010-08-05 | lib/python/Components/VolumeControl.py: move instance to class | ghost | |
| 2010-08-05 | lib/python/Components/VolumeControl.py: move instance to class | ghost | |
| 2010-08-05 | lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ | ghost | |
| global accessible and add a singleton check | |||
| 2010-08-05 | lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ | ghost | |
| global accessible and add a singleton check | |||
| 2010-07-27 | Enigma2-Network: update Wlan plugin to support new python-wifi. | acid-burn | |
| some fixes and cleanups. refs #558 | |||
| 2010-07-27 | SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py. | acid-burn | |
| refs #558 | |||
| 2010-07-26 | add experimental vobsub support (requires gst-plugin-dvdsub) / ignore PGS ↵ | Fraxinas | |
| subs (fixes #537) | |||
| 2010-07-25 | Softwaremanager: fix potential crash when trying to delete from empty list. | acid-burn | |
| Graphmultiepg: fix typo inside metafile. fixes #563 | |||
| 2010-07-25 | Softwaremanager: fix potential crash when trying to delete from empty list. | acid-burn | |
| Graphmultiepg: fix typo inside metafile. fixes #563 | |||
| 2010-07-24 | Enigma2-Network: update Wlan plugin to support new python-wifi. | acid-burn | |
| some fixes and cleanups. refs #558 | |||
| 2010-07-24 | SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py. | acid-burn | |
| refs #558 | |||
| 2010-07-24 | 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-07-24 | refs bug #460 | Stefan Pluecken | |
| swap bflag and eflag (begin and end flag for timer sanity check) old version: bflag = 1, eflag = -1 that lead to the sort function sorting timers with begin=end wrong: self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)]) resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time) | |||
| 2010-07-22 | fixes bug #556 | Stefan Pluecken | |
| - fixes adding timers from inside the movie player: the .ts service was added as channel - fixes a small bug in ConfigSelection to allow empty strings inside the ChoicesList | |||
| 2010-07-20 | implement configurable http user-agent (fixes #224) | Fraxinas | |
| 2010-07-16 | fixes bug #552 | Stefan Pluecken | |
| add the equal sign to numerical text input onto the 0 rcu button | |||
| 2010-07-06 | Softwaremanager: * properly count processed packages. | acid-burn | |
| * make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button. * show files that will be backed up inside own infoscreen and not inside the menu description. * add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel fixes #550 | |||
| 2010-07-06 | Screens/Ipkg.py: properly count processed packages. refs #550 | acid-burn | |
| 2010-07-06 | Softwaremanager: * properly count processed packages. | acid-burn | |
| * make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button. * show files that will be backed up inside own infoscreen and not inside the menu description. * add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel fixes #550 | |||
| 2010-07-06 | Screens/Ipkg.py: properly count processed packages. refs #550 | acid-burn | |
| 2010-06-28 | add support for /proc/stb/frontend/X/lnb_sense | ghost | |
| 2010-06-28 | add support for /proc/stb/frontend/X/lnb_sense | ghost | |
| 2010-06-21 | set currently running audio + subtitle streams as default selection. on OK ↵ | Fraxinas | |
| keypress, select and close dialog. (add #188) | |||
| 2010-06-14 | fix-fix configlist assertion (add #188) | Fraxinas | |
| 2010-06-11 | Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵ | Fraxinas | |
| experimental | |||
| 2010-06-11 | don't crash on empty configlist lines | Fraxinas | |
| 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 | |
