Re: [Development] Branch request: wip/itemviews in qtdeclarative

2017-01-14 Thread Mark Gaiser
On Sat, Jan 14, 2017 at 5:06 PM, J-P Nurmi wrote: > Hi, > > Nice, looks great! It would be a very welcome contribution. We could > polish and add the missing bits in the WIP branch if you’re interested? I > haven’t thought about the exact details and requirements for > SortFilterProxyModel yet, b

Re: [Development] invokeMethod() with function pointers

2017-01-14 Thread Konstantin Tokarev
14.01.2017, 20:42, "Thiago Macieira" : > On sábado, 14 de janeiro de 2017 17:28:01 PST Benjamin TERRIER wrote: >>  I've uploaded my change as a draft on gerrit: >>  https://codereview.qt-project.org/#/c/182339/ > > No one can see it while it's a draft. You have to publish the change. Correction:

Re: [Development] invokeMethod() with function pointers

2017-01-14 Thread Benjamin TERRIER
2017-01-14 18:42 GMT+01:00 Thiago Macieira : > > No one can see it while it's a draft. You have to publish the change. > > Ok, it's done. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] invokeMethod() with function pointers

2017-01-14 Thread Thiago Macieira
On sábado, 14 de janeiro de 2017 17:28:01 PST Benjamin TERRIER wrote: > I've uploaded my change as a draft on gerrit: > https://codereview.qt-project.org/#/c/182339/ No one can see it while it's a draft. You have to publish the change. -- Thiago Macieira - thiago.macieira (AT) intel.com Softwa

Re: [Development] Switch Qt Remote Objects to a Tech Preview for Qt 5.9

2017-01-14 Thread Stottlemyer, Brett (B.S.)
On 1/13/17, 10:09 AM, "Development on behalf of Oswald Buddenhagen" wrote: >for my taste, there are way too many inconclusive/irrelevant details in >this description. a more layer-oriented approach would be more >convincing imo: > >qtdbus is a pure rpc layer. > >qtro is a distributed object la

[Development] invokeMethod() with function pointers

2017-01-14 Thread Benjamin TERRIER
Hi everyone, I'm trying to contribute by making QMetaObject::invokeMethod() take function pointers instead of function names. I've come up with something that works by looking at the code of QMetaObject::invokeMethod, QObject::connect and QMetaObject::activate. However it does not check for para

Re: [Development] Branch request: wip/itemviews in qtdeclarative

2017-01-14 Thread Robin Burchell
Hi, I (of course) wholeheartedly support work in the model/view area. It's something that could use some TLC, and I'm excited to see what you have cooking! I have a longer mental list of things that concern/bother me with current model/views (some of which we've already discussed), maybe I should

Re: [Development] Branch request: wip/itemviews in qtdeclarative

2017-01-14 Thread J-P Nurmi
Hi, Nice, looks great! It would be a very welcome contribution. We could polish and add the missing bits in the WIP branch if you’re interested? I haven’t thought about the exact details and requirements for SortFilterProxyModel yet, but we probably need to support multiple model columns. The p

Re: [Development] Branch request: wip/itemviews in qtdeclarative

2017-01-14 Thread Pierre-Yves Siret
Hi, I started implementing SortFilterProxyModel cause we needed it and published it here : https://github.com/oKcerG/SortFilterProxyModel For the moment it is not really documented or tested enough. I left it kinda alone for the past couple months but I plan to do more work on it, documenting, test

[Development] Branch request: wip/itemviews in qtdeclarative

2017-01-14 Thread J-P Nurmi
Hi, I'd like to request a WIP branch for the Qt Quick item views. There are plenty of items on the roadmap/wishlist: - refactor QQuickItemView - add support for multiple delegate types (QTBUG-26681) - add support for multi-selection - add support for multiple columns - implement TableView

Re: [Development] Calendar Systems proposal

2017-01-14 Thread Grégoire Barbier
Le 13/01/2017 à 15:46, Edward Welbourne a écrit : Soroush Rabiei 1. All calendaring systems, show dates in three levels: Year, Month and Day 2. The week is 7 days. It may start at any of these days. French revolutionary calendar: https://en.wikipedia.org/wiki/French_Republican_Calendar Not that