summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Utils: Make Environment::diff() result not contain common entrieshjk2015-07-161-1/+2
* Debugger: Fix evaluation of "this" item in JS debuggerhjk2015-07-161-10/+17
* Clang: Decrease the priority of operatorsMarco Bubke2015-07-162-0/+20
* Clang: Remove the hint and snippet field from the CodeCompletionMarco Bubke2015-07-162-28/+0
* Clang: Add tooltip for clang snippetsMarco Bubke2015-07-163-7/+17
* Clang: Clear the project part completely on removeNikolai Kosjar2015-07-163-3/+5
* Debugger: Make QmlEngine heed "Sort Struct Members Alphabetically"hjk2015-07-162-0/+14
* Debugger: Split update/expand paths also in mixed enginehjk2015-07-162-0/+9
* Debugger: Lift restriction one-shot breakpoints deletionhjk2015-07-162-2/+4
* Clang: Do not work on unspecified values in ProjectParts::removeMarco Bubke2015-07-161-4/+9
* GitPlugin: reorder namespaces endinNikita Baryshnikov2015-07-161-1/+1
* Debugger: Make LocationMark draggablehjk2015-07-162-2/+27
* Debugger: Split updateWatchData() pathshjk2015-07-1610-26/+38
* Debugger: Rework QmlEngine watcher expansionhjk2015-07-162-240/+128
* Debugger: Start using callbacks in QmlEngine commandshjk2015-07-161-61/+50
* Update qbs submodule.Christian Kandeler2015-07-151-0/+0
* Clang: Reserve result vector in CodeCompletionChunkConverterMarco Bubke2015-07-151-0/+1
* Clang: Reserve result vector in the CodeCompletionsExtractorMarco Bubke2015-07-151-0/+1
* Clang: Prevent double spaces for clang snippetsMarco Bubke2015-07-152-4/+14
* Clang: Little speedup for code completionMarco Bubke2015-07-152-5/+22
* QML wizards: Do not offer .ui.qml files for Qt 5.3Tobias Hunger2015-07-151-1/+1
* Clang: Rename filePaths in idsMarco Bubke2015-07-154-14/+14
* Debugger: Set debuggee environment vars.BogDan Vatra2015-07-156-9/+19
* Debugger: Fix loading core files from the command linehjk2015-07-152-3/+1
* Clang: Add code completion for keyword snippets from clangMarco Bubke2015-07-145-13/+224
* Debugger: Store parsed data in QmlEngine's refVals cachehjk2015-07-141-3/+3
* Debugger: Fix compiler warninghjk2015-07-141-1/+6
* Clang: Avoid heap-use-after-free in IpcCommunicatorNikolai Kosjar2015-07-142-4/+8
* Fix that locator filters weren't accepting column numbersEike Ziller2015-07-145-23/+15
* Debugger: Cache handle->value pair in QmlEnginehjk2015-07-141-63/+65
* ANSI: Crash in AnsiEscapeCodeHandler::parseTextAndrey Pokrovskiy2015-07-142-32/+52
* Add QtVersionManager::unsortedVersions()Daniel Teske2015-07-134-4/+14
* Sdktool: Add missing space in usage messageOrgad Shaneh2015-07-131-1/+1
* Debugger: Remove remaining direct uses of QmlEngine::sendMessagehjk2015-07-131-49/+19
* Clang: Remove option for code completionMarco Bubke2015-07-131-2/+1
* C++: Fix null pointer access for invalid codeNikolai Kosjar2015-07-131-3/+3
* Clang: Remove unused functionMarco Bubke2015-07-131-9/+0
* TreeModel: Remove TreeItem::setModel from interfacehjk2015-07-132-11/+4
* Debugger: Use DebuggerCommand in QML enginehjk2015-07-133-177/+117
* Debugger: Exclude lldb-gdbserver-* from autodetectionOrgad Shaneh2015-07-131-1/+3
* Clang: Do not call DocumentManager::modifiedDocuments() from worker threadNikolai Kosjar2015-07-1018-38/+69
* CppTools: Let BaseEditorDocumentParser acquire the mutexNikolai Kosjar2015-07-106-18/+18
* CppTools: Avoid unnecessary blocking of main threadNikolai Kosjar2015-07-1011-180/+242
* CppTools: Make updateProjectPart() constNikolai Kosjar2015-07-104-16/+18
* Clang: Tests: Make waiting for reloaded document more robustNikolai Kosjar2015-07-101-5/+58
* Debugger: Rename and shuffle some QmlEngine functionshjk2015-07-103-101/+99
* Debugger: Expand items in QML Inspector on first clickhjk2015-07-103-0/+8
* AutoTools: Handle (abs_)?top_srcdir, and (abs_)?top_builddirTobias Hunger2015-07-091-1/+24
* AutoTools: Handle line continuationsTobias Hunger2015-07-091-2/+9
* QbsProjectManager: Update the code model even if the project is empty.Christian Kandeler2015-07-091-2/+0