Re: [Development] High-DPI 5.6 beta update

2015-12-17 Thread Corentin Jabot
Having stumbled upon this issue very recently, here are my 2 cents. - Svg images should be devicePixelRatio aware without having to set a source size - Likewise, QQuickImageProvider should know about devicePixelRation, without having to set a source size. - I would absolutely love a

[Development] Linear QQuick layouts change proposal

2015-12-17 Thread Filippo Cucchetto
Hi everyone, in these days i'm working on a project and dealing with how RowLayout and ColumnLayout behave. The thing that i don't like is that the elements are evenly spaced if the the layout is wider than the sum of the elements implicit size. To me the correct behaviour should mimic the one in t