summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix typo in Finlays commitJohan Dahlin2006-07-251-2/+2
|
* Avoid segfault when g_flags_get_first_value returns NULL.John Finlay2006-07-252-3/+18
| | | | | | * gobject/pygflags.c (pyg_flags_get_first_value_name) (pyg_flags_get_first_value_nick): Avoid segfault when g_flags_get_first_value returns NULL.
* undo last commitJohn Finlay2006-07-211-2/+2
| | | | * undo last commit
* Remove build_stamp and pdf dependency on builddate.xmlJohn Finlay2006-07-201-2/+2
| | | | * Remove build_stamp and pdf dependency on builddate.xml
* Make version.xml dependent on config.h Make builddate.xml dependent onJohn Finlay2006-07-202-5/+11
| | | | | | * docs/Makefile.am: Make version.xml dependent on config.h Make builddate.xml dependent on REFERENCE_DEPS. Add builddate.xml to build_stamp and pdf dependencies. Add pdf files to cleanup.
* Forgot to commit the changes to configure.acJohan Dahlin2006-07-201-1/+0
|
* Generate builddate.xml and version.xml at build time instead on configureJohan Dahlin2006-07-204-10/+42
| | | | | | | | | * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/version.xml.in: Generate builddate.xml and version.xml at build time instead on configure time, add proper dependencies.
* Use more portable date generator.John Finlay2006-07-192-1/+4
| | | | * docs/Makefile.am: Use more portable date generator.
* Add book to list of indexed items.John Finlay2006-07-192-2/+4
| | | | * docs/xsl/ref-html-style.xsl: Add book to list of indexed items.
* Output xref links for unknown links.John Finlay2006-07-199-146/+308
| | | | | | | | | | | | | | | * docs/xsl/html.xsl: Output xref links for unknown links. * docs/xsl/ref-html-style.xsl: Include refsect1 and refsect2 in indexed items but only ig they have ids. * configure.ac (AC_CONFIG_FILES) : Add docs/reference/version.xml * docs/reference/pygobject-ref.xml: Add pygobject-introduction.xml and version and builddate entities. Remove commented out items. * docs/Makefile.am: Add reference/pygobject-introduction.xml and reference/version.xml.in
* Install book in $datadir/gtk-doc/htmlJohan Dahlin2006-07-192-1/+5
| | | | * docs/Makefile.am (HTMLdir): Install book in $datadir/gtk-doc/html
* Add bug #Johan Dahlin2006-07-131-2/+1
|
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-136-11/+116
| | | | | | | | | | | | | * gobject/gobjectmodule.c: (pyg_type_from_name), (get_type_name_for_class): * gobject/pygobject-private.h: * gobject/pygobject.c: (pygobject_new_with_interfaces), (pygobject_lookup_class), (pygobject_emit): * gobject/pygobject.h: * gobject/pygtype.c: (_wrap_g_type_from_name), (pyg_type_from_object), (pyg_type_register_custom_callback), (pyg_type_get_custom), (_pyg_type_from_name): Add infrastructure for lazy type registration, fixes #
* Move xsl to a separate directory, install them and include a few more things ↵Johan Dahlin2006-07-137-14/+16
| | | | in the tarball
* Do not version the installed tarball, make the build actually workJohan Dahlin2006-07-133-8/+10
|
* goption leak fixedGustavo J. A. M. Carneiro2006-07-133-3/+10
|
* Import GObject part of John Finlay's PyGTK Reference Manual, copy overJohan Dahlin2006-07-1222-1/+4305
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * configure.ac: * docs/.cvsignore: * docs/Makefile.am: * docs/common.xsl: * docs/devhelp.xsl: * docs/html.xsl: * docs/pdf-style.xsl: * docs/pdf.xsl: * docs/ref-html-style.xsl: * docs/reference/.cvsignore: * docs/reference/pygobject-classes.xml: * docs/reference/pygobject-constants.xml: * docs/reference/pygobject-functions.xml: * docs/reference/pygobject-gboxed.xml: * docs/reference/pygobject-ginterface.xml: * docs/reference/pygobject-gpointer.xml: * docs/reference/pygobject-maincontext.xml: * docs/reference/pygobject-mainloop.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygobject.xml: Import GObject part of John Finlay's PyGTK Reference Manual, copy over infrastructure from the pygtk-web module.
* post-release version bumpGustavo J. A. M. Carneiro2006-07-122-1/+5
|
* 2.11.0PYGOBJECT_2_11_0Gustavo J. A. M. Carneiro2006-07-122-0/+15
|
* Add Interface implementation testJohan Dahlin2006-07-105-10/+296
|
* interface implementation fixGustavo J. A. M. Carneiro2006-07-092-10/+13
|
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-092-1/+12
|
* indentationJohan Dahlin2006-07-071-1/+1
|
* Fix message typo.John Finlay2006-07-052-2/+6
| | | | * gobject/pygiochannel.c (py_io_channel_init): Fix message typo.
* Set datarootdir in .pc file.Cedric Gustin2006-06-284-7/+20
| | | | | | | | | | | | | | 2006-06-28 Cedric Gustin <cedric.gustin@gmail.com> * dsextras.py (InstallData): Set datarootdir in .pc file. * pygobject_postinstall.py (replace_prefix): Do not parse pygtk-codegen-2.0 as it is part of pygtk. * setup.py: Create gobject extension as gobject._gobject. Add pygoptioncontext.c and pygoptiongroup.c to the list of source files. Add option.py to the module files. Changed name of distutils package from pygtk to pygobject.
* gobject.filename_from_utf8Gustavo J. A. M. Carneiro2006-06-242-2/+30
|
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-246-6/+98
| | | | Add support for G_TYPE_GSTRING, at least in signals.
* Add support for retrieving signal and propertie info from interface types.John Finlay2006-06-232-42/+81
| | | | | | * gobject/gobjectmodule.c (pyg_object_class_list_properties) (pyg_signal_list_ids, pyg_signal_lookup, pyg_signal_query): Add support for retrieving signal and propertie info from interface types.
* Add Py_CLEAR macro for 2.3 compatibilityJohan Dahlin2006-06-051-0/+12
|
* Fix two leaks in error cases, found by Coverity.Johan Dahlin2006-06-042-0/+8
| | | | | | * gobject/gobjectmodule.c (pyg_spawn_async) (pyg_signal_new): Fix two leaks in error cases, found by Coverity.
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-285-10/+31
|
* Add a disabled test of subsubtypeJohan Dahlin2006-05-271-0/+14
|
* Bug 341174 – Be more specific in set/get_property error messagesGustavo J. A. M. Carneiro2006-05-202-5/+15
|
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections ↵Gustavo J. A. M. Carneiro2006-05-073-12/+78
| | | | APIs (bug #323786 again).
* Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan forJohan Dahlin2006-05-072-1/+6
| | | | | * Makefile.am (CLEANFILES): Remove pygtk.py, it's not auto-generated any longer. Thanks to Kjartan for noticing.
* fix PyGOptionContext instance typeGustavo J. A. M. Carneiro2006-05-072-1/+6
|
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-013-1/+18
|
* Bug 340160 – g_spawn wrapper thinks GPid is an intGustavo J. A. M. Carneiro2006-05-012-1/+77
|
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-2910-3/+1122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-29 Johannes Hölzl <johannes.hoelzl@gmx.de> reviewed by: Johan Dahlin <jdahlin@async.com.br> * examples/Makefile.am: * examples/option.py: * gobject/Makefile.am: * gobject/gobjectmodule.c: (init_gobject): * gobject/option.py: * gobject/pygobject-private.h: * gobject/pygoptioncontext.c: (pyg_option_context_init), (pyg_option_context_dealloc), (pyg_option_context_parse), (pyg_option_context_set_help_enabled), (pyg_option_context_get_help_enabled), (pyg_option_context_set_ignore_unknown_options), (pyg_option_context_get_ignore_unknown_options), (pyg_option_context_set_main_group), (pyg_option_context_get_main_group), (pyg_option_context_add_group), (pyg_option_context_compare), (pyg_option_context_new): * gobject/pygoptiongroup.c: (check_if_owned), (destroy_g_group), (pyg_option_group_init), (pyg_option_group_dealloc), (arg_func), (pyg_option_group_add_entries), (pyg_option_group_set_translation_domain), (pyg_option_group_compare), (pyg_option_group_transfer_group), (pyg_option_group_new): * tests/test_option.py: Add support for GOption, fixes #163645
* Forgot thisJohan Dahlin2006-04-292-0/+13
|
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-293-0/+143
| | | | | | | | | | | | * gobject/pygtype.c (gclosure_from_pyfunc): * gobject/pygobject.c (pygobject_disconnect_by_func) (pygobject_handler_block_by_func) (pygobject_handler_unblock_by_func): * tests/test_signal.py (TestEmissionHook._callback): Fix #154845, add tests and a private method.
* dos2unix pygtk.pyGustavo J. A. M. Carneiro2006-04-231-95/+95
|