- 26 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I5eab1edbca591cc36813cd862d6ad93875b51a3c Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 24 Nov, 2012 1 commit
-
-
Aurindam Jana authored
QML objects are fetched lazily when constructing the object tree. Incase parents have not been previously fetched, we fetch the required data to construct only the relevant branch of the tree. Task-number: QTCREATORBUG-8246 Change-Id: Id529c3b2334d33ff4eb46b14f50cf042ad2960e2 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Nov, 2012 2 commits
-
-
Thomas Hartmann authored
The reference to Maemo does not make sense anymore. Change-Id: Ic7f8245912d200397e7dcc20e69ee42eed2939dc Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8225 Change-Id: I7b5db59ef7967a074e07ae87deff90235190aaa9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 22 Nov, 2012 11 commits
-
-
Aurindam Jana authored
Pass both arguments to qmake. The assumption being that most projects will not mix both Qt Quick 1 and Qt Quick 2. In the case of others, debugging will be enabled only for the first debugging client that is enabled. This is inline with the current behaviour where debugging multiple engines is not supported. Change-Id: I90cd6c6ff559a3a7519ee3ee10690c0e8135c97b Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Erik Verbruggen authored
Change-Id: Ic093079fa65d8d749911fd9f5b0f629e9fe68a1e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Conflicts: tests/auto/cplusplus/findusages/tst_findusages.cpp Change-Id: I87d305e2d68582aa00b92f9599368615cd76ec74 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
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 5 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>
-
- 20 Nov, 2012 5 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>
-
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>
-
- 19 Nov, 2012 2 commits
-
-
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>
-
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 7 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>
-
- 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
-
-
Friedemann Kleint authored
Autodetected toolchain lists usually have the preferred ones at the front. This fixes MSVC toolchain detection on Windows 64 to use 'amd64' instead of 'x86_amd64'. Change-Id: I37aa1aee21136c1fa550551755d4c588beab1f7c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Nov, 2012 2 commits
-
-
Orgad Shaneh authored
Change-Id: I00b5d4bdc202a087fb37d2b0b7c7c01f2764e4e4 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Robert Loehning authored
Change-Id: Ia686fdb377e2267c7687d6804c02b209402d6275 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-