summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clang: Fix c++98-compat warnings for MSVC toolchainNikolai Kosjar2019-12-193-4/+14
* AutoTest: Fix stopping test debug runChristian Stenger2019-12-192-0/+3
* Core: Avoid accessing nullptrChristian Stenger2019-12-181-1/+2
* WinRT: Move some device detection output into a logging categoryDavid Schulz2019-12-181-4/+2
* Do not show line ending option in read-only editorsEike Ziller2019-12-181-0/+4
* CheckableMessageBox: Forbid focus for text and pixmapqds/v1.4.0-rc2Andre Hartmann2019-12-171-0/+2
* UpdateInfo: Do not show multiple update notficationsEike Ziller2019-12-171-0/+1
* Fix build with namespaced QtChristian Kandeler2019-12-171-6/+4
* QmlDesigner: Increase the puppet timeout to 30sThomas Hartmann2019-12-171-1/+1
* Prevent the Edit View 3D restart upon closingMahmoud Badri2019-12-178-0/+21
* QmakeProjectManager: Extend Qt examples deployment hackChristian Kandeler2019-12-171-7/+13
* Debugger: Avoid accessing nullptrChristian Stenger2019-12-171-12/+19
* FancyLineEdit: Fix camel case navigation with shift modifierAndre Hartmann2019-12-161-8/+13
* FakeVim: Fix goto next/previous splithjk2019-12-162-4/+2
* QmlDesigner Connection View signals fixesAleksei German2019-12-168-4/+46
* QmlProject: use qobject_cast instead of static_castTim Jenssen2019-12-161-1/+1
* CppTools: Suppress the c++98-compatibility warningsCristian Adam2019-12-131-0/+1
* Improve edit view 3D "on top" logicqds/v1.4.0-rc1Mahmoud Badri2019-12-1318-301/+66
* WebAssembly: Ensure that the device is created after the kits are loadedChristian Kandeler2019-12-131-1/+4
* Qnx: Add QnxRunConfiguration::doAdditionalSetup()Christian Kandeler2019-12-122-16/+27
* Boot2Qt: Add QdbRunConfiguration::doAdditionalSetup()Christian Kandeler2019-12-122-1/+7
* QmlDesigner: Fix material managerHenning Gruendl2019-12-113-3/+9
* QmlDesigner: Fix missing forward declareChristian Stenger2019-12-111-0/+1
* QmlDesigner Connection Delete Shortcut replacementAleksei German2019-12-112-0/+8
* CppTools: Update clang-tidy documentation URLAlessandro Portale2019-12-111-1/+1
* QmlDesigner: Fix more warnings about unused parameters and functionsChristian Kandeler2019-12-102-28/+1
* ProjectExplorer: Fix crashChristian Kandeler2019-12-101-1/+1
* LanguageClient: Fix crash on closing qc while restarting a serverv4.11.0David Schulz2019-12-101-0/+2
* Python: Reset editor info bars when closing documentDavid Schulz2019-12-101-1/+11
* RemoteLinux: Add RemoteLinuxRunConfiguration::doAdditionalSetup()Christian Kandeler2019-12-102-2/+7
* Android: Log Sdk manager callsAlessandro Portale2019-12-101-0/+4
* ProjectExplorer: Update CMake target on DesktopRunConfiguration clonedAlexander Akulich2019-12-101-2/+1
* Android: Make more logged command calls copy&pasteableAlessandro Portale2019-12-092-5/+7
* McuSupport: Set jom via CMAKE_MAKE_PROGRAM instead of adding it to PathAlessandro Portale2019-12-061-7/+19
* McuSupport: Check for presence of CMakeAlessandro Portale2019-12-061-7/+47
* Android: Distinguish OutputParser MarkerTag for available updatesAlessandro Portale2019-12-061-1/+1
* QmlDesigner ConnectionViewWidget delete quick fixAleksei German2019-12-061-1/+0
* QmlDesigner Action Editor for Connections ViewAleksei German2019-12-0614-17/+327
* QmlDesigner: Add item layer propertiesHenning Gruendl2019-12-061-1/+1
* QmlDesigner: Add control for material managementHenning Gruendl2019-12-062-2/+107
* QmlDesigner: fix endless loop when maxTime is 0Tim Jenssen2019-12-061-1/+1
* QmlJS: Add "Symbol, Object, Function, RegExp" to global functionsTim Jenssen2019-12-061-1/+2
* CompilationDatabaseProjectManager: Fix file classification errorChristian Kandeler2019-12-061-1/+1
* QmlDesigner: Add option forceFreeType to qmlprojectThomas Hartmann2019-12-068-1/+44
* Update Qbs submoduleRichard Weickelt2019-12-051-0/+0
* Android: Don't attempt to handle a non-existing qt_live_viewer.apkAlessandro Portale2019-12-041-5/+7
* Output panes: Handle the case where an output chunk is splitChristian Kandeler2019-12-041-1/+12
* Output panes: Fix newline handlingChristian Kandeler2019-12-041-7/+9
* Fix debugging armv7a & x86 when running on 64 bit targetsBogDan Vatra2019-12-034-8/+2
* Android: Don't add contains(ANDROID_TARGET_ARCH,..) scope for Qt 5.14BogDan Vatra2019-12-031-5/+13