aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtsupportplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-141-0/+2
|\
| * QtSupport: Restrict QtVersionManagerImpl lifetime to plugin lifetimehjk2024-03-141-0/+2
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* QtSupport: Reduce ExtraCompiler life time to plugin life time againhjk2024-02-261-2/+2
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-2/+2
* QtSupport: Use setup function for TranslationWizardPageFactoryhjk2024-01-181-17/+2
* QtSupport: Use setup functions for linguist and designer factorieshjk2024-01-181-3/+3
* QtSupport: Use setup pattern for UIC and SCXML extracompilershjk2024-01-181-3/+2
* QtSupport: Use setup pattern for QtOutputFormatterhjk2024-01-181-2/+1
* QtSupport: Use new setup pattern for QtOptionsPagehjk2024-01-181-2/+1
* QtSupport: Use setupXXX for welcome page contributionshjk2024-01-181-3/+1
* QtSupport: Use setupXXX for some QtVersion factorieshjk2024-01-181-3/+3
* QtSupport: Move plugin tests closer to tested codehjk2024-01-161-11/+36
* QtSupport: Don't rely on QObject parents on late destructionhjk2023-09-011-0/+6
* QtSupport: Move QtVersionManager closer to "new" singleton patternhjk2023-08-311-2/+0
* Python: check for pyside in qt installationDavid Schulz2023-08-281-2/+2
* QtSupport: Make CodeGenSettingsPage use the standard settings patternhjk2023-08-251-2/+0
* QtSupport: Hide QtKitAspectFactory implementationhjk2023-08-211-2/+0
* ProjectExplorer: Self-register JsonWizardPage related factorieshjk2023-08-181-1/+2
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* QtSupport: Rename some of the KitAspect related classeshjk2023-08-111-1/+1
* ProjectExplorer: Access default build properties more directlyhjk2023-07-211-2/+3
* Qmake: Rudimentary support for prompt() in .pro filehjk2023-07-031-0/+32
* Tr: Various small fixesEike Ziller2023-05-261-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+3
* QtSupport: Remove {Designer,Linguist}ExternalEditorFactory classeshjk2023-01-261-2/+2
* QtSupport: Move Designer and Lingust external editors from qmakehjk2023-01-261-0/+4
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-5/+1
* QtSupport: Fix buildAlessandro Portale2023-01-101-2/+2
* Qmake: Enhance remote parsinghjk2023-01-101-0/+23
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
* Prefer project's Qt version for context helpEike Ziller2022-09-261-0/+49
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QtSupport: Convert to Tr::trhjk2022-07-251-15/+15
* Adapt to move of options to Edit > PreferencesEike Ziller2022-06-281-1/+1
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-8/+8
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-1/+1
* Only globally suppress "Link with Qt" if explicitly requestedEike Ziller2021-04-221-1/+0
* Register QT_LIBEXEC_PATH variablesKai Köhne2021-03-231-0/+18
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-20/+43
* Move InfoBar to UtilsEike Ziller2020-06-181-3/+3
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Fix availability of "Link with Qt" info barEike Ziller2020-05-141-1/+1
* QtSupport: Move option widget decalaration in .cpphjk2020-01-141-1/+1
* Provide option to "link" Qt Creator to a Qt installationEike Ziller2020-01-091-0/+27
* ProjectExplorer: Let user provide default build propertiesChristian Kandeler2019-12-021-0/+2
* BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-011-11/+17