d Image for
our usecase, and indeed didn't bother with many properties such as
Image.TileMode.
Certainly not a very general solution, though it works nicely for us.
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Senior Software Engineer
KDAB (Deutschland) GmbH & Co K
er settings.
+1, something like KConfigXT that auto-generates QObjects with
appropriate getters, setters and Q_PROPERTIES would be very useful. Not
just for type safety - also for exporting settings objects directly to
the QML world, which otherwise is a lot of boilerplate code to write.
R
with Milian on this project before, I can attest
that he also has a great understanding of the JS world, in addition to
the Qt world. So I think Milian will make a good maintainer and fully
support the nomination.
Disclaimer: We both work at the same company.
Regards,
Thomas
--
Thomas McGuire
ot;Versions" box to the sidebar that gives convenient
links to all other versions of the QProcess documentation? Then even if Google
finds an old version first, the user can quickly jump to the newest.
Btw, any idea why Google prefers the 4.8 version?
Regards,
Thomas
--
Thomas McGuire
shows the need for
functions having NOTIFY signals.
The other example is qsTr(), since you want to have updates when the language
changes. Although for qsTr(), there is a patch somewhere that adds support for
just that in the QML engine, a generic mechanism for NOTIFY support in
functions w
;help.
>
> I am convinced he will make en excellent approver.
I support this.
I have worked together with Fabian on the QNX QPA plugin, where he did good
work.
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
eviews seems to be the easiest short-term solution. A seperate Gerrit state
would be an improvement on that.
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-
> think so. It might feel unfair to some people, but we've had these
> discussions about some features missing the deadline every single minor
> release.
>
> Now if there are one or two features that are vital to make Qt 5.1
> possible, we can discuss exceptions for th
he docs are modularized and conform to the Qt 5 documentation structure:
> http://qt-project.org/wiki/Qt5DocumentationProject -the docs compile
> readily using "make docs"
Yep, works. Created a patch that fixes the doc configuration a bit:
https://codereview.qt-project.org/#change,490
)
Great to see QtSensors back in.
I am about to create a patch to include it in qt5.git. What else needs to be
done so that its documentation shows up in
http://doc-snapshot.qt-project.org/?
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&a
S_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER’ in string literal
> qdbusinternalfilters.cpp:126:36: error: unable to find string literal
> operator ‘operator"" DBUS_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER’
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) Gmb
Hi,
On Wednesday 06 February 2013 13:05:33 Paul Olav Tvete wrote:
> On Wednesday 6 February 2013 09:41:46 Paul Olav Tvete wrote:
> > On Wednesday 6 February 2013 09:00:41 Thomas McGuire wrote:
> > > A workaround would be to squash all commits of the branch together into
> &
Hi,
On Tuesday 05 February 2013 14:22:47 Thomas McGuire wrote:
> On Tuesday 05 February 2013 11:33:29 Paul Olav Tvete wrote:
> > One of the major features for Qt 5.1 is Android support. We have been
> > doing the work in a feature branch, and are now getting ready to
> >
for this CI failure can be?
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions
signature.asc
and that patch seems to rename all instances.
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutio
onReading,
have quite informative pictures, and in the case of QRotationReading, are even
animated, to understand things better.
This needs testing. I tested by waving/rotating my phone around (to the
amusement of the rest of the office) and comparing the reading values to what
the documentation tell
t; over to gerrit/codereview in the next days, so that they have a new home
> where people can contribute to them again (the gitorious mainlines are
> read-only currently).
Great news, thank you for pushing this forward!
Regards,
Thomas
--
** Qt Developer Conference: http://qtconference.kdab.
d.
>
> Br,
> --
> Janne Anttila
> Senior Architect - Digia, Qt
> Visit us on: http://qt.digia.com
>
>
> ___
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/develo
r Qt5, as different add-on
modules like QtSensors and QtMultimedia.
This is about bringing qtmobility, the Qt4 version, to qt-project.org.
Regards,
Thomas
--
** Qt Developer Conference: http://qtconference.kdab.com/ **
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) G
-qt-
mobility/commit/2fd397a87e567dad8c48e2d7c1d35050a569d160
[5] http://doc.qt.digia.com/qtmobility/index.html
--
** Qt Developer Conference: http://qtconference.kdab.com/ **
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel.
Hi,
On Friday 12 October 2012 13:30:57 Thomas McGuire wrote:
> I've also been thinking about adding the frozen global object to the
> snapshot, but I think that will not work. Qt changes the global object, for
> example by adding the qsTr() function, so freezing would have to hap
Hi,
On Thursday 11 October 2012 17:36:55 Harri Porten wrote:
> On Thu, 11 Oct 2012, Thomas McGuire wrote:
> > Could we maybe simple get rid of object freezing, and not freeze the
> > global object?
> > What would the consequences of that be, anything bad? I am the opinion
Hi,
On Friday 12 October 2012 12:16:26 aaron.kenn...@nokia.com wrote:
> On 11/10/2012, at 3:04 PM, ext Thomas McGuire wrote:
> > the QML engine "freezes" the global JS object. This is apparently(?) to
> > prevent accidental writes to the global object. For those who d
Hi,
On Friday 12 October 2012 10:17:20 Jedrzej Nowacki wrote:
> On Thursday 11. October 2012 16.04.04 Thomas McGuire wrote:
> > Could we maybe simple get rid of object freezing, and not freeze the
> > global object?
> > What would the consequences of that be, anything
eeze the global
object?
What would the consequences of that be, anything bad? I am the opinion that if
the user wants to override the "console" object, let him. Maybe there were
other reasons for freezing the global object though?
Regards,
Thomas
--
** Qt Developer Conference: htt
ere a way to work around this?
Regards,
Thomas
--
** Qt Developer Conference: http://qtconference.kdab.com/ **
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090
KDAB - Qt Expert
Hi,
On Monday 24 September 2012 20:23:02 Lorn Potter wrote:
> On 04/09/12 04:43, Lorn Potter wrote:
> > I would like to nominate Thomas McGuire as an Approver for Qt Project.
> >
> > https://codereview.qt-project.org/#q,owner:thomas.mcguire%2540kdab.com,n,
> > z https:
Hi,
On Monday 24 September 2012 15:50:54 Thiago Macieira wrote:
> On segunda-feira, 24 de setembro de 2012 15.38.46, Thomas McGuire wrote:
> > Well, in Qt5, QtQuick has been split up into libQtQml and libQtQuick, so
> > it can't just be renamed back to libQtDeclarative.
&
>
> Concretely:
> 1) rename the library back to libQtDeclarative
Well, in Qt5, QtQuick has been split up into libQtQml and libQtQuick, so it
can't just be renamed back to libQtDeclarative.
Regards,
Thomas
--
** Qt Developer Conference: http://qtconference.kdab.com/ **
Thomas McG
OpenGL dependency, the scenegraph code is
quite deeply integrated into the QtQuick UI elements.
What you can do is use llvmpipe + mesa to get somewhat faster software
rendering.
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Gro
he library that contained only the essentials to
get an application running. With the modularization of Qt5, it might get a
different role - every non-UI class that is not worth a seperate library. If
we want to avoid that, we need to think of another convenient place to add
these kind of no
lugins, so there's a
> major source compatibility break there.
So far the QML side of QtSensors has been the same as in QtMobility.sensor, no
compatibility break there.
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a
t multimedia update events.
As this API solves all this, I'd really like to see that in Qt.
Regards,
Thomas
--
Thomas McGuire | thomas.mcgu...@kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090
KDAB -
33 matches
Mail list logo