[Development] documentation: qtwebkit-module.html missing instructions for how to use webkit

2012-09-08 Thread Alan Ezust
>From this URL: http://qt-project.org/doc/qt-5.0/qtwebkit-module.html To include the definitions of the module's classes, use the following directive: [empty] To link against the module, add this line to your qmake .pro file: [empty] I'd also like to see how to use webkit from QML. _

Re: [Development] Playground project request

2012-09-08 Thread Sandro Andrade
Sending again to the mailing list, as suggested. -- Sandro On Friday 31 August 2012 21:53:44 you wrote: > My initial thoughts are "why not!", but can you adhere to the Qt Project's > CLA as this is part of you PhD? Yes, we're fine with it. There're no specific licensing expectations about it. I j

[Development] JIRA/Gerrit and former Nokia employees

2012-09-08 Thread mark.keir
Please find this advice for people who have left Nokia and find themselves unable to access JIRA/Gerrit with your former credentials: "Nokia accounts are closed on departure from the company based on legal status considerations. Please create a new account in JIRA. You can then use the accoun

Re: [Development] [Qt-creator] anyone else seeing crashes with 2.5.2 on Windows 7?

2012-09-08 Thread Ariel Molina R.
Hi, I do, on the published binary versions, kind of randomly. Also sometimes i get slugginesh before the crash. Ariel On Fri, Sep 7, 2012 at 7:53 PM, Yi Ding wrote: > I'm trying to track down the cause of this bug: > https://bugreports.qt-project.org/browse/QTCREATORBUG-7727 >

Re: [Development] Removing Wacom support in Qt5

2012-09-08 Thread Ariel Molina R.
> 1. Qt 4's wacom tablet on Windows gives you trouble, because you have artists > who use a wacom puck in a non-standard mode. No, i have developers working some days on Qt, Quick, using QtC these days wacoms are kept on a locker, they dont even know how to use them or care about. *Other* days of

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Sylvain Pointeau
> > > You can also get recent GCC's libstdc++ >> > > It should work with the standard tool provided by apple via xcode. > Other solutions is loss of time, we are never sure if it will work 100%. > Also to mention that Apple is definitely going to clang, GCC on mac os x is going to disappear. _

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Sylvain Pointeau
> > > You can also get recent GCC's libstdc++ > It should work with the standard tool provided by apple via xcode. Other solutions is loss of time, we are never sure if it will work 100%. ___ Development mailing list Development@qt-project.org http://lis

Re: [Development] Removing Wacom support in Qt5

2012-09-08 Thread Boudewijn Rempt
On Saturday 08 September 2012 Sep, Ariel Molina wrote: > > Feel free to scratch the code if the itch is bugging you! > This is the point, in a couple of years, few people are being > scraching *that* code, that's the reason of the state of the code. > Many users will never find the bug, 'cause the

Re: [Development] Removing Wacom support in Qt5

2012-09-08 Thread Laszlo Papp
On Sat, Sep 8, 2012 at 5:10 PM, Ariel Molina wrote: > > What do you mean by "qmlpuppet"? > is the pupeteer that enables the QtC Quick designer. > I am sorry for putting it this way, but QtCreator is not a good enough reason to remove this from Qt as said before. > > As Boudewijn said, it is no

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Stephen Chu
On 9/8/12 9:55 AM, Olivier Goffart wrote: > On Saturday 08 September 2012 15:42:20 Sylvain Pointeau wrote: clang-libc++ is the only way to have C++11 on mac os x >>> >>> No. The other way was mentioned already in this thread. >> >> no, you need to link with libc++ to have the library support f

Re: [Development] Removing Wacom support in Qt5

2012-09-08 Thread Ariel Molina
> What do you mean by "qmlpuppet"? is the pupeteer that enables the QtC Quick designer. > As Boudewijn said, it is not so costy to get a device. I hope Digia or > someone else can stand up to get this supported officially for those > situations where it does not work. We all know, but none wants t

Re: [Development] Removing Wacom support in Qt5

2012-09-08 Thread Ariel Molina
> Feel free to scratch the code if the itch is bugging you! This is the point, in a couple of years, few people are being scraching *that* code, that's the reason of the state of the code. Many users will never find the bug, 'cause the do not own, or share a computer with a Wacom tablet. So this bu

Re: [Development] make confclean

2012-09-08 Thread Thiago Macieira
On sábado, 8 de setembro de 2012 13.51.25, Sylvain Pointeau wrote: > >make confclean > > is giving: > > make confclean > make: *** No rule to make target `confclean'. Stop. > > what should we do then to clean a configure? git clean -d -f -- Thiago Macieira - thiago.macieira (AT) intel.com Soft

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Olivier Goffart
On Saturday 08 September 2012 15:42:20 Sylvain Pointeau wrote: > > > clang-libc++ is the only way to have C++11 on mac os x > > > > No. The other way was mentioned already in this thread. > > no, you need to link with libc++ to have the library support for c++11. You can also get recent GCC's li

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Sylvain Pointeau
> > > clang-libc++ is the only way to have C++11 on mac os x > > No. The other way was mentioned already in this thread. > no, you need to link with libc++ to have the library support for c++11. ___ Development mailing list Development@qt-project.org htt

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Konstantin Tokarev
08.09.2012, 16:24, "Sylvain Pointeau" : > clang-libc++ is the only way to have C++11 on mac os x No. The other way was mentioned already in this thread. -- Regards, Konstantin ___ Development mailing list Development@qt-project.org http://lists.qt-pr

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Sylvain Pointeau
> > In file included from animation/qabstractanimation.cpp:1434: > .moc/release-shared/moc_qabstractanimation.cpp:37:1: error: initialization > of non-aggregate type 'QBasicAtomicInt' > (aka 'QBasicAtomicInteger') with an initializer list > QT_MOC_LITERAL(4, 42, 25), > I am stuck now with th

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Sylvain Pointeau
and now I have In file included from animation/qabstractanimation.cpp:1434: .moc/release-shared/moc_qabstractanimation.cpp:37:1: error: initialization of non-aggregate type 'QBasicAtomicInt' (aka 'QBasicAtomicInteger') with an initializer list QT_MOC_LITERAL(4, 42, 25), ^

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Olivier Goffart
On Saturday 08 September 2012 13:46:52 Sylvain Pointeau wrote: > > clang++ -c -o project.o -pipe -mmacosx-version-min=10.6 -stdlib=libc++ > > -DQMAKE_OPENSOURCE_EDITION > > > > how can I configure it to be -mmacosx-version-min=10.7 ? > > weird, it is in the file qtbase/mkspecs/common/gcc-base-mac

[Development] make confclean

2012-09-08 Thread Sylvain Pointeau
>make confclean is giving: make confclean make: *** No rule to make target `confclean'. Stop. what should we do then to clean a configure? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Sylvain Pointeau
> > clang++ -c -o project.o -pipe -mmacosx-version-min=10.6 -stdlib=libc++ > -DQMAKE_OPENSOURCE_EDITION > > how can I configure it to be -mmacosx-version-min=10.7 ? > weird, it is in the file qtbase/mkspecs/common/gcc-base-macx.conf 3 lines contained -mmacosx-version-min=10.6 seems to work with

Re: [Development] Qt 4.8 clang and libc++

2012-09-08 Thread Sylvain Pointeau
> > I recently installed xcode 4.4.1 and I installed the new command line > tools before to run the configure. > ./configure -release -platform macx-clang-libc++ -qt-pcre it compiles like: clang++ -c -o project.o -pipe -mmacosx-version-min=10.6 -stdlib=libc++ -DQMAKE_OPENSOURCE_EDITION how can I