- Aug 15, 2011
-
-
Joerg Bornemann authored
Change-Id: Id4458dcf29893a007ee85c0ce85a500617f02b6d Reviewed-on: http://codereview.qt.nokia.com/2946 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Joerg Bornemann authored
Change-Id: Ie70c61770efc056c70a84c298100fec33295afb5 Reviewed-on: http://codereview.qt.nokia.com/2945 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Joerg Bornemann authored
Change-Id: I5f5882fe4ae2ab84c6e5668c560290b6b0cd30c7 Reviewed-on: http://codereview.qt.nokia.com/2942 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Oswald Buddenhagen authored
this is not a creator tool, but a helper of qtcprocess, just like the existing stub. Change-Id: Ice7c60a1dee0b132c6063747f82ea35699f4127d Reviewed-on: http://codereview.qt.nokia.com/2918 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Oswald Buddenhagen authored
Change-Id: I9504df9a2a0d6381c66ec71f40799d185461731a Reviewed-on: http://codereview.qt.nokia.com/2917 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Oswald Buddenhagen authored
Change-Id: I4f389e32d540d49e886e7db02b6332d2ad2372f7 Reviewed-on: http://codereview.qt.nokia.com/2916 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- Aug 10, 2011
-
-
Christian Kamm authored
The only Scope that set the end offset to *before* the last token was ObjCClassDeclaration. Change-Id: Icbdb5bcdd72d96087ac586ad51510fed74a633eb Reviewed-on: http://codereview.qt.nokia.com/2820 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
Change-Id: I701fc179f377581b87e31630eaa4231688152f5e Reviewed-on: http://codereview.qt.nokia.com/2813 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 09, 2011
-
-
Leandro Melo authored
Such as class ~A {} or class operator+ {}. Done by Roberto Raggi Change-Id: I4fdad6d27aaa997e651f2d08de36fe675fc78814 Reviewed-on: http://codereview.qt.nokia.com/2778 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Friedemann Kleint authored
Change-Id: Iea0d998de254d26e15a8703812b3aad8399721a8 Reviewed-on: http://codereview.qt.nokia.com/2777 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Change-Id: I046ae871ef482bf36ee21ba77abd706292a15d3f Reviewed-on: http://codereview.qt.nokia.com/2768 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kamm authored
Change-Id: If983e9c9bee2d0396d7cc00973ee3885a3736d8a Reviewed-on: http://codereview.qt.nokia.com/2767 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: I30773e8879086c1f85d331fabf9380e217b32dd7 Reviewed-on: http://codereview.qt.nokia.com/2745 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Aug 08, 2011
-
-
Friedemann Kleint authored
Change-Id: I9e2f02bfa3dcc2e3ab2895620ee3f163edc3d764 Reviewed-on: http://codereview.qt.nokia.com/2749 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Use watch encoding without quotes for non-ASCII output. Use formats with quotes for recoded strings. Extend char-pointer recoding to work for char-arrays as well and restrict to char types. Split up and re-use when outputting QByteArrays or std::[w]string. Task-number: QTCREATORBUG-5667 Change-Id: If9748c2e375ee5ecb05d257410eba4012de1c3cf Reviewed-on: http://codereview.qt.nokia.com/2747 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kamm authored
Change-Id: I633dbc77557fc2b6563888103350612a262536ee Reviewed-on: http://codereview.qt.nokia.com/2731 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
The distinction between QmlJS and QmlJS::Interpreter has always been weak and the extra namespace just added an unnecessary complication. Change-Id: I4db8ef4bd91b5f6bf610a9d23fdbf55bd60250fc Reviewed-on: http://codereview.qt.nokia.com/2743 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Use Context or ScopeChain instead. Change-Id: I2489477eac08774ba41710ee81876aab11b5af24 Reviewed-on: http://codereview.qt.nokia.com/1699 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Previously Context was not entirely thread safe and had to be copied locally. Now it is thread safe and its lifetime managed by QSharedPointer. The non-safe parts were moved into ScopeChain in a previous commit. Change-Id: I851a93de85cbd6391dbea0fe33b011e2e093addb Reviewed-on: http://codereview.qt.nokia.com/1695 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Context is created by Link and has information about imports for all Documents in a Snapshot. ScopeChain represents how lookup is done at a specific place in a Document. Change-Id: I874102d57bbaf1a497fa3f27633bed6ee75dcf10 Reviewed-on: http://codereview.qt.nokia.com/1694 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-5752 Change-Id: Ibcdaac039a5e862d7a8f03f58c8bf017b544e436 Reviewed-on: http://codereview.qt.nokia.com/2736 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Aug 05, 2011
-
-
Friedemann Kleint authored
Change-Id: I83c82b8f09bee0e51773d82f17cd5782287d8675 Reviewed-on: http://codereview.qt.nokia.com/2695 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Kai Koehne authored
Move private members into d pointer, remove unused signal, rename clearView() method & clear() signal to clearData(), dataCleared() Change-Id: I0baf78107861a469185c736fc448b4d3a7929cdd Reviewed-on: http://codereview.qt.nokia.com/2691 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Change-Id: I1c0821778a3350ec55741b45680fca2cb1fed3aa Reviewed-on: http://codereview.qt.nokia.com/2680 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Should boost build times. Change-Id: I35c9fd32d2df6dbdadf4d324eb87dbfb491e5ef2 Reviewed-on: http://codereview.qt.nokia.com/2673 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Change-Id: I87bdb465816fc68f83f6c5e097c9d9b853614b94 Reviewed-on: http://codereview.qt.nokia.com/2672 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Aug 03, 2011
-
-
Daniel Molkentin authored
Task-Number: QTCREATORBUG-5672 Done-with: Oswald Buddenhagen Change-Id: I61f8a83205bc338ba12e43b7471eaa957da2b004 Reviewed-on: http://codereview.qt.nokia.com/2451 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Joerg Bornemann authored
Task-number: QTCREATORBUG-4558 Change-Id: Ib6f5be80f034135bbd8c45a22e223e758cc7e7b1 Reviewed-on: http://codereview.qt.nokia.com/2555 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Aurindam Jana authored
The appropriate client handles the debugging based on the service available at the server side. Change-Id: I46b66036f700fc7e45e8b38cef7f1ce1445b1122 Reviewed-on: http://codereview.qt.nokia.com/2497 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Aug 01, 2011
-
-
Eike Ziller authored
The file is created only at qmake run. Change-Id: Ie3e07ee6e66aeb660a8bf9960e4ff198851c19a8 Reviewed-on: http://codereview.qt.nokia.com/2433 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Friedemann Kleint authored
Collapse pointer-type items in watch symbol group when updating. Task-number: QTCREATORBUG-5652 Change-Id: I077120c7352da5bc330bb000786a50432bb47738 Reviewed-on: http://codereview.qt.nokia.com/2424 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jul 29, 2011
-
-
Friedemann Kleint authored
This prevents literally dozens of crash dialog boxes on Windows. Check for a crash in the helper library and in updateVersionInfo consistently whatever is called first. Initialize qmakeIsExecutable in 2nd constructor as well. Change-Id: Ifafb7b3edfae8826ac062d634a39a2a804446942 Reviewed-on: http://codereview.qt.nokia.com/1661 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Change-Id: Icb405b4751fc885d8b96d1daec3653236b564ef0 Reviewed-on: http://codereview.qt.nokia.com/2352 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Warn if the condition fails, but otherwise don't change the execution flow. Change-Id: Id7b14c745109b66960add967b2a4ef8d31e1a546 Reviewed-on: http://codereview.qt.nokia.com/2389 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kandeler authored
Change-Id: Ibd5e47409e92edb6909053d7f17e67b6fa72e642 Reviewed-on: http://codereview.qt.nokia.com/2384 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jul 28, 2011
-
-
Christian Kandeler authored
Change-Id: Id896246ad9f82d37cc7594c80e5bcf9c042149ce Reviewed-on: http://codereview.qt.nokia.com/2351 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
I.e. the private key in PKCS8 format, the public key in a format suitable for OpenSSH's authorized_keys file. Seems like the most pragmatic solution for now. Change-Id: I02d9bf4d98d836d9fc33453bff0b3f4834e7e173 Reviewed-on: http://codereview.qt.nokia.com/2350 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: I2fd10c1992442317b3ba7a7012f66a328930ef84 Reviewed-on: http://codereview.qt.nokia.com/2349 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: I68db752269119cc4231151991eadf5ba176f056e Reviewed-on: http://codereview.qt.nokia.com/2348 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Tobias Hunger authored
Change-Id: I1497515ea3a7fc4d25aaf80fe1a95f5889f740eb Reviewed-on: http://codereview.qt.nokia.com/2345 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-