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 wh

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 b

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 Marco Martin
On Tuesday 03 September 2013, Aaron J. Seigo wrote: > 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 kdeexampl

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 bra

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 ha

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