summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Collapse)AuthorAgeFilesLines
...
* interface implementation fixGustavo J. A. M. Carneiro2006-07-091-10/+10
|
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-091-1/+4
|
* indentationJohan Dahlin2006-07-071-1/+1
|
* Fix message typo.John Finlay2006-07-051-2/+2
| | | | * gobject/pygiochannel.c (py_io_channel_init): Fix message typo.
* gobject.filename_from_utf8Gustavo J. A. M. Carneiro2006-06-241-2/+27
|
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-244-6/+59
| | | | Add support for G_TYPE_GSTRING, at least in signals.
* Add support for retrieving signal and propertie info from interface types.John Finlay2006-06-231-42/+75
| | | | | | * gobject/gobjectmodule.c (pyg_object_class_list_properties) (pyg_signal_list_ids, pyg_signal_lookup, pyg_signal_query): Add support for retrieving signal and propertie info from interface types.
* Add Py_CLEAR macro for 2.3 compatibilityJohan Dahlin2006-06-051-0/+12
|
* Fix two leaks in error cases, found by Coverity.Johan Dahlin2006-06-041-0/+2
| | | | | | * gobject/gobjectmodule.c (pyg_spawn_async) (pyg_signal_new): Fix two leaks in error cases, found by Coverity.
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-283-8/+14
|
* Bug 341174 – Be more specific in set/get_property error messagesGustavo J. A. M. Carneiro2006-05-201-5/+7
|
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections ↵Gustavo J. A. M. Carneiro2006-05-072-12/+69
| | | | APIs (bug #323786 again).
* fix PyGOptionContext instance typeGustavo J. A. M. Carneiro2006-05-071-1/+1
|
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-011-1/+14
|
* Bug 340160 – g_spawn wrapper thinks GPid is an intGustavo J. A. M. Carneiro2006-05-011-1/+71
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-296-2/+1020
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-29 Johannes Hölzl <johannes.hoelzl@gmx.de> reviewed by: Johan Dahlin <jdahlin@async.com.br> * examples/Makefile.am: * examples/option.py: * gobject/Makefile.am: * gobject/gobjectmodule.c: (init_gobject): * gobject/option.py: * gobject/pygobject-private.h: * gobject/pygoptioncontext.c: (pyg_option_context_init), (pyg_option_context_dealloc), (pyg_option_context_parse), (pyg_option_context_set_help_enabled), (pyg_option_context_get_help_enabled), (pyg_option_context_set_ignore_unknown_options), (pyg_option_context_get_ignore_unknown_options), (pyg_option_context_set_main_group), (pyg_option_context_get_main_group), (pyg_option_context_add_group), (pyg_option_context_compare), (pyg_option_context_new): * gobject/pygoptiongroup.c: (check_if_owned), (destroy_g_group), (pyg_option_group_init), (pyg_option_group_dealloc), (arg_func), (pyg_option_group_add_entries), (pyg_option_group_set_translation_domain), (pyg_option_group_compare), (pyg_option_group_transfer_group), (pyg_option_group_new): * tests/test_option.py: Add support for GOption, fixes #163645
* Forgot thisJohan Dahlin2006-04-291-0/+1
|
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-292-0/+114
| | | | | | | | | | | | * gobject/pygtype.c (gclosure_from_pyfunc): * gobject/pygobject.c (pygobject_disconnect_by_func) (pygobject_handler_block_by_func) (pygobject_handler_unblock_by_func): * tests/test_signal.py (TestEmissionHook._callback): Fix #154845, add tests and a private method.
* ABI compatibility fixesGustavo J. A. M. Carneiro2006-04-152-2/+3
|
* fix gobject installation dirGustavo J. A. M. Carneiro2006-04-151-4/+6
|
* wrap on 80 linesJohan Dahlin2006-04-111-54/+107
|
* Move over almost all GType constants from C to Python.Johan Dahlin2006-04-112-24/+27
| | | | | | * gobject/gobjectmodule.c (init_gobject): * gobject/__init__.py: Move over almost all GType constants from C to Python.
* make gustavo happyJohan Dahlin2006-04-111-6/+6
|
* minor cleanupsJohan Dahlin2006-04-111-7/+10
|
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-114-99/+36
|
* typoJohan Dahlin2006-04-111-1/+1
|
* Turn gobject into a package; move _gobject to gobject._gobject andJohan Dahlin2006-04-115-10/+45
| | | | add gobject/__init__.py. Update macros and testsuite.
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Andy Wingo2006-04-111-1/+1
| | | | | | | | | | | 2006-04-11 Andy Wingo <wingo@pobox.com> reviewed by: Johan Dahlin <jdahlin@async.com.br> * gobject/gobjectmodule.c (create_property): Parse unsigned int64 constraints in param spec declaration using the "K" ParseTuple format unit, not L -- allows the full range of the datatype to be parsed. K format unit added in python 2.3.
* Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ↵Gustavo J. A. M. Carneiro2006-04-011-3/+5
| | | | instead of list
* update a commentGustavo J. A. M. Carneiro2006-03-191-2/+1
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-03-092-12/+26
| | | | | | | | * gobject/pygenum.c: (pyg_enum_new), (pyg_enum_from_gtype), (pyg_enum_add): * gobject/pygflags.c: (pyg_flags_new), (pyg_flags_from_gtype), (pyg_flags_add): Plug a couple of leaks, fixes #334027.
* Don't call g_value_init since the other *_to_gvalue methods expect anChristopher Aillon2006-01-151-1/+0
| | | | | | | | 2006-01-15 Christopher Aillon <caillon@redhat.com> * gobject/gobjectmodule.c (pyg_strv_to_gvalue): Don't call g_value_init since the other *_to_gvalue methods expect an already inited GValue
* Warn if io callback returns None: almost always this is an errorGustavo J. A. M. Carneiro2006-01-141-0/+6
|
* pygobject_register_class api compat. fixGustavo J. A. M. Carneiro2006-01-131-7/+33
|
* ignore interfaces from .defs, discover them at runtimeGustavo J. A. M. Carneiro2006-01-131-40/+60
|
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-131-1/+138
| | | | | | | | | | * gobject/gobjectmodule.c: (pyg_io_add_watch), (marshal_emission_hook), (pyg_add_emission_hook), (pyg_remove_emission_hook): * gobject/pygobject.c: * tests/test_signal.py: Add add/remove_emission_hook and tests. Fixes #325977
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-111-3/+97
|
* reorder more nicely information presented in docstring about signals and ↵Gustavo J. A. M. Carneiro2006-01-111-11/+15
| | | | properties
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-3/+7
|
* fix pygflags registration with module == NULLGustavo J. A. M. Carneiro2005-12-241-12/+15
|
* We always need to free interfaces since its a null terminated array.Johan Dahlin2005-11-151-1/+1
| | | | | * gobject/pygobject.c (pygobject_new_with_interfaces): We always need to free interfaces since its a null terminated array.
* Remove deprecation warningJohan Dahlin2005-11-131-13/+1
|
* plug leak; add glade test; fix warning messageGustavo J. A. M. Carneiro2005-11-092-5/+5
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-034-29/+54
| | | | | | | | | | | | 2005-11-03 Manish Singh <yosh@gimp.org> reviewed by: Johan Dahlin <jdahlin@async.com.br> * gobject/gobjectmodule.c: (pyg_integer_richcompare): * gobject/pygenum.c: (pyg_enum_richcompare): * gobject/pygflags.c: (pyg_flags_richcompare): * gobject/pygobject-private.h: Prepare for Python 2.5 richcompare changes, fixes #320455.
* Use GIL state instead of block/unblock. Fixes crasher found by Ole AndrePYGTK_2_8_2Johan Dahlin2005-10-091-2/+5
| | | | | | * gobject/pygiochannel.c: (pyg_iowatch_marshal): Use GIL state instead of block/unblock. Fixes crasher found by Ole Andre Valda Ravnås.
* Fix gcc 4.0 warnings.PYGTK_2_8_1Johan Dahlin2005-10-031-2/+2
| | | | | | | | | * gobject/pygobject.c: (PyGProps_length): * gtk/gdk.defs: * gtk/gdk.override: * gtk/gtk.defs: * gtk/gtk.override: Fix gcc 4.0 warnings.
* Check if the gobject is initialized, partly fixes #96658Johan Dahlin2005-10-031-1/+59
| | | | | | | | | | | | | * gobject/pygobject.c: (pygobject_get_property), (pygobject_set_property), (pygobject_freeze_notify), (pygobject_notify), (pygobject_thaw_notify), (pygobject_get_data), (pygobject_set_data), (pygobject_connect), (pygobject_connect_after), (pygobject_connect_object), (pygobject_connect_object_after), (pygobject_disconnect), (pygobject_handler_is_connected), (pygobject_handler_block), (pygobject_emit), (pygobject_stop_emission), (pygobject_chain_from_overridden): Check if the gobject is initialized, partly fixes #96658
* guint64 property fixGustavo J. A. M. Carneiro2005-10-021-9/+9
|
* fix segfaul on error return in gobject.newGustavo J. A. M. Carneiro2005-10-011-4/+4
|
* Undeprecate for now.Johan Dahlin2005-09-291-10/+12
| | | | | | * gobject/gobjectmodule.c: (pyg_type_name), (pyg_type_from_name), (pyg_type_parent), (pyg_type_is_a), (pyg_type_children), (pyg_type_interfaces): Undeprecate for now.