Am 05.01.2010 um 01:22 schrieb jb: > On Monday 04 January 2010 23:14:39 Marco wrote: >> Hi >> >> i made some work on outline text for the title. >> actual work ist here : >> http://kdenlive.git.sourceforge.net/git/gitweb.cgi?p=kdenlive/kdenlive;a=sh >> ortlog;h=refs/heads/outline- text >> >> mlt patch is also needed: >> http://github.com/gmarco/mlt/tree/outline >> >> there is a problem with the backgroundcolor of the font, this must be >> solved. any hints or help are welcome. > > Hi! > > I had a quick look, and the MLT producer seem to work fine, outline is nice. > However, there is still work on the Kdenlive side. What exactly is your > problem with the font background color?
after changing the selection, the background color, is the same than the outline color. if blocking signals will help this would be nice ( but i can this test later) > > One thing you should not forget in titlewidget.cpp is that in the > selectionChanged section, you must block the signals for your new widgets > before changing their values, adding the following around line 800: > > textOutline->blockSignals(true); > textOutlineColor->blockSignals(true); > > .. and of course unblock the signals after the new values are defined... > > If you want, you can commit the Kdenlive part to svn so that other people can > work on it... there shouldn't be major issues if running against Dan's > official > MLT. yes this would be nice, if the issue with the color is gone, we are not breaking older titles. > > regards > jb > regards marco > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Kdenlive-devel mailing list > Kdenlive-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kdenlive-devel -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3914 bytes Desc: not available URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20100105/6f08626c/attachment.p7s>
