summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-01137-932/+914
* Clang: Fix variable name in testNikolai Kosjar2016-02-011-2/+2
* Merge "Merge remote-tracking branch 'origin/3.6'"Eike Ziller2016-02-018-113/+141
|\
| * Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-02-018-113/+141
| |\
| | * ClangBackEnd: Use QCommandLineParser.Friedemann Kleint2016-02-011-5/+19
| | * Squish: Run tst_CSUP01 on clang code model, tooRobert Loehning2016-02-012-43/+55
| | * MsvcToolChain: Detect Microsoft Visual C++ Build Tools.Friedemann Kleint2016-02-011-0/+41
| | * Core: Remove dependency on gui-private againhjk2016-01-291-1/+1
| | * Find: Remove use of unsual QTextCursor constructorshjk2016-01-291-11/+4
| | * Add qmake-generated wrapper scripts to .gitignoreEike Ziller2016-01-281-0/+4
| | * TextEditor: Show new zoom factor when resettingRobert Loehning2016-01-281-5/+12
| | * Update Russian translationSergey Belyashov2016-01-271-61/+11
* | | Clang: Add ClangPreprocessorAssistProposalItemMarco Bubke2016-02-018-49/+286
|/ /
* | Clang: ClangAssistProposalItem is now inheriting AssistProposalItemInterfaceMarco Bubke2016-02-014-108/+140
* | TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-0131-105/+187
* | CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-0117-181/+250
* | QmlDesigner: add some overridesTim Jenssen2016-02-011-5/+5
* | Clang: Workaround dot detection for arrow correctionNikolai Kosjar2016-02-017-1/+73
* | Clang: Introduce UnsavedFile wrapperNikolai Kosjar2016-02-0114-330/+381
* | ProjectExplorer: Remove a shadow runnable in LocalApplicationRChjk2016-02-011-20/+17
* | AutoTest: Fix compileChristian Stenger2016-02-011-1/+1
* | AutoTest: Use mark and sweep for parsingChristian Stenger2016-02-019-638/+121
* | AutoTest: Fix wrong copying of childrenChristian Stenger2016-02-011-1/+1
* | AutoTest: Provide mark and sweep functionsChristian Stenger2016-02-014-2/+107
* | AutoTest: Store referencing file inside test tree itemChristian Stenger2016-02-015-1/+56
* | AutoTest: Prepare parsing function to get referencing files directlyChristian Stenger2016-02-012-17/+20
* | AutoTest: Simplify caching for test informationChristian Stenger2016-02-015-109/+72
* | QmlJS: Change yet another call of QtConcurrent::runEike Ziller2016-02-011-3/+3
* | ProjectExplorer: WS fixesOrgad Shaneh2016-02-012-10/+10
* | ShellCommand: Cleanup includesEike Ziller2016-01-301-8/+5
* | CrashHandler: ResurrectOrgad Shaneh2016-01-302-0/+2
* | Valgrind: Remove unused ValgrindRunner::Private:workingDirectoryhjk2016-01-291-1/+0
* | Valgrind: Quickfix for remote execution.Christian Kandeler2016-01-292-2/+1
* | Debugger: Fix startup with core fileshjk2016-01-291-16/+11
* | ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-2974-484/+388
* | Add AndroidRunnableBogDan Vatra2016-01-296-23/+91
* | CrashHandler: Prefer Qt Creator in PATH for debuggingOrgad Shaneh2016-01-291-1/+1
* | runAsync: Fix issue with deleting threadEike Ziller2016-01-292-2/+4
* | Find: Remove use of unsual QTextCursor constructorshjk2016-01-291-11/+4
* | Default Theme: less aggressive stop redAlessandro Portale2016-01-291-1/+1
* | Analyzer: Remove AnalyzerRunControl::runnable() and .connection()hjk2016-01-2910-26/+24
* | AutoTest: Display output of passes on test results pane...Christian Stenger2016-01-291-4/+4
* | TextEditor: Define Color Scheme entry per ThemeAlessandro Portale2016-01-296-12/+36
* | Gathering feedback about flat mode iconsAlessandro Portale2016-01-291-1/+1
* | runAsync: Fix unexpected behavior for using singleShot/timers etcEike Ziller2016-01-286-7/+70
* | Debugger: Use StandardRunnable in DebuggerStartParametershjk2016-01-2826-119/+116
* | QMakeProjectManager: Reduce priority of parsing threads.Eike Ziller2016-01-282-1/+26
* | ProjectExplorer: Use Runnable in DeviceProcess::starthjk2016-01-2822-208/+135
* | QMakeProjectManager: Avoid usage of global thread pool.Eike Ziller2016-01-283-1/+13
* | RunExtensions: Allow running functions on arbitrary thread poolsEike Ziller2016-01-282-5/+173