Re: [Development] [Google Summer of Code] [Project Ideas] Qt Quick Controls 2 Sailfish Silica Style

2018-03-23 Thread Alexey Andreyev
Thank you Mitch for the feedback! I've also tried to record current controls on a real device: https://youtu.be/T-qUZMuTGqw (hope not only 360p will be available soon) 2018-03-23 21:55 GMT+03:00 Alexey Andreyev : > Silica cheat sheet: > https://sailfishos.org/wp-content/uploads/2016/06/component_

Re: [Development] [Google Summer of Code] [Project Ideas] Qt Quick Controls 2 Sailfish Silica Style

2018-03-23 Thread Alexey Andreyev
Silica cheat sheet: https://sailfishos.org/wp-content/uploads/2016/06/component_cheatsheet.png Theme cheat sheet: https://sailfishos.org/wp-content/uploads/2016/06/theme_cheatsheet.png Icon reference: https://sailfishos.org/wp-content/uploads/2016/06/icon_reference.png code example: https://gist.gi

Re: [Development] [Google Summer of Code] [Project Ideas] Qt Quick Controls 2 Sailfish Silica Style

2018-03-23 Thread Mitch Curtis
Hello. Are there any screenshots of it? I read that entire page and the Silica docs but couldn’t see anything. Cheers. From: Development [mailto:development-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Alexey Andreyev Sent: Friday, 23 March 2018 5:39 PM To: development@qt-project.o

[Development] [Google Summer of Code] [Project Ideas] Qt Quick Controls 2 Sailfish Silica Style

2018-03-23 Thread Alexey Andreyev
Hello! My name is Alexey, what do you think about Silica Style for QQC2 as a gsoc project? I have some notes here: http://aa13q.ru/qqc2-silica-style-en/ and want to create a proposal. ___ Development mailing list Development@qt-project.org http://lists.qt

Re: [Development] Rendering only items that are visible in Qt Quick

2018-03-23 Thread Uwe Rathmann
On Fri, 23 Mar 2018 13:44:03 +, Mitch Curtis wrote: > As I understand it, clipping (the "clip" property) doesn't prevent items > that aren't visible (in the sense of being out of the viewport, not the > "visible" property) from actually being rendered. In my framework ( https://github.com/uwe

Re: [Development] Rendering only items that are visible in Qt Quick

2018-03-23 Thread Albert Astals Cid
El divendres, 23 de març de 2018, a les 14:44:03 CET, Mitch Curtis va escriure: > I'd like to get some discussion going around this: > > https://bugreports.qt.io/browse/QTBUG-67274 > > As I understand it, clipping (the "clip" property) doesn't prevent items > that aren't visible (in the sense of

Re: [Development] Rendering only items that are visible in Qt Quick

2018-03-23 Thread Jean-Michaël Celerier
> Far superior alternatives? Maybe not "far" superior, but AFAIK QGraphicsScene / QGraphicsView handles this. --- Jean-Michaël Celerier http://www.jcelerier.name On Fri, Mar 23, 2018 at 2:44 PM, Mitch Curtis wrote: > I'd like to get some discussion going around this: > > https://bugrepor

Re: [Development] Rendering only items that are visible in Qt Quick

2018-03-23 Thread Paolo Angelelli
Could one way be to change QList QQuickItemPrivate::paintOrderChildItems() const; into a virtual method, and reimplement it like in flickables or the like to prevent returning what isn't currently visible? That was at least my idea when i was looking at how to do this on maps (where there are p

[Development] Rendering only items that are visible in Qt Quick

2018-03-23 Thread Mitch Curtis
I'd like to get some discussion going around this: https://bugreports.qt.io/browse/QTBUG-67274 As I understand it, clipping (the "clip" property) doesn't prevent items that aren't visible (in the sense of being out of the viewport, not the "visible" property) from actually being rendered. It w

Re: [Development] Patch stucking in integration

2018-03-23 Thread André Hartmann
Thanks Jani! Am 23.03.2018 um 08:25 schrieb Jani Heikkinen: I have informed CI team about the issue. I could cancel the integration & re-stage it but I didn't because CI team might want to do some studies first. br, Jani From: Development on behalf of

Re: [Development] Patch stucking in integration

2018-03-23 Thread Jani Heikkinen
I have informed CI team about the issue. I could cancel the integration & re-stage it but I didn't because CI team might want to do some studies first. br, Jani From: Development on behalf of André Hartmann Sent: Friday, March 23, 2018 9:15 AM To: devel

Re: [Development] Patch stucking in integration

2018-03-23 Thread André Hartmann
Sorry, wrong link: I meant THIS one: https://codereview.qt-project.org/#/c/224190/ Thanks. Am 23.03.2018 um 08:13 schrieb André Hartmann: Hello, my patch is stucking in integration since yesterday: https://codereview.qt-project.org/#/c/223840/ Can someone with mighty powers have a look plea

[Development] Patch stucking in integration

2018-03-23 Thread André Hartmann
Hello, my patch is stucking in integration since yesterday: https://codereview.qt-project.org/#/c/223840/ Can someone with mighty powers have a look please? Normally, the integration takes 10 minutes. Thanks, André ___ Development mailing list Dev