[mythtv-commits] mythtv commit: r23716 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Mar 11 03:05:24 UTC 2010


      Author: markk
        Date: 2010-03-11 03:05:24 +0000 (Thu, 11 Mar 2010)
New Revision: 23716
   Changeset: http://svn.mythtv.org/trac/changeset/23716

Added:

   branches/libmythui-osd/libs/libmythui/mythuieditbar.cpp
   branches/libmythui-osd/libs/libmythui/mythuieditbar.h

Modified:

   branches/libmythui-osd/libs/libmythui/libmythui.pro
   branches/libmythui-osd/libs/libmythui/mythuiimage.h
   branches/libmythui-osd/libs/libmythui/mythuishape.h
   branches/libmythui-osd/libs/libmythui/xmlparsebase.cpp

Log:

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.





More information about the mythtv-commits mailing list