summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add basic support for GThemedIcon, based on patch by Thomas LeonardJohan Dahlin2008-04-081-0/+13
* Unbreak Source.prepare (#523075, Bryan Silverthorn)Johan Dahlin2008-04-081-0/+28
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-071-0/+19
* Add tests for recently added features.Johan Dahlin2008-04-061-9/+61
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-021-0/+9
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-221-4/+2
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-211-0/+35
* Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seekJohan Dahlin2008-03-091-0/+16
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-211-11/+42
* New testJohan Dahlin2008-01-201-0/+16
* Reuse file descriptor for reading and writing. Avoid unnecessary flush()Johan Dahlin2008-01-201-5/+3
* Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):Johan Dahlin2008-01-201-1/+3
* New function to test error condition of async read.Johan Dahlin2008-01-201-1/+20
* Reorganize tests and make them test more useful thingsJohan Dahlin2008-01-201-11/+12
* Impl.Johan Dahlin2008-01-192-0/+51
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-121-0/+3
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-061-34/+55
* Remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* 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
* removed unwanted definesGustavo J. A. M. Carneiro2007-08-271-2/+1
* Add test case for one the problems reported in bug #466082Gustavo J. A. M. Carneiro2007-08-131-0/+8
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-071-1/+42
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-072-0/+24
* reviewed by: Johan DahlinSebastian Granjoux2007-07-022-0/+40
* Bug 447271 – gobject has a weird bug on mac. Involves python, property and ...Gustavo J. A. M. Carneiro2007-06-171-0/+12
* Support type=GObject or type=TYPE_OBJECT in the new properties API.Gustavo J. A. M. Carneiro2007-06-161-0/+14
* Bug 339924 – gnome-python doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-05-091-1/+2
* 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-014-67/+135
* fix GSlice thread init warningGustavo J. A. M. Carneiro2007-04-302-2/+2
* Remove whitespace, add a bug referenceJohan Dahlin2007-04-301-3/+4
* fix descriptor / toggle_ref interaction bugGustavo J. A. M. Carneiro2007-04-301-0/+12
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-301-0/+15
* Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixesJohan Dahlin2007-04-302-1/+28
* reviewed by: Johan Dahlin <johan@gnome.org>Damien Carbery2007-04-301-1/+1
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-292-10/+211
* Unit test for get/set_properties.Gustavo J. A. M. Carneiro2007-04-231-0/+8
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-1/+185
* Remove .cvsignore archivesJohan Dahlin2007-01-161-3/+0
* Make sure an exception is raised when we pass in invalid arguments to theJohan Dahlin2006-11-181-1/+4
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-181-1/+73
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-181-10/+17
* Add a test for #375589Johan Dahlin2006-11-181-0/+10
* some more emission hook testsGustavo J. A. M. Carneiro2006-09-161-0/+45
* interface fixes and testsGustavo J. A. M. Carneiro2006-08-272-3/+89
* Bug 353039 – Failure in signal emission during do_set_property invoked from...Gustavo J. A. M. Carneiro2006-08-271-1/+29
* Remove printJohan Dahlin2006-08-211-1/+0
* Add Interface implementation testJohan Dahlin2006-07-105-10/+296
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-0/+16