Re: documentation on QMLSceneGraph internals

2013-09-04 Thread Marco Martin
On Wednesday 04 September 2013, Aaron J. Seigo wrote: On Tuesday, September 3, 2013 14:21:37 Marco Martin wrote: On Tuesday 03 September 2013, Aaron J. Seigo wrote: we should start a branch in kdeexamples that removes or ports all the examples currently there for plasma so that when

Examples for plasma-framework [was: documentation on QMLSceneGraph internals]

2013-09-04 Thread Marco Martin
Hi all, I just want to give an heads up on a little reorganization happened in repos: All the examples of plasma that were relevant to plasma2 have been moved in the plasma-framework repository, under the example/ folder * the move has been done to conform the guidelines in

Re: documentation on QMLSceneGraph internals

2013-09-03 Thread Marco Martin
On Tuesday 03 September 2013, Aaron J. Seigo wrote: hi all... you may have already seen this on qt blogs, but if not i highly recommend reading: http://doc-snapshot.qt-project.org/qt5-dev/qtquick/qtquick-visualcanvas-sce negraph-renderer.html the section on performance is going to be

Re: documentation on QMLSceneGraph internals

2013-09-03 Thread Marco Martin
On Tuesday 03 September 2013, Marco Martin wrote: that is also another of the many advantages of using standardized components and sticking with it: for instance we have clip enabled only on PlasmaExtras.ScrollArea and that's it (and plasmoids should normally never have to touch that, we have

Re: documentation on QMLSceneGraph internals

2013-09-03 Thread Aaron J. Seigo
On Tuesday, September 3, 2013 13:36:54 Marco Martin wrote: the downside is that isn't exactly intuitive how is written: has quite some boilerplate and easy to get wrong... sounds like a perfect candidate for being put into kdeexamples for other people to copy and paste. we should start a

Re: documentation on QMLSceneGraph internals

2013-09-03 Thread Marco Martin
On Tuesday 03 September 2013, Aaron J. Seigo wrote: we should start a branch in kdeexamples that removes or ports all the examples currently there for plasma so that when Plasma.next() is released we’ll be ready with lots of beautiful examples demonstrating best practices for people to use.

Re: documentation on QMLSceneGraph internals

2013-09-03 Thread Aaron J. Seigo
On Tuesday, September 3, 2013 14:21:37 Marco Martin wrote: On Tuesday 03 September 2013, Aaron J. Seigo wrote: we should start a branch in kdeexamples that removes or ports all the examples currently there for plasma so that when Plasma.next() is released we’ll be ready with lots of

documentation on QMLSceneGraph internals

2013-09-02 Thread Aaron J. Seigo
hi all... you may have already seen this on qt blogs, but if not i highly recommend reading: http://doc-snapshot.qt-project.org/qt5-dev/qtquick/qtquick-visualcanvas-scenegraph-renderer.html the section on performance is going to be particularly useful .. we’ll need to scan our QML for