summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* More QRegularExpression and include for Qt 6hjk2020-06-251-5/+6
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-3/+3
* Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2019-12-071-7/+16
|\
| * Make resources of Python projects accessible from Qt DesignerFriedemann Kleint2019-11-301-2/+16
* | ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-0/+2
* | ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-1/+1
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-29/+11
* | Python: Restrict creating run configurationsChristian Stenger2019-11-151-5/+11
* | ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-4/+4
* | Qbs, Qmake, Python, Generic: Introduce BuildSystem derived classeshjk2019-10-251-56/+75
|/
* Python: Remove unused functionChristian Stenger2019-09-171-10/+0
* Python: extract PythonRunConfiguration and PythonProjectDavid Schulz2019-09-171-0/+454