| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
* gobject/pygobject.c (pygobject_register_class): set __module__ on
gobject derived types, fixes #376099
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* 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)
|
| |
|
| |
|
|
|
|
|
|
| |
* docs/Makefile.am (HTML_FILES): Remove
html/pygobject-reference-copyright.html.
Fixes #361906 (Marc-Andre Lureau)
|
| |
|
|
|
|
|
|
|
| |
* docs/reference/pygobject-introduction.xml: Remove Copyright and
License section.
* docs/reference/pygobject-ref.xml: Remove author info
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
2006-10-04 Cedric Gustin <cedric.gustin@gmail.com>
* Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* pygtk.py: LGPL, not GPL header
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
|
|
|
|
|
|
| |
2006-09-12 John Ehresman <jpe@wingware.com>
* gobject/pygobject.h (init_pygobject_check): Declare variables
at start of code block
|
|
|
|
|
| |
* gobject/pygmainloop.c (pyg_signal_watch_prepare): Increase the timeout
to 1000ms instead of 100.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* docs/Makefile.am: Install html files regardless even when passing
in --disable-docs, fixes #353159 (Matthias Clasen)
|
| |
|
| |
|
| |
|
|
|
|
| |
from constructor
|
| |
|
|
|
|
| |
dependencies to avoid regenerating the tarball when it's not needed.
|
|
|
|
|
| |
* docs/Makefile.am (EXTRA_DIST): Remove build_stamp, include generated .html
in the distributed tarball
|
|
|
|
| |
* configure.ac: Post release version bump
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* docs/reference/pygobject-functions.xml: Update docs for
gobject functions.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-15 Murray Cumming <murrayc@murrayc.com>
* gobject/pygobject-private.h:
* gobject/pygobject.h:
Replace uses of typename with type_name, because that is a
reserved C++ keyword. This was breaking compilation of Glom
due its use in the new type_register_custom function pointer in
pygobject.h.
|
| |
|
|
|
|
|
|
|
| |
* pygobject-2.0.pc.in: Add reference to installed pygobject docs
* docs/Makefile.am: Add install of style.css
* docs/xsl/html.xsl: Define stylesheet as style.css
* docs/style.css: Add.
|
|
|
|
|
|
|
|
|
| |
* docs/reference/entities.docbook.in:
* docs/reference/pygobject-ref.xml:
* docs/Makefile.am:
* configure.ac:
Use builddate.xml for the builddate entity and have builddate.xml be
updated when the docs are built not during configure time.
|
|
|
|
|
|
| |
2006-08-08 Johan Dahlin <jdahlin@async.com.br>
* configure.ac: Post release version bump.
|
| |
|
|
|
|
|
|
|
| |
2006-08-07 Johan Dahlin <jdahlin@async.com.br>
* docs/Makefile.am ($(HTML_DATA)): Fix parallel build
(#350225, Ed Catmur)
|
| |
|