summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Set datarootdir in .pc file.Cedric Gustin2006-06-281-0/+12
| | | | | | | | | | | | | | 2006-06-28 Cedric Gustin <cedric.gustin@gmail.com> * dsextras.py (InstallData): Set datarootdir in .pc file. * pygobject_postinstall.py (replace_prefix): Do not parse pygtk-codegen-2.0 as it is part of pygtk. * setup.py: Create gobject extension as gobject._gobject. Add pygoptioncontext.c and pygoptiongroup.c to the list of source files. Add option.py to the module files. Changed name of distutils package from pygtk to pygobject.
* gobject.filename_from_utf8Gustavo J. A. M. Carneiro2006-06-241-0/+3
|
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-0/+23
| | | | 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-0/+6
| | | | | | * 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.
* Fix two leaks in error cases, found by Coverity.Johan Dahlin2006-06-041-0/+6
| | | | | | * 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-281-0/+14
|
* Bug 341174 – Be more specific in set/get_property error messagesGustavo J. A. M. Carneiro2006-05-201-0/+8
|
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections ↵Gustavo J. A. M. Carneiro2006-05-071-0/+9
| | | | APIs (bug #323786 again).
* Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan forJohan Dahlin2006-05-071-0/+5
| | | | | * Makefile.am (CLEANFILES): Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan for noticing.
* fix PyGOptionContext instance typeGustavo J. A. M. Carneiro2006-05-071-0/+5
|
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-011-0/+3
|
* Bug 340160 – g_spawn wrapper thinks GPid is an intGustavo J. A. M. Carneiro2006-05-011-0/+6
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-291-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+12
|
* Bug 338945 – Make pygtk.py relocatableGustavo J. A. M. Carneiro2006-04-231-0/+9
|
* Add compiler / linker flags from pkgconfig-2.0.pc by default, with anJohn Ehresman2006-04-181-0/+9
| | | | | | | | | | | 2006-04-18 John Ehresman <jpe@wingware.com> * dsextras.py: Add compiler / linker flags from pkgconfig-2.0.pc by default, with an override mechanism. Filter out -lc & -lm if compiling with msvc. * setup.py: Change C extension name to _gobject and don't use the pkgconfig-2.0.pc when compiling
* ABI compatibility fixesGustavo J. A. M. Carneiro2006-04-151-0/+6
|
* fix gobject installation dirGustavo J. A. M. Carneiro2006-04-151-0/+6
|
* Move over almost all GType constants from C to Python.Johan Dahlin2006-04-111-0/+6
| | | | | | * gobject/gobjectmodule.c (init_gobject): * gobject/__init__.py: Move over almost all GType constants from C to Python.
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-111-0/+12
|
* Include original exception string in the raised SystemExit.Gustavo J. A. M. Carneiro2006-04-111-0/+5
| | | | | * tests/common.py (importModule): Include original exception string in the raised SystemExit.
* Turn gobject into a package; move _gobject to gobject._gobject andJohan Dahlin2006-04-111-0/+13
| | | | add gobject/__init__.py. Update macros and testsuite.
* Post release version bumpPYGOBJECT_2_10_BRANCHPOINTJohan Dahlin2006-04-111-0/+4
|
* add marker to ChangeLogJohan Dahlin2006-04-111-0/+1
|
* 2.10.1PYGOBJECT_2_10_1Johan Dahlin2006-04-111-0/+4
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Andy Wingo2006-04-111-0/+9
| | | | | | | | | | | 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.
* unit test for #335854Gustavo J. A. M. Carneiro2006-04-011-0/+2
|
* make pygtk.require faster and more robustGustavo J. A. M. Carneiro2006-04-011-0/+3
|
* Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ↵Gustavo J. A. M. Carneiro2006-04-011-0/+7
| | | | instead of list
* Install/dist dsextras.pyJohan Dahlin2006-03-291-0/+4
|
* update a commentGustavo J. A. M. Carneiro2006-03-191-0/+7
|
* 2.10.0PYGOBJECT_2_10_0Johan Dahlin2006-03-131-0/+5
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-03-091-0/+10
| | | | | | | | * 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.
* Add a make egg targetJohan Dahlin2006-01-201-0/+6
| | | | | | * configure.ac (export_dynamic): * Makefile.am (egg): Add a make egg target
* post release version bumpJohan Dahlin2006-01-171-0/+4
|
* 2.9.1Johan Dahlin2006-01-171-0/+5
|
* Don't call g_value_init since the other *_to_gvalue methods expect anChristopher Aillon2006-01-151-0/+6
| | | | | | | | 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/+5
|
* pygobject_register_class api compat. fixGustavo J. A. M. Carneiro2006-01-131-1/+5
|
* ignore interfaces from .defs, discover them at runtimeGustavo J. A. M. Carneiro2006-01-131-0/+13
|
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-131-0/+10
| | | | | | | | | | * 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-0/+10
|
* reorder more nicely information presented in docstring about signals and ↵Gustavo J. A. M. Carneiro2006-01-111-0/+5
| | | | properties
* branch; version 2.9.1Gustavo J. A. M. Carneiro2006-01-111-0/+4
|
* 2.8.0PYGOBJECT_2_8_0Johan Dahlin2006-01-091-1/+1
|
* 2.9.0PYGOBJECT_2_9_0Johan Dahlin2006-01-091-0/+1
|
* Make dist/distcheck work againJohan Dahlin2006-01-091-0/+8
|
* Add distutils supportJohan Dahlin2006-01-091-0/+4
| | | | | | * setup.py: Add distutils support * dsextras.py (get_m4_define): Check for configure.ac aswell.
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-0/+38