summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * MsvcToolchain: Fix "detection" of supported ABIs for msvc2010Alexis Murzeau2019-10-182-36/+38
| | * Clang: Build against LLVM/Clang 9Nikolai Kosjar2019-10-181-0/+4
| | * Debugger: Avoid recreation of breakpoint markersDavid Schulz2019-10-181-5/+13
| | * Remove extra setMargin(..) Some lines after we can see aLaurent Montel2019-10-172-2/+0
| | * Debugger: further untangle of breakpoint item and markerDavid Schulz2019-10-172-7/+15
| | * Debugger: Fix crash after breakpoint marker drag&dropDavid Schulz2019-10-171-7/+3
| | * AutoTest: Fix handling of parameterized boost testsChristian Stenger2019-10-172-2/+7
* | | BareMetal: Handle missed stdout error generated by IAR linkerDenis Shienkov2019-10-282-1/+33
* | | BareMetal: Improve IAR parser code a bitDenis Shienkov2019-10-282-62/+88
* | | QmlDesigner: Add transactions to NodeInstanceView::valuesModified()Thomas Hartmann2019-10-282-2/+39
|/ /
* | WebAssembly: fix crashesTim Jenssen2019-10-282-29/+35
* | CMake: Add Android Multi ABI supportBogDan Vatra2019-10-283-8/+38
* | LanguageClient: Avoid problems with old settingsChristian Stenger2019-10-261-0/+1
* | QmlDesigner: Use fuzzy compare for floatsThomas Hartmann2019-10-251-1/+4
* | Python: export Interpreter generatorDavid Schulz2019-10-252-11/+23
* | Python: install python language server with --userDavid Schulz2019-10-251-1/+1
* | Python: close all info bars after language server setupDavid Schulz2019-10-256-81/+133
* | TextEditor: Fix HTML escaping of tool tipsEike Ziller2019-10-251-3/+6
* | LanguageClient: Show markdown tool tips as plain textEike Ziller2019-10-251-3/+6
* | TextEditor: Do not show F1 in tool tips that don't provide help ID(s)Eike Ziller2019-10-251-1/+3
* | LanguageClient: Remove unnecessary function re-implementationEike Ziller2019-10-252-9/+0
* | modeleditor: remove unused forward declarationLaurent Montel2019-10-253-5/+0
* | diffeditor: remove unused forward declarationLaurent Montel2019-10-251-1/+0
* | Fix focusing of already open output pane from separate windowEike Ziller2019-10-251-1/+2
* | WebAssembly: Set a restriction checker for WebAssembly Qt VersionsAlessandro Portale2019-10-241-0/+3
* | Enable object selection in the 3D edit viewMahmoud Badri2019-10-241-1/+1
* | Target setup page: Handle slow kit managerChristian Kandeler2019-10-232-6/+17
* | Fix some memory leaksChristian Kandeler2019-10-239-8/+39
* | Qnx: Fix progress bar in Qt library deployment dialogChristian Kandeler2019-10-231-6/+5
* | "Add Library" wizard: Fix display glitchChristian Kandeler2019-10-231-3/+11
* | Ignore asset file suffix case when importing 3D assetsMiikka Heikkinen2019-10-233-3/+3
* | Fix widget order in import dialog so spinboxes can receive mouse focusMiikka Heikkinen2019-10-231-5/+5
* | Locator: Ask before creating filesEike Ziller2019-10-231-10/+45
* | RemoteLinux: Correct clean shutdown when debuggingChristian Stenger2019-10-231-0/+1
* | AutoTest: Fix gathering Boost test casesChristian Stenger2019-10-231-12/+16
* | McuSupport: Fix missing includeChristian Stenger2019-10-231-0/+1
* | Mcu: Compile fixhjk2019-10-221-2/+0
* | McuSupport: Split up McuSupportOptionsPageAlessandro Portale2019-10-226-560/+648
* | ProjectExplorer: Do not return early on parsingFinished asserthjk2019-10-221-1/+3
* | Clang: Remove duplicated targets argumentsNikolai Kosjar2019-10-221-0/+10
* | Clang: Ensure that platform codegen flags get also filteredNikolai Kosjar2019-10-221-3/+2
* | Debugger: always hex encode the value of assignments in cdbextDavid Schulz2019-10-221-31/+2
* | PerfProfilerFlameGraphModel: Make Payload::m_numSamples mutableUlf Hermann2019-10-221-1/+1
* | QtSupport: Use QLoggingCategory for Qt version managerOrgad Shaneh2019-10-221-31/+27
* | CMakeProjectManager: Fix clang code model when CMake PCHs are usedCristian Adam2019-10-221-8/+19
* | Fix crash in QtVersionManagerEike Ziller2019-10-221-2/+4
* | QmlDesigner: Add and dispatch ValuesModifiedCommandThomas Hartmann2019-10-213-3/+21
* | CtfVisualizer: Avoid compile warningUlf Hermann2019-10-211-0/+3
* | QmlDesigner: Fix warnings about unused variablesChristian Kandeler2019-10-211-0/+4
* | McuSupport: Fix warning about unused variableChristian Kandeler2019-10-211-3/+2