aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build: contextless QObject::connect are not permittedThiago Macieira2023-07-241-6/+6
* CppEditor: Make a few CppModelManager functions statichjk2023-07-122-9/+9
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-152-2/+4
|\
| * Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-152-2/+4
* | Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-121-1/+1
|\|
| * Some more Qt deprecationhjk2023-06-091-1/+1
* | Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-092-5/+5
|\|
| * More deprecation induced busyworkhjk2023-06-081-4/+4
| * All: Replace deprecated QLibraryInfo::locationhjk2023-06-061-1/+1
* | CppEditor: Give C++ file name settings a per-project variantChristian Kandeler2023-06-085-21/+22
|/
* Core: Remove QObject inheritance of IOptionsPageProviderhjk2023-05-081-2/+0
* Core: Remove parent pointer from IOptionPage constructorhjk2023-05-081-2/+2
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* Designer: Rename formeditorw.{cpp,h} -> formeditor.{cpp,h}hjk2023-05-0313-12/+12
* Designer: Remove FormEditorW classhjk2023-05-0311-79/+77
* CppEditor: Remove WorkingCopy::contains()Christian Kandeler2023-05-031-2/+2
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Designer: Use IOptionPage::setWidgetCreator() for settingshjk2023-04-212-43/+24
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | Qbs build system: Add a component for test files groupsAlessandro Portale2023-03-211-3/+1
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-013-13/+20
|/
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-3/+3
* Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-102-5/+5
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-1/+1
* Translations: Add missing "::" prefixes to QT_TRANSLATE_NOOPAlessandro Portale2023-02-081-2/+2
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-272-7/+235
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-6/+2
* Fix crash on session loadingChristian Kandeler2023-01-181-1/+1
* Prefix Tr::tr contexts with ::hjk2023-01-132-2/+3
* Fix build of Designer pluginEike Ziller2023-01-101-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0645-45/+45
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-4/+6
* CppEditor: FilePathify some of the refactoring operationshjk2022-12-161-3/+3
* CPlusPlus: Use FilePath for resolved include pathshjk2022-11-301-1/+1
* CppEditor: Convert parts of ModelManagerInterface to FilePathhjk2022-11-291-8/+9
* CppEditor: Convert AbstractEditorSupport interface to FilePathhjk2022-11-281-8/+9
* CppEditor: Remove WorkingCopy::{revision,source}(QString) overloadshjk2022-11-251-15/+16
* CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-251-3/+3
* CppEditor: Proliferate FilePath usehjk2022-11-251-3/+2
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-076-8/+8
* ProjectExplorer: Create wizards one by onehjk2022-09-291-13/+12
* Fix qbs buildChristian Stenger2022-09-223-3/+6
* Designer: Convert to using Tr::trAlessandro Portale2022-09-2211-73/+76
* Designer: inline newclasswidget.uiAlessandro Portale2022-09-224-157/+66
* Designer: Remove further dead code from newclasswidget.*Alessandro Portale2022-08-303-155/+7
* Use SPDX license identifiersLucie Gérard2022-08-2645-1080/+90
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+1