aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Fix following signals/slots in old-style connectsChristian Kandeler2020-08-103-1/+27
* CppEditor: Do not omit the function return typeChristian Kandeler2020-08-101-0/+1
* CppEditor: Do not re-indent existing codeChristian Kandeler2020-08-102-3/+3
* PathListDialog: Increase initial dialog sizeAndre Hartmann2020-08-101-1/+10
* CustomParsersSettingsPage: Add hint for enabling parsersAndre Hartmann2020-08-101-0/+5
* Incredibuild: Do not rely on metaobject classnames for build stepshjk2020-08-106-38/+24
* Adapt qmljslexer to Qt base change caa40f57d4dhjk2020-08-102-6/+10
* Git: Filter out commits according to active remoteOrgad Shaneh2020-08-103-2/+17
* Fix build with Qt 6: qstrtod is an inline functionThiago Macieira2020-08-082-4/+2
* Git: Avoid translation of git commandsOrgad Shaneh2020-08-071-37/+50
* IncrediBuild: Rework CommandBuilderhjk2020-08-0710-254/+118
* IncrediBuild: Finish buildstep aspectificationhjk2020-08-075-208/+95
* Replace QT_USE_FAST_{OPERATOR_PLUS,CONCATENTION} by QT_USE_QSTRINGBUILDERhjk2020-08-075-10/+8
* ProjectExplorer: QPointer guard for OverrideMakeflagsAspect's widgethjk2020-08-071-2/+3
* QmlDesigner: Fix various compiler warningsChristian Kandeler2020-08-077-7/+13
* ProjectExplorer: Use a real label for the extra BoolAspect checkbox labelhjk2020-08-062-6/+9
* CppTools: Use consistent sorting in the two outlinesChristian Kandeler2020-08-061-1/+0
* Incredibuild: Introduce a CommandBuilderAspecthjk2020-08-067-345/+314
* IncrediBuild: Rework BuildConsoleBuildStephjk2020-08-0613-1072/+474
* Meson: Cleanup mesonprojectplugin.*hjk2020-08-062-20/+3
* Meson: Add file watcher to keep QTC project in sync with introspection dataAlexis Jeandet2020-08-062-17/+25
* IncrediBuild: Rework IBConsoleBuildStephjk2020-08-0511-609/+250
* ProjectExplorer: Use LabelPlacement::InExtraLabel as default in BaseBoolAspecthjk2020-08-051-1/+2
* ProjectExplorer: Add BaseStringAspect::setToolTip()hjk2020-08-052-1/+17
* ProjectExplorer: Add LayoutBuilder::addRow() convenience functionhjk2020-08-053-4/+12
* ProjectExplorer: Make LayoutBuilder aware of aspectshjk2020-08-052-3/+10
* Git: Make Add Branch dialog widerOrgad Shaneh2020-08-051-1/+1
* Git: Replace subsequent invalid characters with a single underscoreOrgad Shaneh2020-08-051-1/+1
* Utils: Use constexpr instead of constexpr17hjk2020-08-052-16/+10
* Qt6: Update ToolTip hackhjk2020-08-051-6/+27
* Git: Suggest branch name based on the commit subjectOrgad Shaneh2020-08-043-12/+33
* QmlDesigner: Replace QRegExp by QRegularExpressionChristian Stenger2020-08-0410-47/+60
* BareMetal: Fix articleRobert Loehning2020-08-041-1/+1
* PerfProfiler: Fix qbs buildChristian Kandeler2020-08-031-0/+1
* Use IDE_DISPLAY_NAMERobert Loehning2020-08-037-11/+26
* Git: Sort includes in LogChangeDialogOrgad Shaneh2020-08-021-6/+6
* Git: Show full description on tooltip in commit chooser dialogsOrgad Shaneh2020-08-025-19/+45
* Debugger: Avoid use of QHash::values(...) in QmlEnginehjk2020-07-311-13/+12
* ProjectExplorer: Allow to add custom output parsers programaticallyChristian Kandeler2020-07-316-62/+83
* Meson: Do not use QFuture implicit conversionhjk2020-07-311-1/+1
* CppTools: Fix formatting for lambdas with trailing return typeChristian Kandeler2020-07-311-1/+7
* CppEditor: Work around cmake bugChristian Kandeler2020-07-301-3/+0
* Qt6: Workaround for ListModel iteratorshjk2020-07-302-6/+4
* Qt6: Port some uses of QApplication::desktop()->availableGeometry()hjk2020-07-304-35/+17
* LanguageClient: Improve outlineChristian Stenger2020-07-301-0/+2
* Small Qt 6 migration stuffhjk2020-07-296-7/+11
* CppEditor: Let users create implementations for all member functionsChristian Kandeler2020-07-296-60/+490
* ProjectExplorer: Add BaseIntegerAspect::setToolTip()hjk2020-07-292-0/+12
* CppEditor: Consider operatorsChristian Kandeler2020-07-291-4/+8
* Android: Drop special AndroidPackageInstallationStepWidgethjk2020-07-281-24/+6