Stefan Pluecken [Sat, 2 Oct 2010 12:50:56 +0000 (14:50 +0200)]
fixes bug #587
- use new internally connectable detection mechanism
- display unsupported tuners
acid-burn [Fri, 1 Oct 2010 08:38:40 +0000 (10:38 +0200)]
data/skin_default.xml: skin fixes for dm800se color oled. refs #530
acid-burn [Fri, 1 Oct 2010 08:38:40 +0000 (10:38 +0200)]
data/skin_default.xml: skni fixes for dm800se color oled. refs #530
enigma2-translation-bot [Wed, 29 Sep 2010 09:42:53 +0000 (09:42 +0000)]
Automatic message catalog update
E2 branches: master experimental
Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Plugins-Meta: description and shortdescription
enigma2-translation-bot [Wed, 29 Sep 2010 09:42:53 +0000 (09:42 +0000)]
Automatic message catalog update
E2 branches: master experimental
Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Plugins-Meta: description and shortdescription
acid-burn [Wed, 29 Sep 2010 07:28:40 +0000 (09:28 +0200)]
DreamInfoHandler.py: strip data. refs #578
acid-burn [Wed, 29 Sep 2010 07:28:40 +0000 (09:28 +0200)]
DreamInfoHandler.py: strip data. refs #578
Stefan Pluecken [Mon, 27 Sep 2010 13:18:55 +0000 (15:18 +0200)]
refs bug #584
don't show "add service to bouquet" when inside bouquet view in multi bouquet mode and just one bouquet is set
don't show "add service to favourites" when inside favourite view (multi bouquet mode is disabled)
Stefan Pluecken [Mon, 27 Sep 2010 13:08:16 +0000 (15:08 +0200)]
fixes bug #584
- Fixes BSOD in radio mode when trying to add a service to the favourites
- Don't close ChannelSelection when adding a service to the facourites.
acid-burn [Wed, 22 Sep 2010 13:39:36 +0000 (15:39 +0200)]
Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578
acid-burn [Wed, 22 Sep 2010 13:39:36 +0000 (15:39 +0200)]
Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578
acid-burn [Tue, 21 Sep 2010 19:29:48 +0000 (21:29 +0200)]
Enigma2-meta: rework plugin meta files and prepare for inclusion into 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
acid-burn [Tue, 21 Sep 2010 19:29:48 +0000 (21:29 +0200)]
Enigma2-meta: rework plugin meta files and prepare for inclusion into 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
Stefan Pluecken [Mon, 13 Sep 2010 21:42:23 +0000 (23:42 +0200)]
fixes bug #582
handle keyboard entries in wizard correctly for dynamic config elements
enigma2-translation-bot [Fri, 10 Sep 2010 08:33:10 +0000 (08:33 +0000)]
Automatic message catalog update
E2 branches: master experimental
Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Plugins-Meta: description and shortdescription
enigma2-translation-bot [Fri, 10 Sep 2010 08:33:10 +0000 (08:33 +0000)]
Automatic message catalog update
E2 branches: master experimental
Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Plugins-Meta: description and shortdescription
Fraxinas [Tue, 7 Sep 2010 12:07:54 +0000 (14:07 +0200)]
Merge branch 'bug_480_nfiflash' into experimental
Fraxinas [Tue, 7 Sep 2010 12:06:41 +0000 (14:06 +0200)]
NFIFlash: integrate configuration backup/restore, string corrections
Fraxinas [Wed, 1 Sep 2010 13:56:06 +0000 (15:56 +0200)]
Merge branch 'bug_429_remove_hardcoded_paths' into experimental
Fraxinas [Wed, 1 Sep 2010 13:55:56 +0000 (15:55 +0200)]
Merge branch 'bug_480_nfiflash' into experimental
Fraxinas [Wed, 1 Sep 2010 13:53:27 +0000 (15:53 +0200)]
[NFIFlash] ask whether to run configuration backup after image download (add #480)
Fraxinas [Wed, 1 Sep 2010 13:42:29 +0000 (15:42 +0200)]
Merge remote branch 'origin/bug_429_remove_hardcoded_paths' into bug_429_remove_hardcoded_paths
Fraxinas [Wed, 1 Sep 2010 13:41:15 +0000 (15:41 +0200)]
[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add #429)
ghost [Fri, 27 Aug 2010 08:42:16 +0000 (10:42 +0200)]
Another seek fix by Aholst from the enigma2-devel ml
------------------------------------------------------------------
And one more fix on this theme: rewind and higher than 8 times forward
doesn't work for some movies.
It turns out that when I and Felix communicated about the "accurate
speed winding" that he eventually implemented, introducing the .sc
files, we both made a false assumption (sorry if I lead you into it),
that it was enough to jump to an I-frame picture start. However, it
appears that (for an SD-movie that is) one should jump to the sequence
start instead. (This is actually what the c++-code already does when
dealing with the .ap-file, but not for the .sc) Since most movies have
the sequence and picture start in the same ts-frame it usually doesn't
matter. But there are movies out there with the sequence start in a
ts-frame before the picture start, and for them rewind and very fast
forward currently just freezes playback instead.
The below patch fixes that. It just backs up through .sc to the previous
sequence start once the picture start is found. Also, alignment has to
be done here again and not in dvb.cpp, to get the right winding
speed. Please ask me for the full technical details if something is
unclear.
------------------------------------------------------------------
refs bug #570
acid-burn [Thu, 26 Aug 2010 06:34:43 +0000 (08:34 +0200)]
Enigma2: add possibility to configure input device delay and repeat settings.
fixes #69
acid-burn [Thu, 26 Aug 2010 06:34:43 +0000 (08:34 +0200)]
Enigma2: add possibility to configure input device delay and repeat settings.
fixes #69
Fraxinas [Tue, 24 Aug 2010 13:04:25 +0000 (15:04 +0200)]
Merge branch 'bug_480_nfiflash' into experimental
Fraxinas [Tue, 24 Aug 2010 13:03:16 +0000 (15:03 +0200)]
fix downloading image to flash or harddrive (#480)
ghost [Tue, 24 Aug 2010 08:45:21 +0000 (10:45 +0200)]
lib/dvb/sec.cpp: fixed typo (LOF/tuner frequency check was broken since latest unicable changes)
ghost [Tue, 24 Aug 2010 08:45:21 +0000 (10:45 +0200)]
lib/dvb/sec.cpp: fixed typo (LOF/tuner frequency check was broken since latest unicable changes)
Fraxinas [Wed, 18 Aug 2010 15:06:05 +0000 (17:06 +0200)]
TaskView: correctly pop-up aborted/failed notifications in foreground
Fraxinas [Tue, 17 Aug 2010 18:52:48 +0000 (20:52 +0200)]
JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloads
ghost [Tue, 17 Aug 2010 08:18:13 +0000 (10:18 +0200)]
Playback/Skipping fixes / cleanup by A. Holst
* 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
Fraxinas [Mon, 16 Aug 2010 09:11:35 +0000 (11:11 +0200)]
NFIFlash: change display of feed list details
Fraxinas [Fri, 13 Aug 2010 20:04:43 +0000 (22:04 +0200)]
NFIFlash fixes (#480)
Fraxinas [Fri, 13 Aug 2010 20:03:26 +0000 (22:03 +0200)]
introduce afterEventChangeable parameter
Fraxinas [Fri, 13 Aug 2010 20:00:08 +0000 (22:00 +0200)]
show "nothing connected" instead of empty filelist with only mountpoints shown
Fraxinas [Thu, 12 Aug 2010 10:05:33 +0000 (12:05 +0200)]
NFIFlash: hide hdd and other mounts (#480)
Fraxinas [Tue, 10 Aug 2010 11:45:17 +0000 (13:45 +0200)]
re-commit new NFIFlash plugin (bug #480)
ghost [Thu, 5 Aug 2010 09:15:00 +0000 (11:15 +0200)]
lib/python/Components/VolumeControl.py: move instance to class
ghost [Thu, 5 Aug 2010 09:15:00 +0000 (11:15 +0200)]
lib/python/Components/VolumeControl.py: move instance to class
ghost [Thu, 5 Aug 2010 09:06:49 +0000 (11:06 +0200)]
lib/python/Components/VolumeControl.py: make the VolumeControl instance global accessible and add a singleton check
ghost [Thu, 5 Aug 2010 09:06:49 +0000 (11:06 +0200)]
lib/python/Components/VolumeControl.py: make the VolumeControl instance global accessible and add a singleton check
acid-burn [Sat, 24 Jul 2010 21:14:58 +0000 (23:14 +0200)]
Enigma2-Network: update Wlan plugin to support new python-wifi.
some fixes and cleanups.
refs #558
acid-burn [Sat, 24 Jul 2010 13:41:58 +0000 (15:41 +0200)]
SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.
refs #558
ghost [Mon, 26 Jul 2010 14:09:47 +0000 (16:09 +0200)]
tools/create_picon_links.py: remove unused parameter
ghost [Mon, 26 Jul 2010 14:09:47 +0000 (16:09 +0200)]
tools/create_picon_links.py: remove unused parameter
Fraxinas [Mon, 26 Jul 2010 10:37:04 +0000 (12:37 +0200)]
Merge branch 'bug_537_vobsub' of git.opendreambox.org:/git/enigma2 into bug_537_vobsub
Conflicts:
lib/python/Components/ConfigList.py
lib/python/Screens/AudioSelection.py
lib/service/servicemp3.cpp
lib/service/servicemp3.h
Fraxinas [Mon, 26 Jul 2010 10:30:11 +0000 (12:30 +0200)]
add experimental vobsub support (requires gst-plugin-dvdsub) / ignore PGS subs (fixes #537)
acid-burn [Sun, 25 Jul 2010 20:35:19 +0000 (22:35 +0200)]
Softwaremanager: fix potential crash when trying to delete from empty list.
Graphmultiepg: fix typo inside metafile.
fixes #563
acid-burn [Sun, 25 Jul 2010 20:35:19 +0000 (22:35 +0200)]
Softwaremanager: fix potential crash when trying to delete from empty list.
Graphmultiepg: fix typo inside metafile.
fixes #563
acid-burn [Sat, 24 Jul 2010 21:14:58 +0000 (23:14 +0200)]
Enigma2-Network: update Wlan plugin to support new python-wifi.
some fixes and cleanups.
refs #558
acid-burn [Sat, 24 Jul 2010 13:41:58 +0000 (15:41 +0200)]
SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.
refs #558
acid-burn [Thu, 6 May 2010 12:24:22 +0000 (14:24 +0200)]
Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming for network interfaces.
* Redesign NetworkadapterSelection Screen.
* small cleanups. Refs #137 , Fixes #418
Stefan Pluecken [Sat, 24 Jul 2010 10:37:03 +0000 (12:37 +0200)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Stefan Pluecken [Sat, 24 Jul 2010 10:33:58 +0000 (12:33 +0200)]
refs bug #460
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)
enigma2-translation-bot [Fri, 23 Jul 2010 10:34:01 +0000 (10:34 +0000)]
Automatic message catalog update
E2 branches: master experimental
Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
enigma2-translation-bot [Fri, 23 Jul 2010 10:34:01 +0000 (10:34 +0000)]
Automatic message catalog update
E2 branches: master experimental
Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
Stefan Pluecken [Thu, 22 Jul 2010 17:37:35 +0000 (19:37 +0200)]
fixes bug #556
- 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
ghost [Tue, 20 Jul 2010 17:48:48 +0000 (19:48 +0200)]
lib/service/servicemp3.cpp: compile fix
Fraxinas [Tue, 20 Jul 2010 08:11:35 +0000 (10:11 +0200)]
merge fix
Fraxinas [Tue, 20 Jul 2010 08:06:11 +0000 (10:06 +0200)]
implement configurable http user-agent (fixes #224)
Stefan Pluecken [Thu, 15 Jul 2010 23:36:14 +0000 (01:36 +0200)]
fixes bug #552
add the equal sign to numerical text input onto the 0 rcu button
Fraxinas [Thu, 8 Jul 2010 10:56:32 +0000 (12:56 +0200)]
allow rtspt urls, issue EOF on http streaming timeout (introduces feature #551, requires libsoup-2.4-2.29.5-r0, gst-plugins-good-0.10.23-r7.1 incl. souphttpsource)
ghost [Thu, 8 Jul 2010 09:44:19 +0000 (11:44 +0200)]
lib/gdi/lcd.cpp: remove debug code for dm800se color oled
ghost [Thu, 8 Jul 2010 09:44:19 +0000 (11:44 +0200)]
lib/gdi/lcd.cpp: remove debug code for dm800se color oled
acid-burn [Tue, 6 Jul 2010 13:41:11 +0000 (15:41 +0200)]
Softwaremanager: * properly count processed packages.
* 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
acid-burn [Tue, 6 Jul 2010 13:39:32 +0000 (15:39 +0200)]
Screens/Ipkg.py: properly count processed packages. refs #550
acid-burn [Tue, 6 Jul 2010 13:41:11 +0000 (15:41 +0200)]
Softwaremanager: * properly count processed packages.
* 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
acid-burn [Tue, 6 Jul 2010 13:39:32 +0000 (15:39 +0200)]
Screens/Ipkg.py: properly count processed packages. refs #550
Fraxinas [Tue, 6 Jul 2010 10:47:53 +0000 (12:47 +0200)]
fix playback of containers with PGS subpicture streams (by ignoring them)
ghost [Mon, 5 Jul 2010 14:59:47 +0000 (16:59 +0200)]
lib/base/console.cpp: fix eConsoleAppContainer write (when called with one string only)
ghost [Mon, 5 Jul 2010 14:59:47 +0000 (16:59 +0200)]
lib/base/console.cpp: fix eConsoleAppContainer write (when called with one string only)
Stefan Pluecken [Mon, 5 Jul 2010 14:12:08 +0000 (16:12 +0200)]
add snr calculations for CXD1981 frontend
ghost [Tue, 29 Jun 2010 12:15:08 +0000 (14:15 +0200)]
lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 API
ghost [Tue, 29 Jun 2010 12:15:08 +0000 (14:15 +0200)]
lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 API
ghost [Mon, 28 Jun 2010 16:27:26 +0000 (18:27 +0200)]
add support for /proc/stb/frontend/X/lnb_sense
ghost [Mon, 28 Jun 2010 16:27:26 +0000 (18:27 +0200)]
add support for /proc/stb/frontend/X/lnb_sense
Fraxinas [Mon, 21 Jun 2010 08:20:09 +0000 (10:20 +0200)]
set currently running audio + subtitle streams as default selection. on OK keypress, select and close dialog. (add #188)
Fraxinas [Mon, 21 Jun 2010 06:59:18 +0000 (08:59 +0200)]
try fixing hot switching between text and vobsub streams
Fraxinas [Mon, 14 Jun 2010 10:59:12 +0000 (12:59 +0200)]
fix-fix configlist assertion (add #188)
Fraxinas [Fri, 11 Jun 2010 21:06:20 +0000 (23:06 +0200)]
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Fraxinas [Fri, 11 Jun 2010 21:05:36 +0000 (23:05 +0200)]
don't crash on empty configlist lines
Fraxinas [Fri, 11 Jun 2010 21:03:52 +0000 (23:03 +0200)]
more vob experiments
Fraxinas [Fri, 11 Jun 2010 13:34:27 +0000 (15:34 +0200)]
experimentally enable vob subtitles
acid-burn [Thu, 10 Jun 2010 13:19:12 +0000 (15:19 +0200)]
add missing dm800se color oled screens. refs #530
acid-burn [Thu, 10 Jun 2010 13:19:12 +0000 (15:19 +0200)]
add missing dm800se color oled screens. refs #530
ghost [Sat, 5 Jun 2010 23:52:18 +0000 (01:52 +0200)]
skin.py: another fix
ghost [Fri, 4 Jun 2010 13:55:28 +0000 (15:55 +0200)]
skin.py: another small fix for non color oled displays
ghost [Fri, 4 Jun 2010 09:24:44 +0000 (11:24 +0200)]
skin.py: small fix for non color oled support
ghost [Tue, 1 Jun 2010 16:59:04 +0000 (18:59 +0200)]
fix color oled support
ghost [Tue, 1 Jun 2010 14:08:32 +0000 (16:08 +0200)]
add support for rbg565 color oled
ghost [Thu, 10 Jun 2010 12:42:38 +0000 (14:42 +0200)]
Revert "resize InfoBarSummary for 96x64 displays"
This reverts commit
445b7f371df0fc4e7bcdf8a013b892e35e90c893.
no more needed since we have real color oled support
ghost [Thu, 10 Jun 2010 12:41:21 +0000 (14:41 +0200)]
Revert "resize ChannelSelection_summary to fit on 96x64 displays"
This reverts commit
4b90fd4ce866b21a60ca5962b23c550e54d4f6d8.
no more needed since we have real support for the color oled
ghost [Wed, 9 Jun 2010 16:55:53 +0000 (18:55 +0200)]
lib/dvb/frontend.cpp: fix compiler warning
ghost [Wed, 9 Jun 2010 16:55:53 +0000 (18:55 +0200)]
lib/dvb/frontend.cpp: fix compiler warning
ghost [Wed, 9 Jun 2010 14:14:25 +0000 (16:14 +0200)]
sec.h: fix eSecCommandList assignment
ghost [Wed, 9 Jun 2010 14:14:25 +0000 (16:14 +0200)]
sec.h: fix eSecCommandList assignment
ghost [Wed, 9 Jun 2010 14:13:22 +0000 (16:13 +0200)]
lib/dvb/epgcache.cpp: fix compiler warnings
ghost [Wed, 9 Jun 2010 12:18:29 +0000 (14:18 +0200)]
fix crash when unicable matrix is selected, cleanup code