> On Oct. 14, 2013, 9:05 a.m., Kevin Ottens wrote:
> > I'm not sold on bastardizing QErrorMessage for that feature. The intent was 
> > more to have some code similar to what KDialogQueue (moved to KDE4Support) 
> > was doing directly in KDialogJobUiDelegate implementation.

I'm surprised by this. Yes our initial idea was doing it in KF5, but if we can 
get what we need from Qt, isn't that even better?
QErrorMessage has two features (queuing and dont-show-again checkbox), it makes 
sense to me to be able to use one and not the other.


The only reason I can see where this Qt patch wouldn't be enough, would be if 
we need queueing of more complex dialogs than simple error messageboxes. But 
IIRC the only use case we have are the error messageboxes from KIO... right?


- David


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113158/#review41683
-----------------------------------------------------------


On Oct. 31, 2013, 10:15 a.m., Rohan Garg wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/113158/
> -----------------------------------------------------------
> 
> (Updated Oct. 31, 2013, 10:15 a.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kdelibs
> 
> 
> Description
> -------
> 
> Instead of implementing queueing in KDialogJobUiDelegate, I'm making use of 
> QErrorMessage which has queueing built into it. We also inherit the "Show 
> this message again" checkbox, but I have a review request here 
> https://codereview.qt-project.org/67243 that adds new API to Qt 5.3 , so we 
> can hide that once 5.3 comes out ( if that makes sense ).
> 
> 
> Diffs
> -----
> 
>   staging/kjobwidgets/src/kdialogjobuidelegate.h 5d17a4d 
>   staging/kjobwidgets/src/kdialogjobuidelegate.cpp 29c2bae 
> 
> Diff: http://git.reviewboard.kde.org/r/113158/diff/
> 
> 
> Testing
> -------
> 
> Tested by writing a application that uses KIO to fetch an invalid site url. 
> Dialog pops up just fine.
> 
> 
> Thanks,
> 
> Rohan Garg
> 
>

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to