Review Request 119155: Make the desktop containment respect minimum sizes
Vishesh Handa
me at vhanda.in
Mon Jul 7 13:19:22 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119155/#review61808
-----------------------------------------------------------
containments/desktop/package/contents/ui/AppletAppearance.qml
<https://git.reviewboard.kde.org/r/119155/#comment43027>
The curly brackets aren't really required. Are we supposed to always have them even in QML code?
I know it's a requirement in C++ code.
containments/desktop/package/contents/ui/AppletAppearance.qml
<https://git.reviewboard.kde.org/r/119155/#comment43024>
This function would be called twice.
Maybe -
property Object minimumSize = computeMinimumSize();
property int minimumWidth = minimumSize.width;
property int minimumHeight = minimumSize.height;
containments/desktop/package/contents/ui/AppletAppearance.qml
<https://git.reviewboard.kde.org/r/119155/#comment43023>
containments/desktop/package/contents/ui/AppletAppearance.qml
<https://git.reviewboard.kde.org/r/119155/#comment43025>
You're returning 0 over here. This will result in a warning in line 264 and 265.
containments/desktop/package/contents/ui/main.qml
<https://git.reviewboard.kde.org/r/119155/#comment43026>
?
- Vishesh Handa
On July 7, 2014, 12:51 p.m., Marco Martin wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119155/
> -----------------------------------------------------------
>
> (Updated July 7, 2014, 12:51 p.m.)
>
>
> Review request for KDE Frameworks and Plasma.
>
>
> Repository: plasma-desktop
>
>
> Description
> -------
>
> make the applets respect the minimum size, specified by applets, with the following logic:
> if there is a preferred representation, enforce its minimum size,
> if there is a compact representation, enforce its minimum size.
>
> note: the minimum size of the full representation is not enforced if it's not the preferred one, because it must still be possible to switch to the compact one.
>
> this would fix bugs such as
> https://bugs.kde.org/show_bug.cgi?id=337069
>
>
> Diffs
> -----
>
> containments/desktop/package/contents/ui/AppletAppearance.qml 9149f48
> containments/desktop/package/contents/ui/main.qml a9cf53e
>
> Diff: https://git.reviewboard.kde.org/r/119155/diff/
>
>
> Testing
> -------
>
> * even if the property reading is buried down in a function, property binding still works correctly.
>
> * if the minimum size grows, it may happen the case of overlapping applets, thing that was avoideed with care by the new layout engine. This may be a blocker in shipping it for 5.0
>
>
> Thanks,
>
> Marco Martin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140707/47f219e9/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list