aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
* 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
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-1/+2
* FormEditorStack: Avoid using sender()Jarek Kobus2022-07-212-9/+6
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-2/+1
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* CPlusPlus: Inline some simple central functionshjk2022-06-241-1/+1
* Designer: Inline formclasswizardpage.uihjk2022-06-225-79/+46
* Designer: Use more FilePathhjk2022-06-151-17/+16
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-2/+2
* CMake: Fix static build with a reduce number of pluginsCristian Adam2022-05-031-1/+1
* CMake: Qt Creator Static build supportCristian Adam2022-04-292-0/+10
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-253-5/+5
* Remove qmake build filesEike Ziller2022-01-203-80/+0
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-1/+1
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-023-10/+11
* Fix some MSVC warningsOrgad Shaneh2021-10-151-1/+1
* Designer: block non Utf8 codecs for FormWindowFileDavid Schulz2021-10-132-0/+6
* Use FilePath in several file wizardshjk2021-09-298-40/+52
* Core: Consolidate setter of icon and text in IWizardFactoryAlessandro Portale2021-09-231-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-0111-56/+55
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-181-18/+26
|\
| * Designer: Consider alternative class nameChristian Kandeler2021-08-171-18/+26
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+2
|/
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-162-9/+10
* Designer: Fix "Go to slot"Christian Kandeler2021-06-291-1/+4
* Core: filepathify IDocumentDavid Schulz2021-05-192-23/+23
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* 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
* Designer: Re-use CppTools functionalityChristian Kandeler2021-02-121-106/+62
* Cpp: Use new settings APIEike Ziller2021-01-221-1/+1
* IDocument: Simplify permission changesEike Ziller2021-01-141-4/+0
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-041-5/+2
|\
| * cmake build: Fix handling of test dependenciesEike Ziller2020-12-181-5/+2
* | Use Q_ENUM instead of obsoleted Q_ENUMSJarek Kobus2020-12-111-2/+1
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-252-7/+0
|\|
| * Fix compile warnings about missing overridesJarek Kobus2020-11-243-10/+4