summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add distutils supportJohan Dahlin2006-01-094-3/+240
| | | | | | * setup.py: Add distutils support * dsextras.py (get_m4_define): Check for configure.ac aswell.
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-0935-527/+1693
|
* Pass GLOBAL_MACROS (in particular HAVE_PYCAIRO) to codegen DefsParser. IfCedric Gustin2006-01-041-2/+2
| | | | | | | | | 2006-01-04 Cedric Gustin <cedric.gustin@gmail.com> * dsextras.py (Template.generate): Pass GLOBAL_MACROS (in particular HAVE_PYCAIRO) to codegen DefsParser. * setup.py: If pangocairo is enabled, add pycairo to the list of packages required to build the GTK+ module. Also set HAVE_PYCAIRO.
* fix pygflags registration with module == NULLGustavo J. A. M. Carneiro2005-12-241-12/+15
|
* We always need to free interfaces since its a null terminated array.Johan Dahlin2005-11-151-1/+1
| | | | | * gobject/pygobject.c (pygobject_new_with_interfaces): We always need to free interfaces since its a null terminated array.
* Remove deprecation warningJohan Dahlin2005-11-131-13/+1
|
* plug leak; add glade test; fix warning messageGustavo J. A. M. Carneiro2005-11-094-5/+39
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-034-29/+54
| | | | | | | | | | | | 2005-11-03 Manish Singh <yosh@gimp.org> reviewed by: Johan Dahlin <jdahlin@async.com.br> * gobject/gobjectmodule.c: (pyg_integer_richcompare): * gobject/pygenum.c: (pyg_enum_richcompare): * gobject/pygflags.c: (pyg_flags_richcompare): * gobject/pygobject-private.h: Prepare for Python 2.5 richcompare changes, fixes #320455.
* Add testJohan Dahlin2005-10-142-0/+13
| | | | | | | | | * tests/Makefile.am (tests): * tests/test_gdk.py: Add test * gtk/gdk.defs (pixmap_create_from_data) (bitmap_create_from_data): use guchar* instead of gchar, fixes #318874 (Bob Gibbs)
* Use GIL state instead of block/unblock. Fixes crasher found by Ole AndrePYGTK_2_8_2Johan Dahlin2005-10-091-2/+5
| | | | | | * gobject/pygiochannel.c: (pyg_iowatch_marshal): Use GIL state instead of block/unblock. Fixes crasher found by Ole Andre Valda Ravnås.