summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add pygobject_postinstall.py to EXTRA_DIST.Cedric Gustin2006-10-042-0/+5
| | | | | | 2006-10-04 Cedric Gustin <cedric.gustin@gmail.com> * Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST.
* Post release version bumpJohan Dahlin2006-10-031-0/+4
|
* 2.12.2PYGOBJECT_2_12_2Johan Dahlin2006-10-033-1/+16
|
* Py_ssize_t postfixGustavo J. A. M. Carneiro2006-10-031-0/+1
|
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-039-50/+96
|
* LGPL, not GPL headerJohan Dahlin2006-09-292-7/+11
| | | | * pygtk.py: LGPL, not GPL header
* (init_pygobject_check): Add parentheses "around && within ||" to please gcc.Gustavo J. A. M. Carneiro2006-09-242-1/+6
|
* Catch ImportError exception when codegen is not available: disableCedric Gustin2006-09-214-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 testsGustavo J. A. M. Carneiro2006-09-162-0/+50
|
* signal emission hook refcount fixGustavo J. A. M. Carneiro2006-09-162-1/+5
|
* Declare variables at start of code blockJohn Ehresman2006-09-122-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 Dahlin2006-09-062-1/+6
| | | | | * gobject/pygmainloop.c (pyg_signal_watch_prepare): Increase the timeout to 1000ms instead of 100.
* Improve the version checkPYGOBJECT_2_12_1Johan Dahlin2006-09-043-24/+32
|
* Add a rule for building documentation tarball used on the websiteJohan Dahlin2006-09-041-0/+9
|
* Comment out broken pdf building sectionJohan Dahlin2006-09-041-4/+4
|
* Post release version bumpJohan Dahlin2006-09-042-1/+5
|
* 2.12PYGOBJECT_2_12_0Johan Dahlin2006-09-043-3/+9
|
* Install html files regardless even when passing in --disable-docs, fixesJohan Dahlin2006-08-283-4/+15
| | | | | * docs/Makefile.am: Install html files regardless even when passing in --disable-docs, fixes #353159 (Matthias Clasen)
* version bumpGustavo J. A. M. Carneiro2006-08-272-1/+5
|
* 2.11.4PYGOBJECT_2_11_4Gustavo J. A. M. Carneiro2006-08-272-0/+9
|
* interface fixes and testsGustavo J. A. M. Carneiro2006-08-274-5/+111
|
* Bug 353039 – Failure in signal emission during do_set_property invoked ↵Gustavo J. A. M. Carneiro2006-08-273-6/+54
| | | | from constructor
* type registration fixGustavo J. A. M. Carneiro2006-08-262-2/+84
|
* Remove builddate.xml, reference directory and fixxref.pyJohan Dahlin2006-08-212-9/+20
| | | | dependencies to avoid regenerating the tarball when it's not needed.
* Remove build_stamp, include generated .html in the distributed tarballJohan Dahlin2006-08-212-6/+6
| | | | | * docs/Makefile.am (EXTRA_DIST): Remove build_stamp, include generated .html in the distributed tarball
* Post release version bumpJohan Dahlin2006-08-212-1/+5
| | | | * configure.ac: Post release version bump
* 2.11.3PYGOBJECT_2_11_3Johan Dahlin2006-08-212-0/+9
|
* Remove printJohan Dahlin2006-08-211-1/+0
|
* Always install the xsl files & css files, regardless if the documentationJohan Dahlin2006-08-213-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 registrationGustavo J. A. M. Carneiro2006-08-172-31/+38
|
* Update docs for gobject functions.John Finlay2006-08-172-1/+296
| | | | | * docs/reference/pygobject-functions.xml: Update docs for gobject functions.
* Replace uses of typename with type_name, because that is a reserved C++Murray Cumming2006-08-153-7/+16
| | | | | | | | | | | 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.
* Update .cvsignoreJohan Dahlin2006-08-141-0/+1
|
* Add reference to installed pygobject docs Add install of style.css DefineJohn Finlay2006-08-135-1/+25
| | | | | | | * 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.
* Use builddate.xml for the builddate entity and have builddate.xml beJohn Finlay2006-08-105-6/+17
| | | | | | | | | * 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.
* Post release version bump.Johan Dahlin2006-08-082-1/+5
| | | | | | 2006-08-08 Johan Dahlin <jdahlin@async.com.br> * configure.ac: Post release version bump.
* 2.11.2PYGOBJECT_2_11_2Johan Dahlin2006-08-082-2/+16
|
* Fix parallel build (#350225, Ed Catmur)Johan Dahlin2006-08-072-0/+7
| | | | | | | 2006-08-07 Johan Dahlin <jdahlin@async.com.br> * docs/Makefile.am ($(HTML_DATA)): Fix parallel build (#350225, Ed Catmur)
* Merge in lost changeJohan Dahlin2006-08-061-1/+1
|
* New file to workaround automake sillinessJohan Dahlin2006-08-067-0/+124
| | | | | | | | | * 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.
* Do not use shade.verbatim, set the background color and border as a normalJohan Dahlin2006-08-062-27/+13
| | | | | | * 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.
* Post release version bumpJohan Dahlin2006-08-042-1/+5
| | | | * configure.ac: Post release version bump
* 2.11.1PYGOBJECT_2_11_1Johan Dahlin2006-08-043-5/+15
|
* Clean up the build date/version mess I created. Now it's created duringJohan Dahlin2006-08-046-19/+30
| | | | | | | | | | | * 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
* hack to kill off all the libtool tagsGustavo J. A. M. Carneiro2006-08-042-0/+11
|
* Fix define to point to the correct function pointer field.John Finlay2006-07-302-1/+6
| | | | | * gobject/pygobject.h (pyg_param_gvalue_from_pyobject): Fix define to point to the correct function pointer field.
* better debug warningsGustavo J. A. M. Carneiro2006-07-293-2/+17
|
* Fix 3 ! problems caused by refactoringJohan Dahlin2006-07-251-22/+24
|
* Add a macro to easily check the installed pygobject version.Johan Dahlin2006-07-252-0/+27
| | | | | * gobject/pygobject.h (init_pygobject_check): Add a macro to easily check the installed pygobject version.
* gobject/pygflags.c (pyg_flags_add) Duplicate the string before sending itJohan Dahlin2006-07-253-9/+19
| | | | | | * gobject/pygflags.c (pyg_flags_add) * gobject/pygenum.c (pyg_enum_add): Duplicate the string before sending it to python. Fixes GCC warnings.