~thopiekar/pyside/+git/pyside-setup:5.14.1

Last commit made on 2020-01-29
Get this branch:
git clone -b 5.14.1 https://git.launchpad.net/~thopiekar/pyside/+git/pyside-setup

Branch merges

Branch information

Name:
5.14.1
Repository:
lp:~thopiekar/pyside/+git/pyside-setup

Recent commits

8a12ff8... by =?utf-8?q?Simo_F=C3=A4lt?= <email address hidden>

Cleanup version string for 5.14.1 release

Change-Id: I663e75d6a10c92aea9798e174e07dead45a21a59
Reviewed-by: Friedemann Kleint <email address hidden>

ba46aa1... by stackless

Fix grammar in considerations.rst

Change-Id: I7d840367d9a733d925bbfeb78a0ba0c9c076e6c0
Reviewed-by: Friedemann Kleint <email address hidden>

8c5b08a... by stackless

Let qApp be noApp instead of pretending to be None

qApp should stay almost as it is with only two cosmetic changes:

When qApp's return value has Type(Py_None), the value now reports
"noApp" instead of "None".

Also the feature of "del __builtins__.qApp" is replaced by function
qApp.shutdown() . This makes things easier to explain and avoids
refcounting hacks.

The embedding problem (Falkon browser) was too complicated.
We finally solved it by disabling qApp in embedded mode.

Change-Id: I0d99661137130684823aa3d1978b494d8ab08e59
Fixes: PYSIDE-1158
Fixes: PYSIDE-1178
Fixes: PYSIDE-1135
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

3fb91c8... by stackless

Add 5.14.1 changelog, addendum

Change-Id: I70df7a265fd98ee9527909fc2e4e7bd1caacac98
Reviewed-by: Friedemann Kleint <email address hidden>

901d34d... by =?utf-8?q?Cristi=C3=A1n_Maureira-Fredes?= <email address hidden>

Add 5.14.1 changelog

Change-Id: I74dd1dd6fbf1ad89c0d8e51dbaa0c19dcf55755b
Reviewed-by: Friedemann Kleint <email address hidden>

1273f72... by Mariana Meireles <email address hidden>

docs: QML and SQL integration tutorial

Change-Id: I6ba4ae9fe6a9bfe669b76a23f27556b1f3c59eb4
Reviewed-by: Venugopal Shivashankar <email address hidden>

4500866... by Alejandro Gutierrez <email address hidden>

Add example for Threads and Signals

The goal of this file is to provide an example for signals being
emitted from one thread to another.

Task-number: PYSIDE-841
Change-Id: If494fbfef6d8c46b37d5b750163c909bc6c55c7a
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

1f827cc... by Samuel Gaist <email address hidden>

examples: improve the star delegate example

While the example works correctly as is, if one takes the StarEditor
class alone, it will fail to work as it uses a starRating attribute that
is available in the example only because of the call to setEditorData
by the StarDelegate class.

This patch fixes that as well makes use of the append overload of
QPolygonF taking a list of point to simplify the code a bit.

Change-Id: Id8132fa86f5668645f48c62377dac65f707c968b
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

d823a27... by Kavindra Palaraja <email address hidden>

docs: More fixes on deployment and faq

Change-Id: I97d7251b0d9ec024ce069f6475d7bc6be0d9d362
Reviewed-by: Friedemann Kleint <email address hidden>

edef8f4... by Kavindra Palaraja <email address hidden>

docs: Improve Shiboken docs

Change-Id: Ibcefb190f5ea50b7c8575cd03b9e0f69b3a170b6
Reviewed-by: Cristian Maureira-Fredes <email address hidden>