-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/118849/#review60604
-----------------------------------------------------------


this could maybe fix 
https://bugs.kde.org/show_bug.cgi?id=336070

but i'm a bit on the fence.
To me kida seems that to be really "correct", one would allow either manually 
resizing popups xor allowing applets to resize themselves, the two things seems 
kinda exclusive.

the only thing that would work in both cases is applets setting their minimum 
and maximum size, this that should work correctly now, regardless of saved size.
to me either way is fine, i wasn't an huge fan of manual popup resizing, but if 
this is removed could be considered that could be to never return, since would 
make applets to assume they are the sole in charge of the resize of the popup

- Marco Martin


On June 20, 2014, 2:35 p.m., Vishesh Handa wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/118849/
> -----------------------------------------------------------
> 
> (Updated June 20, 2014, 2:35 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-framework
> 
> 
> Description
> -------
> 
>     The popup dialog can currently never be resized, so it doesn't make
>     sense to record its height in a config file. Additionally, this also
>     causes problems when applet writers change the size of their plasmoid.
>     Since the old size is saved in the config file, it is shown with the old
>     dimensions instead of the new ones.
> 
> When we implement dialog resizing at that time we can propogate a signal 
> which says that the applet has been manually resized and save it in a config 
> file. Though even that could be buggy since the plasmoid could later be much 
> smaller.
> 
> 
> Diffs
> -----
> 
>   src/plasmaquick/appletquickitem.cpp a6e91f7 
>   src/plasmaquick/private/appletquickitem_p.h 8b8010a 
> 
> Diff: https://git.reviewboard.kde.org/r/118849/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Vishesh Handa
> 
>

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to