Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

PATCH: Programinfo - show actors with diacretical characters correctly

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


Pascal.Favre at gmx

Aug 6, 2005, 5:56 AM

Post #1 of 2 (620 views)
Permalink
PATCH: Programinfo - show actors with diacretical characters correctly

Hello
I did not find any directions how to create a patch file. The patch is small
so maybe somebody can integrate it within CVS.
I have a question about the programinfo. When the description or the list of
actors is long the info is cut halfway. Is it possible to display it in a
scrollable window ?


lib/mythtv/programinfo.cpp: 2465 (Release 18.1)
from
pname = query.value(1).toString();
to
pname = QString::fromUtf8(query.value(1).toString());

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


danielk at cuymedia

Aug 6, 2005, 4:28 PM

Post #2 of 2 (582 views)
Permalink
Re: PATCH: Programinfo - show actors with diacretical characters correctly [In reply to]

On Sat, 2005-08-06 at 14:56 +0200, mail2 wrote:
> Hello
> I did not find any directions how to create a patch file. The patch is small
> so maybe somebody can integrate it within CVS.

The procedure to create a patch is
svn co/update themodule
cd themodule
[make changes]
svn diff > my.patch

Find matching ticket at http://cvs.mythtv.org/trac
Or create one describing the problem if there isn't one there.
Attach patch to ticket, explaining how it solves the problem.

-- Daniel

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.