[mythtv] Latest CVS

Michael Kedl kedlm at knology.net
Wed Mar 12 09:03:33 EST 2003


oops, forgot the patch to the frontend as well...
Mike


On Tue, 2003-03-11 at 23:22, Michael Kedl wrote:
> guess I'm to slow :-)
> 
> but, here is a "cvs diff -u" patch for #2, to allow re-reading the exit
> key
> 
> Hope its ok, C++ is not my favorite language.
> 
> I can't figure out the height/width issue (#1 from previous email);
> maybe my kde3.1 has some flaky qt stuff.
> 
> Cheers,
> Mike
> 
> 
> 
> On Tue, 2003-03-11 at 21:58, Isaac Richards wrote:
> > On Tuesday 11 March 2003 09:00 pm, Michael Kedl wrote:
> > > 3) resizing doesn't quite work right away either; garbages my fonts until I
> > > exit and restart
> > > I'll look for this too....
> > 
> > I was already working on this, just committed a fix to CVS.
> > 
> > Isaac
> > 
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev at snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
-- 
Michael Kedl <kedlm at knology.net>
-------------- next part --------------
? maim.cpp.kedl
? main.cpp.kedl
? old
Index: main.cpp
===================================================================
RCS file: /var/lib/cvs/MC/programs/mythfrontend/main.cpp,v
retrieving revision 1.80
diff -u -3 -p -u -r1.80 main.cpp
--- main.cpp	10 Mar 2003 23:09:20 -0000	1.80
+++ main.cpp	12 Mar 2003 14:02:50 -0000
@@ -130,6 +130,8 @@ void TVMenuCallback(void *data, QString 
     } else if (sel == "settings general") {
         GeneralSettings settings;
         settings.exec(QSqlDatabase::database());
+        gContext->LoadQtConfig();
+        menu->ReloadTheme();
     } else if (sel == "settings playback") {
         PlaybackSettings settings;
         settings.exec(QSqlDatabase::database());


More information about the mythtv-dev mailing list