aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* File System view: Do not open projects on double clicking directoryv4.5.0-beta1Eike Ziller2017-10-112-18/+26
* Add icons to file system view directory selectorEike Ziller2017-10-1112-11/+28
* VCS: Clean up QLatin1String in VcsBasePluginOrgad Shaneh2017-10-111-4/+4
* Fix abi not found for Qt versionVikas Pachdha2017-10-111-1/+1
* Utils: Add an icon for "Project"Alessandro Portale2017-10-106-0/+24
* Ios: Fix incorrect Xcode version detectedVikas Pachdha2017-10-102-40/+11
* TextEditor: Use visual whitespace format for line wrap arrowDavid Schulz2017-10-101-1/+1
* VcsBase: Modernize the iconsAlessandro Portale2017-10-0916-9/+134
* AutoTest: Enable debugging for Quick TestsChristian Stenger2017-10-097-9/+37
* TextEditor: Fix annotation rectangle cachingDavid Schulz2017-10-091-1/+20
* TextEditor: cleanup annotation rect cache after mark is removedDavid Schulz2017-10-093-0/+20
* TextEditor: reduce annotation painting artifactsDavid Schulz2017-10-093-8/+17
* TextEditor: Optimize line annotation paintingDavid Schulz2017-10-091-1/+2
* ProjectExplorer: Reduce the size of the device status indicator a bitAlessandro Portale2017-10-093-3/+3
* CMake: fix qbs buildDavid Schulz2017-10-091-0/+4
* AutoTest: Fix compile with clangChristian Stenger2017-10-061-2/+1
* QtSupport: Filter . and .. in paths lookupOrgad Shaneh2017-10-061-1/+1
* Session: Delay deletion of projects till all signals are processedTobias Hunger2017-10-061-1/+2
* AutoTest: Fix triggering debug from results paneChristian Stenger2017-10-066-24/+121
* QmlDesigner: Fix missing includeChristian Stenger2017-10-061-0/+2
* CMake: Fix project parsing notificationTobias Hunger2017-10-0624-641/+805
* AutoTest: Restrict Run and Debug from results paneChristian Stenger2017-10-061-2/+3
* AutoTest: Avoid replacing a correct executableChristian Stenger2017-10-061-0/+4
* QmlDesigner: Fix compile with Qt 5.10Thomas Hartmann2017-10-062-1/+3
* GDB: Fix reading executable from core dump on WindowsOrgad Shaneh2017-10-061-1/+5
* Debugger: Combine some gdb startup code pathshjk2017-10-062-50/+17
* Locator: De-duplicate highlightInfo generation for camel humpsAndre Hartmann2017-10-057-29/+23
* Debugger: Allow {target,remote}:/* sysroot settingshjk2017-10-051-3/+6
* Debugger: Cleanup some GdbEngine code pathshjk2017-10-052-61/+21
* Debugger: Move core file unpacking into RunWorker of its ownhjk2017-10-053-114/+101
* Utils: Make Benchmarker log to a configurable loggingcategoryTobias Hunger2017-10-052-7/+30
* CamelHump: Fix case insensitive matching after the same caseOrgad Shaneh2017-10-051-6/+15
* qmake: Add test functions for comparing version numbersAlexander Volkov2017-10-051-0/+17
* Debugger: Move static type related code to CdbEngine constructorhjk2017-10-051-17/+17
* Debugger: Move some CdbEngine member initializationhjk2017-10-052-31/+16
* Session: Make sure startupProject is set whenever a project is openTobias Hunger2017-10-051-19/+8
* MiniProjectTargetSelector: Allow for startupProject to be nullptrTobias Hunger2017-10-051-3/+3
* Debugger: Only set cppEngine if there's any C++ debugginghjk2017-10-051-2/+4
* Debugger: Clean up outdated includes and fileshjk2017-10-053-5/+3
* Debugger: Initialize CdbEngine::m_autoBreakPointCorrectionRobert Loehning2017-10-041-0/+1
* QMLDesigner: Fix Font size in form previewKnud Dollereder2017-10-041-1/+2
* Debugger: Remove DebuggerRunParameter::masterEngineTypehjk2017-10-043-67/+21
* Debugger: Always set executable from user argumentsOrgad Shaneh2017-10-041-1/+1
* Merge remote-tracking branch 'origin/4.4' into 4.5Orgad Shaneh2017-10-0415-1516/+1565
|\
| * TextEditor: Disable block selection if file was changed in other editorv4.4.1Serhii Moroz2017-10-021-0/+5
| * Update qbs submoduleChristian Kandeler2017-10-021-0/+0
| * Qnx: Fix C++ debugginghjk2017-09-291-1/+3
| * Qnx: Fix Qml profiler startuphjk2017-09-292-50/+32
| * Android: Fix the SDK platforms parsing for SDK tools 26.1.1Vikas Pachdha2017-09-281-2/+4
| * GLSL: Avoid infinite loop at error recoveryNikolai Kosjar2017-09-282-323/+353