aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport
Commit message (Expand)AuthorAgeFilesLines
* Remove some unneeded Q_OBJECT macros from output parser classesChristian Kandeler30 hours2-4/+0
* Update InfoBar texts, titles and typesAlessandro Portale2025-05-121-1/+2
* Combine multiple calls of Core::ICore::infoBar()Alessandro Portale2025-05-121-2/+3
* QtSupport: Remove Qt Academy entries from the "Tutorials" welcome pageAlessandro Portale2025-05-0726-198/+0
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-291-4/+5
* QtSupport: Add another hack to back-map paths of .qml fileshjk2025-04-291-0/+21
* Utils: Move components from core/welcomepagehelpers to qtcwidgetsAlessandro Portale2025-04-291-3/+3
* QtSupport: Preserve case for modulesCristian Adam2025-04-232-2/+2
* Core: Return Result<> from IEditorFactory::startEditor()hjk2025-04-161-35/+31
* CppEditor: Add quickfix to add project dependency from include directiveChristian Kandeler2025-04-163-9/+9
* Fix warning for ';'Marco Bubke2025-04-152-2/+2
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-1/+2
* Replace most expected_str by Utils::Resulthjk2025-04-114-9/+9
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* CppEditor: Allow to add project dependencies from use in editorChristian Kandeler2025-04-102-3/+5
* QmlProfiler: Code cosmeticshjk2025-04-102-6/+6
* ProjectExplorer: Add generic interface to QtVersion::moduleForClass()Christian Kandeler2025-04-081-0/+8
* QtSupport: Add functionality for mapping Qt class names to modulesChristian Kandeler2025-04-072-5/+37
* InfoBar: Add title property to entriesEike Ziller2025-04-041-0/+1
* ExtensionSystem: Remove uses of PluginManager::plugins()Marcus Tillmanns2025-03-281-7/+4
* Qt Version: Allow usage of qtpaths additionally to qmakeCristian Adam2025-03-131-1/+1
* QtSupport: Use BuildConfiguration for populateQmlFileFinder()hjk2025-03-122-9/+11
* QtSupport: Don't show "Disables QML Debugging" messagehjk2025-03-041-2/+7
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-2511-9/+18
|\
| * Add course-specific icons to new Academy content (retry)Ville Lavonius2025-02-2111-9/+18
* | QtSupport: Make default tutorial thumbnail semi-transparentAlessandro Portale2025-02-242-0/+0
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-211-0/+5
|\|
| * QtSupport: Register MIME type for Qt Remote ObjectsEike Ziller2025-02-201-0/+5
* | Docker: Move DOCKER_DEVICE_TYPE constant to ProjectExplorerhjk2025-02-181-2/+2
* | Utils: Centralize PersistentSettingsWriter's use of dialogParent()hjk2025-02-181-1/+1
|/
* QtSupport: Fix output formatter test on dark systemsDavid Schulz2025-02-061-8/+17
* QtSupport: Fix unit testsChristian Kandeler2025-02-051-1/+4
* Merge remote-tracking branch 'origin/15.0' into 16.0Eike Ziller2025-02-031-0/+63
|\
| * Add newly released courses to the learning-listing in the Welcome-modeVille Lavonius2025-01-281-0/+63
* | Utils: Use GuardedObject for some objects containing widgetshjk2025-01-311-2/+3
* | ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-10/+4
* | QtSupport: Only use relative paths for mkspec locallyMarcus Tillmanns2025-01-211-0/+3
* | ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-204-13/+12
* | QtSupport: Patch process runnerMarcus Tillmanns2025-01-171-1/+3
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-161-2/+2
|\|
| * Welcome: Fix the parameters of two academy linksVille Lavonius2025-01-151-2/+2
* | ProjectExplorer: Always assume a BuildInfo has a factoryChristian Kandeler2025-01-151-3/+24
* | Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-107-30/+30
* | Disambiguate translations for "All"Eike Ziller2025-01-061-1/+2
* | Disambiguate translations for "None"Eike Ziller2025-01-062-4/+5
* | Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-4/+2
* | QtSupport: Make product name in linkingPurposeText dynamicAlessandro Portale2024-12-181-2/+2
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-12-161-13/+13
|\|
| * Fix issues discovered by sanitybot, enable clicking of thumbnailsVille Lavonius2024-12-121-13/+13
* | Kit aspects: Make sure to always use createSubWidget()Christian Kandeler2024-12-111-1/+1