| Commit message (Expand) | Author | Age | Files | Lines |
* | Scriptable application: Add a status label displaying the line number | Friedemann Kleint | 2025-01-20 | 2 | -0/+17 |
* | Documentation/examples: Show/bundle utils/pyside_config.py | Friedemann Kleint | 2024-10-04 | 1 | -1/+3 |
* | Examples: Update CMake instructions | Friedemann Kleint | 2024-06-04 | 1 | -6/+7 |
* | Examples: Use theme icons | Friedemann Kleint | 2024-03-14 | 1 | -3/+3 |
* | Replace cmake -H with -S | Adrian Herrmann | 2024-03-11 | 1 | -3/+3 |
* | Adapt to glue code to namespaced Qt builds | Friedemann Kleint | 2024-01-30 | 2 | -2/+2 |
* | Add QLatin1String | Friedemann Kleint | 2024-01-08 | 1 | -0/+2 |
* | shiboken6: Replace options related to nb_zero by nb_bool | Friedemann Kleint | 2023-09-06 | 1 | -1/+1 |
* | scriptableapplication example: Pass script as a single string | Friedemann Kleint | 2023-06-13 | 4 | -16/+11 |
* | scriptableapplication example: Brush up | Friedemann Kleint | 2023-06-13 | 1 | -19/+28 |
* | Add license headers to cmake files | Friedemann Kleint | 2023-02-16 | 1 | -0/+3 |
* | Build system: Use modern form of finding and linking Qt libraries | Friedemann Kleint | 2022-11-29 | 1 | -3/+1 |
* | Build system: Bump versions | Friedemann Kleint | 2022-10-25 | 1 | -2/+2 |
* | Fix binding,scriptable examples when no build type | Adrian Herrmann | 2022-08-22 | 1 | -1/+1 |
* | Fix binding, scriptable examples for Windows debug | Adrian Herrmann | 2022-08-09 | 1 | -1/+15 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 7 | -343/+14 |
* | Examples: Raise C++ standard to 17 for Qt 6 | Friedemann Kleint | 2022-05-13 | 1 | -2/+2 |
* | Migrate from QLatin1Char to UTF-16 char literals | Friedemann Kleint | 2022-04-25 | 1 | -1/+2 |
* | Fix scriptableapplication to build on macOS with framework Qt, amend | Christian Tismer | 2022-03-21 | 1 | -2/+3 |
* | Update example documentation of samplebinding / scriptableapplication | Friedemann Kleint | 2021-12-10 | 1 | -12/+22 |
* | Document the scriptableapplication, samplebinding examples | Friedemann Kleint | 2021-12-08 | 2 | -64/+93 |
* | scriptable: make it work by default on macOS, too | Christian Tismer | 2021-11-22 | 1 | -1/+1 |
* | Define SbkObjectType to be a PyTypeObject | Friedemann Kleint | 2021-09-11 | 1 | -1/+1 |
* | wheel_tester: Enable it again for Qt >= 6 with Nuitka | Christian Tismer | 2021-04-07 | 1 | -1/+1 |
* | Port the Qt bindings examples to the <QtModule/QtClass> convention | Friedemann Kleint | 2021-02-24 | 1 | -4/+1 |
* | Update and unify README.md of our binding examples | Friedemann Kleint | 2021-02-23 | 1 | -11/+7 |
* | scriptable application: Actually make the generated module available | Friedemann Kleint | 2021-01-06 | 2 | -10/+8 |
* | scriptable application/Unix: Remove setting of PYTHONHOME for virtualenv | Friedemann Kleint | 2021-01-05 | 1 | -3/+1 |
* | Rename PySide2 to PySide6 | Friedemann Kleint | 2020-11-02 | 2 | -6/+6 |
* | Binding Example helpers: Remove version numbers | Friedemann Kleint | 2020-11-02 | 5 | -101/+100 |
* | Fix the C++ - based examples to work | Friedemann Kleint | 2020-10-29 | 3 | -9/+11 |
* | examples: Remove Python 2.7 and <3.6 related code | Cristian Maureira-Fredes | 2020-10-28 | 1 | -1/+1 |
* | Rename shiboken2 to shiboken6 | Friedemann Kleint | 2020-10-28 | 4 | -28/+28 |
* | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-09-21 | 1 | -0/+2 |
|\ |
|
| * | Revert "Fix running scriptableapplication in a virtualenv on Linux with Pytho... | Friedemann Kleint | 2020-09-17 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-09-17 | 3 | -7/+5 |
|\| |
|
| * | Fix running scriptableapplication in a virtualenv on Linux with Python 3.8 | Friedemann Kleint | 2020-09-16 | 1 | -2/+0 |
| * | scriptableapplication: Fix deprecated API | Friedemann Kleint | 2020-09-16 | 2 | -5/+5 |
* | | Bump cmake version to 3.16 | Friedemann Kleint | 2020-09-04 | 1 | -2/+2 |
* | | Initial port of Core,Gui,Widgets,Network,Qml,Quick to Qt 6 | Friedemann Kleint | 2020-07-03 | 1 | -1/+1 |
|/ |
|
* | scriptableapplication: Fix deprecation warning | Friedemann Kleint | 2020-04-14 | 1 | -1/+1 |
* | Fix running scriptableapplication in a virtualenv on Windows with Python 3.8 | Friedemann Kleint | 2020-03-04 | 1 | -4/+20 |
* | scriptableapplication: Use raw string literal for sample code | Friedemann Kleint | 2019-10-24 | 1 | -4/+5 |
* | Update scriptableapplication Qt version | Cristian Maureira-Fredes | 2018-12-06 | 1 | -1/+1 |
* | Add tests to install built wheels and build some examples | Alexandru Croitor | 2018-10-12 | 2 | -12/+25 |
* | Allow building shiboken2 and PySide2 as separate wheels | Alexandru Croitor | 2018-10-12 | 3 | -19/+44 |
* | scriptableapplication: execution as one line | Cristian Maureira-Fredes | 2018-06-06 | 1 | -9/+16 |
* | Fix scriptableapplication after PEP384 | Cristian Maureira-Fredes | 2018-06-05 | 1 | -1/+1 |
* | Add an example that demonstrates bindings to a custom C++ library | Alexandru Croitor | 2018-05-16 | 3 | -299/+16 |
* | Fix a few scriptableapplication bugs | Alexandru Croitor | 2018-05-08 | 5 | -89/+76 |