Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 23725  Next ›
23725 12.03.2010 10:01:47, by janne
Backport FFmpeg r22430, Refs #7233

undef av_always_inline before redefining

Fixes numerous warnings with --enable-small or --disable-optimizations.
23724 12.03.2010 09:55:46, by janne
fix arm build after FFmpeg sync in [23525]. Refs #7233
23723 12.03.2010 05:18:38, by cpinkham
Copy the send QStringList in case we need to resend it.
MythSocket::readStringList() clears the passed-in list, so
if the read failed and we had to resend after a reconnect,
we'd end up sending an empty list.

Closes #8024 using patch by Jeff Lu.
23722 12.03.2010 04:54:16, by cpinkham
Fix translation in the raw/expert settings editor in mythtv-setup.

References #8164.
23721 12.03.2010 04:43:00, by cpinkham
Fix translations.

Closes #8164.
23720 12.03.2010 04:35:23, by cpinkham
Fix translation in the music player.

References #8164.
23719 12.03.2010 04:11:01, by danielk
Fixes various compiler warnings.
23718 11.03.2010 17:38:25, by robertm
Fixes an abort when either an Upcoming Recording or Recorded program does not have a title and the (-MW) option was used. Patch courtesy of Doug Vaughan.
23717 11.03.2010 04:55:43, by markk
Branch libmythui-osd: Add MythUIEditBar interface functions to the new
OSD code along with default editbar themed screens. Refs #7650.
23716 11.03.2010 04:05:24, by markk
Branch libmythui-osd: Add new MyhtUIEditBar widget.

This is a fully customisable widget intended as a libmythui replacement
for the existing cut editor though it should be flexible enough to
handle other use cases. There are seven themeable image types; the
position marker, 2 for the bar itself (sections to keep and sections to
cut) and 4 cut markers(keep and cut to both left and to right). Each
image is optional and can be specified as either a MythUIImage or a
MythUIShape.

Internally the widget uses normalised float values for the position and
region information though the interface uses either double or long long
(this is for simple compatability with frame numbers which are specified
as long long). The default range is 0.0 to 1.0.

Refs #7650.
23715 10.03.2010 19:36:12, by danielk
When debugging a ProgramInfo issue I found it difficult to determine which recorder's ProgramInfo was printing something to the console, this just adds the basename to the LOC string of debugging & error messages. Note: Calling GetRecordBasename() hit the DB mercilessly even with fromDB set to false, so I added a GetBasename() method which simply returns an empty string if the pathname has not been set; I also improved the documentation of GetRecordBasename() and simplified it a little bit using GetBasename().

The introduction of the GetBasename() method requires plugins to be rebuilt due to the new binary version required.
23714 10.03.2010 19:31:15, by paulh
Allow a user style sheet to be loaded in MythUIWebBrowser.

Also add a default css file that just changes the color of the background of
the focused link to make it more visible when trying to select a link using
the keyboard.

Themers can if they wish use their own default css file which will be used
anywhere the web browser widget is used or add a <userstylesheet> tag to
override the default and use a different one.

Closes #8129.
23713 10.03.2010 18:06:53, by danielk
Make sure when we call MarkAsInUse(true, use) where use is not empty that the use is not ignored. Also add a couple warnings for strange transitions, and add some debugging when DEBUG_IN_USE is defined, normally not defined.
23712 10.03.2010 17:46:38, by paulh
In MythUIProgressBar make sure the width and height passed to SetCropImage()
are > 0 otherwise the progress bar is shown as being at 100% instead of 0%.
23711 10.03.2010 16:37:33, by danielk
Set the use in MarkAsInUse(false, use) calls. This doesn't change behaviour, but I'll be applying a patch shortly which will print out a useful debugging message if the use has changed since the MarkAsInUse(true, use). The initial use is copied on assignment and not overridden on subsequent MarkAsInUse() calls, so when two different algorithms use the same program and one ends earlier than the other it is possible for the in use mark to be removed prematurely for 15 minutes iff MarkAsInUse was called on the first instance prior to it's being copied to another instance for the subsequent algorithm. The follow on patch should fix this particular problem, but similar problems are possible depending on ordering.
23710 10.03.2010 12:52:07, by nigel
Some OS X 10.6 and Qt 4.6 fixes from trunk.
23709 10.03.2010 09:03:29, by markk
Clean up conditional compilation for VDPAU MPEG4 hardware support. I'd
previously missed the mpeg4 render state structure which is only
available with the more recent headers.
23708 10.03.2010 07:07:36, by wagnerrp
Fixes two issues with MySQL error handling. Fixes issue with creation new Job objects for jobqueue. Updates in-code documentation.
23707 10.03.2010 03:39:36, by markk
Branch libmythui-osd: Merge r23620-23706 from trunk to libmythui-osd. Refs #7650.
23706 10.03.2010 03:02:41, by markk
Branch libmythui-osd: Add missing files from trunk; mostly from the FFMPEG sync. Refs #7650.
1 2 3 4 5 6 7 8 9 10 Next