aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Make build system name available in ProjectChristian Kandeler2025-03-121-1/+1
* Add pyproject.toml support for Python projectsJaime Resano2025-03-111-2/+2
* ProjectExplorer: Allow to retrieve project-specific kit issuesChristian Kandeler2025-02-171-10/+0
* ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-111-0/+1
* Python: Remove unneeded BuildSystem constructor and memberChristian Kandeler2025-01-301-2/+0
* ProjectManager: Simplify Project::setBuildSystemCreator()Jarek Kobus2024-07-161-1/+1
* Translations: Fix various \n, full stops, spacesEike Ziller2024-04-181-3/+2
* Python: Fix capitalization of Python in UI textLeena Miettinen2024-02-271-1/+1
* Python: Wrap some file paths and kit name with quotesEike Ziller2024-02-261-2/+3
* Python: optimize loading projectsDavid Schulz2023-12-111-8/+7
* Python: Create a default BuildSystem for Python targetsDavid Schulz2023-12-011-0/+2
* Python: use kits page in python wizardsDavid Schulz2023-11-281-4/+2
* Python: split buildsystem and project into separate filesDavid Schulz2023-11-141-410/+15
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-09-201-1/+2
|\
| * Python: add build target infos for .pyw filesDavid Schulz2023-09-191-1/+2
* | Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* | Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* | Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-6/+3
|/
* Python: preserve sorted state of project filesDavid Schulz2023-06-151-0/+9
* Python: exclude the project file from the list of files to saveDavid Schulz2023-06-141-11/+12
* Python: simplify project file savingDavid Schulz2023-06-091-44/+18
* Python: Use FilePath for absolute paths to project filesDavid Schulz2023-06-091-84/+62
* Python: use the system environment of the project dirDavid Schulz2023-06-091-2/+2
* Python: unify reading project filesDavid Schulz2023-06-091-12/+12
* Python: support remote file paths when loading projectsDavid Schulz2023-06-061-6/+5
* Python: filepathify python project path for savingDavid Schulz2023-06-061-13/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QmlJS: Fix Follow under cursorMarcus Tillmanns2022-11-081-1/+2
* Python: trigger parse in build system creatorDavid Schulz2022-10-201-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: Convert to Tr::trhjk2022-07-211-16/+15
* Drop Qt5: ProjectExplorer: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Code cosmeticshjk2022-06-241-0/+1
* Python: improve initializing python run configurationDavid Schulz2022-06-241-0/+1
* Python: only add python files as targetsDavid Schulz2022-06-241-1/+2
* Python: add pyside uic extra compilerDavid Schulz2022-06-021-1/+0
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* Python: add pyside build configurationDavid Schulz2022-05-031-1/+0
* Python: Use relative file path as run config nameDavid Schulz2022-03-231-0/+1
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-091-0/+1
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-10/+10
* Core: filepathify file renamingDavid Schulz2021-06-171-4/+6
* Core: filepathify expected document changesDavid Schulz2021-06-171-3/+4
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-2/+2
* Utils: filepathify fileutilsDavid Schulz2021-05-181-2/+2
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Python: Be less disrupting with the messages paneEike Ziller2020-12-171-3/+3
* Python: Do not pretend being C++Christian Stenger2020-12-031-1/+1
* Add qmlImportPaths property to .pyproject fileAlexander Mishin2020-09-221-35/+84