Review Request: Make KNewFileMenu working asynchronously (don't block plasma shell from folderview)
David Faure
faure at kde.org
Wed Sep 8 21:42:05 BST 2010
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/4964/#review7484
-----------------------------------------------------------
Ship it!
Thanks, looks ok now.
- David
On 2010-09-08 20:26:19, Björn Ruberg wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://svn.reviewboard.kde.org/r/4964/
> -----------------------------------------------------------
>
> (Updated 2010-09-08 20:26:19)
>
>
> Review request for kdelibs and David Faure.
>
>
> Summary
> -------
>
> This patch makes the dialogs created by KNewFileMenu asynchronously. It's now possible to get non-modal dialogs with it. This is a feature that is needed for plasma folderview, because modal dialogs block the whole plasma shell. So this is the main part of a fix for bug #167243.
> By the default the dialogs will stay modal, so there should be no change for other applications. Folderview just needs to call setModal(false) on the KNewFileMenu (have a patch for that, too). But as this touches much code (and orders methods alphabetically ;) ) you can never be sure that there is no change.
>
> Please have closer look whether the dialogs are deleted probably. I'm not doing it directly but relying on Qt::WA_DeleteOnClose.
>
>
> This addresses bug #167243.
> https://bugs.kde.org/show_bug.cgi?id=#167243
>
>
> Diffs
> -----
>
> /trunk/KDE/kdelibs/kfile/knewfilemenu.h 1166313
> /trunk/KDE/kdelibs/kfile/knewfilemenu.cpp 1166313
>
> Diff: http://svn.reviewboard.kde.org/r/4964/diff
>
>
> Testing
> -------
>
> There are five different code pathes that I have worked on:
> - create directory
> - create normal file
> - create symlink
> - create URL
> - create .desktop file
>
> I tested all of them and they work for me.
>
>
> Thanks,
>
> Björn
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20100908/a610fb4e/attachment.htm>
More information about the kde-core-devel
mailing list