If it realy wrong, we should rename win32-msvc2010 -> win32-msvc10,
msvc2008 -> win32-msvc9 ...
2012/6/1 Thiago Macieira
> Right. We've been doing it wrong all along, then: our mkspecs say "msvc"
> which
> is the compiler, but give the year as the complement.
>
> Maybe we should then start corre
(((Posting here to reach module maintainers and humans alike)))
Most Qt Essentials module maintainers will be at the Qt Contributors
Summit and we want to take this chance to shot video interviews to be
edited and be part of the Qt 5 launch. The idea of these interviews is
to explain to the mas
Hello Giuseppe,
Thanks for the information. I spent some time today reading the wiki from the
links you sent - lots of helpful information. I assume the right people are
aware of this, but probably half the links in the Contributions section "things
you generally need to know" of
http://qt-
On 6/1/12 12:46 PM, Thiago Macieira wrote:
> On sábado, 2 de junho de 2012 00.18.48, techabc wrote:
>> btw, Is there would win32-clang appears?
>
> That sentence did not make sense. I'm assuming you meant to ask "is there a
> chance a win32-clang option would appear"?
>
> Yes, there's a chance. Con
Hello David,
On 1 June 2012 15:36, David Burson wrote:
> Hi,
>
>
>
> We translated some of Qt 4.7.4 into Indonesian (qt_id), and we added some
> translations to qt_pt and qt_es. How do I submit them back to the Qt
> project?
Do your translations still apply to 4.8? No more 4.7 releases are plan
On sábado, 2 de junho de 2012 00.18.48, techabc wrote:
> btw, Is there would win32-clang appears?
That sentence did not make sense. I'm assuming you meant to ask "is there a
chance a win32-clang option would appear"?
Yes, there's a chance. Contribute the mkspec that works for you and we'll add
it
nice thing: the latest source package already have win32-msvc11 mkspec.
btw, Is there would win32-clang appears?
2012/6/1 Thiago Macieira :
> On sexta-feira, 1 de junho de 2012 16.11.33, Matt Williams wrote:
>> On 1 June 2012 15:54, Joerg Bornemann wrote:
>> > On 01/06/2012 15:30, ext Thiago Maci
On sexta-feira, 1 de junho de 2012 16.11.33, Matt Williams wrote:
> On 1 June 2012 15:54, Joerg Bornemann wrote:
> > On 01/06/2012 15:30, ext Thiago Macieira wrote:
> >>> Allright, I take back everything. MS actually announced the RC of Visual
> >>> Studio 2012 yesterday:
> >>> http://blogs.msdn.c
On 1 June 2012 15:54, Joerg Bornemann wrote:
> On 01/06/2012 15:30, ext Thiago Macieira wrote:
>>> Allright, I take back everything. MS actually announced the RC of Visual
>>> Studio 2012 yesterday:
>>> http://blogs.msdn.com/b/visualstudio/archive/2012/05/31/visual-studio-2012-r
>>> c-available-no
On 01/06/2012 15:30, ext Thiago Macieira wrote:
>> Allright, I take back everything. MS actually announced the RC of Visual
>> Studio 2012 yesterday:
>> http://blogs.msdn.com/b/visualstudio/archive/2012/05/31/visual-studio-2012-r
>> c-available-now.aspx This seems to be identical to the formerly a
Hi,
We translated some of Qt 4.7.4 into Indonesian (qt_id), and we added some
translations to qt_pt and qt_es. How do I submit them back to the Qt
project?
I looked at http://qt-project.org/wiki/Qt-Localization, but I'm not sure
what to do after marking finished translations.
- What pr
On sexta-feira, 1 de junho de 2012 14.40.19, Joerg Bornemann wrote:
> On 01/06/2012 14:21, ext Joerg Bornemann wrote:
> >> msvc2012 goes RC stage, I think QT 5.0 should support it from now. Itsn't
> >> it?>
> > There is no such thing as "msvc2012".
>
> Allright, I take back everything. MS actually
On Friday 01 Jun 2012 13:37:48 Paweł Polański wrote:
> Hi,
> due to the fact that I have no longer enough time to maintain Symbian in
> Qt Creator's Project Management & Targets I would like to step down from
> this position.
My symbian knowledge is rather limited. I will be looking over any gerri
On 01/06/2012 14:21, ext Joerg Bornemann wrote:
>> msvc2012 goes RC stage, I think QT 5.0 should support it from now. Itsn't it?
>
> There is no such thing as "msvc2012".
Allright, I take back everything. MS actually announced the RC of Visual
Studio 2012 yesterday:
http://blogs.msdn.com/b/visu
On 01/06/2012 09:12, ext techabc wrote:
> msvc2012 goes RC stage, I think QT 5.0 should support it from now. Itsn't it?
There is no such thing as "msvc2012".
If you're talking about Visual Studio 11 - the mkspec win32-msvc11 has
been recently added.
BR,
Jörg
__
There are a number of places in src/corelib/io where "C:/" type paths are
handled specially under a windows ifdef.
(or in 4.8 windows/symbian ifdef)
If you want to use windows style paths, you have to add your OS ifdef there as
well.
If the native paths are unix style, i'd recommend to use unix
>
> Step 1: mySharedPtr.data() ==> MyShared* P;
>> Step 2: make sure the QML engine doesn't assume ownership:
>> QDeclarativeEngine::**setObjectOwnership
>> Step 3: hand over P to QML: setProperty or setContextProperty
>>
>
> Yep, those steps seem to be the current requirement. If my patches get in
Hi,
Yes, touch events are delivered to QWidgets too, just like in Qt 4.
Regards,
Laszlo
On 06/01/2012 11:16 AM, ext song.7@nokia.com wrote:
Hi,
In Qt5, does the QtWidgets support the touch event handling ?
That the touch event is routed from my side to system by invoking
QWindowSystem
Hi,
In Qt5, does the QtWidgets support the touch event handling ?
That the touch event is routed from my side to system by invoking
QWindowSystemInterface::handleTouchEvent...
Thanks,
Song
___
Development mailing list
Development@qt-project.org
http://
Ok, thanks... I am using the qfilesystemengine_unix under another unix like env,
so I can make a change in the ::rootPath for my case...
Thanks for your sharing ;)
Thanks,
Song
-Original Message-
From: siv...@gmail.com [mailto:siv...@gmail.com] On Behalf Of ext Sivan
Greenberg
Sent: Fri
What's your windows version? I can see the code (in qt5) makes
distinction between WinCE and the rest.
Seeing this respective code:
}
998
999 //static
1000 QString QFileSystemEngine::rootPath()
1001 {
1002 #if defined(Q_OS_WINCE)
1003 QString ret = QLatin1String("/");
1004 #else
1005 QS
Hi,
My QtDir::currentPath is /c_drive/ instead of C:/, so do someone know the
reason behind ?
And how can it be as "C:/" ?
Any information is appreciated ;)
Thanks,
Song
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.o
msvc2012 goes RC stage, I think QT 5.0 should support it from now. Itsn't it?
2012/6/1 Iikka Eklund :
>
>
> On 31.5.2012 18.00, "Thiago Macieira" wrote:
>
> On quinta-feira, 31 de maio de 2012 13.48.42, simo.f...@nokia.com wrote:
>
> What kind of src packages people are looking for? There was so
23 matches
Mail list logo