aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in timelineThomas Hartmann2019-03-122-2/+2
* qmljs: Fix variable nameKai Koehne2019-03-071-2/+2
* Fix assert in IoUtils::resolvePathDavid Schulz2019-02-281-2/+2
* Clang: Do not assume that one of the overloads always has parametersIvan Donchevskii2019-02-221-1/+1
* Fix crash in AndroidBuildApkStep::initRobert Loehning2019-02-211-0/+1
* Clang: Fix infinite loop when resolving pointer typeNikolai Kosjar2019-02-213-2/+9
* QmlDesigner: Fix crashThomas Hartmann2019-02-202-43/+210
* Clang: Fix stack-use-after-scope sanitizer error in diagnostic filterKirill Burtsev2019-02-191-1/+1
* C++: Fix nullptr references in preprocessorNikolai Kosjar2019-02-141-6/+8
* Debugger: Change workaround for scrambled dock widget layoutshjk2019-02-131-16/+8
* QmlDesigner: Do not generate auxiliaryDataAsQML for offset -1Thomas Hartmann2019-02-111-2/+9
* ExternalToolConfig: Fix choosing executableAndre Hartmann2019-02-111-0/+1
* Fix crash while quitting debuggingVikas Pachdha2019-02-101-1/+1
* macOS: Fix broken Info.plistEike Ziller2019-02-081-0/+2
* Fix include paths with subfolderRaoul Hecky2019-02-071-4/+19
* Fix highlighting of regexp search results in editorEike Ziller2019-02-071-14/+19
* macOS 10.14: Allow user applications to request access to servicesEike Ziller2019-02-041-2/+20
* Debugger: Fix gdb detachinghjk2019-02-011-1/+1
* Help: Disable middle-mouse click outside of help modeEike Ziller2019-02-011-1/+2
* QML: Fix auto-insertion of single quoteEike Ziller2019-02-011-1/+1
* Android: Fix gdbserver upload for Windows when using Armv8 archVikas Pachdha2019-02-012-25/+71
* AutoTest: Fix handling of empty testsChristian Stenger2019-02-011-1/+1
* winrt: Fix potential race condition when filling mapping file contentOliver Wolff2019-01-301-2/+2
* Debugger: Decouple combined engine rampdown furtherhjk2019-01-281-2/+0
* QFile/QFileInfo: readLink() was replaced by symLinkTarget()Liang Qi2019-01-251-1/+1
* Fix ProjectExplorerPlugin::testProject_setup()Christian Kandeler2019-01-241-4/+14
* Fix ProjectExplorerPlugin::testJsonWizardsIconList()Christian Kandeler2019-01-241-2/+2
* Allow a bit more configuration range for auto-completion timeoutEike Ziller2019-01-241-1/+1
* QtSupport: Fix crash in QtSupport unit testsChristian Kandeler2019-01-231-0/+1
* QmlDesigner: Remove write lockerThomas Hartmann2019-01-231-4/+0
* QmlDesigner: Do not set modified to true on loadThomas Hartmann2019-01-212-0/+8
* QmlDesigner: Add some extra info to warnings and assertsThomas Hartmann2019-01-212-1/+6
* Fix crash with reload prompt in presence of modal dialogEike Ziller2019-01-181-1/+6
* Debugger: Switch default positions of preset paneshjk2019-01-181-3/+3
* Fix warningThomas Hartmann2019-01-181-1/+1
* CPlusPlus: Block function-like macro name for arguments expansionIvan Donchevskii2019-01-172-11/+26
* QmlDesigner: Allow more JavaScript functionsThomas Hartmann2019-01-161-13/+17
* QmlDesigner: Use proper canocial ordering for auxiliary datav4.8.1Thomas Hartmann2019-01-152-4/+48
* Fix that debugger tooltips were overridden by editor tooltipsEike Ziller2019-01-141-1/+0
* Clang: Fix parsing boost headersIvan Donchevskii2019-01-142-19/+28
* Debugger: Fix "Debugger font size follows main editor"hjk2019-01-101-1/+1
* QmlDesigner: Fix compile Qt 5.9 and 5.10Christian Stenger2019-01-101-1/+3
* QmlDesigner: Fix notifier for navigatorThomas Hartmann2019-01-091-1/+1
* Android: Find triple from predefined targetsVikas Pachdha2019-01-091-1/+5
* Respect the setting of the version code via the pro fileAndy Shaw2019-01-092-11/+7
* Clang: Stop going to F2 location if invocation context changedNikolai Kosjar2019-01-081-3/+10
* Clang: Set LC_NUMERIC to "C" for clangbackendNikolai Kosjar2019-01-081-0/+5
* Debugger: Fix step into after switching operate by instructionDavid Schulz2019-01-081-1/+1
* QtOutputFormatter: Fix handling file:// links with following timestampsAndre Hartmann2019-01-071-0/+14
* QtOutputFormatter: Handle Windows-style Qt Test failure linksAndre Hartmann2019-01-071-5/+26