- 22 Nov, 2012 9 commits
-
-
Przemyslaw Gorszkowski authored
This change solves only problem with Qt containers. stl containers need separate change. Problem was with predeclaration of template class after declaration of this template class. (there is unit test added which shows the problem). Task-number: QTCREATORBUG-8228 (cover only Qt containers) Change-Id: If1f76c88c955b7b55347d302b353f5cd52b244a4 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com> Conflicts: src/plugins/cpptools/cppcompletion_test.cpp Change-Id: I9f665276926f2e440ad0c92e94dd1aeee89005b3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Peter Kümmel authored
setenv.cmd from Windows SDk 7.1 automatically maps to a cross-compiler and does not know /amd64. Nothing to do for Windows SDK 8: "...the Windows SDK no longer ships the following components: Windows SDK Platform Toolset Visual C++ Compilers and C Runtime (CRT) Windows SDK Configuration Tool" Change-Id: Iade79631c4fd30f376c08b6dd9b47d174c0d9059 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Allow autodetected kits to be set as default kit. That was not possible via the UI so far. Change-Id: I6dac210d8390e6ab25cf8f022e5ae8293115cacf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kai Koehne authored
Mark especially the import wizard as Qt Quick 1 only (we won't provide a Qt Quick 2 version at the moment, and will most likely remove it completely in 2.7) Task-number: QTCREATORBUG-8313 Change-Id: I2dc0d4055a7e174d3d92525189c0d98e3b1f8860 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Aurindam Jana authored
QML debugging is enabled by default for applications created with the Qt Quick 2 application wizard. Task-number: QTCREATORBUG-8208 Change-Id: I1869649ce88c35e2d8d4a6677b1d257f7454f223 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christiaan Janssen authored
Change-Id: Id287332535494dd51609178d429d58749b0c28d6 Reviewed-by:
hjk <qthjk@ovi.com>
-
Nikolai Kosjar authored
* Add -h and -help options describing the tools and their usage. * Make the tools compile and run on Windows (MinGW, MSVC). * Rename project dirs, executables and main source files to more meaningful names: - Use same base name for project dir, *.pro file, main source file and (if applicable) script file. - Use the prefix "cplusplus-". - The names are now: - gen-cpp-ast/generate-ast --> cplusplus-update-frontend - mkvisitor --> cplusplus-mkvisitor - cplusplus-dump/cplusplus0 --> cplusplus-ast2png * Get rid of 'c++' shell scripts. * Get rid of duplicates of 'conf.c++'. Rename to 'pp-configuration.inc'. * Introduce src/tools/cplusplus-tools-utils containing common stuff that is used at least in two tools. 'pp-configuration.inc' can also be found here. * cplusplus-update-frontend: - Print file paths of written files to stdout. - Convenience: Use default values referencing the appropriate dirs and files. * cplusplus-mkvisitor: - Take only one argument, namely the path to AST.h. - Convenience: Use default path to AST.h. * cplusplus-ast2png: - Make it run without LD_LIBRARY_PATH. - As the name suggests, generate image files in png format (needs 'dot' from graphviz). - Convenience: Read from stdin, which useful for small snippets. Change-Id: I79c4061fce4a1571c0588dfedd50d4a70715d9df Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
We do the same when adding a new Qt version. Change-Id: I910421ee4d913c76688b9ef6e4787edcd7c6f09f Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Christiaan Janssen authored
Change-Id: Ifd7b838f1471ea08f942d350ed649b0b174e96c5 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 21 Nov, 2012 6 commits
-
-
Christiaan Janssen authored
The user can prevent the default loading of examples and provide a custom example manifest file through the environment variable QTC_EXAMPLE_FILE Change-Id: Id458d321e2c8815312e338e458a5283ac64b5c95 Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I47dbca2155b6aec0dfa5ad2ca6fe632be00d39a2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
They are named "Clone of Whatever", so there is no need for further differences. This solution as suggested by dt is better then the one I originally used. Task-number: QTCREATORBUG-8168 Change-Id: I0bb1b9361c05fdd6a6a4cdd556e3c6ccdb7c9ad4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
In qmake based projects we override LC_ALL to make sure the parsers do not fail to extract build issues from the compiler output. Do the same for the other build systems. Task-number: QTCREATORBUG-5097 Change-Id: I75830c362a736df42a0500c889c3c42e42b82047 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8231 Change-Id: Ic5f4cc876fef1a06e877702a272230fc7f44b1f4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
MSVC does not support #warning Change-Id: Ie9f9575a53c4c124e2ecffc6ad55181f2049ec5f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Nov, 2012 7 commits
-
-
Tobias Hunger authored
Make sure to use autodetection sources (--id) in sdktool that are actually expected by Creator. Do so by prepending the necessary magic. This makes sure that creator will actually remove the SDK Qt versions again once they get removed by SDKtool. Task-number: QTCREATORBUG-8235 Change-Id: I8dde1ab1ae192c8f79de9fb9104461e7435237ec Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8234 Change-Id: Ieb537f831f5c5404078fd3bfe191ea164e36bc5b Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Tobias Hunger authored
Task-number: QTBUG-27980 Change-Id: Ic339384422da425a35d1f0180603605def71c5f3 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Thomas Hartmann authored
Since Qt Quick 2.0 is not supported the message about the missing qml2puppet is just confusing. Task-number: QTCREATORBUG-7858 Change-Id: I4c4454ff1179459456523b540cee7d395aaf8c5c Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-8170 Change-Id: I2d1a2635b1efe820390084d20712c1fd9961276e Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
Fix crash when closing creator after the kit options page was shown. Also fixes a memory leak. Change-Id: I5c5f72fc3c83aaefecfb722a86902f5cbb880a70 Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I3c8ae3c67f2459c13b885ed935bb1dc31e09c359 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 19 Nov, 2012 5 commits
-
-
Christian A. Reiter authored
Change-Id: I249d730661279346de5c3654cdcfe335d5ead15e Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Jing Bai authored
Copying from working copy to the real kit copy causes KM to reset changes and call "discard()". Then m_isDefaultKit is reset which makes the logic in "apply()" a mess. Try to avoid this by saving m_isDefaultKit Task-number: QTCREATORBUG-8205 Change-Id: Ie8243d7dc2aca92788d719c0c147127b3a7e8714 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-8236 Change-Id: Ibffcae0d4b9d25801d23d2fa0d84ed7fe444feb5 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Robert Loehning authored
Change-Id: I21dfc2783ee6cb3f83f7ce54a809593cabe03495 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: I88796cf54fb4308b1f6e200a9233d8fb42bd9f01 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 17 Nov, 2012 2 commits
-
-
Marcus Folkesson authored
The RemoteGdbServerAdapter should be invoked (instead of LocalPlainGdbAdapter) when using startmode StartRemoteProcess. Change-Id: I0f4c9dc2a275ef4b42ddf5b425b8dee839c83458 Signed-off-by:
Marcus Folkesson <marcus.folkesson@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <qthjk@ovi.com> (cherry picked from commit 0b121abb)
-
Tobias Hunger authored
Change-Id: I7344935fd488b4bd65517378ca198185023c2532 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 16 Nov, 2012 8 commits
-
-
hjk authored
Task-number: QTCREATORBUG-8265 Change-Id: Idc69b8d886b8162fbe38e340b9794e9ffca4ad79 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Tobias Hunger authored
Change-Id: Ie85c5d2bbcc7ee35a343e0bc306e446d103a5925 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: I8884a444f148d22391f2a5b0fc16dd9fc3c832a7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
setStatus() is invoked in the main thread, but the status change is tested for in the sync thread... Change-Id: Ib322e12e7d40dafa6b60f3a73a202e8e1dcbfb53 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I69a416b8e3366c2054e3d0208a5eb50b82f4c597 Reviewed-by:
Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Liang Qi authored
Task-number: QTCREATORBUG-8252 Change-Id: Iccf75baf05fe76cf0fd17e2e76af5b84674bbe34 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
David Schulz authored
Searching in a blockselection for the regular expressions start of line '^' or line end '$' results in an infinite loop. Only occures when the blockselection didn't contain the searched regular expression. Task-number: QTCREATORBUG-8159 Change-Id: I36412387ecce381300b75d0cd0a452ce5bf1094e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
This seems not to have been used in the past. Change-Id: I6e6ce80b8cdd1f20477cde2718e5283a886bb87a Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Nov, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: Ifea253aaa719d020926a17498dc23b76134e0534
-
- 14 Nov, 2012 1 commit
-
-
Kai Koehne authored
Have two file wizards, one "QML File (Qt Quick 1)", and one "QML File (Qt Quick 2)". Task-number: QTCREATORBUG-8236 Change-Id: Ibcbf7e6a13b47b1971afdde460a62bed52537f72 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 13 Nov, 2012 1 commit
-
-
Liang Qi authored
Change-Id: I46ad31d8e1a1161edbd443424be61d288f6f7ccb Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-