| Commit message (Expand) | Author | Age | Files | Lines |
* | Move around the order of the callback argument to async methods, so it | Johan Dahlin | 2008-04-11 | 1 | -8/+8 |
* | Implement GAppInfo constructor, add tests. | Johan Dahlin | 2008-04-08 | 1 | -8/+18 |
* | Wrap GFileInfo.list_attributes(), add tests and set the default of | Johan Dahlin | 2008-04-08 | 1 | -0/+9 |
* | Fix a typo Update the tests after the latest "refactoring". The testsuite | Johan Dahlin | 2008-04-08 | 1 | -0/+7 |
* | Disable these tests until we can figure why they freeze during make check. | Johan Dahlin | 2008-04-08 | 1 | -2/+4 |
* | Add bindings for content_type_guess. Based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 1 | -0/+15 |
* | Add basic support for GThemedIcon, based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 1 | -0/+13 |
* | Unbreak Source.prepare (#523075, Bryan Silverthorn) | Johan Dahlin | 2008-04-08 | 1 | -0/+28 |
* | Make gio.File() (calling on an interface) a factory for creating files. | Johan Dahlin | 2008-04-07 | 1 | -0/+19 |
* | Add tests for recently added features. | Johan Dahlin | 2008-04-06 | 1 | -9/+61 |
* | bug #428732 (pyg_enum_new): Fix two wrong assertions about | Paul Pogonyshev | 2008-04-02 | 1 | -0/+9 |
* | Make read_finish() return the string, remove the get_buffer method. This | Johan Dahlin | 2008-03-22 | 1 | -4/+2 |
* | Allow gobject.property work with subclasses. Add tests. | Johan Dahlin | 2008-03-21 | 1 | -0/+35 |
* | Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek | Johan Dahlin | 2008-03-09 | 1 | -0/+16 |
* | Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. | Johan Dahlin | 2008-01-21 | 1 | -11/+42 |
* | New test | Johan Dahlin | 2008-01-20 | 1 | -0/+16 |
* | Reuse file descriptor for reading and writing. Avoid unnecessary flush() | Johan Dahlin | 2008-01-20 | 1 | -5/+3 |
* | Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async): | Johan Dahlin | 2008-01-20 | 1 | -1/+3 |
* | New function to test error condition of async read. | Johan Dahlin | 2008-01-20 | 1 | -1/+20 |
* | Reorganize tests and make them test more useful things | Johan Dahlin | 2008-01-20 | 1 | -11/+12 |
* | Impl. | Johan Dahlin | 2008-01-19 | 2 | -0/+51 |
* | Set the default value of old_args to 0, so we don't end up slicing with | Johan Dahlin | 2007-11-12 | 1 | -0/+3 |
* | Merge in values from all groups to the global option group. Slice up args | Johan Dahlin | 2007-11-06 | 1 | -34/+55 |
* | Remove trailing whitespace | Johan Dahlin | 2007-11-06 | 1 | -7/+7 |
* | Refactor a bit to make sure that it is possible to use in subclasses, | Johan Dahlin | 2007-08-27 | 1 | -0/+14 |
* | Bug 470230 – check for default value in boolean type is wrong | Gustavo J. A. M. Carneiro | 2007-08-27 | 1 | -1/+13 |
* | removed unwanted defines | Gustavo J. A. M. Carneiro | 2007-08-27 | 1 | -2/+1 |
* | Add test case for one the problems reported in bug #466082 | Gustavo J. A. M. Carneiro | 2007-08-13 | 1 | -0/+8 |
* | Bug 342948 – Add exception handling to GOption | Gustavo J. A. M. Carneiro | 2007-07-07 | 1 | -1/+42 |
* | Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha... | Gustavo J. A. M. Carneiro | 2007-07-07 | 2 | -0/+24 |
* | reviewed by: Johan Dahlin | Sebastian Granjoux | 2007-07-02 | 2 | -0/+40 |
* | Bug 447271 – gobject has a weird bug on mac. Involves python, property and ... | Gustavo J. A. M. Carneiro | 2007-06-17 | 1 | -0/+12 |
* | Support type=GObject or type=TYPE_OBJECT in the new properties API. | Gustavo J. A. M. Carneiro | 2007-06-16 | 1 | -0/+14 |
* | Bug 339924 – gnome-python doesn't compile on opensolaris | Gustavo J. A. M. Carneiro | 2007-05-09 | 1 | -1/+2 |
* | Store property values in the descriptor per instance, add a test. | Johan Dahlin | 2007-05-02 | 1 | -0/+12 |
* | Add a property helper, fixes #338098 | Johan Dahlin | 2007-05-01 | 4 | -67/+135 |
* | fix GSlice thread init warning | Gustavo J. A. M. Carneiro | 2007-04-30 | 2 | -2/+2 |
* | Remove whitespace, add a bug reference | Johan Dahlin | 2007-04-30 | 1 | -3/+4 |
* | fix descriptor / toggle_ref interaction bug | Gustavo J. A. M. Carneiro | 2007-04-30 | 1 | -0/+12 |
* | reviewed by: Johan Dahlin <johan@gnome.org> | James Livingstone | 2007-04-30 | 1 | -0/+15 |
* | Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixes | Johan Dahlin | 2007-04-30 | 2 | -1/+28 |
* | reviewed by: Johan Dahlin <johan@gnome.org> | Damien Carbery | 2007-04-30 | 1 | -1/+1 |
* | Add a generic CClosure marshaller based on ffi. This makes it possible to | Johan Dahlin | 2007-04-29 | 2 | -10/+211 |
* | Unit test for get/set_properties. | Gustavo J. A. M. Carneiro | 2007-04-23 | 1 | -0/+8 |
* | Bug 320428 – Break PyGObject<->GObject reference cycle | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -1/+185 |
* | Remove .cvsignore archives | Johan Dahlin | 2007-01-16 | 1 | -3/+0 |
* | Make sure an exception is raised when we pass in invalid arguments to the | Johan Dahlin | 2006-11-18 | 1 | -1/+4 |
* | reviewed by: Johan Dahlin <johan@gnome.org> | Yevgen Muntyan | 2006-11-18 | 1 | -1/+73 |
* | Use PyObject_Cmp instead of comparing function closure addresses, which | Johan Dahlin | 2006-11-18 | 1 | -10/+17 |
* | Add a test for #375589 | Johan Dahlin | 2006-11-18 | 1 | -0/+10 |