thank you. :)
kinda fixed my issue around it with a few tricks.
I'm hoping for a more stable Qt in 5.3.
On Sun, Apr 6, 2014 at 7:19 PM, Alan Ezust wrote:
> See this bug:
> https://bugreports.qt-project.org/browse/QTBUG-36332
>
>
> On Sun, Apr 6, 2014 at 8:33 AM, Hamidreza Davoodi wrote:
>
>> H
See this bug:
https://bugreports.qt-project.org/browse/QTBUG-36332
On Sun, Apr 6, 2014 at 8:33 AM, Hamidreza Davoodi wrote:
> Hello there,
> I'm encountering a problem with activeFocusItem in QQuickItem.
> According to this example [1], when you click on something and menu
> appears, it should b
Hello there,
I'm encountering a problem with activeFocusItem in QQuickItem.
According to this example [1], when you click on something and menu
appears, it should be enabled. It actually did work in Qt 5.1 but not in Qt
5.2.
I debugged it and found out when menu raises the activeFocusItem loses the
your components, the last time i had issues
> >>> with this all the time was lost in the horrible slow fileengine for
> assets on
> >>> android. It looked to me it was reopening the assets all the time
> which seems
> >>> expensive.
> >>>
>
Hi all,
We have new packages available for your testing & verification in
http://download.qt-project.org/snapshots/qt/5.2/5.2.0/2013-12-09_204/
Android package for 32 bit Linux is coming soon, all others are already
available.
These packages are most likely final ones so please tell us immediate
11:54 PM
>> To:development@qt-project.org
>> Subject: Re: [Development] Qt 5.2 RC1 candidate packages available
>>
>>
>> On 11/29/2013 11:37 PM, Poenitz Andre wrote:
>>> Simon Lees [simon.l...@codanradio.com]
>>>> The version of QtCreator shippe
Hi all,
As you should know, Qt5.2 Final release is coming really soon. It was agreed in
yesterday's release team meeting that target is to release it 10th Dec 2013. It
means we need to have packages ready this Thursday 5th Dec! So please note
changes in release branch after Wed 4th Dec might no
-bounces+gunnar.sletta=digia@qt-project.org] på vegne av
Thiago Macieira [thiago.macie...@intel.com]
Sendt: 2. desember 2013 16:39
To: development@qt-project.org
Emne: Re: [Development] Qt 5.2 RC1 candidate packages available
On segunda-feira, 2 de dezembro de 2013 13:22:18, Koehne Kai wrote
On segunda-feira, 2 de dezembro de 2013 13:22:18, Koehne Kai wrote:
> Please make sure to include your exact graphics driver version (e.g. output
> of `glxinfo | grep string`) , and maybe check some of the things gunnar was
> writing recently:
>
> - Does upgrading driver or installing latest vendo
> -Original Message-
> From: development-bounces+kai.koehne=digia@qt-project.org
> [mailto:development-bounces+kai.koehne=digia@qt-project.org] On
> Behalf Of Simon Lees
> Sent: Sunday, December 01, 2013 11:54 PM
> To: development@qt-project.org
> Subject:
On 11/29/2013 11:37 PM, Poenitz Andre wrote:
> Simon Lees [simon.l...@codanradio.com]
>> The version of QtCreator shipped with the package crashes my x everytime
>> i attempt to launch it. It was the Android Linux x86_64 package running
>> on openSUSE 12.3 with Enlightenment as the window manager
On 2.12.2013 9.59, "Yves Bailly" wrote:
>Greetings everyone,
>
>Le 28/11/2013 14:36, Heikkinen Jani a écrit :
>> We have finally Qt 5.2 RC1 candidate packages available in
>>
>>http://download.qt-project.org/snapshots/qt/5.2/5.2.0-rc1/2013-11-28_179/
>> . Mirroring is ongoing so
>> it is possib
Greetings everyone,
Le 28/11/2013 14:36, Heikkinen Jani a écrit :
> We have finally Qt 5.2 RC1 candidate packages available in
> http://download.qt-project.org/snapshots/qt/5.2/5.2.0-rc1/2013-11-28_179/ .
> Mirroring is ongoing so
> it is possible that all packages aren’t visible yet but will be
Simon Lees [simon.l...@codanradio.com]
> The version of QtCreator shipped with the package crashes my x everytime
> i attempt to launch it. It was the Android Linux x86_64 package running
> on openSUSE 12.3 with Enlightenment as the window manager and the
> proprietary NVIDIA Driver
Could you try
On 11/29/2013 12:06 AM, development-requ...@qt-project.org wrote:
> Message: 5
> Date: Thu, 28 Nov 2013 13:36:56 +
> From: Heikkinen Jani
> Subject: [Development] Qt 5.2 RC1 candidate packages available
> To:"development@qt-project.org"
> Cc:"releas.
Hi all,
Qt 5.2 RC1 and Qt Creator 3.0 RC1 is now released.
For more details, check the blog posts:
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available
http://blog.qt.digia.com/blog/2013/11/29/qt-creator-3-0-rc1-released
You can download released packages from here:
htt
On Nov 28, 2013, at 2:36 PM, Heikkinen Jani wrote:
> Hi all,
>
> We have finally Qt 5.2 RC1 candidate packages available in
> http://download.qt-project.org/snapshots/qt/5.2/5.2.0-rc1/2013-11-28_179/ .
> Mirroring is ongoing so it is possible that all packages aren’t visible yet
> but will
Hi all,
We have finally Qt 5.2 RC1 candidate packages available in
http://download.qt-project.org/snapshots/qt/5.2/5.2.0-rc1/2013-11-28_179/ .
Mirroring is ongoing so it is possible that all packages aren't visible yet but
will be soon ...
These packages will be RC1 packages if there isn't any
On Nov 14, 2013, at 10:25 AM, Helmut Mülner wrote:
> HI,
>
> if I use a Label (QtQuick.Controls 1.1) the QtCreator syntax checker does not
> recognize its attributes, e.g.:
>
>
> import QtQuick 2.1
> import QtQuick.Controls 1.1
>
> ApplicationWindow {
> title: qsTr("Hello World")
>
HI,
if I use a Label (QtQuick.Controls 1.1) the QtCreator syntax checker does
not recognize its attributes, e.g.:
import QtQuick 2.1
import QtQuick.Controls 1.1
ApplicationWindow {
title: qsTr("Hello World")
width: 640
height: 480
Label {
text: qsTr("
On Fri, Nov 8, 2013 at 4:59 AM, Heikkinen Jani wrote:
> Hi all,
>
>
>
> What is the situation with reviews & especially potential fixes? Is all
> needed now done and so on can we start merge on Monday morning?
https://codereview.qt-project.org/#change,70479 still needs to merge.
It should be read
Il 09/11/2013 18:03, Marc Mutz ha scritto:
For QtWidgets, we're discussing for the following API issue:
https://codereview.qt-project.org/70730
The patch has been merged and I've closed the associated bug.
Thanks,
--
Join us at Qt Developer Days 2013! - https://devdays.kdab.com
Giuseppe D'A
On Friday, November 08, 2013 13:59:00 Heikkinen Jani wrote:
> Hi all,
>
> What is the situation with reviews & especially potential fixes? Is all
> needed now done and so on can we start merge on Monday morning?
For QtWidgets, we're discussing for the following API issue:
https://codereview.qt-
Hi all,
What is the situation with reviews & especially potential fixes? Is all needed
now done and so on can we start merge on Monday morning?
Br,
Jani
--
Jani Heikkinen
Release Manager
__
On Tue, Nov 5, 2013 at 1:36 PM, Thiago Macieira
wrote:
> On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
> >
>
> Module is fine.
>
+1
--
Jason
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/
On 05 Nov 2013, at 19:17, Shaw Andy wrote:
> IIRC it wasn’t even compiled into the QtWidgets library, although the
> documentation and everything existed, those symbols were never in Qt. Morten
> can say 100% at least but that is my understanding and recollection at least.
That is correct, th
There is unnecessary include of QtCore/qcoreapplication.h (in
src/gui/accessible/qaccessible.h:48).
2013/11/5 Thiago Macieira
> ___
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
__
Similar to the header diffs, each minor version the .qmltypes files
for QML plugins gets updated and that diff
(https://codereview.qt-project.org/#change,70479) should show
everything that snuck into public QML APIs. I put my comments on
gerrit, it's better for inline review of code diffs. But it r
Module looks ok. Some comment inline:
On 05/11/13 01:07, "Thiago Macieira" wrote:
>Pastebin URL (expires in 24 hours):
>http://paste.fedoraproject.org/51637/13836114
>
>template
> QObject *qmlAttachedPropertiesObject(const QObject *obj, bool create =
>true)
> {
>diff --git a/src/qml/qml/qqmlcomp
Looks ok as well.
Cheers,
Lars
On 05/11/13 01:07, "Thiago Macieira" wrote:
>Pastebin URL (expires in 24 hours):
>http://paste.fedoraproject.org/51638/61143313
>
>---
>diff --git a/src/quick/designer/designersupport.h
>b/src/quick/designer/designersupport.h
>index 5139a65..41458ae 100644
>--- a
t.org
[mailto:development-bounces+andy.shaw=digia@qt-project.org] On Behalf Of
Jake Petroules
Sent: 5. november 2013 19:10
To: Thiago Macieira
Cc: development@qt-project.org
Subject: Re: [Development] Qt 5.2 header diff: QtWidgets
On Nov 5, 2013, at 12:55 PM, Thiago Macieira
mailto:thiago.
On Nov 5, 2013, at 12:55 PM, Thiago Macieira wrote:
> On terça-feira, 5 de novembro de 2013 12:39:55, Jake Petroules wrote:
>> On Nov 5, 2013, at 12:22 PM, Marc Mutz wrote:
>>> But can be overloaded on the new types, right.
>>
>> Does this 100% NEED to be reverted? It wasn't even functional unt
On terça-feira, 5 de novembro de 2013 12:39:55, Jake Petroules wrote:
> On Nov 5, 2013, at 12:22 PM, Marc Mutz wrote:
> > But can be overloaded on the new types, right.
>
> Does this 100% NEED to be reverted? It wasn't even functional until 5.2
> IIRC.
>
> I really hope this does not have to wai
On Nov 5, 2013, at 12:22 PM, Marc Mutz wrote:
> On Tuesday, November 05, 2013 17:51:25 Thiago Macieira wrote:
>> On terça-feira, 5 de novembro de 2013 11:09:48, Giuseppe D'Angelo wrote:
class Q_WIDGETS_EXPORT QMacCocoaViewContainer : public QWidget
{
Q_OBJECT
>>>
On Tuesday, November 05, 2013 17:51:25 Thiago Macieira wrote:
> On terça-feira, 5 de novembro de 2013 11:09:48, Giuseppe D'Angelo wrote:
> > > class Q_WIDGETS_EXPORT QMacCocoaViewContainer : public QWidget
> > > {
> > >
> > > Q_OBJECT
> > >
> > > public:
> > > -QMacCocoaViewCo
On Tuesday, November 05, 2013 18:00:02 Nicolás Alvarez wrote:
> 2013/11/5 Marc Mutz :
> > On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
> >> -return (void *)qptrdiff(data);
> >> +char *null = 0;
> >> +return null + qptrdiff(data);
> >
> > Since t
2013/11/5 Marc Mutz :
> On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
>> -return (void *)qptrdiff(data);
>> +char *null = 0;
>> +return null + qptrdiff(data);
>
> Since this is equivalent to
>
> return 0[qptrdiff(data)];
>
> isn't that derefer
On terça-feira, 5 de novembro de 2013 12:24:32, Marc Mutz wrote:
> On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
> > -return (void *)qptrdiff(data);
> > +char *null = 0;
> > +return null + qptrdiff(data);
>
> Since this is equivalent to
>
>
On terça-feira, 5 de novembro de 2013 11:09:48, Giuseppe D'Angelo wrote:
> > +#ifdef Q_OS_OSX
> > +NSMenu* toNSMenu();
> > +void setAsDockMenu();
> > +#endif
>
> Is it OK to reintroduce platform specific calls in the APIs? I would've
> expected this kind of functionality to be provided by
On terça-feira, 5 de novembro de 2013 11:09:48, Giuseppe D'Angelo wrote:
> > class Q_WIDGETS_EXPORT QMacCocoaViewContainer : public QWidget
> > {
> > Q_OBJECT
> >
> > public:
> > -QMacCocoaViewContainer(void *cocoaViewToWrap, QWidget *parent = 0);
> > +QMacCocoaViewContainer(NSV
On terça-feira, 5 de novembro de 2013 11:22:45, Marc Mutz wrote:
> On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
> > @@ -206,7 +212,8 @@ protected:
> > int qt4D;
> > Qt::Orientation qt4O;
> > Qt::MouseButtons mouseState;
> >
> > -int reserved;
> > +uint ph :
g
Emne: Re: [Development] Qt 5.2 header diff: QtGui
Il 05/11/2013 11:22, Marc Mutz ha scritto:
> On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
>> @@ -206,7 +212,8 @@ protected:
>> int qt4D;
>> Qt::Orientation qt4O;
>> Qt::MouseButtons mouseState;
On Tuesday, November 05, 2013 12:24:32 Marc Mutz wrote:
> What's wrong with
>
>reinterpret_cast(qptrdiff(data));
-> https://codereview.qt-project.org/70402
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/l
On Tuesday 05 November 2013 12:24:32 Marc Mutz wrote:
> On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
> > -return (void *)qptrdiff(data);
> > +char *null = 0;
> > +return null + qptrdiff(data);
>
> Since this is equivalent to
>
> return 0[qp
On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
> -return (void *)qptrdiff(data);
> +char *null = 0;
> +return null + qptrdiff(data);
Since this is equivalent to
return 0[qptrdiff(data)];
isn't that dereferencing the nullptr and therefore und
On 11/05/2013 04:38 AM, Thiago Macieira wrote:
> On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>> +QByteArray session() const;
>> +void setSession(const QByteArray &session);
>> +int sessionTicketLifeTimeHint() const;
>
> Module is fine.
>
> I'm just wondering
Il 05/11/2013 11:22, Marc Mutz ha scritto:
On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
@@ -206,7 +212,8 @@ protected:
int qt4D;
Qt::Orientation qt4O;
Qt::MouseButtons mouseState;
-int reserved;
+uint ph : 2;
+int reserved : 30;
};
#endif
is s
On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
> @@ -101,9 +102,10 @@ public:
> {
> if (dirty) {
> dirty = false;
> -QVector sorted = values;
> -qSort(sorted);
> -currentMedian = sorted.at(bufferSize / 2 + 1);
> +
On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote:
> @@ -206,7 +212,8 @@ protected:
> int qt4D;
> Qt::Orientation qt4O;
> Qt::MouseButtons mouseState;
> -int reserved;
> +uint ph : 2;
> +int reserved : 30;
> };
> #endif
is sizeof(int) == 4 everywhere?
> ---
Il 05/11/2013 01:07, Thiago Macieira ha scritto:
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51643/61145013
---
diff --git a/src/widgets/dialogs/qcolordialog.h
b/src/widgets/dialogs/qcolordialog.h
index 80a31c4..c7a1d6f 100644
--- a/src/widgets/dialogs/qcolordialog.h
+++
On segunda-feira, 4 de novembro de 2013 17:25:45, Thiago Macieira wrote:
> qmetatype.h:
> > +#include
> > +#include
> > +#include
>
> Argh. Thanks for making the compilation that much slower. These three lines
> probably impact Qt's compilation time in 20%, or more.
With those three lines, sr
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>
Module 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.
_
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
> +QByteArray session() const;
> +void setSession(const QByteArray &session);
> +int sessionTicketLifeTimeHint() const;
Module is fine.
I'm just wondering if the "session" property should not instead be called
"
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>
Module 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.
_
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>
Module 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.
___
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>
Module 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.
_
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>
Module 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.
___
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>
Module 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.
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
>
Module 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.
___
In case anyone's wondering why a deprecated module had a header
change, it was just a backport of removing a compiler warning (VS2010
specific). No new functionality here.
--
Alan Alpert
___
Development mailing list
Development@qt-project.org
http://list
I didn't find anything, but I did not review qmetatype.h. These are just
comments and explanations.
On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote:
qlogging.h:
> -enum QtMsgType { QtDebugMsg, QtWarningMsg, QtCriticalMsg, QtFatalMsg,
> QtSystemMsg = QtCriticalMsg };
> +e
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51643/61145013
---
diff --git a/src/widgets/dialogs/qcolordialog.h b/src/widgets/dialogs/qcolordialog.h
index 80a31c4..c7a1d6f 100644
--- a/src/widgets/dialogs/qcolordialog.h
+++ b/src/widgets/dialogs/qcolordialog.h
@@ -112,6 +112
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51644/38361145
---
diff --git a/src/x11extras/qx11info_x11.h b/src/x11extras/qx11info_x11.h
index afc9ee4..d5d00f3 100644
--- a/src/x11extras/qx11info_x11.h
+++ b/src/x11extras/qx11info_x11.h
@@ -53,6 +53,8 @@ QT_BEGIN_NAMESPACE
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51642/83611445
---
diff --git a/src/testlib/qtestcase.h b/src/testlib/qtestcase.h
index 6b5e7a5..ba727b5 100644
--- a/src/testlib/qtestcase.h
+++ b/src/testlib/qtestcase.h
@@ -200,6 +200,8 @@ namespace QTest
Q_TESTLIB_EXPORT
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51645/13836114
---
diff --git a/src/xmlpatterns/api/qabstractxmlnodemodel.h b/src/xmlpatterns/api/qabstractxmlnodemodel.h
index 0bdf9c4..98148f7 100644
--- a/src/xmlpatterns/api/qabstractxmlnodemodel.h
+++ b/src/xmlpatterns/api/qa
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51638/61143313
---
diff --git a/src/quick/designer/designersupport.h b/src/quick/designer/designersupport.h
index 5139a65..41458ae 100644
--- a/src/quick/designer/designersupport.h
+++ b/src/quick/designer/designersupport.h
@@ -80
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51641/38361144
---
diff --git a/src/serialport/qserialport.h b/src/serialport/qserialport.h
index e035ee3..e173445 100644
--- a/src/serialport/qserialport.h
+++ b/src/serialport/qserialport.h
@@ -55,6 +55,7 @@ class QSerialPortPri
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51640/11437138
---
diff --git a/src/sensors/qpressuresensor.h b/src/sensors/qpressuresensor.h
index 2a544cb..8a14d41 100644
--- a/src/sensors/qpressuresensor.h
+++ b/src/sensors/qpressuresensor.h
@@ -51,10 +51,14 @@ class Q_SENSOR
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51637/13836114
---
diff --git a/src/qml/debugger/qqmldebug.h b/src/qml/debugger/qqmldebug.h
index d2b0220..d6b6bb0 100644
--- a/src/qml/debugger/qqmldebug.h
+++ b/src/qml/debugger/qqmldebug.h
@@ -54,9 +54,9 @@ struct Q_QML_EXPORT
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51636/11423138
---
diff --git a/src/printsupport/dialogs/qprintdialog.h b/src/printsupport/dialogs/qprintdialog.h
index 7d77c6a..c822aa0 100644
--- a/src/printsupport/dialogs/qprintdialog.h
+++ b/src/printsupport/dialogs/qprintdia
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51635/83611419
---
diff --git a/src/network/access/qnetworkaccessmanager.h b/src/network/access/qnetworkaccessmanager.h
index 826c8e4..67b9bbc 100644
--- a/src/network/access/qnetworkaccessmanager.h
+++ b/src/network/access/qnetwo
Pastebin URL (expires in 24 hours):
---
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Pastebin URL (expires in 24 hours):
---
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Pastebin URL (expires in 24 hours):
---
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51630/13836110
---
diff --git a/src/declarative/qml/qdeclarativeprivate.h b/src/declarative/qml/qdeclarativeprivate.h
index 05a457c..6f95dde 100644
--- a/src/declarative/qml/qdeclarativeprivate.h
+++ b/src/declarative/qml/qdeclara
Pastebin URL (expires in 24 hours):
---
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Pastebin URL (expires in 24 hours):
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Pastebin URL (expires in 24 hours):
---
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51628/61095313
---
diff --git a/src/concurrent/qtconcurrentfilterkernel.h b/src/concurrent/qtconcurrentfilterkernel.h
index 63e77ab..29bb3c9 100644
--- a/src/concurrent/qtconcurrentfilterkernel.h
+++ b/src/concurrent/qtconcurrentf
Pastebin URL (expires in 24 hours):
---
diff --git a/src/declarative/qml/qdeclarativeprivate.h b/src/declarative/qml/qdeclarativeprivate.h
index 05a457c..6f95dde 100644
--- a/src/declarative/qml/qdeclarativeprivate.h
+++ b/src/declarative/qml/qdeclarativeprivate.h
@@ -55,6 +55,7 @@
#include
Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51626/38361087
---
diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h
index 6667cae..25ce161 100644
--- a/src/gui/accessible/qaccessible.h
+++ b/src/gui/accessible/qaccessible.h
@@ -45,6 +45,7 @@
#if
Sending the header diff for Qt 5.2.
Script update: https://codereview.qt-project.org/70327
Results
Modules with no public headers:
QtCompositor
QtDuse
QtMacExtras [*]
QtModeling
QtModelingWidgets
QtMof
QtPlatformSupport
QtQmlDevTools
n Yahoo! Mail pe Android
>
>
>
>
> __
> From: Cornelius Hald ;
> To: BogDan ;
> Cc: development@qt-project.org ;
> Subject: Re: [Development] Qt 5.2 Beta - is it really much slower to
> parse qml/javascript on android?
> Sent: Fri, Nov 1, 2013 4:48:49 PM
>
&
Hi,
https://bugreports.qt-project.org/browse/QTBUG-34464
Cheers,
BogDan.
Trimis din Yahoo! Mail pe Android
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
ur components, the last time i had issues
> >>> with this all the time was lost in the horrible slow fileengine for
> >>> assets on
> >>> android. It looked to me it was reopening the assets all the time which
> >>> seems
> >>> expe
On quinta-feira, 31 de outubro de 2013 12:21:46, Luka Vilar wrote:
> i agree and for the ICU part. Calling u_cleanup will free resources owned
> by ICU libraries. Converters used by Qt are already properly released so
> this is not an Qt issue.
Let me ask you this:
what happens if Qt was loaded b
Le 31/10/2013 12:29, Koehne Kai a écrit :
> I'm not completely opposed to calling u_cleanup(), but we've to keep in mind
> that ICU API might get called very late (e.g. even in destructors of static
> objects, when someone decides to add say a qDebug() there). What happens if I
> call ICU API af
project.org
> Subject: [Development] Qt 5.2 Beta, possible memory leak(s)
>
> Hi,
>
> i agree and for the ICU part. Calling u_cleanup will free resources owned by
> ICU libraries. Converters used by Qt are already properly released so this is
> not an Qt issue.
>
> From
Hi,
i agree and for the ICU part. Calling u_cleanup will free resources owned
by ICU libraries. Converters used by Qt are already properly released so
this is not an Qt issue.
>From ICU Api help: The use of u_cleanup() just before an application
terminates is optional, but it should be called onl
Hi,
>I dislike those because we're incurring overhead at shutdown to do
something
>that doesn't need doing, except to keep tools happy.
For the platform printer support, it makes sense since it can
potentially have handles open or similar. Not sure about the ICU leak,
though?
Regards,
Fried
Hi,
and thanks for the info.
Regards,
Luka
On 30 October 2013 15:21, Friedemann Kleint wrote:
> Hi,
>
> here is a fix for printing: https://codereview.qt-project.org/69686
>
> Regards,
> Friedemann
>
> --
> Friedemann Kleint
> Digia, Qt
>
> ___
> Deve
On quarta-feira, 30 de outubro de 2013 11:36:12, Luka Vilar wrote:
> Hi all,
>
> using Qt 5.2 beta on Windows 7 x64, compiled with Visual Studio 2012 update
> 3 i am getting two annoying reports of memory leaks. First is from using
> ICU and not calling u_cleanup() API on module unload and the sec
Hi,
here is a fix for printing: https://codereview.qt-project.org/69686
Regards,
Friedemann
--
Friedemann Kleint
Digia, Qt
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
;> expensive.
>>>
>>> I haven't tried it since 5.1 but if it is not fixed its very likely the
>>> cause
>>> of your problem.
>>>
>>> Björn
>>> Am Mittwoch, 30. Oktober 2013, 07:07:41 schrieb Koehne Kai:
>>>
>>
On Wednesday 30 October 2013 11:36:12 Luka Vilar wrote:
> Hi all,
>
> using Qt 5.2 beta on Windows 7 x64, compiled with Visual Studio
> 2012 update 3 i am getting two annoying reports of memory leaks.
> First is from using ICU and not calling u_cleanup() API on module
> unload and the second is fr
t; >> > -Original Message-
> >> > From: development-bounces+kai.koehne=digia@qt-project.org
> >> > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On
> >> > Behalf Of Felipe Crochik
> >> > Sent: Tuesday, Octobe
Hi all,
using Qt 5.2 beta on Windows 7 x64, compiled with Visual Studio 2012 update
3 i am getting two annoying reports of memory leaks. First is from using
ICU and not calling u_cleanup() API on module unload and the second is
from QPrinterInfo::defaultPrinter() not cleaning up QPlatformPrinterSu
On 10/30/2013 09:09 AM, BogDan wrote:
> Hi,
>
> Android's assets are indeed slower (~2X) than Qt's resource system,
> but not that slow ! :)
From our experience the Android assets system is *extremely* slow for
listing large file sets. It's bad to the degree that I suspect it has
exponential co
ia@qt-project.org]
> On Behalf Of Ing. Reynier Pupo Gómez
> Sent: 30. lokakuuta 2013 3:03
> To: development@qt-project.org
> Subject: [Development] Qt 5.2 Fusion Style problem under OpenSuse
>
> Hi, I just compile Qt 5.2 on OpenSuse 12.3, the problem occurs when I try to
> create a
..@qt-project.org
>> > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On
>> > Behalf Of Felipe Crochik
>> > Sent: Tuesday, October 29, 2013 7:13 PM
>> > To: Hausmann Simon
>> > Cc: development@qt-project.org
>> > Subj
1 - 100 of 150 matches
Mail list logo