aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pyside.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix capitalization of PyPIEike Ziller11 days1-4/+6
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-291-6/+4
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-4/+3
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-4/+1
* Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* Python: offer to install pyside also in qml filesDavid Schulz2024-04-221-11/+50
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-7/+5
* Python: Remove pluginInstance() and convert usershjk2024-02-051-12/+9
* Python: Move plugin class definition to .cpphjk2024-01-161-1/+1
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-2/+2
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-121-5/+25
|\
| * Add logo and title to PySide install dialogCristián Maureira-Fredes2023-12-121-5/+25
* | Python: use kits page in python wizardsDavid Schulz2023-11-281-4/+10
|/
* Python: fix commercial pyside installationDavid Schulz2023-11-211-2/+2
* Tr: More small fixesEike Ziller2023-10-181-2/+2
* Python: read installer settings for pyside wheel requirementDavid Schulz2023-09-281-8/+27
* Python: fix unguarded optional accessDavid Schulz2023-09-071-2/+2
* Python: check for pyside in qt installationDavid Schulz2023-08-281-2/+52
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-2/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Python: Allow installing multiple pip packages in one taskDavid Schulz2023-04-061-1/+1
* Python: remove unused functionDavid Schulz2023-03-171-9/+0
* Python: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-3/+2
* Python: add interpreter selector to editor toolbarDavid Schulz2023-01-201-31/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Make port.h slimmerhjk2022-07-271-0/+1
* Python: Convert to Tr::trhjk2022-07-211-13/+13
* Python: check for pyside tools after installationDavid Schulz2022-06-201-0/+4
* Python: Apply 'static' pattern for singleton membershjk2022-04-271-5/+4
* Promote previously python-specific InterpreterAspecthjk2022-04-271-9/+19
* Python: add PySide installation check on document openDavid Schulz2022-03-281-0/+186