Thomas Perl
63eb5290d5
PyOtherSide 1.6.0
2022-08-05 13:48:31 +02:00
Thomas Perl
cc65bf2042
Update files to mention Qt 6 support
2022-08-05 13:48:31 +02:00
Thomas Perl
08c2b5fa65
Update copyright years (2020)
2020-01-17 13:35:47 +01:00
Thomas Perl
a0e58c7060
tests/tests: Obtain the Global Interpreter Lock ( Fixes #111 )
2020-01-17 13:27:47 +01:00
Igor Malinovskiy
b78f53b4e9
Add support for QByteArray
...
- Add converting from QByteArray to bytes
- Convert bytes to QByteArray instead of trying to parse it as UTF-8 string
2019-06-05 17:16:52 +03:00
Thomas Perl
d8d0710e32
Update copyright years (2019)
2019-01-27 12:37:15 +01:00
Thomas Perl
9f34fea606
Test for >32 bit integer conversion
2017-10-14 12:08:38 +02:00
Thomas Perl
c24670ccd2
WIP QObject wrapper code
2014-10-09 11:30:18 +02:00
Thomas Perl
76bd73c370
Assignment operator for PyObjectRef + test
2014-10-08 13:34:38 +02:00
Thomas Perl
cc7bc11595
Converter: Only use PyObjectRef, add tests
...
The converter shouldn't need to deal with PyObject * itself, but use
only PyObjectRef, which takes care of reference already.
Make the GIL state management easier to read.
Add a small test that shows how to pass Python objects to/from QML.
2014-10-08 12:51:37 +02:00
Dennis Tomas
bc19707704
Test round-trip of PyObjectRef.
2014-10-06 13:53:56 +02:00
Felix Krull
53a78e0097
Wrap generic PyObjects in an opaque value that can be passed to/from QML safely.
2014-08-16 23:36:14 +02:00
Thomas Perl
481400b53d
Convert Python set and iterable to JS Array
2014-06-10 18:06:22 +02:00
Thomas Perl
5c8d9cfe57
QML API 1.3: Add support for qrc:/ import paths. Fixes #2
2014-02-16 22:25:38 +01:00
Thomas Perl
28d5e9289c
QML API 1.2: Fix importModule() behavior. Fixes #3
...
This changes the behavior of an existing function, so we need to
bump the QML import version to still support code that depends on
the old (broken) behavior of the importModule() function.
2014-02-08 15:29:02 +01:00
Thomas Perl
71049fc5d7
Cleanup documentation, packaging and file structure
2014-02-06 21:17:04 +01:00
Thomas Perl
34ea420787
Initial commit
2013-08-07 21:47:24 +02:00