[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Feb 9 16:40:02 EST 2005


----------------------------------------------------------------------------
Changes committed by avalanche on Wed Feb  9 21:35:13 2005

Added Files:
   in mythtv/libs/libmyth:
        mythdbcon.cpp 
Modified Files:
   in mythtv/libs/libmyth:
        libmyth.pro mythdbcon.h 
   in mythtv/libs/libmythtv:
        dbcheck.cpp jobqueue.cpp programinfo.cpp 
        scheduledrecording.cpp siscan.cpp 
   in mythtv/programs/mythbackend:
        mainserver.cpp scheduler.cpp 
   in mythtv/programs/mythfilldatabase:
        filldata.cpp 
   in mythgallery/mythgallery:
        iconview.cpp 
   in mythmusic/mythmusic:
        dbcheck.cpp main.cpp metadata.cpp playlist.cpp 
        smartplaylist.cpp 
   in mythvideo/mythvideo:
        fileassoc.cpp fileassoc.h main.cpp metadata.cpp metadata.h 
        videodlg.cpp videoselected.cpp videotree.cpp 
Log Message:
Workaround for a bug in Qt <= 3.3.2
Qt's QSqlQuery::prepare() has a static Regex in older versions
that causes trouble in threaded environments. Added MSqlQuery
wrapper class to serialize prepare() calls.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list