| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Deprecate old gio.Drive methods | Gian Mario Tagliaretti | 2009-12-29 | 2 | -1/+7 | |
| | | ||||||
| * | Small fix in the header | Gian Mario Tagliaretti | 2009-12-29 | 1 | -1/+1 | |
| | | ||||||
| * | Wrap gio.Resolver.lookup_by_name() and add a couple of tests | Gian Mario Tagliaretti | 2009-12-29 | 3 | -0/+59 | |
| | | ||||||
| * | Make cancellable an optional parameter in gio.Resolver.lookup_by_address() | Gian Mario Tagliaretti | 2009-12-29 | 1 | -1/+1 | |
| | | ||||||
| * | Strip g_ prefix for many other functions | Gian Mario Tagliaretti | 2009-12-29 | 1 | -47/+47 | |
| | | ||||||
| * | Strip g_prefix from InetAddress functions | Gian Mario Tagliaretti | 2009-12-29 | 1 | -4/+4 | |
| | | ||||||
| * | Fix function name gio.resolver_get_default() | Gian Mario Tagliaretti | 2009-12-29 | 1 | -1/+1 | |
| | | | | | Strip the g_ prefix from function name | |||||
| * | Wrap gio.FileIOStream.query_info_async() and add a test | Gian Mario Tagliaretti | 2009-12-29 | 3 | -0/+70 | |
| | | ||||||
| * | Wrap GIOStream.close_async() and add a test | Gian Mario Tagliaretti | 2009-12-28 | 3 | -0/+70 | |
| | | ||||||
| * | Make cancellable an optional parameter in GFile.create_readwrite() | Gian Mario Tagliaretti | 2009-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | Remove a duplicate entry in gio.defs | Gian Mario Tagliaretti | 2009-12-28 | 1 | -9/+0 | |
| | | ||||||
| * | Wrap gio.FileInfo.set_modification_time and add a test | Gian Mario Tagliaretti | 2009-12-28 | 1 | -1/+32 | |
| | | ||||||
| * | Wrap gio.EmblemedIcon.get_emblems() and add a test | Gian Mario Tagliaretti | 2009-12-28 | 1 | -0/+14 | |
| | | ||||||
| * | Update Enums and Flags with new API | Gian Mario Tagliaretti | 2009-12-26 | 1 | -4/+149 | |
| | | ||||||
| * | Wrap new API added in GIO-UNIX 2.22 | Gian Mario Tagliaretti | 2009-12-17 | 3 | -1/+144 | |
| | | ||||||
| * | Properly define Connectable as interface type and not object type | Gian Mario Tagliaretti | 2009-12-17 | 1 | -6/+6 | |
| | | ||||||
| * | Fix bad name when rebuilding the unix source module | Gian Mario Tagliaretti | 2009-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | Wrap new API added in GIO 2.22 | Gian Mario Tagliaretti | 2009-11-28 | 2 | -6/+2144 | |
| | | ||||||
| * | Bug 590063 – GFileInfo.list_attributes should accept None/NULL | Gian Mario Tagliaretti | 2009-08-08 | 1 | -2/+2 | |
| | | ||||||
| * | Make gio.Emblem constructor new-style | Paul Pogonyshev | 2009-06-15 | 1 | -2/+3 | |
| | | | | | | Add optional 'origin' parameter. Expand gio.Emblem documentation and mark gio.emblem_new_with_origin as sort-of-deprecated. | |||||
| * | Cleanup GIO overrides to use Python function/method names | Paul Pogonyshev | 2009-06-12 | 5 | -218/+218 | |
| | | | | | | Also move several gio.Mount overrides over from 'gio.override' to existing 'gmount.override'. Part of bug #584289. | |||||
| * | Fix object type in gio.BufferedInputStream_fill_async | Gian Mario Tagliaretti | 2009-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | Wrap gio.BufferedInputStream.fill_async | Gian Mario Tagliaretti | 2009-06-09 | 3 | -0/+72 | |
| | | | | | Wrap the method gio.BufferedInputStream.fill_async and add a test | |||||
| * | Add gio.BufferedOutputStream which was forgotten in the types definition | Gian Mario Tagliaretti | 2009-06-09 | 1 | -0/+7 | |
| | | ||||||
| * | Split overrides for gio.MemoryOutputStream | Gian Mario Tagliaretti | 2009-06-09 | 4 | -24/+47 | |
| | | ||||||
| * | Wrap gio.memory_input_stream_new_from_data | Gian Mario Tagliaretti | 2009-06-09 | 4 | -34/+93 | |
| | | | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test. | |||||
| * | Add API appeared in 2.20 but not marked as such in gio docs | Gian Mario Tagliaretti | 2009-06-02 | 1 | -0/+30 | |
| | | ||||||
| * | Wrap gio.FileOutputStream.query_info_async | Gian Mario Tagliaretti | 2009-06-02 | 3 | -1/+71 | |
| | | | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test. | |||||
| * | Fix the method name | Gian Mario Tagliaretti | 2009-06-01 | 1 | -7/+7 | |
| | | ||||||
| * | Wrap gio.FileInputStream.query_async | Gian Mario Tagliaretti | 2009-06-01 | 3 | -0/+70 | |
| | | | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test. | |||||
| * | Wrap gio.DataInputStream.read_line_async and read_until_async | Paul Pogonyshev | 2009-05-31 | 5 | -67/+254 | |
| | | | | | | | | Wrap the functions and their corresponding *_finish() functions. Create 'gdatainputstream.override' for these and move two existing functions there. Add unit tests. Re-enable synchronous read_line unit test and adjust it for new official GIO behavior. Bug #584285. | |||||
| * | Fix gio.OutputStream.splice_async | Paul Pogonyshev | 2009-05-30 | 1 | -4/+4 | |
| | | | | | Bug #584290. | |||||
| * | Add gio 2.20 API | Gian Mario Tagliaretti | 2009-05-25 | 2 | -8/+146 | |
| | | | | | add the new API added in gio 2.20, some needs to be wrapped manually | |||||
| * | Wrap gio.OutputStream.splice_async() | Gian Mario Tagliaretti | 2009-05-24 | 1 | -1/+57 | |
| | | | | | wrap gio.OutputStream.splice_async() and add a test. | |||||
| * | Add Python version into installed libpyglib name | Emilio Pozuelo Monfort | 2009-05-24 | 1 | -1/+1 | |
| | | | | | | Do this now, while no-one (as far as we know) links to the library besides PyGObject itself. Bug #550235. | |||||
| * | Wrap gio.OutputStream.flush_async() | Gian Mario Tagliaretti | 2009-05-24 | 1 | -1/+46 | |
| | | | | | wrap gio.OutputStream.flush_async() and add a test. | |||||
| * | Add wrapper for gio.FileAttributeMatcher | Gian Mario Tagliaretti | 2009-05-13 | 3 | -2/+31 | |
| | | | | | | added a boxed type for gio.FileAttributeMatcher which has been forgotten while wrapping the gio API. This should probably be done in gio itself. | |||||
| * | Fix a bug in InputStream.skip_async | Gian Mario Tagliaretti | 2009-05-09 | 1 | -1/+2 | |
| | | | | | use the count argument instead of buffer_size which is always zero | |||||
| * | Wrap gio.InputStream.skip_async() | Gian Mario Tagliaretti | 2009-05-05 | 1 | -1/+49 | |
| | | | | | wrap gio.InputStream.skip_async() and add a test. | |||||
| * | Fix memory leak in gio.File.query_info_async() | Paul Pogonyshev | 2009-04-30 | 1 | -0/+4 | |
| | | | | | | After the recent patch it would leak exception data if old argument order was used. Properly decref the objects. | |||||
| * | Forgot to add gmount.override to gio/Makefile.am | Gian Mario Tagliaretti | 2009-04-29 | 1 | -0/+1 | |
| | | ||||||
| * | Wrap three gio.Mount methods | Gian Mario Tagliaretti | 2009-04-29 | 2 | -0/+143 | |
| | | | | | | | | the following methods of gio.Mount have been wrapped including docs (_wrap_g_mount_guess_content_type) (_wrap_g_mount_guess_content_type_finish) (_wrap_g_mount_guess_content_type_sync) | |||||
| * | Fix occasional build failures after the 'ltihooks.py' removal | Paul Pogonyshev | 2009-04-29 | 1 | -1/+1 | |
| | | | | | | Simply amend all related symbolic link creation so that any errors are ignored. | |||||
| * | Swap first two arguments of gio.File.query_info_async() | Paul Pogonyshev | 2009-04-28 | 2 | -10/+31 | |
| | | | | | | | | Swap the arguments for consistency with other methods. Update documentation accordingly. Take care to keep the old code (i.e. with non-swapped calling arguments) working, but don't mention that anywhere. (Bug #580490.) | |||||
| * | Remove 'ltihooks.py' as using deprecated Python module. | Paul Pogonyshev | 2009-04-18 | 2 | -8/+9 | |
| | | | | | | | | Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree. | |||||
| * | Code maintenance: add .gitignore files | Paul Pogonyshev | 2009-04-18 | 1 | -0/+3 | |
| | | ||||||
| * | Bug 555613 – gio.VolumeMonitor segfaults | Paul Pogonyshev | 2009-04-14 | 1 | -0/+7 | |
| | | | | | | | | | | | | 2009-04-15 Paul Pogonyshev <pogonyshev@gmx.net> Bug 555613 – gio.VolumeMonitor segfaults * gio/gvolumemonitor.override (_wrap_g_volume_monitor_tp_new): New function, return the singleton object. svn path=/trunk/; revision=1064 | |||||
| * | change argument order to keep it consistent with the other methods. | Gian Mario Tagliaretti | 2009-04-14 | 1 | -10/+9 | |
| | | | | | | | | | | | 2009-04-14 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_copy_async) change argument order to keep it consistent with the other methods. svn path=/trunk/; revision=1061 | |||||
| * | Bug 578870 – memory leak in gio.File.copy_async | Paul Pogonyshev | 2009-04-13 | 2 | -9/+32 | |
| | | | | | | | | | | | | | | | | | | 2009-04-13 Paul Pogonyshev <pogonyshev@gmx.net> Bug 578870 – memory leak in gio.File.copy_async * gio/gio.override (PyGIONotify): Add 'slaves' field. (pygio_notify_new_slave): New function. (pygio_notify_reference_callback): Recurse for slaves, if any. (pygio_notify_free): Likewise. * gio/gfile.override (file_progress_callback_marshal): Use new chaining functionality to avoid leaking the second PyGIONotify structure. Rename 'callback' as 'progress_callback' for clarity. svn path=/trunk/; revision=1060 | |||||
| * | should accept None for cancellable and set the default flag to | Gian Mario Tagliaretti | 2009-04-12 | 1 | -2/+2 | |
| | | | | | | | | | | | 2009-04-12 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gio.defs: (g_file_monitor) should accept None for cancellable and set the default flag to G_FILE_MONITOR_NONE. svn path=/trunk/; revision=1059 | |||||
