summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner & friends: Fix various new warningsv4.14.0-beta2Christian Kandeler2020-11-186-15/+16
* CppTools: "CLANG-UPGRADE-CHECK: Update known language features macros."Alessandro Portale2020-11-182-0/+2
* ProjectExplorer: Un-tighten the RunConfiguration::isConfigured() checkChristian Kandeler2020-11-183-3/+8
* iOS: Fix persistence of signing settingsEike Ziller2020-11-181-1/+2
* Doc: Update the Adding 3D Views topicJohanna Vanhatapio2020-11-185-19/+43
* TextEdtitor: Don't override SearchResultAlt1|2 in classic themeAlessandro Portale2020-11-181-2/+0
* TextEditor: Fix SearchResultAlt1|2 dark themesAlessandro Portale2020-11-185-6/+6
* ClangSupport: Remove unused circular includesLeander Schulten2020-11-183-2/+1
* ProjectExplorer: Remove QTC_CHECK in BuildStep::buildConfiguration()Christian Kandeler2020-11-181-6/+0
* Boot2Qt: Make sure the run config stays up to date with deployment infoChristian Kandeler2020-11-181-0/+2
* Don't clash signal names with other methodsJarek Kobus2020-11-1815-45/+26
* Fix a clazy warning about qgetenvJarek Kobus2020-11-181-1/+1
* cmake build/macOS: Fix installing when built with Qt6Eike Ziller2020-11-181-1/+2
* Plugin install wizard: Search in subdirectories of archive tooEike Ziller2020-11-181-4/+7
* CppTools: "CLANG-UPGRADE-CHECK: Checks/update URLs."Alessandro Portale2020-11-181-1/+1
* TextEditor: Define default foreground colors for C_SEARCH_RESULT_ALT1|2Alessandro Portale2020-11-181-0/+4
* Doc: Describe Qt Quick types for user interaction methodsLeena Miettinen2020-11-1767-127/+916
* Remove unused signalsJarek Kobus2020-11-172-7/+0
* QmlPuppet: Remove effect preview supportMiikka Heikkinen2020-11-173-80/+0
* Remove unused signalJarek Kobus2020-11-172-9/+1
* Use QHash instead of QMap when key is a pointer typeJarek Kobus2020-11-178-11/+12
* Construct QColor instances from int instead of QStringJarek Kobus2020-11-173-8/+8
* Reuse the requestExpansion() signal from the base classJarek Kobus2020-11-173-4/+3
* CppEditor: Improve performance of QuickFix 'Remove using directive in global ...Leander Schulten2020-11-171-21/+26
* TextEditor: Better default background colors for C_SEARCH_RESULT_ALT1|2Alessandro Portale2020-11-171-2/+6
* Drop autoconnectionsJarek Kobus2020-11-172-15/+28
* Enable pan and zoom gestures for the formeditorKnud Dollereder2020-11-1715-262/+564
* Get rid of deprecation warning when compiling against Qt 5.15Jarek Kobus2020-11-171-4/+7
* Debugger: Fix tooltip expression collectorDavid Schulz2020-11-171-2/+4
* cmake build: Create DebugInfo component with separate debug infoEike Ziller2020-11-176-5/+214
* Fix warning about deprecated QProcess::startDetached()Jarek Kobus2020-11-171-6/+18
* Fix a warning about const signalJarek Kobus2020-11-172-7/+4
* Fix clazy warning about comparing string to implicit charJarek Kobus2020-11-171-1/+1
* Add some known "path" variables to environment widgetEike Ziller2020-11-171-5/+8
* Drop autoconnectionsJarek Kobus2020-11-176-46/+54
* Fix a clazy warning [clazy-auto-unexpected-qstringbuilder]Jarek Kobus2020-11-171-1/+2
* Don't cast QHoverEvent into QMouseEventJarek Kobus2020-11-171-5/+17
* qmljs: improve code a bitTim Jenssen2020-11-171-7/+7
* Fix a crash when changing filter for clazy analyzerJarek Kobus2020-11-172-4/+10
* Don't create a temporary list of values for qDeleteAllJarek Kobus2020-11-171-1/+1
* Use static version of QFileInfo::exists()Jarek Kobus2020-11-164-7/+7
* Fix warnings about possible detach of temporary objectsJarek Kobus2020-11-1611-11/+12
* Remove QStringRef leftoversJarek Kobus2020-11-163-3/+0
* Don't create a temporary list of values for qDeleteAllJarek Kobus2020-11-161-1/+1
* QmlDesigner: Add missing stream readThomas Hartmann2020-11-161-0/+1
* Remove unused variablesJarek Kobus2020-11-161-2/+0
* QmlDesigner: Fix mouse wheel manipulation SpinBoxHenning Gruendl2020-11-161-3/+12
* QmlDesigner: Fix navigator preview tooltip issuesMiikka Heikkinen2020-11-163-21/+22
* Doc: Describe refactoring actions for creating functionsLeena Miettinen2020-11-164-12/+46
* Git: fix assert when comparing GerritApprovalDavid Schulz2020-11-161-1/+2