- 01 Feb, 2012 10 commits
-
-
Tobias Hunger authored
Change-Id: I04dbe0c08f0106834661606bfd65da252637b8f4 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I1fd01abd66ffd7cf1328590eaad707dbe52cead5 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
David Schulz authored
Change-Id: Ieebc1cf6673e2b2b7bffbacb2f0e4dce610b26c9 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6890 Change-Id: I8c8a39e5bb61b11f03eb970fbeb9538a47cd8c0f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I684f4bb4837e0f5c142128c37196fa9ef3b5af22 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: I7bd2f83ffc6a57135aab9f76ff929eca48d16885 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Make the choice of language part of the DebuggerStartParameters, instead of deriving it indirectly from the current project. This prevents e.g. the QmlCppEngine to be used when loading core files. Change-Id: I9d1c9ab318ba789abe3a6ea0478ebda71857e793 Reviewed-by:
hjk <qthjk@ovi.com>
-
David Schulz authored
The whitespaces are now highlighted with the same backgroundcolor as the characters. Also added a test for the Lexer. Task-number: QTCREATORBUG-5802 Change-Id: Ic1bcd8cfe30d6b8a0281b7963eaab310f972b9d2 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Orgad Shaneh authored
Change-Id: I2ff075bcc5607fec9bd9dc8596108ec5f076d48d Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I62be12e5afe6d2b9a81c03e980e01a49dc4e4632 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 31 Jan, 2012 24 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-6713 Change-Id: Ief7f8509572cfa2008209083e5ae9c7763eba42a Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Now in the case of a matching empty file we still select a best token so the insertion happens *at* the end of the file. The patch also fixes line breaks after the definition to be inserted for situations in which there's no line break yet. Example: namespace Foo {} namespace { } Another thing for correctness. Member _key from HighestValue is now value initialized instead of default initialized. Task-number: QTCREATORBUG-6696 Change-Id: I5c0303675429c3da5cb88825272c9611be022f6a Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
David Schulz authored
The WinAPI funcion DebugBreakProcess must be called from the same bitness as the target process, so win64interrupt is a small 64bit executable calling this function. Task-number: QTCREATORBUG-2521 Change-Id: I3259d505b9b228be72ca4eaca42a9cde5b4984ac Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I4a25f971d41acd5e349e753602d4ae3aaafb4e32 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Friedemann Kleint authored
Change-Id: I6d6007dc9578acae62c1d41a07164a917e879cd5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
Change-Id: Ice94b56ffda04babbb66317f77d5b121f72b051f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
The function was removed long ago. Change-Id: Iee1e413bb675e360eb15a89bcb5d37ac83b40e84 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
The class added nothing over SessionNode. Change-Id: I137c274514b2c5897a591b7e093ba84e1a91e9d7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
It returns the same as activeSession Change-Id: I244747eddcca3fda181eb8dc52b1b616beba212e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Add a method returning the compiler command used. With this information the buildsystem plugins can do better setup of the project. Note that the compilerCommand refers to a C++ compiler! Change-Id: Iad0bfa6a532cbdc38228db71599ab6192cb6127c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Daniel Teske authored
That can't happen. Change-Id: I05293e96e7a716fbaf5fd03aa182c723c9858a03 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Just emit the requestRemoteSetup on your own in QmlCppEngine. Also properly check the related state transitions in DebuggerEngine. Change-Id: I15dc4236303911126de7eee63ed996bdd8e5c5a8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
This does not make sense for non-Desktop versions, where it can cause libraries from a sysroot to be erroneously picked up by executables in build steps. Only set it for running desktop qt run configurations. Change-Id: I3b098d5b1179eaefe20824b18a8976d68013d20d Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Eike Ziller authored
It was done in the constructor, so Qt Creator would call madadmin at startup. Do that lazily when someone requests that information. Change-Id: I85592ccd733ebae0f1239579ad07ed8f5fcb3502 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Molkentin authored
The documentation now uses /doc instead of /qdoc. Change-Id: If01ee02d236cb343f78e0c185a3e05620dac24ae Reviewed-by:
Michael Bruning <michael.bruning@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
gdb was not answering to "set breakpoint always-inserted on" at all. Change-Id: I5fead2e735097236ba094d80bfbd4fa43143e5f7 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: I51d3f71e49b7cbd2e7608a11e08f3066ee133776 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Daniel Teske authored
Otherwise the button can jump on switching projects. Change-Id: I2b6d0a5afe5fc54933fe31d381a312cce896361e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
Change-Id: Ia6d783e97d7f4c80a3838b0167dcdcfce5fe4a6e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Friedemann Kleint authored
Change-Id: I85c007045efdb207f397b42fbce7a554ac9c9819 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Rename typeName() to typeDisplayName() to make it clear that this is a user visible string that is translated. Add type() method to provide a simple string that can be used by build system plugins to find out which kind of toolchain currently is in use. Change-Id: I7c3f050aa82c8b17071fd03ee142c5ae2f17b1de Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6876 Change-Id: I6410a9894c2482d2b6ea7f2fba9b67f7fdb4fff6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-6878 Change-Id: I4eab2406897c45f19a8ba297e3d7adbed8eafdd9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Flex Ferrum authored
Handled to major cases of 'auto' variable declaration: 1. auto var = someInitializer; 2. Q_FOREACH(auto item, collection) or foreach(auto item, collection) In first case type deducted directly from initializer. If variable has no initializer then corresponded error reported. In second case type deducted from '*collection.begin()' expression. Change-Id: Ie930add1648b99440281ae04d973fd6904bc9e46 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 30 Jan, 2012 6 commits
-
-
Eike Ziller authored
Change-Id: I86ba3734bd9a64b7d13ce7b7171a65eeb82dfa3d Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
hjk authored
Change-Id: I4ce41f516bd361c0c58b6a0f0f3fd541126f0620 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
hjk authored
Change-Id: I17691e3b3b649fa24a553d49868e7440004e09c7 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: Ic05b2ec842be1486203c3d9e6e0fc28f1fcf91b4 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Denis Mingulov authored
QString::fromLocal8Bit() and QString::fromUtf8() are much more slower than an obvious QString::fromLatin1() and QLatin1String(), so this commit changes some places where these functions are really not needed. QString::fromLatin1() is used in case if QString object is used immediately (something like QString::fromLatin1().arg()), QLatin1String is used otherwise like in other places (for example, QPixmap(QLatin1String("..."))) - to allow to use default QString constructor and work with QT_NO_CAST_FROM_ASCII. Change-Id: Ib6eb1c61e9cb35c7c5b7569fea77c5e41d32621a Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I2796aaf40d0ffcf89aca085afdc685f57e1b4f76 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-