| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2005-07-22 Johan Dahlin <jdahlin@async.com.br>
* NEWS:
* README:
* configure.in: Update requirements
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2005-07-10 Johan Dahlin <johan@gnome.org>
* configure.in: Bump glib/gtk+ requirements
* NEWS: Updated
* README: Updated
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gobject/gobjectmodule.c (initgobject): Call
PyEval_InitThreads. Perhaps its something that always should be
called.
* README (Author): Add a requirements section
* configure.in: Require Python 2.3
* setup.py (version): Ditto
* gobject/pygtype.c, gobject/pygobject.h: Remove 2.2 compat.
* All over the place: Add support for PyGILState.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2003-09-01 James Henstridge <james@daa.com.au>
* configure.in: increment version number.
* NEWS: add news items.
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-23 James Henstridge <james@daa.com.au>
* setup.py: increment version number.
* NEWS: add news items.
* configure.in (numpy check): fix up check for Numeric and
increment version number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-03-13 James Henstridge <james@daa.com.au>
* pyglade/__init__.py: remove python-1.4 ni stuff, and put in a
warning message that you should think of switching over to libglade.
* pygtk.spec: incremented version number. Code gtk+ dependency into
spec file. Made auxillary packages depend on the pygtk package of
the same version.
* configure.in: incremented version number. Incremented minimum
required GTK+ so that when threading is compiled in we don't get
problems caused by using old buggy versions of GTK+.
* gtkmodule.c (PyGdkWindow_PropertyChange): fixed the 32 bit data
part of the case statement correctly this time :)
2000-03-13 James Henstridge <james@daa.com.au>
* pygnome/gnome/__init__.py: don't bother with the python-1.4
compatibility stuff -- gnome-python won't work with python-1.4 for
other reasons.
* configure.in: updated version. Require gtk+ >= 1.2.6 for same
reasons pygtk requires it.
* gnome-python.spec: incremented version numbers. Add requires
headers for gtk+ and gnome-libs so people don't annoy me with
problems caused by old versions. Also, require the matching version
of pygtk. Also, make pygnome-libglade require pygnome.
* pygnome/gettext.py (Catalog.__init__): check for msb encoded
catalogs as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1999-04-25 James Henstridge <james@daa.com.au>
* gtk.py (GtkWidget.get_allocation): a wrapper for the new function.
* gtkmodule.c: added a routine for getting the allocation of a widget.
1999-04-25 James Henstridge <james@daa.com.au>
* pygnome/Makefile.am (EXTRA_DIST): added bookmarks-applet.py
* pygnome/examples/bookmarks-applet.py: added another sample applet
that demonstrates setting up context menu items. It basically
reads in your Netscape 4.x bookmarks file, and puts the bookmarks
into the context menu heirachy. It then uses gnome.url.show() to
display the bookmark in the browser of the user's choice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1999-02-23 James Henstridge <james@daa.com.au>
* README, Makefile.am, pygtk.spec: added references to the MAPPING
file.
* MAPPING: new file describing the mapping of GTK+ onto python as
pygtk does it.
1999-02-22 James Henstridge <james@daa.com.au>
* description.py (GdkCursor): added information about this type.
* gtk.py: commented out the __getattr__, __setattr__ and __delattr__
methods of GtkObject. There were too many things that broke because
of these changes. If I can get these to work correctly in the
future, I will consider re-enabling it, but not till then.
* examples/testgtk/testgtk.py (create_cursor_test): added a cursor
test to the python testgtk. It is adapted from the translation sent
in by Osamu Tanimoto.
* gtkmodule.c: fixed a bit of bad copy'n'paste in the GC part of the
style wrapper code. Thanks go to Osamu Tanimoto <tanimoto@rios.co.jp>.
(PyGdkCursor_GetAttr): now GdkCursor objects have a type attribute
that returns the type number for the object, and a name attribute
that gives a string representation of that type number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1999-02-08 James Henstridge <james@daa.com.au>
* pygnome/gnome/uiconsts.py: added the configurable uiinfo item code.
* pygnome/gnome/ui.py: made changes to reflect those below.
* pygnome/gnomeuimodule.c: added support for configurable uiinfo
items. Also changed accelerator type from character to integer.
* pygnome/generate/gnomeui.defs: added gnome_app_set_statusbar_custom,
gnome_date_edit_[sg]et_flags and gnome_dentry_edit_get_*_entry. Made
change to gnome_date_edit_new_flags arguments.
1999-02-08 James Henstridge <james@daa.com.au>
* description.py (GdkWindow.depth): documented presence of this
attribute.
* gtk.py (GtkFileSelection.complete): I had left out the argument in
this prototype. Fixed now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1999-02-02 James Henstridge <james@daa.com.au>
* generate/gtklists.defs, gtk.py: added GtkCList.focus_row.
* _gdkimlibmodule.c, GdkImlib.py: added push_visual and pop_visual,
that can be used to easily set GTK to use the imlib visual/colormap
combination.
* gtkmodule.c: the PyObject -> GtkArg conversion routines were not
catching some exceptions that they generated. This would cause
wierd problems if you passed the wrong argument types to signal
handlers. This was found by Chi-Deok Hwang <cdhwang@sr.hei.co.kr>
* examples/simple/dnd.py, examples/simple/dndpixmaps.py: and example
of drag and drop contributed by Chi-Deok Hwang <cdhwang@sr.hei.co.kr>
* gtkmodule.c: added gtk_ctree_get_selection, that returns nodes
rather than pointers.
* gtk.py: made changes to reflect those below. Also added
GtkWidget.get_colormap() (it was missing previously).
* generate/gtkedit.defs (gtk_spin_button_update): added function.
* generate/gtkmenus.defs (gtk_check_menu_item_set_active): function
renaming.
(gtk_menu_set_title): added function.
* generate/gtkmisc.defs (gtk_toggle_button_[sg]et_active): added
functions, and removed gtk_toggle_button_set_state.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-12-21 James Henstridge <james@daa.com.au>
* gnome-python.spec: updated version numbers here.
* configure.in: upped required gtk version to 1.1.9, and changed
version to 0.90 (to go with the gnome-1.0 prerelease).
* gnome/examples/html_demo.py: changed some function calls to match
GTK API changes.
1998-12-21 James Henstridge <james@daa.com.au>
* pygtk.spec: updated version here as well.
* README: updated required GTK version to 1.1.9
* configure.in: Updated version for pygtk to 0.5.9, increased
GTK version check to 1.1.9.
|
| |
|
|
|