[Kile-devel] Kile on Windows: Save and Load Dialog inconsistency
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Fri Jun 15 09:20:11 UTC 2012
On Thursday 14 June 2012, Patrick Spendrin wrote:
> I also don't think this should have been the default, but we kind of
> rely on that now.
I'm not going to start a discussion on this, and feel free to ignore the
following question. But if you do have some time, I'd be curious about in how
far you "rely" on this default.
> The native filedialogs from within KDE do have certain
> restrictions/bugs
Indeed. And in RKWard on Windows, I encountered a couple of those, too (and
reported them on bugs.kde.org). In the end, I added the following to the
startup code (simplified):
KConfigGroup cg = KGlobal::config ().data ()->group ("KFileDialog
Settings");
if (cg.readEntry ("Native", true)) {
cg.writeEntry ("Native", false);
cg.sync ();
}
So, in case other projects are encountering hard-to-work-around issues with
the native dialogs: That will get rid of them.
Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-windows/attachments/20120615/1758bb42/attachment.sig>
More information about the Kde-windows
mailing list