[Development] Qt 5.1 header diff

2013-06-26 Thread Thiago Macieira
I've just noticed we haven't done the manual header diff to catch issues. We need to get this done by the end of this week if we want to catch, fix and release any issues by next Friday. Any volunteers to produce the diffs and send to the list? -- Thiago Macieira - thiago.macieira (AT)

Re: [Development] [request] Creation a new QtSerialPort component into a Qt bug tracker

2013-06-26 Thread Knoll Lars
I can do that, but I can unfortunately not migrate the open bugs to the new component (as I can't migrate across Jira projects). You'd have to create a new report for each of the open bugs in the Jira Qt project. If you're ok with that I'll remove the serial port component in the playground

Re: [Development] Qt 5.2

2013-06-26 Thread Qi Liang
Hi, Yuchen, Yes, everyone wants to have as more features and modules as possible in the(every) release. But plan is just plan, some work hasn't finished, then can't be part of a release. If you really want to see sth happen, please join the development and push it as you want. The reason is

[Development] Qt 5.2, Textures and FBO

2013-06-26 Thread Nagy-Egri Máté Ferenc
Hi! I see that QOpenGLTextures is on Gerrit and is under development (although the comments have remained the same for the past few weeks). I had a short discussion with ZapB here: http://qt-project.org/forums/viewthread/27640/ about Textures and FBO. Is there hope of these classes making

Re: [Development] [request] Creation a new QtSerialPort component into a Qt bug tracker

2013-06-26 Thread Laszlo Papp
Many thanks. :) On Wed, Jun 26, 2013 at 2:05 PM, Knoll Lars lars.kn...@digia.com wrote: On 26.06.13 12:59, Daniel Teske daniel.te...@digia.com wrote: On Wednesday 26 Jun 2013 09:04:26 Knoll Lars wrote: I can do that, but I can unfortunately not migrate the open bugs to the new component

Re: [Development] Toolability of mixing QML and JS

2013-06-26 Thread Bubke Marco
Rutledge Shawn: On 26 Jun 2013, at 3:00 PM, Bubke Marco wrote: The approach with the different process has additional advantage that a crash is not that bad, we can link with different Qt versions and can restart the process because there was a problem which we call componentComplete lazy

[Development] Qt CI improvements

2013-06-26 Thread Sarajärvi Tony
Hi all! Our IT has planned a few improvements to our CI. You might be glad to hear about these. These changes are addressing random failures in autotests we have experiencing. Please let us know if you have any concerns regarding these. These changes will come only after 5.1, so that we don't

Re: [Development] [request] Creation a new QtSerialPort component into a Qt bug tracker

