Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Rob Allan
From: Thiago Macieira >> There isn't, because developer selects the bugs they're going to fix. >> There's common procedure. > Oops, this came out wrong after reediting. I meant that there is no common > procedure, each developer chooses the bugs however they wish.

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread John C. Turnbull
Thiago, it seems you have taken my comments as a personal attack on you and you have responded (naturally) in a defensive way. Well, I tried to make it very clear from my opening sentence that this was *not* a personal attack on you (or anyone else for that matter). In fact, I *thought* I made

Re: [Interest] Qt3D not deleting buffers

2016-10-04 Thread Juan Jose Casafranca
Hi Sean, I've looking the Qt3DWindow code in the repo. I have seen that the setRootEntity only works well if the window is not shown. During the expose event, if the userRoot is set as a child of the root. If after the exposeEvent I call setRootEntity, it will change the m_userRoot entity

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Thiago Macieira
Em quarta-feira, 5 de outubro de 2016, às 08:13:38 CEST, John C. Turnbull escreveu: > Thiago, with all due respect, and I'm very aware of the significant > contribution you personally have made to both the Qt product and the > community, there is clearly a high degree of dissatisfaction with

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Thiago Macieira
Em terça-feira, 4 de outubro de 2016, às 22:37:20 CEST, Thiago Macieira escreveu: > There isn't, because developer selects the bugs they're going to fix. > There's common procedure. Oops, this came out wrong after reediting. I meant that there is no common procedure, each developer chooses the

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread John C. Turnbull
Thiago, with all due respect, and I'm very aware of the significant contribution you personally have made to both the Qt product and the community, there is clearly a high degree of dissatisfaction with various aspects of Qt and the management of the SDLC. Your comments may be accurate but I'm

[Interest] Recipes to build static lib version Qt 5.6 LTS for iOS ?

2016-10-04 Thread Eddie Sutton
In order avoid work porting to the Objective C equivalents I am considering building a Qt static lib for iOS and reuse my C++ code in a *.mm file. Can anyone point me to a script or recipe that clones the Qt 5.6 LTS code and builds a static lib version of Qt? Something like this? git clone

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Thiago Macieira
Em terça-feira, 4 de outubro de 2016, às 16:03:00 CEST, Jason H escreveu: > I think the bigger issue, that many people have expressed here, but not said > as such, is the Qt release cycle is not Agile. It's as fast as it can be. We can't release faster than it is because the steps just take too

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Jason H
Having worked on mutliple teams with different methodologies, I am fully aware of the benefits and drawbacks of each. If you read Sutherland's SCRUM book, which I regard has half terrible and half excellent, you'll be able to appreciate my point. The factual reality I am dealing with here is that

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Tim O'Neil
I can tell you all from direct experience Agile is not a one-size-fits-all tool. Its a tool, best used in mid-sized to larger organizations trying to build software. Its not at all appropriate for smaller shops. Kanban works just fine in those. On Tue, Oct 4, 2016 at 8:02 AM, Ronan Jouchet <

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Ronan Jouchet
On 2016-10-04 10:28, Bob Hood wrote: Like Spiral from whence it sprung, I think Agile works wonderfully in certain project profiles. However, not everybody drinks the all-Agile-all-the-time Kool-Aid®. Contrary to popular religion, Agile is not the savior of the industry. It's another tool in

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Bob Hood
On 10/4/2016 8:03 AM, Jason H wrote: I think the bigger issue, that many people have expressed here, but not said as such, is the Qt release cycle is not Agile. As more teams adopt Agile development practices... http://www.linkedin.com/pulse/agile-dead-matthew-kern Like Spiral from whence

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Jason H
I think the bigger issue, that many people have expressed here, but not said as such, is the Qt release cycle is not Agile. As more teams adopt Agile development practices, the chasm between what user teams needs and what is being delivered grows. As a result, it seems that Qt is drifting away

[Interest] Qt Quick Controls 2.1 Webinar

2016-10-04 Thread Mitch Curtis
Hi, We're hosting a webinar about the upcoming stuff in Qt Quick Controls 2.1. You can register here if you're interested: http://info.qt.io/webinar-tips-and-tricks-with-qt-quick-controls-2-1 Mitch ___ Interest mailing list Interest@qt-project.org

Re: [Interest] I can't find QQuickStyle class

2016-10-04 Thread Freddy Martinez Garcia
Thanks Nurmi It works for me Regards On October 4, 2016 at 3:16:01 AM, J-P Nurmi (jpnu...@qt.io) wrote: Hi Freddy, Add "QT += quickcontrols2" to your application's .pro file. http://doc.qt.io/qt-5/qtquickcontrols2-index.html -- J-P Nurmi On 4 Oct 2016, at 06:59, Freddy Martinez Garcia

Re: [Interest] I can't find QQuickStyle class

2016-10-04 Thread J-P Nurmi
Hi Freddy, Add "QT += quickcontrols2" to your application's .pro file. http://doc.qt.io/qt-5/qtquickcontrols2-index.html -- J-P Nurmi On 4 Oct 2016, at 06:59, Freddy Martinez Garcia > wrote: Hi guys... as the doc say