| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 540376 – No TypeError raised when type is None | Paul Pogonyshev | 2008-08-11 | 3 | -0/+27 |
* | Bug 547104 – improve type wrapper creation | Paul Pogonyshev | 2008-08-11 | 3 | -0/+65 |
* | Bug 547104 – improve type wrapper creation | Paul Pogonyshev | 2008-08-11 | 3 | -52/+64 |
* | Bug 546120 – make gio.File more Pythonic | Paul Pogonyshev | 2008-08-10 | 3 | -1/+78 |
* | Bug 547104 – improve runtime type wrapper creation | Paul Pogonyshev | 2008-08-10 | 2 | -0/+72 |
* | Bug 547134 – fix docstring line length | Jonathan Matthew | 2008-08-10 | 2 | -18/+36 |
* | Add GFile.query_default_handler which was missing from the defs. | Gian Mario Tagliaretti | 2008-08-10 | 2 | -0/+15 |
* | Bug 547067 – add File.replace_contents, replace_contents_async, | Jonathan Matthew | 2008-08-10 | 4 | -3/+235 |
* | Fix to not use `use_default_fallbacks' property (it's new). | Paul Pogonyshev | 2008-08-09 | 2 | -3/+13 |
* | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-09 | 3 | -10/+32 |
* | Bug 546591 – File.copy progress_callback does not work | Paul Pogonyshev | 2008-08-09 | 4 | -14/+55 |
* | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-09 | 8 | -161/+490 |
* | include test_gio.py in the tests | Johan Dahlin | 2008-08-09 | 1 | -0/+1 |
* | Bug 546734 – Missing Py_INCREFs for some file async methods | Jonathan Matthew | 2008-08-07 | 2 | -0/+19 |
* | Move the progress callback for move/copy so it's consistent with the | Johan Dahlin | 2008-08-06 | 3 | -6/+15 |
* | Add a pygobject_enable_threads wrapper around pyglib_threads_enable and | Johan Dahlin | 2008-08-06 | 3 | -8/+31 |
* | return in case of error instead of trying to access the internal types. | Johan Dahlin | 2008-08-06 | 2 | -1/+10 |
* | Add 'pygio_do_icon_richcompare' prototype to header. | Paul Pogonyshev | 2008-08-05 | 2 | -2/+11 |
* | Bug 546135 – GIcon and implementations improvements | Paul Pogonyshev | 2008-08-05 | 3 | -0/+146 |
* | Wrap GFile.replace_async and query_info_async with docs and test. | Gian Mario Tagliaretti | 2008-08-03 | 4 | -2/+181 |
* | Change return value from 'gboolean' to 'int' and changed semantics to | Paul Pogonyshev | 2008-08-03 | 4 | -8/+18 |
* | 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 | 4 | -1/+143 |
* | More cleanups. | Johan Dahlin | 2008-08-02 | 1 | -33/+38 |
* | PEP8ify | Johan Dahlin | 2008-08-02 | 1 | -69/+78 |
* | More refactoring. Avoid duplication, add xml string templates | Johan Dahlin | 2008-08-02 | 1 | -67/+62 |
* | Do not include gio-types.defs | Johan Dahlin | 2008-08-02 | 1 | -2/+0 |
* | further cleanups | Johan Dahlin | 2008-08-02 | 1 | -243/+255 |
* | Remove SGML support, require python 2.4, modernize, PEP-8ify. Make it run | Johan Dahlin | 2008-08-02 | 4 | -108/+119 |
* | Fix compilation warnings, clean up style and indentation. | Johan Dahlin | 2008-08-02 | 4 | -87/+112 |
* | Wrap GFile.append_to_async with docs and test | Gian Mario Tagliaretti | 2008-08-02 | 4 | -1/+101 |
* | Add pyglib_float_from_timeval and use it | Johan Dahlin | 2008-08-02 | 6 | -7/+29 |
* | Separate the glib and gobject bindings in the manual. | Johan Dahlin | 2008-08-01 | 9 | -932/+1145 |
* | Wrap GFile.query_writable_namespaces with docs and test | Gian Mario Tagliaretti | 2008-08-01 | 4 | -1/+70 |
* | Wrap gio.File.move | Johan Dahlin | 2008-08-01 | 3 | -1/+75 |
* | Wrap gio.Volume.mount and gio.Volume.eject | Johan Dahlin | 2008-08-01 | 6 | -5/+243 |
* | Add docstring for gio.FileInfo.list_attributes | Gian Mario Tagliaretti | 2008-08-01 | 2 | -0/+9 |
* | Bug 545861 – g_file_info_get_modification_time is missing | Johan Dahlin | 2008-08-01 | 4 | -4/+34 |
* | Bug 545846 – g_vfs_get_supported_uri_schemes is missing | Johan Dahlin | 2008-08-01 | 4 | -0/+47 |
* | Use %r instead of %s, this is not python! | Johan Dahlin | 2008-08-01 | 2 | -1/+6 |
* | Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings for | Johan Dahlin | 2008-07-30 | 2 | -37/+94 |
* | Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_... | Gian Mario Tagliaretti | 2008-07-29 | 7 | -37/+331 |
* | Whitespace | Johan Dahlin | 2008-07-29 | 1 | -0/+1 |
* | Take some credit | Johan Dahlin | 2008-07-29 | 2 | -0/+3 |
* | Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp... | Gian Mario Tagliaretti | 2008-07-29 | 9 | -116/+448 |
* | Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them. | Johan Dahlin | 2008-07-29 | 3 | -2/+139 |
* | Fetch the total and print percentage | Johan Dahlin | 2008-07-29 | 1 | -3/+8 |
* | Remove unused import | Johan Dahlin | 2008-07-29 | 1 | -1/+1 |
* | Refactor the example a bit, use start/stop to access loop so it's easier to r... | Johan Dahlin | 2008-07-29 | 1 | -12/+19 |
* | Handle errors from gfile.read() gracefully | Johan Dahlin | 2008-07-29 | 1 | -3/+6 |