Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a couple of compiler warnings. | Gustavo J. A. M. Carneiro | 2007-03-17 | 2 | -2/+7 | |
| | | | | svn path=/trunk/; revision=640 | |||||
* | Fix the docs option so that it's possible to disable building the docs. | Richard Hult | 2007-03-06 | 2 | -1/+6 | |
| | | | | | | | | | 2007-03-06 Richard Hult <richard@imendio.com> * configure.ac: Fix the docs option so that it's possible to disable building the docs. svn path=/trunk/; revision=639 | |||||
* | Release the GIL when calling g_object_set_property, since setting a | Edward Hervey | 2007-03-03 | 2 | -0/+10 | |
| | | | | | | | | | * gobject/pygobject.c: (set_property_from_pspec): Release the GIL when calling g_object_set_property, since setting a property might trigger some code that might come back in python land. Fixes #395048 svn path=/trunk/; revision=638 | |||||
* | Remove .cvsignore archives | Johan Dahlin | 2007-01-16 | 7 | -46/+0 | |
| | | | | svn path=/trunk/; revision=636 | |||||
* | treat --enable-docs like in gtk+, closes #361722 | Gustavo J. A. M. Carneiro | 2007-01-09 | 3 | -14/+37 | |
| | | | | svn path=/trunk/; revision=635 | |||||
* | Make this work with automake 1.10 too. | Kjartan Maraas | 2006-12-14 | 2 | -5/+10 | |
| | | | | | | 2006-12-14 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Make this work with automake 1.10 too. | |||||
* | Post release version bump | Johan Dahlin | 2006-11-18 | 2 | -1/+5 | |
| | ||||||
* | 2.12.3PYGOBJECT_2_12_3 | Johan Dahlin | 2006-11-18 | 2 | -0/+14 | |
| | ||||||
* | Improve exception | Johan Dahlin | 2006-11-18 | 1 | -1/+4 | |
| | ||||||
* | Make sure an exception is raised when we pass in invalid arguments to the | Johan Dahlin | 2006-11-18 | 3 | -4/+12 | |
| | | | | | | | * gobject/pygoptiongroup.c (pyg_option_group_dealloc): * tests/test_option.py (TestOption.testBadConstructor): Make sure an exception is raised when we pass in invalid arguments to the optiongroup constructor, add a test. #364576 (Laszlo Pandy) | |||||
* | set __module__ on gobject derived types, fixes #376099 | Johan Dahlin | 2006-11-18 | 2 | -2/+17 | |
| | | | | | * gobject/pygobject.c (pygobject_register_class): set __module__ on gobject derived types, fixes #376099 | |||||
* | post release version bump ;) | Johan Dahlin | 2006-11-18 | 1 | -1/+1 | |
| | ||||||
* | reviewed by: Johan Dahlin <johan@gnome.org> | Yevgen Muntyan | 2006-11-18 | 4 | -15/+98 | |
| | | | | | | | | | | | | | 2006-11-18 Yevgen Muntyan <muntyan@tamu.edu> reviewed by: Johan Dahlin <johan@gnome.org> * gobject/gobjectmodule.c: (create_property): * gobject/pygparamspec.c: (pyg_param_spec_getattr): * tests/test_properties.py: Avoid truncating in pyg_param_spec_getattr, add test for all non-float numeric types. Fixes #353943 | |||||
* | Use PyObject_Cmp instead of comparing function closure addresses, which | Johan Dahlin | 2006-11-18 | 3 | -12/+27 | |
| | | | | | | * gobject/pygtype.c (gclosure_from_pyfunc): Use PyObject_Cmp instead of comparing function closure addresses, which makes it possible to use any callable and not just functions. Fixes #375589 (Dima) | |||||
* | Revert accidentally commited changes | Johan Dahlin | 2006-11-18 | 2 | -2/+2 | |
| | ||||||
* | Add a test for #375589 | Johan Dahlin | 2006-11-18 | 3 | -2/+12 | |
| | ||||||
* | Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-Andre | John Finlay | 2006-10-13 | 2 | -2/+7 | |
| | | | | | | * docs/Makefile.am (HTML_FILES): Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-Andre Lureau) | |||||
* | *** empty log message *** | John Finlay | 2006-10-12 | 1 | -0/+7 | |
| | ||||||
* | Remove Copyright and License section. | John Finlay | 2006-10-12 | 2 | -27/+4 | |
| | | | | | | | * docs/reference/pygobject-introduction.xml: Remove Copyright and License section. * docs/reference/pygobject-ref.xml: Remove author info | |||||
* | Add py_ssize_t_clean flag to be passed to codegen.SourceWriter. | Cedric Gustin | 2006-10-05 | 2 | -3/+11 | |
| | | | | | | | 2006-10-05 Cedric Gustin <cedric.gustin@gmail.com> * dsextras.py (Template) (TemplateExtension): Add py_ssize_t_clean flag to be passed to codegen.SourceWriter. | |||||
* | Add pygobject_postinstall.py to EXTRA_DIST. | Cedric Gustin | 2006-10-04 | 2 | -0/+5 | |
| | | | | | | 2006-10-04 Cedric Gustin <cedric.gustin@gmail.com> * Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST. | |||||
* | Post release version bump | Johan Dahlin | 2006-10-03 | 1 | -0/+4 | |
| | ||||||
* | 2.12.2PYGOBJECT_2_12_2 | Johan Dahlin | 2006-10-03 | 3 | -1/+16 | |
| | ||||||
* | Py_ssize_t postfix | Gustavo J. A. M. Carneiro | 2006-10-03 | 1 | -0/+1 | |
| | ||||||
* | Python 2.5, int vs ssize_t | Gustavo J. A. M. Carneiro | 2006-10-03 | 9 | -50/+96 | |
| | ||||||
* | LGPL, not GPL header | Johan Dahlin | 2006-09-29 | 2 | -7/+11 | |
| | | | | * pygtk.py: LGPL, not GPL header | |||||
* | (init_pygobject_check): Add parentheses "around && within ||" to please gcc. | Gustavo J. A. M. Carneiro | 2006-09-24 | 2 | -1/+6 | |
| | ||||||
* | Catch ImportError exception when codegen is not available: disable | Cedric Gustin | 2006-09-21 | 4 | -73/+177 | |
| | | | | | | | | | | | | | | | | | | 2006-09-21 Cedric Gustin <cedric.gustin@gmail.com> * dsextras.py: Catch ImportError exception when codegen is not available: disable Template and TemplateExtension, redirect the user to the pygtk installer and raise a NameError exception. check_date has also been rewritten and now uses distutils.dep_util.newer_group(). defs files can also be built using createdefs by passing tuples as keyword argument to Template (see for example the gdk and gtk templates in setup.py). * setup.py: Changed the way the VERSION macro is defined on win32. Also install the html reference documentation, the xsl files and fixxref. * pygobject_postinstall.py: Set the value of DATADIR in fixxref.py. Add functions to install shortcuts in the Start menu to the reference manual (currently disabled: see bug #353849). | |||||
* | some more emission hook tests | Gustavo J. A. M. Carneiro | 2006-09-16 | 2 | -0/+50 | |
| | ||||||
* | signal emission hook refcount fix | Gustavo J. A. M. Carneiro | 2006-09-16 | 2 | -1/+5 | |
| | ||||||
* | Declare variables at start of code block | John Ehresman | 2006-09-12 | 2 | -4/+10 | |
| | | | | | | | 2006-09-12 John Ehresman <jpe@wingware.com> * gobject/pygobject.h (init_pygobject_check): Declare variables at start of code block | |||||
* | Increase the timeout to 1000ms instead of 100. | Johan Dahlin | 2006-09-06 | 2 | -1/+6 | |
| | | | | | * gobject/pygmainloop.c (pyg_signal_watch_prepare): Increase the timeout to 1000ms instead of 100. | |||||
* | Improve the version checkPYGOBJECT_2_12_1 | Johan Dahlin | 2006-09-04 | 3 | -24/+32 | |
| | ||||||
* | Add a rule for building documentation tarball used on the website | Johan Dahlin | 2006-09-04 | 1 | -0/+9 | |
| | ||||||
* | Comment out broken pdf building section | Johan Dahlin | 2006-09-04 | 1 | -4/+4 | |
| | ||||||
* | Post release version bump | Johan Dahlin | 2006-09-04 | 2 | -1/+5 | |
| | ||||||
* | 2.12PYGOBJECT_2_12_0 | Johan Dahlin | 2006-09-04 | 3 | -3/+9 | |
| | ||||||
* | Install html files regardless even when passing in --disable-docs, fixes | Johan Dahlin | 2006-08-28 | 3 | -4/+15 | |
| | | | | | * docs/Makefile.am: Install html files regardless even when passing in --disable-docs, fixes #353159 (Matthias Clasen) | |||||
* | version bump | Gustavo J. A. M. Carneiro | 2006-08-27 | 2 | -1/+5 | |
| | ||||||
* | 2.11.4PYGOBJECT_2_11_4 | Gustavo J. A. M. Carneiro | 2006-08-27 | 2 | -0/+9 | |
| | ||||||
* | interface fixes and tests | Gustavo J. A. M. Carneiro | 2006-08-27 | 4 | -5/+111 | |
| | ||||||
* | Bug 353039 – Failure in signal emission during do_set_property invoked ↵ | Gustavo J. A. M. Carneiro | 2006-08-27 | 3 | -6/+54 | |
| | | | | from constructor | |||||
* | type registration fix | Gustavo J. A. M. Carneiro | 2006-08-26 | 2 | -2/+84 | |
| | ||||||
* | Remove builddate.xml, reference directory and fixxref.py | Johan Dahlin | 2006-08-21 | 2 | -9/+20 | |
| | | | | dependencies to avoid regenerating the tarball when it's not needed. | |||||
* | Remove build_stamp, include generated .html in the distributed tarball | Johan Dahlin | 2006-08-21 | 2 | -6/+6 | |
| | | | | | * docs/Makefile.am (EXTRA_DIST): Remove build_stamp, include generated .html in the distributed tarball | |||||
* | Post release version bump | Johan Dahlin | 2006-08-21 | 2 | -1/+5 | |
| | | | | * configure.ac: Post release version bump | |||||
* | 2.11.3PYGOBJECT_2_11_3 | Johan Dahlin | 2006-08-21 | 2 | -0/+9 | |
| | ||||||
* | Remove print | Johan Dahlin | 2006-08-21 | 1 | -1/+0 | |
| | ||||||
* | Always install the xsl files & css files, regardless if the documentation | Johan Dahlin | 2006-08-21 | 3 | -49/+47 | |
| | | | | | | | | | 2006-08-21 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * docs/Makefile.am: Always install the xsl files & css files, regardless if the documentation was actually built or not. Also clean it up considerably. | |||||
* | fix interface registration | Gustavo J. A. M. Carneiro | 2006-08-17 | 2 | -31/+38 | |
| |