Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 2.10.0PYGOBJECT_2_10_0 | Johan Dahlin | 2006-03-13 | 3 | -2/+9 | |
| | ||||||
* | reviewed by: Johan Dahlin <jdahlin@async.com.br> | Johan Dahlin | 2006-03-09 | 3 | -12/+36 | |
| | | | | | | | | * 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. | |||||
* | turn off zip safe, extension modules in zip files are not supported in eggs | Johan Dahlin | 2006-01-20 | 1 | -1/+0 | |
| | ||||||
* | Add a make egg target | Johan Dahlin | 2006-01-20 | 3 | -0/+29 | |
| | | | | | | * configure.ac (export_dynamic): * Makefile.am (egg): Add a make egg target | |||||
* | post release version bump | Johan Dahlin | 2006-01-17 | 2 | -1/+5 | |
| | ||||||
* | add enum/conversion herePYGOBJECT_2_9_1 | Johan Dahlin | 2006-01-17 | 1 | -0/+2 | |
| | ||||||
* | 2.9.1 | Johan Dahlin | 2006-01-17 | 2 | -0/+11 | |
| | ||||||
* | Don't call g_value_init since the other *_to_gvalue methods expect an | Christopher Aillon | 2006-01-15 | 2 | -1/+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 error | Gustavo J. A. M. Carneiro | 2006-01-14 | 2 | -0/+11 | |
| | ||||||
* | pygobject_register_class api compat. fix | Gustavo J. A. M. Carneiro | 2006-01-13 | 2 | -8/+38 | |
| |