Epiphany Extensions 1.5.7 are available for download
Epiphany 1.5.6 has been released
Revelation 0.4.0 has been released
GStreamer 0.8.9 has been released
gnome-panel 2.9.90 has been released
gnome-games 2.9.6 has been released
gedit 2.9.6 has been released
The Java-GNOME team is pleased to announce the release of Java-GNOME 2.9.91 which is our second beta release for 2.10.
This release has focused on fixing reported bugs and improving the build system. You can find source tarballs for each of the modules on GNOME ftp.
libgtk-java 2.5.91:
bindings for glib, atk, pango, gdk, gdk-pixbuf, and gtk
http://ftp.gnome.org/pub/GNOME/sources/libgtk-java/2.5/libgtk-java-2.5.91.tar.gz
libgnome-java 2.9.91:
bindings for libgnome, libgnomeui, and libgnomecanvas
http://ftp.gnome.org/pub/GNOME/sources/libgnome-java/2.9/libgnome-java-2.9.91.tar.gz
libglade-java 2.9.91:
bindings for libglade
http://ftp.gnome.org/pub/GNOME/sources/libglade-java/2.9/libglade-java-2.9.91.tar.gz
libgconf-java 2.9.91:
bindings for gconf
http://ftp.gnome.org/pub/GNOME/sources/libgconf-java/2.9/libgconf-java-2.9.91.tar.gz
This release has focused on fixing reported bugs and improving the build system. You can find source tarballs for each of the modules on GNOME ftp.
libgtk-java 2.5.91:
bindings for glib, atk, pango, gdk, gdk-pixbuf, and gtk
http://ftp.gnome.org/pub/GNOME/sources/libgtk-java/2.5/libgtk-java-2.5.91.tar.gz
libgnome-java 2.9.91:
bindings for libgnome, libgnomeui, and libgnomecanvas
http://ftp.gnome.org/pub/GNOME/sources/libgnome-java/2.9/libgnome-java-2.9.91.tar.gz
libglade-java 2.9.91:
bindings for libglade
http://ftp.gnome.org/pub/GNOME/sources/libglade-java/2.9/libglade-java-2.9.91.tar.gz
libgconf-java 2.9.91:
bindings for gconf
http://ftp.gnome.org/pub/GNOME/sources/libgconf-java/2.9/libgconf-java-2.9.91.tar.gz
Metacity 2.9.13 has been released
GtkSourceView 1.1.92 has been released
Muine 0.8.2 has been released
gcalctool v5.5.33 has been released
libgda/libgnomedb 1.3.0 has been released
OSDir has posted a GNOME 2.10 Beta 1 screenshot slideshow
gtranslator 1.1.6 is now available. It is primarily a bug
fix/maintenance release.
fix/maintenance release.
There's a new libIDL release, 0.8.5, featuring few bug fixes.
There's a new release of libbonoboui out there, 2.8.1, containing a bunch of bug fixes.
libbonobo 2.8.1 has been released
Java-GNOME 2.8.3 has been released
ORBit2 version 2.12.1 has just been released.
Evince 0.1.3 is now available
Version 0.5.0 of Gazpacho has been released
Meld 0.9.5 has been released
GTK+ 2.6.2 is now available for download
OpenOffice.org build 1.9.74 has been released
GARNOME 2.10 Beta 1 is available
GLib 2.6.2 is now available for download
Muine 0.8.1 has been released
The first beta of GNOME 2.10 has been released
Evince 0.1.2 has been released
GGV 2.8.3 has been released
GDM 2.6.0.7 (stable) has been released
Gnome OSD is an OSD (On Screen Display) notification system for the Gnome desktop.
Overview of Changes from gnome-osd 0.6.0 to gnome-osd 0.7.0
=================================================================
* More flexibility with a new protocol, allowing multiple OSD instances, and override of properties for specific messages;
* New 'center' vertical alignment option available in the protocol (but not in the preferences)
* hide_timeout also available in the protocol
* Any kind of error encountered by the server (eg. message parsing) is reported back to the client.
* WARNING: python modules location has changed; please update your plugins.
Requirements:
gnome-python >= 2.6.0
Read more
Overview of Changes from gnome-osd 0.6.0 to gnome-osd 0.7.0
=================================================================
* More flexibility with a new protocol, allowing multiple OSD instances, and override of properties for specific messages;
* New 'center' vertical alignment option available in the protocol (but not in the preferences)
* hide_timeout also available in the protocol
* Any kind of error encountered by the server (eg. message parsing) is reported back to the client.
* WARNING: python modules location has changed; please update your plugins.
Requirements:
gnome-python >= 2.6.0
Read more
Coaster 0.1.4.1 has been released
FootNotes reports that GIMP 2.2.3 has been relased
gtkmm 2.4.10 and glibmm 2.4.6 are available
OpenOffice.org build 1.3.8 has been released
gtkmm 2.5.6 and glibmm 2.5.5 are available
As the name implies, PythonCAD is written entirely in Python. The goal of this project is to create a fully scriptable drafting program that will match and eventually exceed features found in commercial CAD software. PythonCAD is released under the GNU Public License (GPL).
PythonCAD requires Python 2.2 or newer. The interface is GTK 2.0 based, and uses the PyGTK module for interfacing to GTK. The design of PythonCAD is built around the idea of separating the interface from the back end as much as possible. By doing this, it is hoped that both GNOME and KDE interfaces can be added to PythonCAD through usage of the appropriate Python module. Addition of other PythonCAD interfaces will depend on the availability of a Python module for that particular interface and developer interest and action.
The twenty-second release contains primarily internal code enhancements in regards to the Python language. PythonCAD running under PyGTK releases after the 2.4.0 release will now utilize the gtk.ComboBox and the gtk.ColorButton widgets, while PythonCAD running under older releases will still utilize the same widgets as before. This change removes the DeprecatationWarning users with the newer PyGTK release would see. A problem where restoring a deleted TextBlock entity was fixed, and a variety of other fixes and improvements are also included in this release.
Read more
PythonCAD requires Python 2.2 or newer. The interface is GTK 2.0 based, and uses the PyGTK module for interfacing to GTK. The design of PythonCAD is built around the idea of separating the interface from the back end as much as possible. By doing this, it is hoped that both GNOME and KDE interfaces can be added to PythonCAD through usage of the appropriate Python module. Addition of other PythonCAD interfaces will depend on the availability of a Python module for that particular interface and developer interest and action.
The twenty-second release contains primarily internal code enhancements in regards to the Python language. PythonCAD running under PyGTK releases after the 2.4.0 release will now utilize the gtk.ComboBox and the gtk.ColorButton widgets, while PythonCAD running under older releases will still utilize the same widgets as before. This change removes the DeprecatationWarning users with the newer PyGTK release would see. A problem where restoring a deleted TextBlock entity was fixed, and a variety of other fixes and improvements are also included in this release.
Read more
Pyphany contains Python bindings for the Epiphany API, as well as a loader for Epiphany Extensions written in Python. It also contains two sample extensions, including an interactive Python console.
This is the first release of Pyphany.
Pyphany is developed by Adam Hooper, Crispin Flowerday, Christian Persch and Jean-Francaois Rameau.
Download
This is the first release of Pyphany.
Pyphany is developed by Adam Hooper, Crispin Flowerday, Christian Persch and Jean-Francaois Rameau.
Download
Epiphany Extensions is a collection of extensions for Epiphany, the GNOME web browser.
Epiphany Extensions 1.5.6 is the latest release for use with the development 1.5 series of Epiphany for GNOME leading up to GNOME 2.10.
Download
Epiphany Extensions 1.5.6 is the latest release for use with the development 1.5 series of Epiphany for GNOME leading up to GNOME 2.10.
Download
Epiphany is the GNOME web browser, based on the mozilla
rendering engine. It aims to be simple and easy to use.
Epiphany 1.5.5 is the latest release in the unstable series leading up to GNOME 2.10.
Read more
rendering engine. It aims to be simple and easy to use.
Epiphany 1.5.5 is the latest release in the unstable series leading up to GNOME 2.10.
Read more
Beagle 0.0.5 has been released
GnomePythonExtras 2.9.3 has been just released.
libsigc++ 2.0.7 has been released
OSDir has posted a screenshot slideshow of GNOME 2.9.4
New releases of libgnome, libgnomeui and libgnomecanvas are released.
gedit 2.9.5 has been released
gnome-panel 2.9.90 has been released
GtkSourceView 1.1.91 has been released