- 26 Jan, 2015 20 commits
-
-
Nikolai Kosjar authored
Change-Id: I1cafcd8daf93ffc2f672bf7e2ba5d1c8ea5e8652 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
This enables us to move CppEditorOutline easier to CppTools, from where it could be subclassed by the ClangCodeModel plugin. Note that there is still the dependency to cppeditorplugin.h (setting sortedOutline). Change-Id: Ie595fb19d58be1c4339498a2dce9b97097867490 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
* Cuts direct dependency to CPlusPlus from cppeditor.h, but cppfunctiondecldeflink.h still pulls it in. * Cuts direct dependency to cppeditor.h from cppvirtualfunctionassistprovider.cpp, but it still depends on cppeditorconstants.h. * Cuts direct dependency to cppeditor.h from cppelementevaluator.cpp. The long-term goal is to make the CppEditor independent from concrete code model backends. Change-Id: I291ee0d0da5fc5ed1a839a763fe7be11dcf7a6fb Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Lorenz Haas authored
This QuickFix behaves like MoveFuncDefOutside except it moves all member function definitions. It is triggered on the class name. Change-Id: I1393a51cad521a7bb58a1ed6223ab0fe4db0e592 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Lorenz Haas authored
Make calls like a->b()->c() assignable to a local variable. Task-number: QTCREATORBUG-10355 Change-Id: If4a55b435c99150710d00567188f901acb2c1a89 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Hugues Delorme authored
Change-Id: If58a98ff45ceba251c6972099d38d2ce506422c9 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
Needed for clang static analyzer. Change-Id: I0221b7e87f7b52a4aa5ebf7f4b26c19e584d63e7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I80456b0c861feb670caec7cca26e0bc9b1516766 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Hugues Delorme authored
Change-Id: Ib97a2ee90a4ed4dc2740654f1e210f4dcc9579cf Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Yuchen Deng authored
Change-Id: Iaf0b2e8e53f58dbc753b9681538c60824f8a67b9 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
Change-Id: I4d2c7b51cc4beb3edebf6995df1ce269f9c2c8db Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
For plugins that don't live in the main repo. Change-Id: Iebe4b05bfb60f86531ec82a4ae555fdfaac39ead Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I7c40720ab426bcb5743cc4bccf656e54b7d8a45a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I9ce7debe597776a709098935b2289df8accca54a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: If4cf8d48b4176590968d170776f4ecd186b4a3ec Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I7947ec85173f0898d54333f174fa6c14bcb051d6 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
This is experimental for now and requires QTC_USE_PTY=1 in the environment to be used. Change-Id: I460ce7b9283467d481e903f731f4243b7e5ec094 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I2e1cfc95b556b7d0c2fc1770523d43159790aae1 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Better functionality and availability than the gnuplot version. The feature ("Show array-like data in external plot window") will be automatically enabled if 'from matplotlib import pyplot' succeeds. Change-Id: I1799534ac5f878d3e43e47289d1b563b52bb4378 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Saves up to 20% on large uniform structures. Change-Id: I98c8c942f0accac7e2db1d8b06bf7ed156967306 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 23 Jan, 2015 11 commits
-
-
hjk authored
cca10304 made dumper detection lazier, the bbsetup needs now to be trigger separately. Change-Id: I7f78c5e4b3a6981dbd1c292654a48eac0b5b58e7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: If4e5eebea2502bba3a85b8f8f87a9a81514f4fb5 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of master branch. Change-Id: If31681b614f0d80ed90a053b1b686823bf902291 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Daniel Teske authored
Preselect the node of the current runconfigration, actually display the path to the selected runconfiguration as the defailt and correct the path that we write into the .pro file. Change-Id: I45ad798573f1b0cd29c5ecdc2d951f7b07f7bd3c Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
Accidental logic error in 21a5766c Change-Id: I3eca9a5ebfecb9846051142bd54b30962472b740 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Mitch Curtis authored
It uses "ISO_ICONS" as its variable name. This is necessary for the ISO Icon Browser Plugin. A previous attempt at adding a more generic API to QmakeProFileNode that would allow for reading and writing custom qmake variables was not sufficient. This is because qtquickdesigner plugins do not get created until design mode is entered, meaning that it was too late to register custom qmake variables via static functions in QmakeProFileNode. Change-Id: I2c8e0d944a1b9f07d1a7a70bd5e02ea371cf7680 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
EvalPartial is if the exact parse didn't work out at all, but the cumulative did. Task-number: QTCREATORBUG-13871 Change-Id: I98f6389783d15b156e56dc8be7d388b2951d9bdf Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
...as far as possible. Change-Id: Ida039df7fbd4f1a9fce354dd8541c32255752082 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I1c6e904f613c187b6f7a2098597a152c4033d701 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Change-Id: I05ed009c597032ab1242ca2d69d7b0f7bd6da558 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: If53a0c4d2b0e34a724ffeac1c3e489fb1240d176 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 22 Jan, 2015 9 commits
-
-
Eike Ziller authored
Change-Id: I4d473950a1352c07b0f35bc84475a3364336eeda Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
... broken by the last build fix:-( Sometimes you should just wait for the build to finish before rushing out a build fix, even if it seemed trivial. Change-Id: Ifaaf962b289e6131fb9cfd4820e2582ace7a3972 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Windows does pick ::log in favor of this->log in the lambda. Change-Id: Ib3037606dfe70de955b10e69e2bc513b99b82fca Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Hugues Delorme authored
In case the input list of filenames contains only empty item(s) then getTitleId() fails to return a valid result. It should return the workingDir or the revision. Change-Id: I697826446037e4b1e9f94c4c0c558336f8d44237 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
and small cleanups. Change-Id: I9db6d7d5de32acd2ec1d757f27e4e3095dd5b1eb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Hugues Delorme authored
For VcsBaseClient and VcsBaseEditorParameterWidget Change-Id: Ib80110c904ee0d1153bc1c602c385f9cb8b0be50 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Hugues Delorme authored
Also API of VcsBaseEditorParameterWidget was changed to take benefit of C++11 lambdas. Slot executeCommand() is no longer virtual and only fires signal commandExecutionRequested(). The Vcs client just has to bind a lambda to this signal instead of some boiler-plate code like keeping track of the arguments of diff/log with "struct XxxDiffParameters", etc. Change-Id: I347c97d84a8324e9c661df4e6d9a6075980b020f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Somebody inserted a fancy version of '"':-) Change-Id: Ic96d5e821f4c5ad58cec80c6a5225ae24454239a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Icd1e1ec16b1ff918162d3c6f564348d47177ffc7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-