[mythtv-commits] mythtv commit: r14478 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Sep 10 22:38:25 UTC 2007


      Author: danielk
        Date: 2007-09-10 22:38:24 +0000 (Mon, 10 Sep 2007)
New Revision: 14478
   Changeset: http://cvs.mythtv.org/trac/changeset/14478

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmyth/mythdialogs.cpp
   trunk/mythtv/libs/libmyth/mythdialogs.h
   trunk/mythtv/libs/libmyth/settings.cpp
   trunk/mythtv/libs/libmyth/settings.h
   trunk/mythtv/libs/libmythtv/recordingprofile.cpp
   trunk/mythtv/libs/libmythtv/scanwizardhelpers.cpp
   trunk/mythtv/libs/libmythtv/scanwizardhelpers.h
   trunk/mythtv/libs/libmythtv/scanwizardscanner.cpp
   trunk/mythtv/libs/libmythtv/scanwizardscanner.h
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.h
   trunk/mythtv/programs/mythwelcome/welcomedialog.cpp
   trunk/mythtv/programs/mythwelcome/welcomedialog.h

Log:

Fixes #2909. Fixes segfault in channel scanner caused by usage unsafe QDialog handling.

This was applied and reverted about 8 months ago because it broke most of the playbackbox dialogs. I've addressed that issues in this changeset and searched the codebase for all similar constructions, finding one in welcomedialog.cpp. This was also tested in the multirec branch for a couple weeks.

This changes the binary revision and so requires plugins to be rebuilt.






More information about the mythtv-commits mailing list