https://codereview.qt-project.org/#/c/183817/
On Mon, Jan 30, 2017 at 4:42 PM, Marc Mutz wrote:
> On Monday 30 January 2017 02:21:57 Thiago Macieira wrote:
> > qCDebug(lcTuioSet) << "Processing SET for token " << classId << id
> << "
> > @ " << x << y << "∡" << angle <<
> >
> > That's easy
Start from qt-5.8 I can't build qt anymore under Windows(simplified
chinese locale). Since there is a file
src/plugins/generic/tuiotouch/qtuiohandler.cpp which contain non-latin-1
character, msvc2015 assume the source code's character set should be CP936
which make the complilation fail.
I
Oct 15, 2016 at 11:48 PM, Thiago Macieira wrote:
> Em sábado, 15 de outubro de 2016, às 15:33:53 PDT, Liang Jian escreveu:
> > But I am still curious about that If we don't unload the plugin, will
> > the destructor of the gobal object in it be called? If it is not called,
be called? If it is not called,
what if the gobal object of the plugin hold some memory allocated from heap?
On Sat, Oct 15, 2016 at 2:07 AM, Thiago Macieira
wrote:
> Em sexta-feira, 14 de outubro de 2016, às 16:08:27 PDT, Liang Jian
> escreveu:
> > I don't care custom
you don't think that are leaks but they will confuse memory leak detector),
that is why I hope to introduce a method to disable this feature at runtime.
On Fri, Oct 14, 2016 at 1:10 PM, Thiago Macieira
wrote:
> Em sexta-feira, 14 de outubro de 2016, às 09:11:48 CEST, Liang Jian
> escr
Macieira wrote:
> Em quinta-feira, 13 de outubro de 2016, às 22:00:35 CEST, Liang Jian
> escreveu:
> > Not unloading plugin is really a bad idea.
> > That will make any memory leak detector report tons of leaks even
> run a
> > simplest qt widgets program. Find and fix
Not unloading plugin is really a bad idea.
That will make any memory leak detector report tons of leaks even run a
simplest qt widgets program. Find and fix 'real' memory leak will be much
harder than before.
On Thursday, October 13, 2016, Thiago Macieira
wrote:
> Em quarta-feira, 12 de
I have submited a patch to fix this issue:
https://codereview.qt-project.org/#/c/141311/
On Mon, Nov 16, 2015 at 11:01 PM, Liang Jian wrote:
> The allocated QV4::QObjectWrapper object hold a QPointer which track
> 'instance', it seems that it should be destroyed with
#x27;t find the QObjectWrapper object
created before which will make the QPointer in it not destructed properly.
On Sun, Nov 15, 2015 at 11:58 PM, Liang Jian wrote:
> After some further investigation I can now confirm that one of the
> leak is caused by the following code in QQmlObjectCr
bjects;
But the reason is still unknown
On Sun, Nov 15, 2015 at 10:19 PM, Liang Jian wrote:
> Hello everyone, I checkout qt 5.6 branch yesterday in my windows 10
> x64 machine, I build it and run my program and see many leaks. Then I use C++
> Memory Validator to find the source
Hello everyone, I checkout qt 5.6 branch yesterday in my windows 10
x64 machine, I build it and run my program and see many leaks. Then I use C++
Memory Validator to find the source of the leaks, I can now confirm the
leaked objects are QtSharedPointer::ExternalRefCountData which are created
Thanks for the reply.
I think I have to modify the Qt header file to solve this issue.
On Thu, Jul 2, 2015 at 3:09 PM, Bo Thorsen wrote:
> Den 01-07-2015 kl. 18:36 skrev Edward Sutton:
> >>> >>Is there a work-around I could use in my Qt project file?
> >>
> >> >Upgrade to 5.5.1. It's alr
Can you merge https://codereview.qt-project.org/#/c/105855/ into 5.4.1
before 5.4.1 releaded. It fix a showstopper issue to run apps in Android
5.0+
On Wed, Feb 18, 2015 at 1:52 PM, Heikkinen Jani <
jani.heikki...@theqtcompany.com> wrote:
> Hi all,
>
>
> We have new Qt 5.4.1 snapshot availa
https://bugreports.qt-project.org/browse/QTBUG-41197
This is a severe issue we recently found under androind. Thanks!
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
First I know I should have post this question in qt-interest, but each
time I sent a mail to qt-inter...@qt-projct.org
I will got a mail delivery failed message,
so I have to post my question in
this mailing list to seek for help:
Recenty I am learning QtMultiMedia module, It's really easy
I used to be pushing changes to be code reviewed using the following
command:
git push
ssh://jianlian...@codereview.qt-project.org:29418/qt/qtbaseHEAD:ref/for/stable
That works fine before, but today after I type the command there is not
any response for half an hour, I think this is d
I recently found that I can't build Qt5 of stable branch under
linux, but dev branch is ok.
I have a ubuntu 12.10 machine, I got the latest Qt5 code from git,
the build command is as follows:
./configure -developer-build -opensource -confirm-license
-no-gtkstyle -nomake examples -nomak
I have an old clone of qt5 which have only master branch, to
update this clone I use the following command:
git pull
git branch stable origin/stable
git submodule foreach --recursive 'git checkout stable'
The third command will fail since there is no stable branch in
qtqa, I h
I have built Qt 5 in ubuntu 12.04, The simplified chinese
character can't be displayed.
I found that in QBaseFontDatabase::popluateFontDatabase() the font
path returned by fontDir() is "/mnt/sda8/liang/qt5/qtbase/lib/fonts/"
which is the path I built my Qt5, there are several fonts file in
Hi, everyone,
Recently I pushed two changes to Qt project for Qt5, I want them
also be pushed to Qt4.8, so I change the code in my qt4 repository
(cloned from gitorious.org), and try to commit it, To my surprise, the
commit message doesn't contain the Change-Id (I have copy the
commit-msg t
20 matches
Mail list logo