ghost [Thu, 26 Nov 2009 13:34:55 +0000 (14:34 +0100)]
servicedvb.cpp: fix transition from slowmotion or decoder fast forward to pause
ghost [Mon, 23 Nov 2009 09:26:49 +0000 (10:26 +0100)]
servicedvb.cpp: more exact resume after seek and slowmotion
Felix Domke [Thu, 29 Oct 2009 00:47:49 +0000 (01:47 +0100)]
By Anders Holst:
* My previous code for "slow rewind" (aka "SeekBackHack") is not
required any more. Indeed, since the change in "decoder states"
some time ago my code stopped working and is now only destructively
interfering with the new winding approach, effectively ruining the
speed accuracy for slow rewind. Similarly, the "non-smooth winding"
code ruins the accuracy for high winding speeds. The patch below
removes the "SeekBackHack", and temporarily disables the
"non-smooth winding" code until we know whether the decoder states
will allow simultaneous repeat and skip rates
again. (InfoBarGenerics.py)
* Due to a bug in 'eDVBTSTools::findNextPicture', rewind was always
at the required speed minus one. (The frame just played was counted
as one when skipping backwards.) Fixed below. (tstools.cpp)
* A piece of code to apparently increase precision in seeking, by
always aligning to an i-frame start, had exactly the opposite
effect: GOP single-stepping fails completely on DM7025 and gets
highly unreliable on DM800. The piece of code is removed.
(It destructively interferes with previous code by me to hit frames
somewhat before the GOP start. As an alternative, my previous code
can be removed instead, and the currently removed piece of code
adjusted to work. But then it has to be done differently on the two
platforms.) (dvb.cpp)
* By some reason eDVBVideo::getPTS only returns even numbers on DM800
even when it should be odd. This ruins GOP single stepping in 50%
of the cases. This is easy to compensate for by adding a margin of
1 in getAccessPoint. (pvrparse.cpp)
* After the above, when GOP single-stepping works reliable on both
platforms and on SD/HD, the correct step lengths can be
used. (InfoBarGenerics.py)
ghost [Tue, 27 Oct 2009 10:45:32 +0000 (11:45 +0100)]
fix rotor tuning symbol
ghost [Tue, 27 Oct 2009 23:45:37 +0000 (00:45 +0100)]
servicemp3.cpp: fix possible segfault/asserting (bug #216)
ghost [Tue, 27 Oct 2009 23:43:32 +0000 (00:43 +0100)]
servicemp3.cpp: dont start pipeline in constructor, small cleanup
ghost [Tue, 27 Oct 2009 17:10:53 +0000 (18:10 +0100)]
fix wrong selected audio track when playing back files via gstreamer
ghost [Tue, 27 Oct 2009 17:07:51 +0000 (18:07 +0100)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Tue, 27 Oct 2009 17:07:33 +0000 (18:07 +0100)]
servicenp3.cpp: fix compiler warnings
Fraxinas [Mon, 26 Oct 2009 11:11:19 +0000 (12:11 +0100)]
locale update, thanks to zbigzbig20
ghost [Tue, 20 Oct 2009 19:36:58 +0000 (21:36 +0200)]
fix audio track selection (also needs a small fix in gst-plugin-audiosink)
ghost [Tue, 20 Oct 2009 07:39:42 +0000 (09:39 +0200)]
po/tr.po: turkish translation update
ghost [Mon, 19 Oct 2009 08:24:58 +0000 (10:24 +0200)]
po/sv.po: update swedish translation .. thx to weegull
ghost [Sat, 17 Oct 2009 12:09:47 +0000 (14:09 +0200)]
cleanup grayout handling in servicelist.. so no more grayout in timeout channelselection and other channelselections based on simple channelselection
ghost [Sat, 17 Oct 2009 11:58:35 +0000 (13:58 +0200)]
cleanup screen title handling
no more need to directly access self.instance.setTitle or getTitle
ghost [Fri, 16 Oct 2009 12:57:10 +0000 (14:57 +0200)]
SleepTimerEdit.py: store latest selected sleeptimer action
ghost [Fri, 16 Oct 2009 12:41:28 +0000 (14:41 +0200)]
update serbian and slovakian translation
thx to majevica and lacko
acid-burn [Wed, 14 Oct 2009 18:43:13 +0000 (20:43 +0200)]
Enigma2{skin_default.xml,SimpleSummary.py}: - Fix SimpleSummary, thx ritzMo
acid-burn [Wed, 14 Oct 2009 11:06:41 +0000 (11:06 +0000)]
Merge branch 'master' of /git/enigma2
Felix Domke [Wed, 14 Oct 2009 10:57:43 +0000 (12:57 +0200)]
fix english texts, thanks to Benny
acid-burn [Tue, 13 Oct 2009 21:02:22 +0000 (23:02 +0200)]
Components/GUISkin.py: - add possibility to access the Screen title from inside the skin without the need to declare it inside every Screen.
Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example:
<widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn.
acid-burn [Tue, 13 Oct 2009 06:05:53 +0000 (08:05 +0200)]
Enigma2{data/skin_default.xml, Screens/ParentalControlSetup.py} - remove ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default,
instead use "Setup" Skin but still allow individual skinning over the original Screen names
- add SetupSummary
acid-burn [Tue, 13 Oct 2009 05:56:33 +0000 (07:56 +0200)]
MediaPlayer/settings.py: - use "Setup" Skin for MediaPlayerSettings but still allow individual skinning over own Skin entry "MediaPlayerSettings"
- use "FileBrowser" Skin for DirectoryBrowser but still allow individual skinning over own Skin entry "MediaPlayerDirectoryBrowser"
- add SetupSummary
- fix crash when selecting a mountpoint as start directory inside DirectoryBrowser
acid-burn [Tue, 13 Oct 2009 05:52:35 +0000 (07:52 +0200)]
DiseqcTester/plugin.py: -use "Setup" Skin but still allow individual skinning over own Skin entry "DiseqcTesterTestTypeSelection"
- add SetupSummary
acid-burn [Tue, 13 Oct 2009 05:37:51 +0000 (07:37 +0200)]
PicturePlayer/plugin.py: -use "Setup" Skin but still allow individual skinning over own Skin entry "PicturePlayerSetup"
- add Setup Summary
acid-burn [Tue, 13 Oct 2009 05:27:23 +0000 (07:27 +0200)]
Enigma2{data/skin_default.xml,Videomode/plugin.py}: - revert own skin entry for VideoMode Plugin(removed again from skin_default.xml),
instead use the "Setup" Skin entry, but still allow individual skinning using "VideoSetup" as screen name.
acid-burn [Tue, 13 Oct 2009 05:12:43 +0000 (07:12 +0200)]
Enigma2{data/skin_default.xml,Screens/Setup.py}: -replace Buttons and Labels through StaticText
- remove irritating double Title and use self.setup_title as Screen Title
ghost [Mon, 12 Oct 2009 21:24:42 +0000 (23:24 +0200)]
fix snrdb calculation for dm600 tuner
ghost [Mon, 12 Oct 2009 21:06:10 +0000 (23:06 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Mon, 12 Oct 2009 21:05:59 +0000 (23:05 +0200)]
dont center the radio channel selection screen (not alternative)
acid-burn [Mon, 12 Oct 2009 17:23:44 +0000 (17:23 +0000)]
Merge branch 'master' of /git/enigma2
Stefan Pluecken [Mon, 12 Oct 2009 10:41:48 +0000 (12:41 +0200)]
- fix storing last used sleep timer time
- 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
ghost [Mon, 12 Oct 2009 08:42:05 +0000 (10:42 +0200)]
SleepTimerEdit.py: use left runtime of running event or playback as default sleeptimer time (thx to ali abdul)
acid-burn [Mon, 12 Oct 2009 07:40:14 +0000 (09:40 +0200)]
DVDBurn/ProjectSettings.py: -remove no more needed FileBrowser Skin and allow individual skinning
acid-burn [Mon, 12 Oct 2009 07:36:09 +0000 (09:36 +0200)]
Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin into skin_default and allow individual skinning
Felix Domke [Fri, 9 Oct 2009 13:32:27 +0000 (15:32 +0200)]
update enigma2.pot
Felix Domke [Fri, 9 Oct 2009 13:32:19 +0000 (15:32 +0200)]
remove location from enigma2.pot
Felix Domke [Fri, 9 Oct 2009 12:00:47 +0000 (14:00 +0200)]
update rel2.5 pot file
Felix Domke [Fri, 9 Oct 2009 11:07:15 +0000 (13:07 +0200)]
generic language update
Felix Domke [Fri, 9 Oct 2009 11:07:05 +0000 (13:07 +0200)]
update languages: lt,sv,da,uk,is,nl
Felix Domke [Fri, 9 Oct 2009 11:06:09 +0000 (13:06 +0200)]
Add estonian language, thanks to Arvo
ghost [Thu, 8 Oct 2009 22:17:38 +0000 (00:17 +0200)]
servicemp3.h/cpp: improved pause / skip forward/backward (needs current gstreamer and gst-plugin-dvbmediasink)
acid-burn [Thu, 8 Oct 2009 05:30:37 +0000 (07:30 +0200)]
PicturePlayer/plugin.py: - fix red Button action
- whitespace cleanup
acid-burn [Wed, 7 Oct 2009 14:58:19 +0000 (16:58 +0200)]
VideoEnhancement/plugin.py: small skin fix so all options fit into the configlistscreen
acid-burn [Wed, 7 Oct 2009 14:05:42 +0000 (16:05 +0200)]
CleanupWizard/plugin.py: - add configuration screen to mainmenu->system.
It is now possible to enable/disable the CleanupWizard and also to manually define the free space threshold for the warning.
acid-burn [Wed, 7 Oct 2009 10:08:36 +0000 (12:08 +0200)]
CommonInterfaceAssignment/plugin.py: - rework gui a bit
- move Buttons to top and replace Labels with StaticText
- add some more informations where helpful
- minor bugfixes
acid-burn [Wed, 7 Oct 2009 10:16:11 +0000 (10:16 +0000)]
Merge branch 'master' of /git/enigma2
Fraxinas [Tue, 6 Oct 2009 22:50:36 +0000 (00:50 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Fraxinas [Tue, 6 Oct 2009 22:49:18 +0000 (00:49 +0200)]
don't crash upon red key while downloading feed list, exit instead
acid-burn [Tue, 6 Oct 2009 16:28:47 +0000 (18:28 +0200)]
skin_default.xml: -add skin entry for VideoMode plugin.
acid-burn [Tue, 6 Oct 2009 16:22:53 +0000 (18:22 +0200)]
/Videomode/plugin.py: - use StaticText for Buttons
- use own Skin for better skinability
- use same translateable string for screen title and lcd title
acid-burn [Tue, 6 Oct 2009 14:47:55 +0000 (16:47 +0200)]
Extensions/DVDBurn: - use center,center for screens where possible
- replace some Lables through StaticText
- remove unused Buttons
- minor Skin alignments
- use own Skin for adding a Title to the DVD, this changes button actions.(Red is now close, green is add and yellow edit)
acid-burn [Tue, 6 Oct 2009 11:41:25 +0000 (13:41 +0200)]
MediaPlayer/settings.py: small skin corrections
acid-burn [Tue, 6 Oct 2009 11:24:11 +0000 (13:24 +0200)]
Enigma2{skin.xml,skin_default.xml}: use center,center for screens where reasonable.
acid-burn [Tue, 6 Oct 2009 08:29:36 +0000 (10:29 +0200)]
PicturePlayer/plugin.py: - center screens where needed.
- move buttons to top and replace Button/Label through StaticText
- change Button actions in main screen. ( Red is now close, Green is for Thumbnails, Yellow for Exif Information and Blue for Setup)
- use ConfigListScreen for Pic_Setup
- add Buttons where needed.
- minor Skinfixes
Stefan Pluecken [Tue, 6 Oct 2009 07:37:50 +0000 (09:37 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Stefan Pluecken [Tue, 6 Oct 2009 07:37:10 +0000 (09:37 +0200)]
don't crash when video modes are broken
ghost [Mon, 5 Oct 2009 18:43:43 +0000 (20:43 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Mon, 5 Oct 2009 18:42:44 +0000 (20:42 +0200)]
fix for older enigma2 versions
Fraxinas [Mon, 5 Oct 2009 18:24:17 +0000 (20:24 +0200)]
Mediaplayer: don't crash if writing playlist.e2pls fails
Fraxinas [Mon, 5 Oct 2009 15:50:21 +0000 (17:50 +0200)]
fix possible crash
Fraxinas [Mon, 5 Oct 2009 12:29:20 +0000 (14:29 +0200)]
NFIFlash downloader: fix possible crash
acid-burn [Sat, 3 Oct 2009 09:29:04 +0000 (11:29 +0200)]
main/bsod.cpp: replace password configentry values with "X" before adding them to the crashlog.
So now no passwords from the enigma2 settings file are added to the crashlogs if crashlog anonymizations is disabled.
Attention: Only config entries named "password" are considered as password fields. So use "password" as the name of your password configentry. for example: config.myplugin.password !
acid-burn [Fri, 2 Oct 2009 15:13:27 +0000 (17:13 +0200)]
SystemPlugins/SoftwareManager: - add timeout to MessageBox
- reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled
acid-burn [Fri, 2 Oct 2009 12:44:30 +0000 (14:44 +0200)]
data/skin_default.xml: - Update SkinSelector skin to reflect newest changes.
acid-burn [Fri, 2 Oct 2009 12:40:46 +0000 (14:40 +0200)]
SystemPlugins/SkinSelector: -Rework SkinSelector GUI a bit.
- Fix hardcoded path for noprev.png
- remove old skin. current skin is inside skin_default.xml
Mladen Horvat [Fri, 2 Oct 2009 12:01:31 +0000 (12:01 +0000)]
Merge branch 'master' of /git/enigma2
ghost [Thu, 1 Oct 2009 19:28:39 +0000 (21:28 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Thu, 1 Oct 2009 19:28:31 +0000 (21:28 +0200)]
show scaler sharpness in av setup and in video enhancement plugin
acid-burn [Thu, 1 Oct 2009 15:19:08 +0000 (17:19 +0200)]
CrashlogAutoSubmit/plugin.py: -move buttons to the top
- replace all Labels where possible through StaticText for better skinability
- enable VirtualKeyboard on TEXT Button now if needed.
acid-burn [Thu, 1 Oct 2009 14:02:58 +0000 (16:02 +0200)]
SystemPlugins/SoftwareManager:- move buttons to the top and
replace all Labels where possible through StaticText for better skinability
- change some label descriptions
- minor fixes
Fraxinas [Thu, 1 Oct 2009 12:45:43 +0000 (14:45 +0200)]
remove duplicate pl msgids
Fraxinas [Wed, 30 Sep 2009 19:50:47 +0000 (21:50 +0200)]
polish locale update thanks to sebastian zbigzbig
ghost [Wed, 30 Sep 2009 11:43:24 +0000 (13:43 +0200)]
default send anonymized crashlogs
ghost [Tue, 29 Sep 2009 18:01:36 +0000 (20:01 +0200)]
code cleanup
Mladen Horvat [Fri, 25 Sep 2009 15:01:42 +0000 (15:01 +0000)]
Merge branch 'master' of /git/enigma2
ghost [Fri, 25 Sep 2009 14:56:04 +0000 (16:56 +0200)]
fix read back of real frontend parameters... more flexible now
ghost [Fri, 25 Sep 2009 14:54:43 +0000 (16:54 +0200)]
add wrapper class for auto Py_INCREF/Py_DECREF ... i.e. usable for STL containers
acid-burn [Fri, 25 Sep 2009 14:35:43 +0000 (16:35 +0200)]
SystemPlugins/VideoEnhancement: - add support for dm500hd
- replace Buttons and Lables through StaticText for better skinablity
- refresh current value in main config screen on change
- add current value display to preview screen
- add option to increase the increment value for the slider entries.
acid-burn [Fri, 25 Sep 2009 10:49:58 +0000 (12:49 +0200)]
data/skin_default.xml: follow NetworkSetup.py changes
-replace "widget name=" through "widget source" and render="Label" where possible
- remove no more needed entries.
This needs to be also applied on external skins if the network screens are skinned there.
ghost [Fri, 25 Sep 2009 10:42:58 +0000 (12:42 +0200)]
add a standby counter and a enigma2 startcounter
config.misc.standbyCount (not saved to /etc/enigma2/settings)
config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown)
acid-burn [Fri, 25 Sep 2009 10:42:26 +0000 (12:42 +0200)]
Screens/NetworkSetup.py: - rework network gui.
- move buttons to the top and remove bottom bar
- replace all Labels where possible through StaticText for better skinability
- minor fixes
acid-burn [Fri, 25 Sep 2009 10:34:50 +0000 (12:34 +0200)]
skin_default/buttons: add new keybutton for TEXT button
acid-burn [Fri, 25 Sep 2009 10:31:22 +0000 (12:31 +0200)]
data/keymap.xml: add VirtualKeyboardActions to access the VirtualKeyboard over the TEXT button
ghost [Wed, 23 Sep 2009 15:23:18 +0000 (17:23 +0200)]
take care of servicegroups in doublecheck
ghost [Tue, 22 Sep 2009 09:47:48 +0000 (11:47 +0200)]
fix wrong encoding of event description during pvr playback.. when info button is pressed
ghost [Tue, 22 Sep 2009 08:23:09 +0000 (10:23 +0200)]
Merge branch 'master' of git.opendreambox.org:/git/enigma2
ghost [Tue, 22 Sep 2009 08:22:59 +0000 (10:22 +0200)]
update serbian translation
Stefan Pluecken [Mon, 21 Sep 2009 22:18:59 +0000 (00:18 +0200)]
allow disabling and resizing of picture in picture window in movie player
acid-burn [Mon, 21 Sep 2009 16:10:26 +0000 (18:10 +0200)]
/SystemPlugins/VideoEnhancement: allow configuration of block_noise_reduction, mosquito_noise_reduction and
digital_contour_removal also on dm800
acid-burn [Mon, 21 Sep 2009 13:01:11 +0000 (15:01 +0200)]
VideoEnhancement/plugin.py: use correct Screen name inside preview screen, small fix
ghost [Mon, 21 Sep 2009 12:49:25 +0000 (14:49 +0200)]
frontend.cpp: add support for FE_TIMEDOUT frontend event flag
acid-burn [Mon, 21 Sep 2009 10:30:43 +0000 (12:30 +0200)]
Enigma2: add VideoEnhancement plugin to SystemPlugins to configure advanced video settings.
Newest drivers needed.
ghost [Mon, 21 Sep 2009 08:38:44 +0000 (10:38 +0200)]
lib/python/Components/config.py: fix bug (thx to adenin)
acid-burn [Fri, 11 Sep 2009 07:09:39 +0000 (09:09 +0200)]
CrashlogAutoSubmit/plugin.py: use correct Tools.Notifications to show ChoiceBox on startup.
acid-burn [Fri, 11 Sep 2009 06:58:48 +0000 (08:58 +0200)]
PluginComponent.py: better alignment of icons and texts. Thx. Mike Looijmans
acid-burn [Fri, 11 Sep 2009 06:45:16 +0000 (08:45 +0200)]
Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmans
ghost [Thu, 10 Sep 2009 14:07:34 +0000 (16:07 +0200)]
sec.cpp: more bcm4506 support
ghost [Thu, 10 Sep 2009 13:32:54 +0000 (15:32 +0200)]
frontend.cpp: 4505 and 4506 use the same snrdb calculation
acid-burn [Tue, 8 Sep 2009 14:03:30 +0000 (16:03 +0200)]
DreamInfoHandler.py: small update for new index.xml's.