summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-3152-397/+353
* QmlDesigner: Adapt to renaming in IContextThomas Hartmann2019-01-314-7/+7
* ProjectExplorer: Remove BuildConfigurationFactory::priorityhjk2019-01-314-75/+25
* ProjectExplorer: Use a addSupportedTargetDeviceType functionhjk2019-01-313-4/+5
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-3119-46/+545
* CMakeBuildConfiguration: Remove some castshjk2019-01-311-3/+2
* QmlDesigner: Add timelineeditor to buildThomas Hartmann2019-01-315-6/+7
* QmlDesigner: Remove unused QML filesThomas Hartmann2019-01-314-842/+0
* CPlusPlus: Fix enum valueChristian Stenger2019-01-311-1/+2
* ClangTools: Make fixit items more user-friendlyNikolai Kosjar2019-01-311-7/+28
* ClangTools: Organize diagnostics by file pathNikolai Kosjar2019-01-317-86/+246
* Help: Avoid ambiguity of help ID being interpreted as URLEike Ziller2019-01-317-49/+58
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-3124-96/+186
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-3117-26/+182
* iOS: Move IosDeploy*Factory to pluginhjk2019-01-317-187/+31
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-3120-52/+212
|\
| * Doc: Show button examples also in Qt Design Studio ManualLeena Miettinen2019-01-303-16/+17
| * Doc: Add methods supported in ui.qml filesLeena Miettinen2019-01-301-3/+93
| * Tests: Allow removal of objects on the flyChristian Stenger2019-01-301-4/+45
| * winrt: Fix potential race condition when filling mapping file contentOliver Wolff2019-01-301-2/+2
| * Tests: Fix handling of optional testsChristian Stenger2019-01-281-0/+2
| * Debugger: Decouple combined engine rampdown furtherhjk2019-01-281-2/+0
| * Debugger: add cdb specific symbolAddressDavid Schulz2019-01-281-0/+4
| * QmlDesigner: Fix gradients in Qt 5.12.1Thomas Hartmann2019-01-251-4/+14
| * 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
| * Debugger: Fix Attach to process and Run in Terminalhjk2019-01-231-4/+2
| * QtSupport: Fix crash in QtSupport unit testsChristian Kandeler2019-01-231-0/+1
| * Debugger: Reduce the amount of ignored stop messages with LLDBhjk2019-01-231-6/+0
| * 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
* | {C,Q}MakeProjectManager: Simplify buildInfoListForKit implementationshjk2019-01-302-27/+4
* | QmakeProjectManager: Remove some unneeded declarationshjk2019-01-301-6/+0
* | ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-3045-596/+419
* | Improve UX for the the find and replace actionsChris Rizzitello2019-01-303-48/+96
* | Help: Fix url handlerNikolai Kosjar2019-01-301-1/+1
* | Qnx: Move QnxDeployConfigurationFactory to pluginhjk2019-01-305-101/+18
* | ModelEditor: Fix build without precompiled headersNikolai Kosjar2019-01-301-0/+2
* | Autotest: Parse text as UTF-8 in processPlainTextOutput()Andre Hartmann2019-01-301-1/+1
* | AutoTest: Support blacklisted XPass and XFailChristian Stenger2019-01-305-4/+30
* | Git: set git config diff.color to falseXiaofeng Wang2019-01-301-0/+2
* | C++: fix StarBindFlags behaviorXiaofeng Wang2019-01-302-5/+9
* | Autotest: Fix plain text parsing for BFAIL/BPASSAndre Hartmann2019-01-291-1/+1
* | QmlDesigner: Add layout margins to property editorThomas Hartmann2019-01-292-9/+112
* | Qt Quick Designer: Adapt to naming change in IContextEike Ziller2019-01-2917-31/+31
* | ProjectExplorer: Fix buildNikolai Kosjar2019-01-291-0/+2
* | Help: Reduce number of HelpItem constructorsEike Ziller2019-01-293-11/+1