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 f
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
communi
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
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.macie
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 mo
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 - t
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
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
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
signature.a
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 dig
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
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
> --- a/src/scripttools/debugging/qscriptengi
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
signatur
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 @@
> /
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
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 sig
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 Techno
All is fine.
On quarta-feira, 26 de junho de 2013 13.49.45, Thiago Macieira wrote:
> diff --git a/src/network/access/qabstractnetworkcache.h
> b/src/network/access/qabstractnetworkcache.h
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Cente
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 acce
On quarta-feira, 26 de junho de 2013 13.49.36, Thiago Macieira wrote:
> -// POD for Q_GLOBAL_STATIC
> -template
> -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
different
Everything 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
Development@qt-project.org
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
Development@qt-project.
On terça-feira, 25 de junho de 2013 23.22.59, Thiago Macieira wrote:
> 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 d
Hi, Renato,
I had added Alex and Lorn as reviewers of your changes. And there is a
#qt-mobility channel, you can find them there.
Regards,
Liang
From: Renato Araujo
Sent: Wednesday, June 26, 2013 8:02 PM
To: development@qt-project.org
Subject: [Development] [QtP
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. Two[1][
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.
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
> wrote:
> > I just wrote up this task
> >
> > https://bugreports.qt-project.org/browse/QTBUG-32039
> >
> > because w
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,
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.
--
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 happene
On Wednesday 26 Jun 2013 13:05:01 Knoll Lars wrote:
> On 26.06.13 12:59, "Daniel Teske" 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 projec
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 b
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
Sorry for the formatting but the web email client is improvable.
Rutledge Shawn:
I see it as an issue if you had to write that parser. No wonder it's out of
sync with the actual language parser. The one in declarative should have all
the features that you need, with suitable (ideally even publi
Many thanks. :)
On Wed, Jun 26, 2013 at 2:05 PM, Knoll Lars wrote:
> On 26.06.13 12:59, "Daniel Teske" 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
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 i
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 mu
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 pro
38 matches
Mail list logo