aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-123-5/+26
|\
| * Add logo and title to PySide install dialogCristián Maureira-Fredes2023-12-123-5/+26
* | Python: show warnings if pip or venv is missingDavid Schulz2023-12-114-13/+51
* | Python: optimize loading projectsDavid Schulz2023-12-112-12/+8
* | Debugger: add python debugger setting in run configurationDavid Schulz2023-12-041-0/+7
* | Python: Create a default BuildSystem for Python targetsDavid Schulz2023-12-013-0/+13
* | Python: use kits page in python wizardsDavid Schulz2023-11-2828-674/+824
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-232-2/+4
|\|
| * Python: fix commercial pyside installationDavid Schulz2023-11-211-2/+2
| * Add some include guardsChristian Stenger2023-11-211-0/+2
* | Python: Limit detection to unique pythonChristian Stenger2023-11-151-2/+5
* | Python: split buildsystem and project into separate filesDavid Schulz2023-11-146-410/+453
* | ProjectExplorer: Consolidate creation of KitAspect's "Manage..."hjk2023-11-081-5/+2
* | TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-1/+1
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-031-4/+6
|\|
| * Python: Avoid warning in QFutureWatcherChristian Stenger2023-11-011-4/+6
* | Python: initialize run configuration with kit pythonDavid Schulz2023-11-031-0/+4
* | Python: avoid detecting pythonw on windowsDavid Schulz2023-11-031-17/+0
* | Python: add a python kit aspectDavid Schulz2023-11-025-0/+176
* | Python: generate Python kits for new interpreterDavid Schulz2023-11-023-1/+118
|/
* Python: use correct python language server after installationDavid Schulz2023-10-302-13/+5
* Tr: More small fixesEike Ziller2023-10-181-2/+2
* Python: reduce freezes in settings page with remote interpreterDavid Schulz2023-10-181-0/+4
* Python: improve pyside tool detectionDavid Schulz2023-09-291-25/+37
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-09-282-33/+89
|\
| * Python: read installer settings for pyside wheel requirementDavid Schulz2023-09-281-8/+27
| * Python: detect pythons asyncDavid Schulz2023-09-271-22/+62
* | Python: fix installing PySide wheels on MacDavid Schulz2023-09-281-1/+4
* | Utils, all: Standardize on QtcSettingshjk2023-09-272-4/+4
|/
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-09-202-1/+3
|\
| * Python: add build target infos for .pyw filesDavid Schulz2023-09-192-1/+3
* | Python: fix unguarded optional accessDavid Schulz2023-09-071-2/+2
* | Python: Fix debugger startArtem Sokolovskii2023-08-292-4/+5
* | Python: check for pyside in qt installationDavid Schulz2023-08-283-5/+56
* | Python: use internal terminal for pip install taskDavid Schulz2023-08-241-1/+2
* | Python: Allow installing requirement filesDavid Schulz2023-08-242-7/+26
* | Utils: Rename the new Storage to Storehjk2023-08-242-2/+2
* | Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-232-2/+2
* | ProjectExplorer: Self-register JsonWizardPage related factorieshjk2023-08-181-1/+1
* | Core: De-QObject-ify editor factorieshjk2023-08-182-1/+3
* | ProjectExplorer: fix Interpreter::changed emitsDavid Schulz2023-08-151-1/+0
* | ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* | Python: Use a connect that will remain validhjk2023-07-261-1/+1
* | Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-40/+40
* | Replace a few more Aspect::value() calls with operator() useshjk2023-07-201-3/+3
* | AbstractProcessStep: Use task tree for all subclassesJarek Kobus2023-07-142-4/+3
* | PySideBuildStep: Employ task tree for runningJarek Kobus2023-07-141-4/+10
* | Python: Base MainScriptAspect on FilePathAspecthjk2023-07-131-5/+4
* | Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-1/+5
* | Tasks: Create a container class for category dataEike Ziller2023-07-121-1/+1