summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.10.2PYGTK_2_10_2Gustavo J. A. M. Carneiro2006-10-022-0/+8
|
* Add unit test for bug #347273Gustavo J. A. M. Carneiro2006-10-022-0/+18
|
* Adapt the codegendir variable to the user platform. Copy style.css fromCedric Gustin2006-09-213-45/+170
| | | | | | | | | | | | | | | 2006-09-21 Cedric Gustin <cedric.gustin@gmail.com> * pygtk_postinstall.py: Adapt the codegendir variable to the user platform. Copy style.css from pygobject docs to pygtk docs. Run fixxref on installed html files. Add functions to install shortcuts in the Start menu to the reference manual (currently disabled: see bug #353849). * setup.py: Changed the way the VERSION macro is defined on win32. Added 2.10 defs files for gdk and gtk when GTK+ 2.10 is detected. Added gtk.keysyms, gtk._lazyutils, dsextras_gen and codegen to the list of installed packages. Also install the html reference documentation and run fixxref on the html files.
* Fix problems introduced in fix of #347273 and relatedGustavo J. A. M. Carneiro2006-09-165-7/+40
|
* Declare variable at start of code blockJohn Ehresman2006-09-122-1/+7
| | | | | | | 2006-09-12 John Ehresman <jpe@wingware.com> * gtk/gtk.override (_wrap_gtk_clipboard_wait_for_rich_text): Declare variable at start of code block
* Post release version bumpJohan Dahlin2006-09-052-1/+5
|
* Require of PyGObject here too; 2.12.1PYGTK_2_10_1Johan Dahlin2006-09-052-2/+2
|
* 2.10.1Johan Dahlin2006-09-041-1/+5
|
* Require PyGObject 2.12.0Johan Dahlin2006-09-041-1/+1
|
* Add doc distJohan Dahlin2006-09-041-0/+9
|
* Post release version bumpJohan Dahlin2006-09-042-1/+5
|
* 2.10.0PYGTK_2_10_0Johan Dahlin2006-09-044-5/+23
|
* Oops, forgot thisJohan Dahlin2006-09-041-4/+1
|
* Include the built docs in the tarballJohan Dahlin2006-09-041-9/+15
|
* forall, spotted by Tim TerlegårdJohan Dahlin2006-08-222-1/+6
|
* Add builddate.xmlJohan Dahlin2006-08-221-0/+1
|
* Remove gross hackJohan Dahlin2006-08-211-9/+2
|
* comment out pdf part, it won't work anywayJohan Dahlin2006-08-211-4/+4
|
* Get rid of build_stamp, include the generated html documentation in theJohan Dahlin2006-08-212-24/+29
| | | | | * docs/Makefile.am: Get rid of build_stamp, include the generated html documentation in the tarball.
* quiet!Johan Dahlin2006-08-211-4/+4
|
* change all TRUE to True and FALSE to FalseJohn Finlay2006-08-16163-2097/+2097
| | | | * change all TRUE to True and FALSE to False
* *** empty log message ***John Finlay2006-08-151-0/+2
|
* Copy style.css from pygobject docs when installing docs. Fixes #351385John Finlay2006-08-154-13/+12
| | | | | | | * docs/Makefile.am (CSS_FILES): * docs/style.css: * configure.in (PYGOBJECT_PYGDOCS): Copy style.css from pygobject docs when installing docs. Fixes #351385 (Gian Mario Tagliaretti)
* issue a warning instead of printing to stdout, fixes #316877 regression.Johan Dahlin2006-08-143-1/+10
| | | | | * gtk/__init__.py (_init): issue a warning instead of printing to stdout, fixes #316877 regression. (Jeremey Katz)
* Add. Add install of style.cssJohn Finlay2006-08-133-1/+21
| | | | | * docs/style.css: Add. * docs/Makefile.am: Add install of style.css
* Fix typosJohn Finlay2006-08-122-2/+2
| | | | * Fix typos
* Add.John Finlay2006-08-123-0/+169
| | | | | | * pygtk-gtkaction.xml (set_menu_item_type, set_tool_item_type): Add. * pygtk-gtkwidget.xml (get_activate_signal): Add.
* Use builddate.xml for the builddate entity and have builddate.xml beJohn Finlay2006-08-115-5/+16
| | | | | | | | | * configure.in: * docs/Makefile.am: * docs/reference/entities.docbook.in: * docs/reference/pygtk2-ref.xml: 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 bumpJohan Dahlin2006-08-082-1/+5
| | | | * configure.in: Post release version bump
* Fix version numberPYGTK_2_9_6Johan Dahlin2006-08-081-1/+1
|
* 2.9.6Johan Dahlin2006-08-083-0/+15
|
* Do not check version in the testsuite, it's already done in the individual ↵Johan Dahlin2006-08-081-7/+2
| | | | modules
* Enable cursor/gtk.TreePath testJohan Dahlin2006-08-072-3/+6
|
* bare except: clauses, begone\!Gustavo J. A. M. Carneiro2006-08-074-46/+81
|
* Fix parallel build (#350225, Ed Catmur)Johan Dahlin2006-08-072-0/+7
| | | | | * docs/Makefile.am ($(HTML_DATA)): Fix parallel build (#350225, Ed Catmur)
* Bug 350252 – using an int as treeview path used to work but doesn't with 2.9.5Gustavo J. A. M. Carneiro2006-08-072-1/+9
|
* Add a test for #350252Johan Dahlin2006-08-072-0/+18
| | | | | * tests/test_treeview.py (TreeViewTest._test_default_attributes): Add a test for #350252
* UpdateJohan Dahlin2006-08-061-2/+1
|
* Remove, it moved to PyGObject.Johan Dahlin2006-08-064-67/+8
| | | | * docs/fixxref.py: Remove, it moved to PyGObject.
* Allow patterns that cross multiple lines.John Finlay2006-08-062-1/+5
| | | | * docs/fixxref.py (link_pat): Allow patterns that cross multiple lines.
* pygtk-gtkwidget.xml Replace gobject-*-constants xrefs with link tags.John Finlay2006-08-063-35/+42
| | | | | | * pygtk-gtkwidget.xml * pygtk-gtkcontainer.xml: Replace gobject-*-constants xrefs with link tags.
* whitespace normalizationJohan Dahlin2006-08-061-111/+111
|
* Post release version bumpJohan Dahlin2006-08-062-1/+5
| | | | * configure.in: Post release version bump
* 2.9.5PYGTK_2_9_5Johan Dahlin2006-08-062-1/+7
|
* docs/reference/pygtk-gtkpagesetupunixdialog.xmlJohn Finlay2006-08-0510-120/+120
| | | | | | | | | | | | | | | * docs/reference/pygtk-gtkpagesetupunixdialog.xml * docs/reference/pygtk-gtkprinter.xml * docs/reference/pygtk-gtkprintjob.xml * docs/reference/pygtk-gtkprintoperation.xml * docs/reference/pygtk-gtkprintunixdialog.xml * docs/reference/pygtk-introduction.xml * docs/reference/pygtk-unixprint-classes.xml * docs/reference/pygtk-unixprint-constants.xml * docs/reference/pygtk-unixprint-functions.xml * docs/reference/pygtk2-ref.xml * gtk/gtkunixprint.override: Change all references to gtk.unixprint to gtkunixprint.
* Always include 2.10 defs in EXTRA_DIST, fixes (#350008, Joseph Sacco)Johan Dahlin2006-08-052-0/+6
| | | | | * gtk/Makefile.am (GDK_TYPES_DEFS): Always include 2.10 defs in EXTRA_DIST, fixes (#350008, Joseph Sacco)
* Another NEWS entryJohan Dahlin2006-08-051-0/+1
|
* Make it possible to reload the gtk+ module, (#349026, Alexander Larsson)Johan Dahlin2006-08-053-2/+19
| | | | | | | * gtk/__init__.py (ver): Make it possible to reload the gtk+ module, (#349026, Alexander Larsson) * tests/test_api.py (APITest.testGlade): Add a test
* Add news itemJohan Dahlin2006-08-051-0/+3
|
* Special case __members__ to dir on the real module, fixes (#349892, JohnJohan Dahlin2006-08-053-0/+11
| | | | | | | | * gtk/_lazyutils.py (LazyModule.__getattr__): Special case __members__ to dir on the real module, fixes (#349892, John Finlay) * tests/test_api.py (APITest.testKeysyms): Add a test