| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Bug 546591 – File.copy progress_callback does not work | Paul Pogonyshev | 2008-08-09 | 2 | -14/+16 |
| * | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-09 | 4 | -148/+373 |
| * | Bug 546734 – Missing Py_INCREFs for some file async methods | Jonathan Matthew | 2008-08-07 | 1 | -0/+10 |
| * | Move the progress callback for move/copy so it's consistent with the | Johan Dahlin | 2008-08-06 | 2 | -6/+8 |
| * | Add 'pygio_do_icon_richcompare' prototype to header. | Paul Pogonyshev | 2008-08-05 | 1 | -2/+4 |
| * | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-05 | 2 | -0/+133 |
| * | Wrap GFile.replace_async and query_info_async with docs and test. | Gian Mario Tagliaretti | 2008-08-03 | 2 | -2/+115 |
| * | Fix a copy/paste pattern... | Gian Mario Tagliaretti | 2008-08-02 | 1 | -42/+0 |
| * | Wrap GFile.create_async with docs and test | Gian Mario Tagliaretti | 2008-08-02 | 2 | -1/+95 |
| * | Do not include gio-types.defs | Johan Dahlin | 2008-08-02 | 1 | -2/+0 |
| * | Remove SGML support, require python 2.4, modernize, PEP-8ify. Make it run | Johan Dahlin | 2008-08-02 | 1 | -0/+1 |
| * | Wrap GFile.append_to_async with docs and test | Gian Mario Tagliaretti | 2008-08-02 | 2 | -1/+53 |
| * | Add pyglib_float_from_timeval and use it | Johan Dahlin | 2008-08-02 | 2 | -4/+2 |
| * | Wrap GFile.query_writable_namespaces with docs and test | Gian Mario Tagliaretti | 2008-08-01 | 2 | -1/+55 |
| * | Wrap gio.File.move | Johan Dahlin | 2008-08-01 | 1 | -0/+39 |
| * | Wrap gio.Volume.mount and gio.Volume.eject | Johan Dahlin | 2008-08-01 | 5 | -5/+234 |
| * | Add docstring for gio.FileInfo.list_attributes | Gian Mario Tagliaretti | 2008-08-01 | 1 | -0/+4 |
| * | Bug 545861 – g_file_info_get_modification_time is missing | Johan Dahlin | 2008-08-01 | 2 | -1/+17 |
| * | Bug 545846 – g_vfs_get_supported_uri_schemes is missing | Johan Dahlin | 2008-08-01 | 2 | -0/+30 |
| * | Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_... | Gian Mario Tagliaretti | 2008-07-29 | 5 | -36/+296 |
| * | Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp... | Gian Mario Tagliaretti | 2008-07-29 | 8 | -36/+352 |
| * | Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them. | Johan Dahlin | 2008-07-29 | 1 | -0/+131 |
| * | Add a new example | Johan Dahlin | 2008-07-28 | 1 | -9/+12 |
| * | Add a new API for registering exceptions for a GError domain. Register a | Johan Dahlin | 2008-07-26 | 2 | -2/+7 |
| * | remove unused structure | Johan Dahlin | 2008-07-25 | 1 | -5/+0 |
| * | Wrap gio.File.copy, add tests and documentation. Rename | Johan Dahlin | 2008-07-24 | 6 | -55/+203 |
| * | Ignore a bunch of functions which are not relevant. | Johan Dahlin | 2008-07-19 | 1 | -2/+14 |
| * | Bind gio.Mount.unmount, gio.File.mount_mountable, | Johan Dahlin | 2008-07-19 | 3 | -5/+272 |
| * | Set module name back to gio, as setting it to gio._gio breaks pydoc. | Johan Dahlin | 2008-07-19 | 1 | -1/+1 |
| * | Use property based constructors when possible. | Johan Dahlin | 2008-07-19 | 1 | -10/+10 |
| * | Wrap gio.FileEnumerator.next_files_async/next_files_done. Update the | Johan Dahlin | 2008-07-18 | 2 | -0/+107 |
| * | Only fetch name, saves a couple of syscalls. Set name to gio._gio so | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Fix header filename | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Wrap gio.File.enumerate_children_async, add tests, docstring and an | Johan Dahlin | 2008-07-18 | 3 | -4/+102 |
| * | Use %zd instead of %d since it's a Py_ssize_t and not an int. | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | define NO_IMPORT_PYGOBJECT before including pygobject.h | Johan Dahlin | 2008-07-18 | 1 | -1/+2 |
| * | Require pygobject 2.15.2 | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Put gio.override before all the others | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Use #include <pygobject.h> instead of include "pygobject.h" | Johan Dahlin | 2008-07-18 | 3 | -3/+3 |
| * | The module is called gio._gio, not just _gio. | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | s/pygobject/gio/ | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | Add a pygio_version module attribute | Johan Dahlin | 2008-07-17 | 1 | -2/+14 |
| * | Rename gio.IOErrorEnum to gio.ErrorEnum | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | Add gio.ERROR which maps to the G_IO_ERROR quark. | Johan Dahlin | 2008-07-17 | 1 | -0/+2 |
| * | Use the prefix G_IO_ for stripping constants instead of just G_ Check so | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | wrap File.load_contents_async and File.load_contents_finish with docsstrings ... | Gian Mario Tagliaretti | 2008-07-14 | 2 | -2/+91 |
| * | Remove g_file_input_stream_seek and g_file_output_stream_seek, they | Johan Dahlin | 2008-07-14 | 1 | -24/+0 |
| * | Map GSeekType to an int | Johan Dahlin | 2008-07-14 | 3 | -0/+10 |
| * | Refactor cancellable check to a utility function, avoids | Johan Dahlin | 2008-07-14 | 7 | -84/+104 |
| * | wrap File.load_contents with docstrings | Gian Mario Tagliaretti | 2008-07-11 | 2 | -19/+74 |