aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clangbackend: More cursor adjustmentsChristian Kandeler2020-11-232-11/+32
* CppEditor: Support decl/def switch for conversion operatorsChristian Kandeler2020-11-237-12/+81
* clangbackend: Try harder to get the proper cursorChristian Kandeler2020-11-231-1/+11
* QmlDesigner: Fix compile on LinuxChristian Stenger2020-11-231-1/+1
* EditorManager: Introduce a DoNotRaise EditorManager::OpenEditorFlaghjk2020-11-202-2/+4
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-2035-71/+332
|\
| * QmlDesigner: Track usage of graphical viewsThomas Hartmann2020-11-2013-1/+109
| * QmlDesigner: Add more trace pointsThomas Hartmann2020-11-206-0/+28
| * Utils: Fix uneditable TextEditDisplay StringAspectAlessandro Portale2020-11-201-3/+2
| * QmlDesigner: Fix for rotation cursorAleksei German2020-11-204-5/+60
| * Help: Make litehtml the default engine above allEike Ziller2020-11-202-20/+24
| * Debugger: Don't use QApplication::alert too oftenhjk2020-11-201-3/+0
| * Help: Remove Qt version checkEike Ziller2020-11-201-2/+0
| * Help: Register at least one set of documentation per major Qt versionEike Ziller2020-11-201-3/+7
| * ClangCodeModel: Fix sorting of includes when auto-completingChristian Kandeler2020-11-201-5/+12
| * Don't call virtual method from LocatorPopup's c'torJarek Kobus2020-11-202-17/+19
| * Fix initial directory when using konsole for Open Terminal HereEike Ziller2020-11-201-1/+1
| * CppEditor: Remove using namespace quickfix: Don't insert inline namespacesLeander Schulten2020-11-194-11/+70
* | CMakeProjectManager: Get rid of an unqualified friendAlessandro Portale2020-11-201-1/+0
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-19166-705/+1371
|\|
| * MultiLanguage: Add image generation for excel exportMarco Bubke2020-11-1911-6/+88
| * StudioWelcome: Add option for UsageStatistic pluginThomas Hartmann2020-11-195-1/+115
| * QmlDesigner: Allow building the fallback puppet in QDSThomas Hartmann2020-11-191-1/+0
| * cmake: Show errors for unsupported CMake versionsEike Ziller2020-11-194-5/+18
| * Fix listening to signals after library and linkage type changesJarek Kobus2020-11-191-2/+2
| * Fix overlapping acceleratorsEike Ziller2020-11-191-1/+1
| * Avoid signal overloadingJarek Kobus2020-11-1913-19/+19
| * ClangSupport: Fix missing includeChristian Stenger2020-11-191-0/+1
| * Fix a warning about calling virtual method from d'torJarek Kobus2020-11-192-7/+1
| * cmake: Fix version information about unsupported cmake toolEike Ziller2020-11-191-1/+1
| * cmake: Remove unused variableEike Ziller2020-11-191-3/+0
| * 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