aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller6 days4-9/+12
|\
| * Python: Some more UI text fixesEike Ziller6 days2-2/+3
| * Fix capitalization of PyPIEike Ziller11 days1-4/+6
| * Various UI text fixesEike Ziller11 days1-3/+3
* | Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-092-6/+4
|/
* LSP: mark some clients as not activatableDavid Schulz2025-05-061-1/+0
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-293-24/+28
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-293-21/+15
* qbs build: Add convenience item for test resourcesChristian Kandeler2025-04-281-7/+5
* Python: Generate qrc files at build timeChristian Kandeler2025-04-254-32/+35
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-232-10/+10
* Utils: Enhance Process::exitMessage()Christian Kandeler2025-04-171-2/+2
* Fix some compiler warningsChristian Kandeler2025-04-171-1/+3
* Replace most expected_str by Utils::Resulthjk2025-04-115-9/+9
* Editor: move block related infos out of the layoutDavid Schulz2025-04-011-6/+4
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-244-6/+6
* Add pyproject.toml project testsJaime Resano2025-03-1923-0/+386
* ProjectExplorer: Introduce Project::setActiveBuildConfiguration()Christian Kandeler2025-03-121-12/+5
* ProjectExplorer: Make build system name available in ProjectChristian Kandeler2025-03-122-2/+1
* Add pyproject.toml support for Python projectsJaime Resano2025-03-1113-34/+428
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-071-2/+3
|\
| * Python: use thread pool to cache venv and pip usabilityDavid Schulz2025-03-061-2/+3
* | ProjectExplorer: Replace uses of Target signals and member functionsChristian Kandeler2025-03-061-1/+1
* | ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-5/+3
* | Add toml11 3rdparty libraryJaime Resano2025-03-052-0/+2
* | Utils: Simplify FilePath::relativePathFromhjk2025-03-041-3/+3
* | Debugger: Remove unneeded debugger includesJarek Kobus2025-03-031-3/+0
* | ProjectExplorer: Allow to retrieve project-specific kit issuesChristian Kandeler2025-02-173-14/+11
* | Fix adding duplicated project filesJaime Resano2025-02-131-26/+34
* | Merge remote-tracking branch 'origin/16.0'Orgad Shaneh2025-02-112-37/+50
|\|
| * Python: Fix check for outdated pylsDavid Schulz2025-02-101-33/+48
| * Python: Fix assigning python documents to a pylsDavid Schulz2025-02-102-4/+2
* | ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-115-14/+5
* | ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-071-2/+2
* | Python: Remove unneeded BuildSystem constructor and memberChristian Kandeler2025-01-303-22/+1
|/
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-4/+3
* Python: avoid accessing deleted extra compilerDavid Schulz2025-01-212-11/+21
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-204-19/+11
* Utils: Add a way to (shutdown-)guard pre-created objectshjk2025-01-143-5/+6
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-101-1/+1
|\
| * Python: initialize output parser exception stateDavid Schulz2025-01-091-1/+1
* | Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-105-9/+9
* | Python: optimize the pip and venv checksDavid Schulz2025-01-072-20/+36
* | PE: Rename SimpleTargetRunner into ProcessRunnerJarek Kobus2025-01-061-1/+1
* | Disambiguate translations for "None"Eike Ziller2025-01-061-1/+1
* | Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-093-8/+8
* | ProjectExplorer: Dismantle NamedWidgethjk2024-12-032-5/+4
* | Python: Use Utils::Process's decoding in PySideUicExtraCompilerhjk2024-12-021-1/+1
* | Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-202-2/+2
* | ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1