Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | interface implementation fix | Gustavo J. A. M. Carneiro | 2006-07-09 | 2 | -10/+13 |
| | |||||
* | missing iinfo.interface_data, needed for interface implementation | Gustavo J. A. M. Carneiro | 2006-07-09 | 2 | -1/+12 |
| | |||||
* | indentation | Johan Dahlin | 2006-07-07 | 1 | -1/+1 |
| | |||||
* | Fix message typo. | John Finlay | 2006-07-05 | 2 | -2/+6 |
| | | | | * gobject/pygiochannel.c (py_io_channel_init): Fix message typo. | ||||
* | Set datarootdir in .pc file. | Cedric Gustin | 2006-06-28 | 4 | -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_utf8 | Gustavo J. A. M. Carneiro | 2006-06-24 | 2 | -2/+30 |
| | |||||
* | Bindings for g_filename_display_basename and g_filename_display_name; | Gustavo J. A. M. Carneiro | 2006-06-24 | 6 | -6/+98 |
| | | | | Add support for G_TYPE_GSTRING, at least in signals. | ||||
* | Add support for retrieving signal and propertie info from interface types. | John Finlay | 2006-06-23 | 2 | -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 compatibility | Johan Dahlin | 2006-06-05 | 1 | -0/+12 |
| | |||||
* | Fix two leaks in error cases, found by Coverity. | Johan Dahlin | 2006-06-04 | 2 | -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' case | Gustavo J. A. M. Carneiro | 2006-05-28 | 5 | -10/+31 |
| | |||||
* | Add a disabled test of subsubtype | Johan Dahlin | 2006-05-27 | 1 | -0/+14 |
| | |||||
* | Bug 341174 – Be more specific in set/get_property error messages | Gustavo J. A. M. Carneiro | 2006-05-20 | 2 | -5/+15 |
| | |||||
* | Add new pyg_add_warning_redirection and pyg_disable_warning_redirections ↵ | Gustavo J. A. M. Carneiro | 2006-05-07 | 3 | -12/+78 |
| | | | | APIs (bug #323786 again). | ||||
* | Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan for | Johan Dahlin | 2006-05-07 | 2 | -1/+6 |
| | | | | | * Makefile.am (CLEANFILES): Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan for noticing. | ||||
* | fix PyGOptionContext instance type | Gustavo J. A. M. Carneiro | 2006-05-07 | 2 | -1/+6 |
| | |||||
* | gobject.Pid.close | Gustavo J. A. M. Carneiro | 2006-05-01 | 3 | -1/+18 |
| | |||||
* | Bug 340160 – g_spawn wrapper thinks GPid is an int | Gustavo J. A. M. Carneiro | 2006-05-01 | 2 | -1/+77 |
| | |||||
* | reviewed by: Johan Dahlin <jdahlin@async.com.br> | Johannes Hölzl | 2006-04-29 | 10 | -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 this | Johan Dahlin | 2006-04-29 | 2 | -0/+13 |
| | |||||
* | Fix #154845, add tests and a private method. | Johan Dahlin | 2006-04-29 | 3 | -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.py | Gustavo J. A. M. Carneiro | 2006-04-23 | 1 | -95/+95 |
| | |||||
* | Bug 338945 – Make pygtk.py relocatable | Gustavo J. A. M. Carneiro | 2006-04-23 | 3 | -101/+106 |
| | |||||
* | Add compiler / linker flags from pkgconfig-2.0.pc by default, with an | John Ehresman | 2006-04-18 | 3 | -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 fixes | Gustavo J. A. M. Carneiro | 2006-04-15 | 3 | -2/+9 |
| | |||||
* | fix gobject installation dir | Gustavo J. A. M. Carneiro | 2006-04-15 | 2 | -4/+12 |
| | |||||
* | wrap on 80 lines | Johan Dahlin | 2006-04-11 | 1 | -54/+107 |
| | |||||
* | Move over almost all GType constants from C to Python. | Johan Dahlin | 2006-04-11 | 3 | -24/+33 |
| | | | | | | * gobject/gobjectmodule.c (init_gobject): * gobject/__init__.py: Move over almost all GType constants from C to Python. | ||||
* | make gustavo happy | Johan Dahlin | 2006-04-11 | 1 | -6/+6 |
| | |||||
* | minor cleanups | Johan Dahlin | 2006-04-11 | 1 | -7/+10 |
| | |||||
* | Move GObjectMeta from C to python-land | Gustavo J. A. M. Carneiro | 2006-04-11 | 5 | -99/+48 |
| | |||||
* | typo | Johan Dahlin | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | Include original exception string in the raised SystemExit. | Gustavo J. A. M. Carneiro | 2006-04-11 | 2 | -1/+6 |
| | | | | | * tests/common.py (importModule): Include original exception string in the raised SystemExit. | ||||
* | Turn gobject into a package; move _gobject to gobject._gobject and | Johan Dahlin | 2006-04-11 | 8 | -25/+70 |
| | | | | add gobject/__init__.py. Update macros and testsuite. | ||||
* | bump to right version... | Johan Dahlin | 2006-04-11 | 1 | -2/+2 |
| | |||||
* | Post release version bumpPYGOBJECT_2_10_BRANCHPOINT | Johan Dahlin | 2006-04-11 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Johan Dahlin | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | add marker to ChangeLog | Johan Dahlin | 2006-04-11 | 1 | -0/+1 |
| | |||||
* | 2.10.1PYGOBJECT_2_10_1 | Johan Dahlin | 2006-04-11 | 2 | -0/+9 |
| | |||||
* | Add pygtk to CLEANFILES aswell | Johan Dahlin | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | Add pygtk.py | Johan Dahlin | 2006-04-11 | 1 | -0/+1 |
| | |||||
* | reindent | Johan Dahlin | 2006-04-11 | 16 | -111/+107 |
| | |||||
* | reviewed by: Johan Dahlin <jdahlin@async.com.br> | Andy Wingo | 2006-04-11 | 2 | -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 #335854 | Gustavo J. A. M. Carneiro | 2006-04-01 | 2 | -1/+13 |
| | |||||
* | make pygtk.require faster and more robust | Gustavo J. A. M. Carneiro | 2006-04-01 | 3 | -1/+20 |
| | |||||
* | Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ↵ | Gustavo J. A. M. Carneiro | 2006-04-01 | 2 | -3/+12 |
| | | | | instead of list | ||||
* | Install/dist dsextras.py | Johan Dahlin | 2006-03-29 | 2 | -2/+9 |
| | |||||
* | update a comment | Gustavo J. A. M. Carneiro | 2006-03-19 | 2 | -2/+8 |
| | |||||
* | whitespace | Johan Dahlin | 2006-03-15 | 1 | -13/+13 |
| | |||||
* | post release version bump | Johan Dahlin | 2006-03-13 | 1 | -1/+1 |
| |