aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner & friends: Fix various new warningsv4.14.0-beta2Christian Kandeler2020-11-184-7/+3
* 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
* ClangSupport: Remove unused circular includesLeander Schulten2020-11-182-2/+0
* 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
* 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-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
* Debugger: Fix tooltip expression collectorDavid Schulz2020-11-171-2/+4
* cmake build: Create DebugInfo component with separate debug infoEike Ziller2020-11-171-0/+4
* 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
* 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
* Remove unused variablesJarek Kobus2020-11-161-2/+0
* 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-1614-35/+36
* Fix a crash when showing tooltipsJarek Kobus2020-11-161-0/+2
* Sqlite: Fix unittest build on macOSqds/v2.0-beta1Christian Stenger2020-11-161-3/+3
* QmlJS: Ensure QtQuick is the first importMiikka Heikkinen2020-11-161-1/+6
* QmlDesigner: Update icon fontHenning Gruendl2020-11-161-0/+3
* KSyntaxHighlighter: Fix compile with Qt5.14Christian Stenger2020-11-161-1/+1
* AutoTest: Fix using of cacheChristian Stenger2020-11-161-2/+14
* Editor: Qt6 compile fixes for KSyntaxHighlighterDavid Schulz2020-11-1617-36/+39
* Editor: update KSyntaxHighlighting to v5.75.0David Schulz2020-11-1694-3319/+4563