1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-17 23:22:53 +08:00

18 Commits

Author SHA1 Message Date
Thomas Perl
c14a983713 Better error reporting (also print everything to the console) packaging/1.0.0-7 2014-01-04 13:14:36 +01:00
Thomas Perl
ee11e74822 Cleanup error handling code, remove assertions packaging/1.0.0-6 2014-01-04 12:35:18 +01:00
Thomas Perl
898fc50c2b [packaging] Add runtime dependency on python3-base
python3-base contains all the standard library modules,
which most users of PyOtherSide will want to use.
packaging/1.0.0-5
2013-11-06 09:20:32 +01:00
Thomas Perl
5dbde1fc30 Packaging: add Qt5Quick as dependency packaging/1.0.0-4 2013-10-09 00:47:48 +02:00
Thomas Perl
23227a8374 Example using matplotlib + numpy packaging/1.0.0-3 2013-10-06 15:13:48 +02:00
Thomas Perl
dc8cfb4f09 Image provider: Support returning encoded image data
This allows the additional use case of reading e.g. PNG tiles from a
database and passing them to Qt without decoding first (see issue #1).
2013-10-05 14:25:51 +02:00
Thomas Perl
211a04f7b3 Add support for Python-based image providers. Fixes #1 2013-10-05 14:05:18 +02:00
Thomas Perl
f1cbc8ca75 qpython_priv: Avoid crash when no QPython object was ever instanced
When importing "io.thp.pyotherside" in a QML file, but no Python {}
object is created during runtime, PyOtherSide would crash at exit.
2013-10-05 09:57:14 +02:00
Thomas Perl
8d09d7a6fb Documentation fix 2013-09-30 14:43:36 +02:00
Thomas Perl
f79a434934 Add some instructions how to build for BB10 2013-09-28 01:44:28 +02:00
Thomas Perl
bb54a26bac Disable some unused documentation features 2013-08-08 18:15:45 +02:00
Thomas Perl
defbab1467 Fix build, move worker code to qpython_worker 2013-08-08 18:06:19 +02:00
Thomas Perl
ad62b4dc2b Add API documentation using Doxygen 2013-08-08 17:55:38 +02:00
Thomas Perl
0c8bd9e07a Update packaging metadata
[packaging] Revision 2 - fix a build issue on x86_64
packaging/1.0.0-2
2013-08-08 10:36:56 +02:00
Thomas Perl
17dc9b86be Fix a minor issue in checking QVariant validity 2013-08-08 10:36:30 +02:00
Thomas Perl
8519b9a5df Add RPM packaging
[packaging] Initial packaging
packaging/1.0.0-1
2013-08-08 10:31:54 +02:00
Thomas Perl
c7b62cb390 Fix qmldir location 2013-08-08 10:24:12 +02:00
Thomas Perl
34ea420787 Initial commit 2013-08-07 21:47:24 +02:00