summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Wrap new GFile methods.Gian Mario Tagliaretti2009-04-043-3/+118
| | | | | | | | | | | | | 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
* Fix a typo.Gian Mario Tagliaretti2009-03-302-1/+6
| | | | | | | | | | 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
* Wrap new GFile method.Gian Mario Tagliaretti2009-03-302-0/+53
| | | | | | | | | | 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
* Add missing g_file_query_filesystem_info_async andGian Mario Tagliaretti2009-03-302-12/+28
| | | | | | | | | | 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
* Swap kwargs names to reflect the code.Gian Mario Tagliaretti2009-03-302-1/+6
| | | | | | | | | | 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
* Swap kwargs names to reflect the code.Gian Mario Tagliaretti2009-03-302-1/+6
| | | | | | | | | | 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
* Wrap new GFile method.Gian Mario Tagliaretti2009-03-302-1/+51
| | | | | | | | | | 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
* Wrap new GFile method.Gian Mario Tagliaretti2009-03-302-1/+52
| | | | | | | | | | 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
* revert previous commit.Gian Mario Tagliaretti2009-03-292-1/+5
| | | | | | | | | 2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_copy) revert previous commit. svn path=/trunk/; revision=1045
* callback cannot be optional.Gian Mario Tagliaretti2009-03-292-1/+5
| | | | | | | | | 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
* svn path=/trunk/; revision=1043Gian Mario Tagliaretti2009-03-292-2/+6
| | | | | | | | | 2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/pygio-volumemonitor.xml: svn path=/trunk/; revision=1043
* Add gio.VolumeMonitor in docs.Gian Mario Tagliaretti2009-03-294-1/+855
| | | | | | | | | | | | 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
* Add gio.Volume in docs.Gian Mario Tagliaretti2009-03-295-1/+771
| | | | | | | | | | | | 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
* should accept None for mount_operation.Gian Mario Tagliaretti2009-03-292-6/+24
| | | | | | | | | | 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
* Swap kwargs names to reflect the code.Gian Mario Tagliaretti2009-03-292-1/+5
| | | | | | | | | 2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gvolume.override: Swap kwargs names to reflect the code. svn path=/trunk/; revision=1039
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-2963-63/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add g_volume_should_automountGian Mario Tagliaretti2009-03-282-0/+10
| | | | | | | | | 2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gio.defs: Add g_volume_should_automount svn path=/trunk/; revision=1037
* Add gio.Drive in docs.Gian Mario Tagliaretti2009-03-284-0/+557
| | | | | | | | | | | | 2009-03-28 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-drive.xml: Add gio.Drive in docs. svn path=/trunk/; revision=1036
* add a couple of convinence functions to convert from/to a python list andGian Mario Tagliaretti2009-03-289-153/+349
| | | | | | | | | | | | | | | | | | | | | | 2009-03-28 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/pygio-utils.[hc]: (strv_to_pylist) (pylist_to_strv) add a couple of convinence functions to convert from/to a python list and an array of strings. * gio/Makefile.am * gio/gdrive.override: * gio/gio.override: Strip GDrive overrides and wrap g_drive_enumerate_identifiers * tests/test_gio.py: * gio/gvolume.override: wrap g_volume_enumerate_identifiers * gio/gio.defs: add missing g_drive_get_identifier and g_drive_enumerate_identifiers svn path=/trunk/; revision=1035
* Add gio.SimpleAsyncResult in docs.Gian Mario Tagliaretti2009-03-244-1/+328
| | | | | | | | | | | | 2009-03-25 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-simpleasyncresult.xml: Add gio.SimpleAsyncResult in docs. svn path=/trunk/; revision=1034
* Fix the order and a typo.Gian Mario Tagliaretti2009-03-243-2/+7
| | | | | | | | | | 2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/pygio-classes.xml: * docs/reference/pygio-icon.xml: Fix the order and a typo. svn path=/trunk/; revision=1033
* Add gio.AsyncResult in docs.Gian Mario Tagliaretti2009-03-244-0/+126
| | | | | | | | | | | 2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-asyncresult.xml: Add gio.AsyncResult in docs. svn path=/trunk/; revision=1032
* Add gio.AppInfo and gio.FileAttributeInfo in docs.Gian Mario Tagliaretti2009-03-246-3/+952
| | | | | | | | | | | | | | 2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-appinfo.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-fileattributeinfo.xml: Add gio.AppInfo and gio.FileAttributeInfo in docs. svn path=/trunk/; revision=1031
* Bug 559001 – Allow setting pytype wrapper classmarklee2009-03-223-1/+53
| | | | | | | | | | | | initial patch by: John Ehresman <jpe@wingware.com> * gobject/pygtype.c (_wrap_g_type_wrapper__set_pytype): New function. * tests/test_gtype.py (GTypeTest.assertPyType), (GTypeTest.setInvalidPyType), (GTypeTest.testPyType), (GTypeTest.testInvalidPyType): Two new testcases to test the above, with accompanying helper methods. svn path=/trunk/; revision=1030
* Add gio.FileIcon and gio.FileEnumerator in docs.Gian Mario Tagliaretti2009-03-228-7/+834
| | | | | | | | | | | | | | | | | | 2009-03-22 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-fileicon.xml: * docs/reference/pygio-fileenumerator.xml: Add gio.FileIcon and gio.FileEnumerator in docs. * docs/reference/pygio-constants.xml: Add gio.ERROR_* constants. * docs/reference/pygio-applaunchcontext.xml: * docs/reference/pygio-emblemedicon.xml: Fix a couple of typos. svn path=/trunk/; revision=1029
* Add g_file_enumerator_get_container, new in 2.18Gian Mario Tagliaretti2009-03-222-0/+13
| | | | | | | | | 2009-03-22 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gio.defs: Add g_file_enumerator_get_container, new in 2.18 svn path=/trunk/; revision=1028
* gio/gfileenumerator.override (_wrap_g_file_enumerator_close_async) wrapGian Mario Tagliaretti2009-03-223-0/+69
| | | | | | | | | | | | | 2009-03-22 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfileenumerator.override (_wrap_g_file_enumerator_close_async) wrap new method. * tests/test_gio.py (TestGFileEnumerator.testCloseFilesAsync): Test the above. svn path=/trunk/; revision=1027
* Create a dedicated Changelog for the docs and move the latest entries inGian Mario Tagliaretti2009-03-097-34/+348
| | | | | | | | | | | | | | | | | | | 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/Changelog: Create a dedicated Changelog for the docs and move the latest entries in there. 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-emblemedicon.xml: * docs/reference/pygio-icon.xml: * docs/reference/pygio-emblem.xml: Add gio.EmblemedIcon and gio.Icon in docs, fix a couple of typos. svn path=/trunk/; revision=1026
* Add gio.Emblem and constants in docs.Gian Mario Tagliaretti2009-03-095-2/+248
| | | | | | | | | | | | 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-emblem.xml: Add gio.Emblem and constants in docs. svn path=/trunk/; revision=1025
* Complete cancellable docs.Gian Mario Tagliaretti2009-03-083-0/+137
| | | | | | | | | | 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/reference/pygio-classes.xml: * docs/reference/pygio-cancellable.xml: Complete cancellable docs. svn path=/trunk/; revision=1024
* Add few gio classes.Gian Mario Tagliaretti2009-03-086-1/+379
| | | | | | | | | | | | | 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygio-applaunchcontext.xml: * docs/reference/pygio-cancellable.xml: Add few gio classes. svn path=/trunk/; revision=1023
* add g_cancellable_make_pollfdGian Mario Tagliaretti2009-03-082-0/+13
| | | | | | | | | 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gio.defs: add g_cancellable_make_pollfd svn path=/trunk/; revision=1022
* docs/reference/pyglib-classes.xml docs/reference/pygobject-ref.xml SplitGian Mario Tagliaretti2009-03-085-6/+26
| | | | | | | | | | | | | 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pyglib-classes.xml * docs/reference/pygobject-ref.xml * docs/reference/pygobject-classes.xml: Split glib and gobject doc sections. svn path=/trunk/; revision=1021
* pull in changes from pygtk (updating license header from GPL to LGPL).James Henstridge2009-02-202-9/+14
| | | | | | | | | 2009-02-20 James Henstridge <james@jamesh.id.au> * ltihooks.py: pull in changes from pygtk (updating license header from GPL to LGPL). svn path=/trunk/; revision=1012
* Change comment to avoid false positives when grep'ing for deprecated gtkAndre Klapper2009-02-182-1/+7
| | | | | | | | | | | 2009-02-18 Andre Klapper <a9016009@gmx.de> * gobject/pygobject.h: Change comment to avoid false positives when grep'ing for deprecated gtk functions svn path=/trunk/; revision=1011
* Bug 556250 again. I screwed up and gave misinformation about how to fixGustavo J. A. M. Carneiro2009-02-174-18/+26
| | | | | | | | | | * gio/gfile.override, gio/gio.defs, gio/gio.override: Bug 556250 again. I screwed up and gave misinformation about how to fix it. It must be pyg_begin/end_allow_threads, pyg_block/unblock_threads is only to be used for async callbacks. svn path=/trunk/; revision=1005