[Kde-imaging] [Bug 286018] Pano Tool and ExpoBlend tool do not work on OS X [patch]
brad
bkn at ithryn.net
Fri Jan 13 17:01:25 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=286018
--- Comment #36 from brad <bkn ithryn net> 2012-01-13 17:01:25 ---
>
> --- Comment #35 from <benjamin girault gmail com> 2012-01-13 16:36:36 ---
> I have huge changes to the code for binary detection. Can you please test it on
> both MacOS and Windows? Hopefully it will work (it does at least on Linux)...
>
just checked on OS X ... seems to work just fine, except one small detail
(which i didn't check before). When i click on the download link, it doesn't
open. I think you need the following lines for that to work,
labelName->setTextInteractionFlags(Qt::LinksAccessibleByMouse);
labelName->setOpenExternalLinks(true);
btw, i love the addition of this code. I was moving around my tools directory,
and was stunned when it worked automatically :) ...
#ifdef Q_WS_MAC
d->binariesWidget->addDirectory("/Applications/Hugin/HuginTools");
#endif
i suggest that you add something similar for windows. Perhaps Ananta can tell
us where the windows install path is.
awesome! i hope we can get this working on windows to make this plugin
completely cross platform. I'm very happy with how things are coming together.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-imaging
mailing list