aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonkitaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Python: Some more UI text fixesEike Ziller6 days1-1/+1
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* ProjectExplorer: Make KitAspect more flexibleChristian Kandeler2024-11-081-1/+1
* Python: Do not use {begin,end}ResetModel in PythonAspectModelChristian Kandeler2024-10-141-3/+3
* Python: Simplify PythonKitAspectChristian Kandeler2024-10-111-67/+15
* ProjectExplorer: Move KitAspect into its own set of filesChristian Kandeler2024-10-111-1/+2
* Python: Use model in aspect combo boxChristian Kandeler2024-10-091-8/+53
* ProjectExplorer: Make KitAspect data members privateChristian Kandeler2024-10-041-2/+2
* Utils: Make Aspect::addToLayout() consthjk2024-07-081-1/+1
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-291-6/+6
|\
| * Python: Fix capitalization of Python in UI textLeena Miettinen2024-02-271-6/+6
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* Python: Wrap some file paths and kit name with quotesEike Ziller2024-02-261-6/+9
* ProjectExplorer: declare only relevant aspects as featuresDavid Schulz2024-01-261-1/+1
* Python: register python infos to the kits macro expanderDavid Schulz2024-01-101-0/+24
* Python: show warnings if pip or venv is missingDavid Schulz2023-12-111-12/+32
* Python: use kits page in python wizardsDavid Schulz2023-11-281-0/+7
* ProjectExplorer: Consolidate creation of KitAspect's "Manage..."hjk2023-11-081-5/+2
* Python: add a python kit aspectDavid Schulz2023-11-021-0/+151