aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-021-0/+4
|\
| * Doc: Add an MCU-specific video to the tutorials listVenugopal Shivashankar2020-09-291-0/+4
* | ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-20/+43
* | Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-1/+0
* | Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-2/+2
* | Android: Fix CMake parsing for Qt 6.0.0 kitsAssam Boudjelthia2020-09-232-0/+16
* | Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-233-9/+14
* | QtTestParser: Fix switching back to Status::NotHandledAndre Hartmann2020-09-221-2/+5
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-15/+26
|\|
| * Welcome: Add links to Quick Tips in the Tutorials tabLeena Miettinen2020-09-081-15/+26
* | Proparser/QtSupport: Fix build with Qt6Eike Ziller2020-09-141-2/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-071-0/+1
|\|
| * OutputFormatter: Fix visual glitchqds/v4.3.2qds/v1.6.0-rc1qds/1.6.0-rc1Christian Kandeler2020-09-071-0/+1
* | QtSupport: Add supportsMultipleQtAbis getterAlessandro Portale2020-09-072-0/+7
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-141-2/+2
|\|
| * Fix links to some tutorialsEike Ziller2020-08-131-2/+2
* | Fix different UI aggregation styles for widget project wizardEike Ziller2020-08-142-0/+26
* | ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-142-4/+4
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-131-2/+2
|\|
| * Doc: Update info. for the MCU tutorialqds/v1.6.0-beta1Venugopal Shivashankar2020-08-121-2/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-0/+4
|\|
| * Doc: Add Qt for MCUs video tutorialVenugopal Shivashankar2020-07-171-0/+4
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-0610-46/+45
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-212-3/+3
* | Some Qt6 compilationhjk2020-07-131-1/+1
* | Merge remote-tracking branch 'origin/4.13'Eike Ziller2020-07-061-1/+1
|\|
| * Qt Support: Fix UI textLeena Miettinen2020-07-011-1/+1
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-0610-46/+45
|/
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-61/+60
* Move InfoBar to UtilsEike Ziller2020-06-181-3/+3
* All: Use Utils::SkipEmptyPartshjk2020-06-172-3/+5
* QtSupport: Replace QRegExp by QRegularExpressionChristian Stenger2020-06-163-20/+18
* ExtensionSystem: Remove PluginSpec::isHiddenByDefaulthjk2020-06-161-1/+0
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-023-7/+11
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-153-8/+33
|\
| * Fix availability of "Link with Qt" info barEike Ziller2020-05-143-8/+33
* | ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* | QtSupport: Protect QtVersion::detectAbis()hjk2020-05-051-1/+2
* | QtSupport: Add QtTestParser to the list of output formattersChristian Kandeler2020-04-281-3/+5
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-231-0/+3
|\|
| * QtSupport: Work around OpenBSD's idiosyncratic naming schemeChristian Kandeler2020-04-221-0/+3
* | Merge output formatters and output parsersChristian Kandeler2020-04-237-33/+47
* | OutputFormatter factories: Handle the "no target" caseChristian Kandeler2020-04-221-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-201-8/+21
|\|
| * Fix "Link with Qt" for Qt offline installersEike Ziller2020-04-201-6/+20
* | ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-166-9/+9
* | OutputFormatter: Take ownership of the line parsersChristian Kandeler2020-04-151-10/+1
* | Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-21/+37
* | OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-66/+22