Summary: | "open file" dialog from one widget should not disable other widgets | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Sven-Erik Petermann <sverik> |
Component: | widget-frame | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, asraniel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sven-Erik Petermann
2008-05-25 21:19:44 UTC
This is related to Bug 154690. I'd imagine the same solution should work. Would it be useful to have some sort of helper method for creating non-modal file dialogs in plasma? The cause of this bug is that KUrlRequester opens it's fileDialog via the QDialog::exec () method, effectively making the FileDialog always modal. There exist two solutions two this problem then: Get the relevant developer to allow a non modal usage of KUrlRequester or change the picture selection to another method. As recommended on IRC the nicest picture selection method (with previews in the dropwdown) is used by the wallpaper selector. Maybe that would be a nice alternative? I sent a patch to reviewboard to enable the non-modal behavior of the KUrlRequester file-dialog: http://reviewboard.kde.org/r/1716/ Thanks SVN commit 1034789 by darioandres: - Use a non-modal file dialog in the image selection KUrlRequest BUG: 162616 M +12 -4 imageSettings.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=1034789 |