Commit graph

3 commits

Author SHA1 Message Date
Marcelo Lira
720c76980d Modified cmake files to make use of debug information provided by Shiboken.
In summation, PySide is compiled for debug if the libshiboken is
compiled for debug.
2010-10-26 13:49:07 -03:00
Marcelo Lira
7fab5c03a9 Signal objects redirect calls for homonymous methods. 2010-10-11 17:47:03 -03:00
Marcelo Lira
4b3b56acd7 Added a PySide derived test library.
The test library is intended to provide specific test cases in a way
that problems could be isolated easier than using the ones provided by
the Qt library. Cases commons to all Python bindings must go into the
Shiboken test libraries, the one added here is intended to test Qt
specifics (e.g. signals).

A Python unit test was added for the case when a method and a signal
have the same name.
2010-10-11 17:47:03 -03:00