aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* CppTools: "CLANG-UPGRADE-CHECK: Update known language features macros."Alessandro Portale2020-11-181-0/+1
* ProjectExplorer: Un-tighten the RunConfiguration::isConfigured() checkChristian Kandeler2020-11-183-3/+8
* iOS: Fix persistence of signing settingsEike Ziller2020-11-181-1/+2
* 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-1813-42/+23
* Fix a clazy warning about qgetenvJarek Kobus2020-11-181-1/+1
* 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
* Remove unused signalsJarek Kobus2020-11-172-7/+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-172-2/+1
* 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
* Enable pan and zoom gestures for the formeditorKnud Dollereder2020-11-1715-262/+564
* Debugger: Fix tooltip expression collectorDavid Schulz2020-11-171-2/+4
* Fix warning about deprecated QProcess::startDetached()Jarek Kobus2020-11-171-6/+18
* Fix a warning about const signalJarek Kobus2020-11-172-7/+4
* Add some known "path" variables to environment widgetEike Ziller2020-11-171-5/+8
* Drop autoconnectionsJarek Kobus2020-11-176-46/+54
* 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-169-9/+10
* Remove QStringRef leftoversJarek Kobus2020-11-163-3/+0
* Don't create a temporary list of values for qDeleteAllJarek Kobus2020-11-161-1/+1
* QmlDesigner: Fix navigator preview tooltip issuesMiikka Heikkinen2020-11-163-21/+22
* Git: fix assert when comparing GerritApprovalDavid Schulz2020-11-161-1/+2
* CppEditor: Remove using directive at global scope always in all filesLeander Schulten2020-11-162-23/+137
* QmlDesigner: Add "NOT" option to binding editorHenning Gruendl2020-11-165-86/+110
* Use typed syntax in calls to QMetaObject::invokeMethodJarek Kobus2020-11-1610-16/+20
* QmlDesigner: Update icon fontHenning Gruendl2020-11-161-0/+3
* AutoTest: Fix using of cacheChristian Stenger2020-11-161-2/+14
* QmlProfiler: Fix flamegraph testChristian Stenger2020-11-161-2/+2
* QmlDesigner: Rename methodThomas Hartmann2020-11-132-7/+7
* CppEditor: Improve "definition from declaration" for templatesChristian Kandeler2020-11-133-8/+25
* Silence the warning about missing initializer for memberJarek Kobus2020-11-132-2/+2
* Silence the warning about comparing type with different signednessJarek Kobus2020-11-131-1/+1
* QmlDesigner: Collect events for telemetry pluginThomas Hartmann2020-11-1310-6/+50
* QmlDesigner: Do not setup imports when checkingThomas Hartmann2020-11-121-1/+4
* QmlDesigner: Duplicate state in transactionThomas Hartmann2020-11-121-2/+5
* QmlDesigner: Fix for high dpi and Qt 6Thomas Hartmann2020-11-121-3/+1
* QmlDesigner.MetaInfo: Add special case for "QML.QtObject"Thomas Hartmann2020-11-122-1/+17
* QmlDesigner: Use single transaction to add stateThomas Hartmann2020-11-121-9/+4
* QtSupport: Prefer suffixed uicChristian Kandeler2020-11-121-3/+2
* Remove unneeded includesJarek Kobus2020-11-1222-32/+28
* Debugger: Fix source mapping on WindowsOrgad Shaneh2020-11-121-1/+2