| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
After the recent patch it would leak exception data if old argument
order was used. Properly decref the objects.
|
| |
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Simply amend all related symbolic link creation so that any errors are
ignored.
|
|
|
|
|
|
|
| |
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.)
|
| |
|
| |
|
|
|
|
| |
fix the correct link for the "removed" signal
|
| |
|
|
|
|
| |
Reported as part of bug #566571.
|
|
|
|
| |
Add the constructor section and fix args names.
|
| |
|
| |
|
| |
|
|
|
|
| |
Solves bug 560591.
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
Added some more methods to gio.File and gio file constants
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
Bug 568499 – CellRendererPixbuf stock-size property has wrong type
* gobject/pygtype.c (pyg_enum_get_value): Also accept long
integers.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=1055
|
|
|
|
|
|
| |
doesn't error out as it should
svn path=/trunk/; revision=1054
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-04-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_set_attributes_async)
(_wrap_g_file_set_attributes_finish) Wrap new GFile methods.
* tests/test_gio.py: Test the above methods.
svn path=/trunk/; revision=1053
|
|
|
|
|
|
|
|
|
|
| |
2009-03-31 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_query_filesystem_info_async) Fix a typo.
svn path=/trunk/; revision=1052
|
|
|
|
|
|
|
|
|
|
| |
2009-03-31 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_query_filesystem_info_async) Wrap new GFile method.
svn path=/trunk/; revision=1051
|
|
|
|
|
|
|
|
|
|
| |
2009-03-31 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gio.defs: Add missing g_file_query_filesystem_info_async and
g_file_query_filesystem_info_finish
svn path=/trunk/; revision=1050
|
|
|
|
|
|
|
|
|
|
| |
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override: (_wrap_g_file_mount_mountable)
Swap kwargs names to reflect the code.
svn path=/trunk/; revision=1049
|
|
|
|
|
|
|
|
|
|
| |
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override: (_wrap_g_file_mount_enclosing_volume)
Swap kwargs names to reflect the code.
svn path=/trunk/; revision=1048
|
|
|
|
|
|
|
|
|
|
| |
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_find_enclosing_mount_async) Wrap new GFile method.
svn path=/trunk/; revision=1047
|
|
|
|
|
|
|
|
|
|
| |
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_eject_mountable) Wrap new GFile method.
svn path=/trunk/; revision=1046
|
|
|
|
|
|
|
|
|
| |
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override: (_wrap_g_file_copy) revert previous commit.
svn path=/trunk/; revision=1045
|
|
|
|
|
|
|
|
|
| |
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override: (_wrap_g_file_copy) callback cannot be optional.
svn path=/trunk/; revision=1044
|
|
|
|
|
|
|
|
|
| |
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* docs/reference/pygio-volumemonitor.xml:
svn path=/trunk/; revision=1043
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* docs/Makefile.am:
* docs/reference/pygio-classes.xml:
* docs/reference/pygio-volumemonitor.xml:
Add gio.VolumeMonitor in docs.
svn path=/trunk/; revision=1042
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* docs/Makefile.am:
* docs/reference/pygio-classes.xml:
* docs/reference/pygio-constants.xml:
* docs/reference/pygio-volume.xml: Add gio.Volume in docs.
svn path=/trunk/; revision=1041
|
|
|
|
|
|
|
|
|
|
| |
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gvolume.override: (_wrap_g_volume_mount) should accept None
for mount_operation.
svn path=/trunk/; revision=1040
|
|
|
|
|
|
|
|
|
| |
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gvolume.override: Swap kwargs names to reflect the code.
svn path=/trunk/; revision=1039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-03-29 Tobias Mueller <tobiasmue@gnome.org>
Update the address of the FSF, by replacing old bits of the address
with new ones.
Fixes bug 577134
* ltihooks.py:
* pygtk.py:
* COPYING:
* gobject/pygparamspec.h:
* gobject/pygpointer.c:
* gobject/ffi-marshaller.h:
* gobject/pygtype.c:
* gobject/__init__.py:
* gobject/pygpointer.h:
* gobject/pygtype.h:
* gobject/pygflags.c:
* gobject/pyginterface.c:
* gobject/pygflags.h:
* gobject/pygboxed.c:
* gobject/gobjectmodule.c:
* gobject/pygenum.c:
* gobject/pyginterface.h:
* gobject/pygboxed.h:
* gobject/pygobject.c:
* gobject/constants.py.in:
* gobject/pygenum.h:
* gobject/propertyhelper.py:
* gobject/pygparamspec.c:
* gobject/ffi-marshaller.c:
* glib/pygmainloop.c:
* glib/pygoptioncontext.h:
* glib/pygmainloop.h:
* glib/pyglib-private.h:
* glib/__init__.py:
* glib/pygoptiongroup.c:
* glib/pygspawn.c:
* glib/pygmaincontext.c:
* glib/pygoptiongroup.h:
* glib/pygspawn.h:
* glib/pygmaincontext.h:
* glib/option.py:
* glib/pygsource.c:
* glib/glibmodule.c:
* glib/pygiochannel.h:
* glib/pygsource.h:
* glib/pyglib.c:
* glib/pyglib.h:
* glib/pyglib-python-compat.h:
* glib/pygoptioncontext.c:
* gio/gfileinfo.override:
* gio/gappinfo.override:
* gio/__init__.py:
* gio/gfileattribute.override:
* gio/gvolume.override:
* gio/gio.override:
* gio/ginputstream.override:
* gio/goutputstream.override:
* gio/unix.override:
* gio/gfile.override:
* gio/gvolumemonitor.override:
* gio/gapplaunchcontext.override:
* gio/giomodule.c:
* gio/gfileenumerator.override:
* gio/pygio-utils.c:
* gio/unixmodule.c:
* gio/pygio-utils.h:
* gio/gicon.override:
svn path=/trunk/; revision=1038
|