[mythtv-commits] mythtv commit: r14780 - in branches/mythtv-qt4 by dblain

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Nov 1 01:18:49 UTC 2007


      Author: dblain
        Date: 2007-11-01 01:18:48 +0000 (Thu, 01 Nov 2007)
New Revision: 14780
   Changeset: http://cvs.mythtv.org/trac/changeset/14780

Added:

   branches/mythtv-qt4/libs/libmyth/sleep.cpp
   branches/mythtv-qt4/libs/libmyth/sleep.h

Modified:

   branches/mythtv-qt4/libs/libmyth/DisplayRes.h
   branches/mythtv-qt4/libs/libmyth/DisplayResScreen.h
   branches/mythtv-qt4/libs/libmyth/audiooutputoss.cpp
   branches/mythtv-qt4/libs/libmyth/dialogbox.cpp
   branches/mythtv-qt4/libs/libmyth/dialogbox.h
   branches/mythtv-qt4/libs/libmyth/httpcomms.cpp
   branches/mythtv-qt4/libs/libmyth/jsmenuevent.h
   branches/mythtv-qt4/libs/libmyth/libmyth.pro
   branches/mythtv-qt4/libs/libmyth/lirc.cpp
   branches/mythtv-qt4/libs/libmyth/lircevent.h
   branches/mythtv-qt4/libs/libmyth/mythcontext.cpp
   branches/mythtv-qt4/libs/libmyth/mythcontext.h
   branches/mythtv-qt4/libs/libmyth/mythdbcon.cpp
   branches/mythtv-qt4/libs/libmyth/mythdbcon.h
   branches/mythtv-qt4/libs/libmyth/mythdialogs.h
   branches/mythtv-qt4/libs/libmyth/mythevent.h
   branches/mythtv-qt4/libs/libmyth/mythmedia.cpp
   branches/mythtv-qt4/libs/libmyth/mythmediamonitor.h
   branches/mythtv-qt4/libs/libmyth/mythobservable.h
   branches/mythtv-qt4/libs/libmyth/mythplugin.cpp
   branches/mythtv-qt4/libs/libmyth/mythsocket.cpp
   branches/mythtv-qt4/libs/libmyth/mythsocket.h
   branches/mythtv-qt4/libs/libmyth/oldsettings.cpp
   branches/mythtv-qt4/libs/libmyth/remotefile.cpp
   branches/mythtv-qt4/libs/libmyth/screensaver.h
   branches/mythtv-qt4/libs/libmyth/settings.cpp
   branches/mythtv-qt4/libs/libmyth/settings.h
   branches/mythtv-qt4/libs/libmyth/util.cpp
   branches/mythtv-qt4/libs/libmythtv/dbcheck.cpp
   branches/mythtv-qt4/libs/libmythtv/guidegrid.cpp
   branches/mythtv-qt4/libs/libmythtv/guidegrid.h
   branches/mythtv-qt4/libs/libmythtv/jobqueue.cpp
   branches/mythtv-qt4/libs/libmythtv/jobqueue.h
   branches/mythtv-qt4/libs/libmythtv/previouslist.cpp
   branches/mythtv-qt4/libs/libmythtv/previouslist.h
   branches/mythtv-qt4/libs/libmythtv/progfind.cpp
   branches/mythtv-qt4/libs/libmythtv/progfind.h
   branches/mythtv-qt4/libs/libmythtv/proglist.cpp
   branches/mythtv-qt4/libs/libmythtv/proglist.h
   branches/mythtv-qt4/libs/libmythtv/scanwizardhelpers.h
   branches/mythtv-qt4/libs/libmythtv/scanwizardscanner.cpp
   branches/mythtv-qt4/libs/libmythtv/scanwizardscanner.h
   branches/mythtv-qt4/libs/libmythtv/tv_play.cpp
   branches/mythtv-qt4/libs/libmythtv/tv_play.h
   branches/mythtv-qt4/libs/libmythui/mythdialogbox.h
   branches/mythtv-qt4/libs/libmythui/mythgesture.h
   branches/mythtv-qt4/libs/libmythui/mythimage.cpp
   branches/mythtv-qt4/libs/libmythui/mythlistbutton.cpp
   branches/mythtv-qt4/libs/libmythui/mythmainwindow.cpp
   branches/mythtv-qt4/libs/libmythui/mythmainwindow.h
   branches/mythtv-qt4/libs/libmythui/mythpainter.h
   branches/mythtv-qt4/libs/libmythui/mythpainter_qt.cpp
   branches/mythtv-qt4/libs/libmythui/myththemedmenu.cpp
   branches/mythtv-qt4/libs/libmythui/mythuitext.cpp
   branches/mythtv-qt4/libs/libmythui/mythuitype.cpp
   branches/mythtv-qt4/libs/libmythui/mythuitype.h
   branches/mythtv-qt4/libs/libmythui/xmlparsebase.cpp
   branches/mythtv-qt4/programs/mythbackend/mainserver.cpp
   branches/mythtv-qt4/programs/mythbackend/mainserver.h
   branches/mythtv-qt4/programs/mythbackend/mediaserver.cpp
   branches/mythtv-qt4/programs/mythbackend/mediaserver.h
   branches/mythtv-qt4/programs/mythcommflag/CustomEventRelayer.h
   branches/mythtv-qt4/programs/mythcommflag/main.cpp
   branches/mythtv-qt4/programs/mythfrontend/masterselection.cpp
   branches/mythtv-qt4/programs/mythfrontend/masterselection.h
   branches/mythtv-qt4/programs/mythfrontend/networkcontrol.cpp
   branches/mythtv-qt4/programs/mythfrontend/networkcontrol.h
   branches/mythtv-qt4/programs/mythfrontend/playbackbox.cpp
   branches/mythtv-qt4/programs/mythfrontend/playbackbox.h
   branches/mythtv-qt4/programs/mythfrontend/viewscheduled.cpp
   branches/mythtv-qt4/programs/mythfrontend/viewscheduled.h
   branches/mythtv-qt4/programs/mythlcdserver/lcdprocclient.cpp
   branches/mythtv-qt4/programs/mythlcdserver/lcdprocclient.h
   branches/mythtv-qt4/programs/mythuitest/main.cpp
   branches/mythtv-qt4/programs/mythuitest/test1.cpp
   branches/mythtv-qt4/programs/mythuitest/test1.h
   branches/mythtv-qt4/programs/mythwelcome/welcomedialog.cpp
   branches/mythtv-qt4/programs/mythwelcome/welcomedialog.h

Log:

More Qt4 & WIN32 changes.

mythuitest      - Runs
mythtv-setup    - Runs with a few issues.
mythfrontend    - segfaults early on.
mythbackend     - Have only run as a slave without any tuners. 
                  I have no idea if it works correctly, but 
                  at least it doesn't segfault.

Qt Painter seems to be working, however, I'm having issues 
with the OpenGL Painter.  

Any help would be appreciated.





More information about the mythtv-commits mailing list