aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clang: Fix tidy checksNikolai Kosjar2019-07-092-13/+28
* CMake: Fix buildOrgad Shaneh2019-07-084-8/+1
* QmlDebug: Destroy connection before signaling failure or retryingUlf Hermann2019-07-081-1/+2
* Doc: Update info on Qt for Python app wizardsLeena Miettinen2019-07-083-13/+18
* QmlDesigner: Fix RealSpinBox interactionHenning Gruendl2019-07-064-13/+65
* Update qbs submoduleChristian Kandeler2019-07-051-0/+0
* Cmake: Fix deprecation warninghjk2019-07-052-3/+3
* RemoteLinux: Add missing check for stat failureChristian Kandeler2019-07-052-6/+7
* QmlJS: Avoid deprecation warningshjk2019-07-051-6/+6
* Remove more deprecation warningshjk2019-07-059-15/+21
* Clang: Remove unused memberNikolai Kosjar2019-07-053-3/+0
* Unify disabling build of llvm related plugins or test on WindowsChristian Stenger2019-07-054-22/+26
* CppTools: Avoid some deprecation warningshjk2019-07-051-4/+4
* Autotest: Avoid a deprecation warninghjk2019-07-051-1/+1
* Todo: Avoid deprecation warningshjk2019-07-051-2/+2
* ProjectExplorer: Remove one deprecated use of QTimehjk2019-07-051-2/+2
* ClangCodeModel: Avoid warnings on deprecated use of QTimehjk2019-07-051-4/+4
* ClangRefactor: Avoid warningshjk2019-07-051-14/+0
* Debugger: Robustify QmlInspectorAgent::onResulthjk2019-07-051-1/+2
* Avoid more deprecation warningshjk2019-07-058-12/+13
* Utils: Move reuse.h out of sighthjk2019-07-057-65/+30
* CrashHandler: Allow enabling per executableNikolai Kosjar2019-07-051-1/+8
* Utils: Fix a case fall through warninghjk2019-07-041-0/+1
* Fix pri fileMarco Bubke2019-07-041-1/+0
* QtSupport: Fix header guard for ui filesMarco Bubke2019-07-041-2/+4
* More Utils::toSet/toListhjk2019-07-0449-105/+138
* QmakeProjectManager: Take "executable" CONFIG value into accountChristian Kandeler2019-07-043-7/+11
* StudioWelcome: Add get() to ProjectModelThomas Hartmann2019-07-041-0/+5
* Clang: Remove old codeMarco Bubke2019-07-0440-1624/+5
* ClangPchManager: Don't update system PCH if no system include file changedMarco Bubke2019-07-049-45/+184
* Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-0437-1105/+909
* Doc: Update info about using compilation databasesLeena Miettinen2019-07-041-1/+11
* Wizards: Fix typo in Plain C++ wizardChristian Stenger2019-07-041-1/+1
* Utils: Add logging category to SynchronousProcessNikolai Kosjar2019-07-041-7/+19
* QmlDesigner: Consistently capizalize "Flickable"Robert Loehning2019-07-031-1/+1
* QtOutputFormatter: Support relative file:// linksAndre Hartmann2019-07-031-1/+17
* BareMetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
* Use more toList/toSet to avoid deprecation warningshjk2019-07-036-17/+22
* Clang: Fix typo in function nameNikolai Kosjar2019-07-032-3/+3
* algorithm.h: Fix compilation with Qt 5.13.1Friedemann Kleint2019-07-031-2/+2
* Fix compilation with Qt 5.13hjk2019-07-031-4/+4
* QmlDesigner: Fix shortcut overrideHenning Gruendl2019-07-032-0/+30
* QmlDesigner: Fix DoubleSpinBox in-/decrease issueHenning Gruendl2019-07-034-77/+61
* QmlDebug: Queue the socket error and disconnect signalsUlf Hermann2019-07-031-4/+13
* QmlDesigner: Hide the cursor when dragging in SpinBoxThomas Hartmann2019-07-033-0/+29
* QmlDesigner: Use backspace on macOSThomas Hartmann2019-07-031-1/+7
* QmlDesigner: Increase size of SpinBox for FlickableThomas Hartmann2019-07-021-1/+1
* QmlDesigner: Fix ListView property editor layoutThomas Hartmann2019-07-021-0/+2
* QmlDesigner: Hide label if text is emptyThomas Hartmann2019-07-021-0/+1
* QmlDesigner: Increase the compression timer for SpinBoxThomas Hartmann2019-07-021-1/+2