summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* interface implementation fixGustavo J. A. M. Carneiro2006-07-092-10/+13
|
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-092-1/+12
|
* indentationJohan Dahlin2006-07-071-1/+1
|
* Fix message typo.John Finlay2006-07-052-2/+6
| | | | * gobject/pygiochannel.c (py_io_channel_init): Fix message typo.
* Set datarootdir in .pc file.Cedric Gustin2006-06-284-7/+20
| | | | | | | | | | | | | | 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-242-2/+30
|
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-246-6/+98
| | | | Add support for G_TYPE_GSTRING, at least in signals.
* Add support for retrieving signal and propertie info from interface types.John Finlay2006-06-232-42/+81
| | | | | | * 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-042-0/+8
| | | | | | * 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-285-10/+31
|
* Add a disabled test of subsubtypeJohan Dahlin2006-05-271-0/+14
|
* Bug 341174 – Be more specific in set/get_property error messagesGustavo J. A. M. Carneiro2006-05-202-5/+15
|
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections ↵Gustavo J. A. M. Carneiro2006-05-073-12/+78
| | | | APIs (bug #323786 again).
* Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan forJohan Dahlin2006-05-072-1/+6
| | | | | * 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-072-1/+6
|
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-013-1/+18
|
* Bug 340160 – g_spawn wrapper thinks GPid is an intGustavo J. A. M. Carneiro2006-05-012-1/+77
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-2910-3/+1122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-292-0/+13
|
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-293-0/+143
| | | | | | | | | | | | * 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.
* dos2unix pygtk.pyGustavo J. A. M. Carneiro2006-04-231-95/+95
|
* Bug 338945 – Make pygtk.py relocatableGustavo J. A. M. Carneiro2006-04-233-101/+106
|
* Add compiler / linker flags from pkgconfig-2.0.pc by default, with anJohn Ehresman2006-04-183-1/+28
| | | | | | | | | | | 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-153-2/+9
|
* fix gobject installation dirGustavo J. A. M. Carneiro2006-04-152-4/+12
|
* wrap on 80 linesJohan Dahlin2006-04-111-54/+107
|
* Move over almost all GType constants from C to Python.Johan Dahlin2006-04-113-24/+33
| | | | | | * 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-115-99/+48
|
* typoJohan Dahlin2006-04-111-1/+1
|
* Include original exception string in the raised SystemExit.Gustavo J. A. M. Carneiro2006-04-112-1/+6
| | | | | * 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-118-25/+70
| | | | add gobject/__init__.py. Update macros and testsuite.
* bump to right version...Johan Dahlin2006-04-111-2/+2
|
* Post release version bumpPYGOBJECT_2_10_BRANCHPOINTJohan Dahlin2006-04-112-1/+5
|
* *** empty log message ***Johan Dahlin2006-04-111-1/+1
|
* add marker to ChangeLogJohan Dahlin2006-04-111-0/+1
|
* 2.10.1PYGOBJECT_2_10_1Johan Dahlin2006-04-112-0/+9
|
* Add pygtk to CLEANFILES aswellJohan Dahlin2006-04-111-1/+1
|
* Add pygtk.pyJohan Dahlin2006-04-111-0/+1
|
* reindentJohan Dahlin2006-04-1116-111/+107
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Andy Wingo2006-04-112-1/+10
| | | | | | | | | | | 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-012-1/+13
|
* make pygtk.require faster and more robustGustavo J. A. M. Carneiro2006-04-013-1/+20
|
* Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ↵Gustavo J. A. M. Carneiro2006-04-012-3/+12
| | | | instead of list
* Install/dist dsextras.pyJohan Dahlin2006-03-292-2/+9
|
* update a commentGustavo J. A. M. Carneiro2006-03-192-2/+8
|
* whitespaceJohan Dahlin2006-03-151-13/+13
|
* post release version bumpJohan Dahlin2006-03-131-1/+1
|