summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Make "Complete Switch" quickfix work with enum classesv4.14.0-beta1Christian Kandeler2020-10-272-1/+255
* SSH: Use Utils::PathChooser::browseButtonLabel() for buttonRobert Loehning2020-10-271-6/+2
* clangbackend: Provide highlighting for structured bindingsChristian Kandeler2020-10-273-0/+14
* Doc: List all licenses applied to KSyntaxHighlightingLeena Miettinen2020-10-276-41/+1926
* Android: fix parsing Andorid Abis for Qt 6Assam Boudjelthia2020-10-271-3/+2
* ClangTools: show all checks in clazy settingsDavid Schulz2020-10-273-13/+6
* ClangTools: Do not show text marks for suppressed diagnosticsDavid Schulz2020-10-274-3/+32
* Revert "cmake build: Disable clangpchmanagerbackend and refactoringbackend"Eike Ziller2020-10-275-10/+6
* QmlDesigner: Check if index is positiveMarco Bubke2020-10-271-0/+3
* TextEditor: skip painting annotations for disabled text marksDavid Schulz2020-10-271-0/+2
* cmake build: add qtc_add_resources to APIEike Ziller2020-10-271-0/+81
* QmakeProject: Don't crash on project importhjk2020-10-261-2/+7
* cmake build: Disable clangpchmanagerbackend and refactoringbackendEike Ziller2020-10-265-6/+10
* Get qbs build closer to building with Qt 6Christian Kandeler2020-10-261-0/+4
* ProjectExplorer: Make project window state persistentChristian Kandeler2020-10-262-0/+36
* GitHub Actions: Update to use Clang 11.0.0Cristian Adam2020-10-262-10/+12
* QmlDesigner: Fix delegateMargin not used warningHenning Gruendl2020-10-261-1/+1
* CMake: update project templates to work with Android for Qt 6Assam Boudjelthia2020-10-262-37/+45
* QmlDesigner: Rework SpinBox dragging functionalityHenning Gruendl2020-10-268-79/+133
* QmlDesigner: Update look and feel of navigatorHenning Gruendl2020-10-267-109/+203
* QmlDesigner: Ensure that cache directory existsMarco Bubke2020-10-261-0/+2
* QmlDesigner: Optimize deleting nodesMahmoud Badri2020-10-261-15/+13
* QmlDesigner: Fix duplicate locked item entriesMahmoud Badri2020-10-261-1/+1
* TextEditor: Add "F1" hint to tooltip if and only if help is availableChristian Kandeler2020-10-261-3/+3
* Fix build with Qt6Eike Ziller2020-10-268-5/+17
* Android: fix "uninstall app first" checkbox placementAssam Boudjelthia2020-10-261-1/+2
* TextEditor: Always destroy old context when displaying new proposalDavid Schulz2020-10-261-12/+5
* Welcome screen: Add "Get Qt" linkKai Koehne2020-10-255-0/+21
* Utils: Use std::stable_sort() in Utils::sort()Christian Kandeler2020-10-231-4/+4
* AssetExport: Use QFontInfo for font propertiesVikas Pachdha2020-10-231-4/+9
* QmlDesigner: Remove Quick3D dependencies from ModelNode2DImageView.qmlThomas Hartmann2020-10-231-1/+2
* QmlDesigner: Fix copy / paste bugMahmoud Badri2020-10-231-43/+40
* Debugger: Fix compiler warning in dumper testChristian Kandeler2020-10-231-0/+1
* Qmake: Fix wildcard expansion for absolute pathsChristian Kandeler2020-10-231-23/+23
* QbsProjectManager: Do not cache incomplete environmentChristian Kandeler2020-10-231-6/+6
* Fix crash for missing BuildSystemThomas Hartmann2020-10-221-1/+4
* VcsManager: Fix adding files to VCS from locatorOrgad Shaneh2020-10-221-1/+1
* Make Help mode Squish-testable againRobert Loehning2020-10-223-19/+11
* cmake build: Add option for exporting pluginsEike Ziller2020-10-223-2/+42
* cmake build: Install our special FindQt5.cmakeEike Ziller2020-10-221-0/+1
* cmake build: Fix export name in case of brandingEike Ziller2020-10-221-2/+2
* QMakePM: Restore old system() handling to old behaviorChristian Stenger2020-10-222-4/+4
* QmlDesigner: Update icon fontHenning Gruendl2020-10-223-27/+31
* GitHub Actions: Set timeout for running testsCristian Adam2020-10-211-1/+2
* Update Qbs to HEAD of masterCristian Adam2020-10-211-0/+0
* Debugger: prevent calling functions with gdb on windowsDavid Schulz2020-10-213-25/+17
* AutoTest: Support QTest::addRow as wellChristian Stenger2020-10-211-2/+7
* CppTools: Categorize the delete operator as a write accessChristian Kandeler2020-10-212-1/+5
* CppEditor: Offer InsertDefsOperation quickfix for all classesChristian Kandeler2020-10-212-9/+30
* clangbackend: Categorize non-const pointer arguments as output argumentsChristian Kandeler2020-10-213-9/+20