summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 2.10.0PYGOBJECT_2_10_0Johan Dahlin2006-03-133-2/+9
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-03-093-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 eggsJohan Dahlin2006-01-201-1/+0
|
* Add a make egg targetJohan Dahlin2006-01-203-0/+29
| | | | | | * configure.ac (export_dynamic): * Makefile.am (egg): Add a make egg target
* post release version bumpJohan Dahlin2006-01-172-1/+5
|
* add enum/conversion herePYGOBJECT_2_9_1Johan Dahlin2006-01-171-0/+2
|
* 2.9.1Johan Dahlin2006-01-172-0/+11
|
* Don't call g_value_init since the other *_to_gvalue methods expect anChristopher Aillon2006-01-152-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 errorGustavo J. A. M. Carneiro2006-01-142-0/+11
|
* pygobject_register_class api compat. fixGustavo J. A. M. Carneiro2006-01-132-8/+38
|
* ignore interfaces from .defs, discover them at runtimeGustavo J. A. M. Carneiro2006-01-132-40/+73
|
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-133-1/+187
| | | | | | | | | | * 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-114-4/+161
|
* reorder more nicely information presented in docstring about signals and ↵Gustavo J. A. M. Carneiro2006-01-112-11/+20
| | | | properties
* branch; version 2.9.1Gustavo J. A. M. Carneiro2006-01-112-1/+5
|
* post release version bumpJohan Dahlin2006-01-091-1/+1
|
* 2.8.0PYGOBJECT_2_8_0Johan Dahlin2006-01-093-3/+3
|
* 2.9.0PYGOBJECT_2_9_0Johan Dahlin2006-01-092-0/+7
|
* Make dist/distcheck work againJohan Dahlin2006-01-094-4/+27
|
* updateJohan Dahlin2006-01-091-0/+2
|