[mythtv] Channel scanning/validation in trunk (feedback post r14355)
Nigel Pearson
nigel at ind.tansu.com.au
Mon Sep 3 05:15:22 UTC 2007
> one thing that has always struck me as odd was when a scan is taking
> place and you want to watch what it is doing - it obscures the log
> messages with the popup which shows signal strength etc. my request
> (sans source) would be that the page be rearranged so that didn't
> happen.
Short of redesigning the ScanWizard, no tidy way to do this.
I thought of changing the PopUp so that the user could drag
it around with the mouse, but that will take more than 10 min,
so here is a hack to move the popup over and up a little.
If your screen isn't 1280x720, change the x offset:
Index: scanwizardhelpers.cpp
===================================================================
--- scanwizardhelpers.cpp (revision 14385)
+++ scanwizardhelpers.cpp (working copy)
@@ -153,6 +153,7 @@
connect(dialog, SIGNAL(popupDone(void)),
parent, SLOT( CancelScan(void)));
dialog->ShowPopup(this);
+ dialog->move(540,0);
}
void MultiplexSetting::load(void)
--
Nigel Pearson, nigel at ind.tansu.com.au|"In this city I confess;
Telstra Net. Eng., Sydney, Australia | god is mammon, more is less.
Office: 9202 3900 Fax: 9261 3912 | Off like lemmings at the gun!
Mobile: 0408 664435 Home: 9792 6998 | I know better, still I run"
More information about the mythtv-dev
mailing list