- 11 Apr, 2013 24 commits
-
-
Fawzi Mohamed authored
Change-Id: Ic55e5e79c5707aa8e19be32f282d679e4e9be627 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: Ia4a88aaae1e3b3e1a9c7ec3cd5b8a52d36edac4f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I3a95d6a21d1da1f0c3df743e6743d3d8e558e967 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Petar Perisin authored
Change-Id: I74e010af7bff046647ac75e731a87867ff34b0f1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
Change-Id: I71bd88fb5a2041aacc3fa2e0de17820ee1db6c69 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
If a qt version does not support shadow building, this just means that the qmake for that qt is broken. That has no bearing on whether cmake could shadow build. Change-Id: If2b69b42094d87cd0c3be26d043e344aa8b370da Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I630502e491d2a9f97bf6e074ff3820a9d8d2e0a4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Icdd982e84ec452077c987f9ee15e49f8c5ccc3a6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
It is no longer used. Change-Id: Ie99af7b432bba07f8e334c99817bd535828ade8b Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I97ecc00b53d4c6f8f36c1f5f3178712f689747d9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: If878e22cc2715d05bb3e65ad908cd4fb5e21b03b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
... and attach it to remote linux runconfigurations Change-Id: I5596b7a237ac6ef4a834324f95f462adbe28e722 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
... and attach that to qml project runconfigurations Change-Id: I841b72cc279495ee8f3ff31af59bf006f13a1056 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
... and attach that to localapplicationrunconfigurations Change-Id: I1d93820d45295bb0e8dd1ac2648070891eff6ddf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I8e51271b9fd1d793662221bce28b227a0feb03da Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This is meant to hold environment data for RunConfigurations that require one. Change-Id: Icfc6a499dec6dfc303a96de66f51c44592318f21 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Petar Perisin authored
Branch log and diff were sometimes having problems. I have project in main git module, and I was not able to get branch diff and log in a submodule, because they open new editor and as soon as it is opened m_repository changes to the master module. Since repository working dir is set after editor opens, it is already changed in branchModel Branch diff and log should now work as expected. Change-Id: I72f730d77b8fe23ef6eac757415fe96321ef147b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I8bb9b4eb0ae5ed9b283da422be882603ae0e1b49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Daniel Teske authored
Change-Id: I8b3f066490ffc7381400bb8b360c442a30fb039e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
Introduce tests that execute test actions on each word/token of each file from every loaded project. Currently, besides just opening files and moving token by token through the files, the following basic actions from the CppTools and CppEditor plugin are executed for each token: - Follow Symbol Under Cursor - Switch Declaration/Definition - Find Usages - Rename Symbol Under Cursor - Open Type Hierarchy - Invoke Completion - Trigger a quick fix in this scope (+perform) Note that (1) These tests are meant to detect corner cases for which Qt Creator crashes or outputs QTC_ASSERTS. Correct behavior is not tested. (2) These tests operate on the loaded projects. Therefore, projects should be specified on the command line or should be loaded by the session manager. Depending on the projects size, these tests might be quite time consuming and are therefore candidates for nightly tests. Suggested test projects are qtcreator.pro, qtbase.pro. Change-Id: I550776b3d56acb17ab337da068d409bfc21e997a Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Erik Verbruggen authored
When the preprocessor is asked to process a file which it has already seen before, it can skip it, but it still has to add the file to the list of included files for the current document. Task-number: QTCREATORBUG-9107 Change-Id: I30cac61c1da20da7fe925168ecccb429584e9746 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Friedemann Kleint authored
Change-Id: Iaf673ed279103acdae15e868651ffb65397a4221 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
Change-Id: Ibab03ef09dea6312a0d4c812c819d847b1399298 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Symbian is gone, and so is TRK. Change-Id: I058e02d8990c5de0b9aa2f29ba7caebc30148f6d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 10 Apr, 2013 16 commits
-
-
Shane Peelar authored
In recent CMake versions, a new backend, Ninja, was added with the intention of providing an alternative to makefiles. However, this backend stores the CXXFLAGS for the project in a different format than it does for the makefiles backends. As the CMakeProjectManager assumes a makefile backend, it fails to correctly obtain the CXXFLAGS of the project when Ninja is used. This small patch will attempt to read CXXFLAGS from the build.ninja file to correct this issue. Task-number: QTCREATORBUG-9047 Change-Id: Ic19ae3b4802c7a12b5d0a92a7f1a2254bec5a3d2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I1e65b2f75ff4ebde17f7d8506193cb47474335f6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Most logic is now moved to the python side, so response structure can be uniform Change-Id: Ic06760e33415ca4e05b6a4b3629028c01f304238 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lorenz Haas authored
If there are no includes, add new include at the top of file but skip possible comments at the beginning. Task-number: QTCREATORBUG-8799 Change-Id: Ie2be644f6ad0a948cf3d8700efa00087753d9863 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
David Schulz authored
Change-Id: If782d6da5453e78b3038c6ef8edbce0718b487c7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
- Split off GDB and LLDB specific parts into separate files, - Trigger loading of dumpers.py and qttypes.py from bridge.py - Read start up script at startup, not as part of dumper loading Change-Id: I7941ee535121fa0f43a466e5bb75a18c9bb19764 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ib700afa63739e6d26bdd97225265559d7112eadb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
The settings in the plugin manager (local/global) are where the plugin manager is supposed to look for its settings, which has per se nothing to do where Qt Creator wants other settings to be written to. All Qt Creator code should use ICore::settings() for that instead. Change-Id: I28bd855ae6cbcdf8d19017eb44f178e4624a1a61 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Iecf61f66389fff6f3995c4f4bc893ffd190c50e6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
A widget specifically layouted for the status bar can now be registered with the progress information. The newest one is made visible next to the summary progress bar. If a newer one vanishes, the older becomes visible again. Change-Id: Iedf0e88a542ea442ae86fa51c792c68fbc6eef3c Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Part of it was managed in ProgressView, which only complicates things. Change-Id: Ia9ca03e3228f3662864749da751f7ec4bdf23297 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
across its uses. We have the kits now, so we can use the information from there and no longer need to guess at the dumpers to use. Change-Id: I058304198e9c7fdbad45a84658e1bcea8ed9834d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
The device manager does not like it when you remove non-existing devices. Change-Id: Ied1b28963a0513761c9cf247c414e0ea29dc8086 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Petar Perisin authored
Since we select final commit for interactive rebase in a listed dialog, it is IMO expected and more user-frendly to also have selected commit in the interactive rebase list. Change-Id: I56febd024cc174bcd046b1f02bccfe990043aae4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Sergey Shambir authored
Change-Id: I67e9685406a0bf9a7cc358ce24f0e862d7938be6 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
Change-Id: Ic02eb67fa4a9c674880345cfa3afc9d037eb3bf2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-