Marcelo Lira
d3e5c54d8a
Updated model/view test to follow changes in Shiboken/9459b9da commit.
...
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
2010-12-17 11:31:37 -03:00
Marcelo Lira
c53ec3c17e
Updated the PySide test related to Python model returning data to C++.
2010-12-15 19:20:56 -03:00
Marcelo Lira
6b720050ef
Added test for Python written models returning new objects without keeping reference to them.
...
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
eviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2010-12-13 17:55:54 -03:00
Hugo Parente Lima
dadd07ccd7
Fix compilation on Windows.
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
2010-11-25 16:02:10 -02:00
renatofilho
178f81aa70
Added PySide attributes to specify current version, and Qt version.
...
Fixes bug: #454
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2010-11-12 14:25:27 -03:00
Marcelo Lira
2a4ee1675d
Removed unnecessary find_package statements from pysidetest's CMakeLists.txt
...
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2010-11-11 10:39:58 -03:00
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