summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use 'Requires.private' for libffi in '.pc' filesJosselin Mouette2009-05-172-2/+4
| | | | Correction for patch in bug #550231.
* Add wrapper for gio.FileAttributeMatcherGian Mario Tagliaretti2009-05-133-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.
* Mark relevant glib.IOChannel methods as METH_NOARGSPaul Pogonyshev2009-05-131-63/+20
| | | | | Additionally fix glib.IOChannel.set_close_on_unref: was marked METH_NOARGS but actually accepted arguments. Fixes bug #582427.
* Add documentation for the gio.FileInfo classGian Mario Tagliaretti2009-05-123-0/+349
| | | | | | The docs for this class are not completed, missing methods descriptions. The index is complete though, it will be completed once all the classes are in place so we can ship a (almost) complete reference.
* Retire hand-written ChangeLog; autocreate from Git historyPaul Pogonyshev2009-05-092-0/+34
| | | | Basically copied over from GLib source tree.
* Fix a bug in InputStream.skip_asyncGian Mario Tagliaretti2009-05-091-1/+2
| | | | use the count argument instead of buffer_size which is always zero
* Add docs for the gio.InputStream classGian Mario Tagliaretti2009-05-093-0/+733
|
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-052-1/+69
| | | | wrap gio.InputStream.skip_async() and add a test.
* Add -n --namespace option and the code to removeSiavash Safi2009-05-042-24/+117
| | | | | | dll API in headers, Added documentation Patch from bug #579275
* Properly mark glib.get_user_special_dir() as a keywords methodPaul Pogonyshev2009-05-031-1/+1
| | | | Fixes bug #581082.
* Add docs for the gio.LoadableIcon classGian Mario Tagliaretti2009-05-033-0/+201
|
* Add docs for the gio.ThemedIcon classGian Mario Tagliaretti2009-05-033-0/+207
|
* post release version bump to 2.17.1Gian Mario Tagliaretti2009-05-021-1/+1
|
* Fix the class titleGian Mario Tagliaretti2009-05-011-1/+1
|
* Add docs for the gio.MountOperation classGian Mario Tagliaretti2009-05-014-0/+836
|
* Update NEWS, release 2.17.0PYGOBJECT_2_17_0Gian Mario Tagliaretti2009-04-301-0/+93
|
* Fix memory leak in gio.File.query_info_async()Paul Pogonyshev2009-04-301-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.amGian Mario Tagliaretti2009-04-291-0/+1
|
* Wrap three gio.Mount methodsGian Mario Tagliaretti2009-04-293-0/+295
| | | | | | | 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' removalPaul Pogonyshev2009-04-294-4/+4
| | | | | Simply amend all related symbolic link creation so that any errors are ignored.
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-284-18/+39
| | | | | | | 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.)
* Code maintenance: ignore unit test result filePaul Pogonyshev2009-04-281-0/+1
|
* Add docs for the gio.Mount classGian Mario Tagliaretti2009-04-283-2/+658
|
* Fix a broken link in gio.Volume docsGian Mario Tagliaretti2009-04-281-1/+1
| | | | fix the correct link for the "removed" signal
* Fix pygobject.doap using the correct mbox syntaxGian Mario Tagliaretti2009-04-281-0/+2
|
* Fix a crash in pyg_type_add_interfaces()Paul Pogonyshev2009-04-271-4/+8
| | | | Reported as part of bug #566571.
* Fix the docs for the gio.AppInfo classGian Mario Tagliaretti2009-04-251-1/+43
| | | | Add the constructor section and fix args names.
* Complete the docs for the gio.File classGian Mario Tagliaretti2009-04-251-0/+1717
|
* Finish gio.File constants attributesGian Mario Tagliaretti2009-04-251-0/+252
|
* doap: add bindings categoryOlav Vitters2009-04-231-0/+1
|
* Remove an empty structure, use sizeof(PyObject) insteadPaul Pogonyshev2009-04-211-2/+1
| | | | Solves bug 560591.
* Wrap four g_get_user_*_dir() functionsPaul Pogonyshev2009-04-203-0/+294
| | | | | | | Wrap g_get_user_cache_dir(), g_get_user_config_dir(), g_get_user_data_dir(), g_get_user_special_dir() and the constants required for the latter. Document all new functions and constants. (Bug #575999).
* Code maintenance: ignore '.so' filesPaul Pogonyshev2009-04-191-0/+1
|
* Commit some more work on gio.File DocsGian Mario Tagliaretti2009-04-182-27/+2167
| | | | Added some more methods to gio.File and gio file constants
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-1810-89/+30
| | | | | | | 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 filesPaul Pogonyshev2009-04-185-0/+49
|
* 2009-04-17 Paul Pogonyshev <pogonyshev@gmx.net>Paul Pogonyshev2009-04-172-0/+17
| | | | | | | Bug 568499 – CellRendererPixbuf stock-size property has wrong type * gobject/pygtype.c (pyg_enum_get_value): Also accept long integers.
* Add a doap fileJohan Dahlin2009-04-171-0/+24
|
* Bug 550231 – missing dep on libffi in pygobject-2.0.pcGötz Waschk2009-04-144-4/+13
| | | | | | | | | | | | | 2009-04-15 Götz Waschk <waschk@mandriva.org> Bug 550231 – missing dep on libffi in pygobject-2.0.pc * configure.ac: Define `LIBFFI_PC' subst. * pygobject-2.0.pc.in: * pygobject-2.0-uninstalled.pc.in: Use it. svn path=/trunk/; revision=1065
* Bug 555613 – gio.VolumeMonitor segfaultsPaul Pogonyshev2009-04-142-0/+14
| | | | | | | | | | | 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
* Bug 573753 – DeprecationWarning under python 2.6James Westby2009-04-142-1/+8
| | | | | | | | | | | 2009-04-14 James Westby <jw+debian@jameswestby.net> Bug 573753 – DeprecationWarning under python 2.6 * codegen/definitions.py (ReturnType.__init__): Don't pass 'type_name' argument to super __init__. svn path=/trunk/; revision=1063
* Bug 576566 – several scripts from codegen directory are not distributedKrzesimir Nowak2009-04-142-0/+14
| | | | | | | | | | | | 2009-04-14 Krzesimir Nowak <krnowak@svn.gnome.org> Bug 576566 – several scripts from codegen directory are not distributed * codegen/Makefile.am (codegen_PYTHON): List several missing scripts. svn path=/trunk/; revision=1062
* change argument order to keep it consistent with the other methods.Gian Mario Tagliaretti2009-04-142-10/+14
| | | | | | | | | | 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_asyncPaul Pogonyshev2009-04-133-9/+45
| | | | | | | | | | | | | | | | | 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 toGian Mario Tagliaretti2009-04-122-2/+7
| | | | | | | | | | 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
* Add gio.File and gio.Seekable in docs, gio.File it's not yet completedGian Mario Tagliaretti2009-04-116-1/+1604
| | | | | | | | | | | | | | 2009-04-11 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-file.xml: * docs/reference/pygio-seekable.xml: Add gio.File and gio.Seekable in docs, gio.File it's not yet completed only the index is. svn path=/trunk/; revision=1058
* Bug 575781 – pyg_notify_free needs to ensure it has GIL before callingJonathan Matthew2009-04-082-0/+12
| | | | | | | | | | | | 2009-04-09 Jonathan Matthew <jonathan@d14n.org> Bug 575781 – pyg_notify_free needs to ensure it has GIL before calling Py_XDECREF * gio/gio.override: Ensure we're holding the GIL before potentially destroying the callback and data. svn path=/trunk/; revision=1057
* Wrap new GFile method.Gian Mario Tagliaretti2009-04-053-1/+72
| | | | | | | | | | | | 2009-04-05 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_set_display_name_async) Wrap new GFile method. * tests/test_gio.py: Test the above methods. svn path=/trunk/; revision=1056
* Add support code for fixing: Bug 507174 – Convert from popt to GOption.Gustavo J. A. M. Carneiro2009-04-052-0/+16
| | | | svn path=/trunk/; revision=1055
* Bug 577999 – converting a negative long Python value to a GUINT64 GValue ↵Gustavo J. A. M. Carneiro2009-04-053-38/+25
| | | | | | doesn't error out as it should svn path=/trunk/; revision=1054