2013-06-26 Thread Daniel Teske
On Wednesday 26 Jun 2013 13:05:01 Knoll Lars wrote: On 26.06.13 12:59, Daniel Teske daniel.te...@digia.com wrote: On Wednesday 26 Jun 2013 09:04:26 Knoll Lars wrote: I can do that, but I can unfortunately not migrate the open bugs to the new component (as I can't migrate across Jira

Re: [Development] Qt 5.2

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 15.21.56, Qi Liang wrote: Another situation we should avoid is the relations between stable and release after branch. 5.1.0 is still not out yet, after branch, many fixes for critical issues still went into stable branch, and there is no merge happened

Re: [Development] [request] Creation a new QtSerialPort component into a Qt bug tracker

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 17.56.28, Daniel Teske wrote: Except that I'm now watching all the bugs that I moved. It's the auto-watch-the-bugs-you-changed feature we requested. It would be better if it were auto-watch-bugs-you-comment-on, but this is better than not watching. --

Re: [Development] QML engine changes

2013-06-26 Thread Bubke Marco
Alan Alpert: That is correct. I would argue that this design choice is also correct, because text is the best common format for human editing. Everyone will already have a fully feature text editor that they are comfortable with, and then they can use all of the features immediately. In contrast,

Re: [Development] API review for FolderListModel

2013-06-26 Thread Shawn Rutledge
Whatever works, the task is just to avoid forgetting about it. On 26 June 2013 19:41, Alan Alpert 4163654...@gmail.com wrote: On Wed, Jun 26, 2013 at 6:27 AM, Rutledge Shawn shawn.rutle...@digia.com wrote: I just wrote up this task https://bugreports.qt-project.org/browse/QTBUG-32039

Re: [Development] Toolability of mixing QML and JS

2013-06-26 Thread Shawn Rutledge
On 26 June 2013 19:38, Alan Alpert 4163654...@gmail.com wrote: Obviously a complete declarative API is a work in progress. But as a first step we should consider a trigger property on State which you can set to a signal (e.g. mousearea.clicked) so as to handle that case declaratively. Do we

[Development] [QtPim] Pending Merge Requests

2013-06-26 Thread Renato Araujo
Hi list, I would like to know if there is any official maintainer for the QtPim module? or who I can ping on IRC to talk about the QtPim and some features that I would like to implement? Another point I is that I have 3 pending MR for QtPim and I would like receive some feedback about it.

Re: [Development] Header diff for QtDBus

2013-06-26 Thread Thiago Macieira
Everything is fine. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Description: This is a digitally signed message part. ___ Development mailing list

Re: [Development] Header diff for QtCore

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 13.49.36, Thiago Macieira wrote: -// POD for Q_GLOBAL_STATIC -template typename T -class QGlobalStatic class QGlobalStatic was moved to a new header, qglobalstatic.h, which doesn't show in the diff (due to --diff-filter=M). The new class is completely

Re: [Development] Header diff for QtGui

2013-06-26 Thread Thiago Macieira
One issue found: On quarta-feira, 26 de junho de 2013 13.49.40, Thiago Macieira wrote: class Q_GUI_EXPORT QAccessibleInterface { +protected: +virtual ~QAccessibleInterface(); + public: -virtual ~QAccessibleInterface() {} SC/BC BREAK Change in protection level is not acceptable

Re: [Development] Header diff for QtPrintSupport

2013-06-26 Thread Thiago Macieira
All is fine. On quarta-feira, 26 de junho de 2013 13.50.04, Thiago Macieira wrote: diff --git a/src/printsupport/dialogs/qabstractprintdialog.h b/src/printsupport/dialogs/qabstractprintdialog.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source

Re: [Development] Header diff for QtOpenGL

2013-06-26 Thread Thiago Macieira
All is fine. On quarta-feira, 26 de junho de 2013 13.49.47, Thiago Macieira wrote: diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Description: This is a digitally

Re: [Development] Header diff for QtQml

2013-06-26 Thread Thiago Macieira
One minor oops found: On quarta-feira, 26 de junho de 2013 13.50.06, Thiago Macieira wrote: +++ b/src/qml/qml/qqmlextensionplugin.h -private: Q_DISABLE_COPY(QQmlExtensionPlugin) By removing the private:, with C++98 the error from trying to copy a Q_DISABLE_COPY moves from compile time

Re: [Development] Header diff for QtQuick

2013-06-26 Thread Thiago Macieira
All is fine. On quarta-feira, 26 de junho de 2013 13.50.07, Thiago Macieira wrote: diff --git a/src/quick/designer/designersupport.h b/src/quick/designer/designersupport.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center

Re: [Development] Header diff for QtQuickTest

2013-06-26 Thread Thiago Macieira
All is fine. On quarta-feira, 26 de junho de 2013 13.50.08, Thiago Macieira wrote: diff --git a/src/qmltest/quicktest.h b/src/qmltest/quicktest.h index a71a7f7..d6ffcf8 100644 --- a/src/qmltest/quicktest.h +++ b/src/qmltest/quicktest.h @@ -1,6 +1,6 @@

Re: [Development] Header diff for QtScriptTools

2013-06-26 Thread Thiago Macieira
All is fine. All no-op changes. On quarta-feira, 26 de junho de 2013 13.50.11, Thiago Macieira wrote: diff --git a/src/scripttools/debugging/qscriptenginedebugger.h b/src/scripttools/debugging/qscriptenginedebugger.h index e380086..9589f65 100644 ---

Re: [Development] Header diff for QtScript

2013-06-26 Thread Thiago Macieira
All is fine. This module had no actual changes. On quarta-feira, 26 de junho de 2013 13.50.10, Thiago Macieira wrote: diff --git a/src/script/api/qscriptable.h b/src/script/api/qscriptable.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology

Re: [Development] Header diff for QtSql

2013-06-26 Thread Thiago Macieira
All is fine. On quarta-feira, 26 de junho de 2013 13.50.12, Thiago Macieira wrote: diff --git a/src/sql/kernel/qsql.h b/src/sql/kernel/qsql.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Description: This is a

Re: [Development] Header diff for QtSvg

2013-06-26 Thread Thiago Macieira
All is fine. All no-op changes. On quarta-feira, 26 de junho de 2013 13.50.13, Thiago Macieira wrote: diff --git a/src/svg/qgraphicssvgitem.h b/src/svg/qgraphicssvgitem.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center

Re: [Development] Header diff for QtXmlPatterns

2013-06-26 Thread Thiago Macieira
All is fine. All changes are no-op. On quarta-feira, 26 de junho de 2013 13.50.20, Thiago Macieira wrote: diff --git a/src/xmlpatterns/api/qabstractmessagehandler.h b/src/xmlpatterns/api/qabstractmessagehandler.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel

Re: [Development] Header diff for QtXml

2013-06-26 Thread Thiago Macieira
All is fine. On quarta-feira, 26 de junho de 2013 13.50.18, Thiago Macieira wrote: diff --git a/src/xml/dom/qdom.h b/src/xml/dom/qdom.h -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Description: This is a digitally

Re: [Development] Qt 5.1 header diff

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 21.00.23, Ahumada Sergio wrote: can the script post to pastebin and just send one email with all the pastebin links ? Write a shell script for that :-) for f in *.diff; do fpaste $f; done Then copy paste the links onto an email. -- Thiago Macieira -

Re: [Development] Qt 5.1 header diff

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 17.10.52, Alan Alpert wrote: Here's something on pastebin: http://pastebin.com/5H4R4su8 That's an awk script I'm using to filter out the copyright and header macro changes. It's really shrinking the size of those diffs for me... It should be easy to

Re: [Development] Header diff for QtDeclarative

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 17.13.53, Alan Alpert wrote: [...] Looks good to me. For QtDeclarative and QtQml, I'd like to request a re-review of the deduplication of the functions we've done. Just a second look to make sure everything is fine. -- Thiago Macieira - thiago.macieira

Re: [Development] Header diff for QtQml

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 17.23.56, Alan Alpert wrote: Also qqml.h now includes qdebug.h. While not harmful, do we have a convention of not including that in public headers? Does it have a reason for the include? For example, does it declare debugging operators for anything? If not,

Re: [Development] [QtPim] Pending Merge Requests

2013-06-26 Thread Chris Adams
Hi, Alex Blasche is looking at various QtAddOn modules which are evolutions of the old QtMobility modules. There's still some work to be done to determine which modules are candidates for improvement up to the point where they're releasable, and more work to be done to figure out how many

Re: [Development] Header diff for QtQml

2013-06-26 Thread Thiago Macieira
On quarta-feira, 26 de junho de 2013 17.42.54, Alan Alpert wrote: Does it have a reason for the include? For example, does it declare debugging operators for anything? If not, it's probably accidental and can be safely removed. It uses qWarning() in the definition of a new inline function