aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer/formeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Designer: Rename formeditorplugin.cpp to designerplugin.cpphjk2024-01-151-201/+0
* Designer: Hide plugin class definition in .cpphjk2024-01-151-105/+110
* Fix compiler warningsEike Ziller2023-11-211-1/+1
* Fix clearing the list of wizard factoriesEike Ziller2023-11-201-1/+1
* Utils/all: Move mime constants into a central placehjk2023-11-081-3/+8
* ProjectExplorer: Self-register JsonWizardPage related factorieshjk2023-08-181-2/+1
* Designer: Add -designer-qt-pluginpath argument also for Qt < 6.7Eike Ziller2023-07-281-4/+4
* Designer: Add command line arguments for plugin pathsEike Ziller2023-07-261-1/+24
* All: Replace deprecated QLibraryInfo::locationhjk2023-06-061-1/+1
* Designer: Rename formeditorw.{cpp,h} -> formeditor.{cpp,h}hjk2023-05-031-1/+1
* Designer: Remove FormEditorW classhjk2023-05-031-2/+4
* Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-2/+2
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-5/+1
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* ProjectExplorer: Create wizards one by onehjk2022-09-291-13/+12
* Designer: Convert to using Tr::trAlessandro Portale2022-09-221-6/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Designer: Use more FilePathhjk2022-06-151-17/+16
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-3/+3
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Core: Consolidate setter of icon and text in IWizardFactoryAlessandro Portale2021-09-231-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-4/+4
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-3/+3
* Qt Designer: Fix some clang warningsFriedemann Kleint2019-11-251-1/+1
* use initializer listsTim Jenssen2019-01-211-1/+1
* Remove unneeded checks for validity of mime typesEike Ziller2018-06-251-2/+0
* Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* Designer: Partially pimpl and remove used of global object poolhjk2018-02-191-15/+20
* DesignMode: Apply 'static pattern'hjk2018-01-231-1/+1
* Designer: ModernizeAndre Hartmann2017-10-201-10/+9
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Wizards: Add file extension as text overlay to some wizardsAlessandro Portale2017-07-241-0/+1
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-2/+2
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-5/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Wizard: Make wizards report which type of projects they can supportTobias Hunger2016-01-191-1/+0
* Designer: Fix compile for gcc 4.7.3Christian Stenger2015-05-271-1/+1
* IWizardFactory: Create wizards with factoryCreatorsTobias Hunger2015-05-261-16/+15
* IWizardFactory: Remove class wizard kindTobias Hunger2015-05-261-1/+1
* IWizardFactory: Use Core::Id to identify a wizardTobias Hunger2015-05-211-1/+1
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-1/+5
* Use new mime databaseEike Ziller2015-02-171-12/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Designer: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3
* | Convert to new connect apiMontel Laurent2015-01-301-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/