- Apr 19, 2016
-
-
Marco Benelli authored
Fix the broken hierarchies between qml objects. Change-Id: Id36c735cab0129af382fab7b9dd90c228304168c Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- Apr 04, 2016
-
-
Kai Koehne authored
Has not been used since a while. Change-Id: I53cf42d723c2f4d822ad63923b857f119e5cfa58 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Jan 28, 2016
-
-
Eike Ziller authored
Change-Id: Idb82c78436335db70bc6caf906b9aa1ea212c68b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- Oct 12, 2015
-
-
Tobias Hunger authored
I want to use it e.g. for snippets and the TextEditor plugin may not depend on the ProjectExplorer, so the code has to move. This adds a dependency on QtQml to Utils, but that does not really matter since that is loaded into QtCreator anyway. Change-Id: Iada9f40b2966a1fc41631ab33da09812ad67d967 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- Sep 02, 2015
-
-
Christian Stenger authored
Change-Id: I2147cdd49e4050ad6bb8a538dfccc679fa2b1069 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jun 29, 2015
-
-
Tim Jenssen authored
As we using json for wizards a git clean -dxf was funny after adding a new wizard. Change-Id: Id7d4c6b59cbbfb05a16b436643aa8c91881eb420 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- Jun 16, 2015
-
-
Marco Bubke authored
Change-Id: I13e8a458634110456375956d4d4da7239c86957f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- Jun 03, 2015
-
-
Marco Bubke authored
This is a partial result of wip/clang-oop. More will follow. This allows us to invoke the completion out of the Qt Creator process and thus safes us as against libclang crashes. At this point only the completion use case is supported. Some notes on the individual components: src/libs/codemodelbackendipc * library encapsulating the inter process communication handling * used by the backend application and in a follow-up change by the creator integration src/libs/3rdparty/sqlite * version 3.8.10.2 * dependency of codemodelbackendipc, will be used to storage indexing data, among others src/tools/codemodelbackend * the backend application tests/unit: * unit tests Change-Id: I91a48e27467581a22fb760a18d8eb926008fea60 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- May 20, 2015
-
-
Robert Loehning authored
Change-Id: I414032475ce1d8f76150809b1dbd3871b6e91763 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Jan 29, 2015
-
-
Nikolai Kosjar authored
* Move cplusplus-frontend to src/tools * Make them depend on libs/cplusplus instead of building that lib again * Put the binaries into bin of the qtcreator build directory * Unify *.pro files * Build them all if BUILD_CPLUSPLUS_TOOLS is set Change-Id: I8f9cd731625cbf9f41d5f6464c6cd946ffd6e141 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jan 06, 2015
-
-
Marco Bubke authored
Change-Id: I6f97356af49f6f6ffa0241f2b527c1bf33b0a279 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- Oct 16, 2014
-
-
Nikolai Kosjar authored
This plugin adds "Clang Static Analyzer" to the Analyze mode, which processes all implementation/source project files of the current project. For this, it will call the clang executable for each file. The found diagnostics will be displayed in a view similar to the one used in "Valgrind Memory Analyzer". The user can specify the clang executable to use and the number of concurrent processes to launch in Menu: Tools > Options > Analyzer > Clang Static Analyzer. Main TODOs: * Fiddle around the appropriate command line options, currently only defines and include paths are passed on. * Tests on Windows / OS X. * Remove dependency to clangcodemodel by moving the functions that create command line arguments to CppTools. Mostly they are not even specific to clang (but would also work with gcc). * Maybe limit to a range of tested clang versions. * How to deal with directory containing all the log files after the user starts a new run or Creator is shut down? (delete it? leave it there? make it configurable?). * Find out how to properly integrate the tests. Imaginable future additions: * Adding a button to load result/log files from a directory, e.g. if the user used the 'scan-build' approach. * Adding a button with a filter menu in order to display only diagnostics from certain categories, similar to "Valgrind Memory Analyzer". Change-Id: I6aeb5dfdbdfa239a06c03dd8759a983df71b77ea Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Sep 02, 2014
-
-
Eike Ziller authored
Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jul 28, 2014
-
-
Nikolai Kosjar authored
Change-Id: Ifdf4cd5ea478c87d585c9404caf8f4be6873f692 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jul 07, 2014
-
-
Erik Verbruggen authored
Change-Id: Idce9c44caf0b963fa9750b8abc7fc8aab6ab8227 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Jun 26, 2014
-
-
Erik Verbruggen authored
Change-Id: Ieb2a60f4743c3c8473738be5a5a0830932e220d8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Christian Kamm <kamm@incasoftware.de>
-
- May 29, 2014
-
-
Nikita Baryshnikov authored
Ignore qbs binaries, tests Change-Id: Ica9764eb08c0d82d33374057205813746a5a6ecf Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 27, 2014
-
-
Erik Verbruggen authored
Change-Id: I6ebea0f6ce680ee95190be68ec2ae96ec04958ad Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 17, 2013
-
-
Christian Kandeler authored
Change-Id: Id698999406f84412ef9341756fc4343b5e5adcac Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Apr 03, 2013
-
-
Orgad Shaneh authored
Products of the Makefile Change-Id: I75cf3b2e0b72f1ede32edaec72d2e656c7bc3d42 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Mar 07, 2013
-
-
Orgad Shaneh authored
Change-Id: I9e585b1bdec3e7898ae8db193b6f8949cc9db030 Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Mar 05, 2013
-
-
Orgad Shaneh authored
Change-Id: I4c9cfd527015230b080e69ee315bbd4d2aeeaf15 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Feb 07, 2013
-
-
Orgad Shaneh authored
Change-Id: I9aae36188ed11d0a7211dbe3e079d4c0fc2ab272 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 31, 2013
-
-
Orgad Shaneh authored
* Prepend / for directories expected to be in the root directory * Append / (and remove trailing *) for entries which are expected to be directories * Add some qmake-generated directories (.obj, .moc, .uic) * Include all exe files in a single rule * Add cpaster, sdktool and qtcreator_crash_handler * Add all tests binaries Change-Id: Ic8640cfe2222bc18a16bf18f96ba6733cf50eaa8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jan 15, 2013
-
-
Daniel Teske authored
Change-Id: I57d06e129287955a02768130fecf24860698418b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Dec 04, 2012
-
-
Erik Verbruggen authored
Change-Id: Icbe749d5950193aaf0bf407e33e3631e1b7f68e5 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Nov 22, 2012
-
-
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>
-
- Oct 30, 2012
-
-
Orgad Shaneh authored
Change-Id: I568834ffaeb0b53043a2db42dde5c19640e25b14 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Oct 24, 2012
-
-
Robert Loehning authored
Change-Id: Ifa2c7481f1bf2863cf237ec905f4186f0b6bb0dd Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Oct 09, 2012
-
-
Eike Ziller authored
Change-Id: If52505dbc95ee48ac3467cdfbbea91629c11089c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jun 20, 2012
-
-
Tobias Hunger authored
Ignore the directory used by the SDK to store Qt versions, etc. Change-Id: Ieb4021ac5fdf607996256aed55437b552c9c1794 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- May 21, 2012
-
-
Christian Kandeler authored
Change-Id: I70b9f13c6dffa107b12eac09ed4495a5318fdb1e Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- May 11, 2012
-
-
kh1 authored
Change-Id: I99866dbc11e6e79c11bd3ee22e4c41a0d08805f9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Apr 23, 2012
-
-
David Schulz authored
Download python if necessary. Git ignore the python directory. Task-number: QTCREATORBUG-7305 Change-Id: I03fa3ea404b38e5541d3d0380eb4e0987ceaa811 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Apr 17, 2012
-
-
Orgad Shaneh authored
Change-Id: I42b5e9c48937fccdf7f21f4d47d171ff1f5f91c7 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Apr 05, 2012
-
-
Orgad Shaneh authored
Change-Id: I5991a8066316f0596b65664bcd0a6302c634a472 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 25, 2012
-
-
Erik Verbruggen authored
Change-Id: Ib33efad30ef4abc6078a015782bb3b1f1b672004 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 14, 2011
-
-
Tobias Hunger authored
Change-Id: I53745ec7b446d76600e93c1adfda41a5cda5810d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Aug 15, 2011
-
-
Oswald Buddenhagen authored
this is not a creator tool, but a helper of qtcprocess, just like the existing stub. Change-Id: Ice7c60a1dee0b132c6063747f82ea35699f4127d Reviewed-on: http://codereview.qt.nokia.com/2918 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- Jul 22, 2011
-
-
Daniel Molkentin authored
Change-Id: Ic640fcf4f266de92077c733727f5bc8aa08625e2 Reviewed-on: http://codereview.qt.nokia.com/1939 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-