summaryrefslogtreecommitdiffstats
path: root/tests/test_properties.py
Commit message (Expand)AuthorAgeFilesLines
* Changes for tests to run in python 3John Ehresman2010-04-151-9/+22
* Fix wrong minimum checking in float propertiesPaul Pogonyshev2009-11-221-0/+6
* Bug 577999 – converting a negative long Python value to a GUINT64 GValue do...Gustavo J. A. M. Carneiro2009-04-051-0/+3
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-211-0/+35
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-271-0/+14
* Bug 470230 – check for default value in boolean type is wrongGustavo J. A. M. Carneiro2007-08-271-1/+13
* Support type=GObject or type=TYPE_OBJECT in the new properties API.Gustavo J. A. M. Carneiro2007-06-161-0/+14
* Store property values in the descriptor per instance, add a test.Johan Dahlin2007-05-021-0/+12
* Add a property helper, fixes #338098Johan Dahlin2007-05-011-46/+124
* Unit test for get/set_properties.Gustavo J. A. M. Carneiro2007-04-231-0/+8
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-181-1/+73
* reindentJohan Dahlin2006-04-111-6/+6
* unit test for #335854Gustavo J. A. M. Carneiro2006-04-011-1/+11
* guint64 property fixGustavo J. A. M. Carneiro2005-10-021-2/+3
* add (disabled) uint64 testJohan Dahlin2005-10-021-3/+19
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-101-29/+53
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-9/+26
* And unittest..Johan Dahlin2005-07-081-0/+54