| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
| |
* m4/as-expand.m4: New file to workaround automake silliness
* docs/xsl/fixxref.py.in: New script
* docs/Makefile.am (XSLFILES): Add fixxref.py script, moved in from
PyGTK.
|
|
|
|
|
|
| |
* docs/xsl/html.xsl: Do not use shade.verbatim, set the background
color and border as a normal html tag to avoid an external
stylesheet.
|
|
|
|
| |
* configure.ac: Post release version bump
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac:
* docs/Makefile.am:
* docs/reference/.cvsignore:
* docs/reference/entities.docbook.in:
* docs/reference/pygobject-ref.xml:
Clean up the build date/version mess I created.
Now it's created during configure time and properly included in
the docbook files. Also make sure distcheck passes
|
| |
|
|
|
|
|
| |
* gobject/pygobject.h (pyg_param_gvalue_from_pyobject): Fix define
to point to the correct function pointer field.
|
| |
|
| |
|
|
|
|
|
| |
* gobject/pygobject.h (init_pygobject_check): Add a macro to easily
check the installed pygobject version.
|
|
|
|
|
|
| |
* gobject/pygflags.c (pyg_flags_add)
* gobject/pygenum.c (pyg_enum_add): Duplicate the string before
sending it to python. Fixes GCC warnings.
|