GGV 1.99.5
"The Sync"
that compiles with the latest GTK+ libraries (as gdk_send_xevent was
changed to _gdk_send_xevent).
it also adds a reload item and fixes a bug in automatic reloading upon
document change.
apart from that, we have new dutch, danish, norwegian and basque
translations. courtesy of Vincent van Adrighem, Ole Laursen, Kjartan
Maraas and Pablo Saratxaga.
available at the usual place on ftp ftp.gnome.org after the mirrors sync.
regards,
jaKa
email: jaka@gnu.org
w3: http://pluton.ijs.si/~jaka
_____________________________________________
GNUsound 0.2.1
GNUsound is the GNOME U sound editor for Linux/x86.
It can record, play and edit various file formats and saves them as .WAV. It
supports multiple tracks, multiple outputs, and 8, 16 and 24/32 bit
resolution.
Requires libglade, libaudiofile, GNOME libraries and lots of RAM.
0.2.1 is the first public release.
Download:
http://awacs.dhs.org/software/gnusound
_____________________________________________
libglade 1.99.12
I have just uploaded libglade 1.99.12. The new release is available at:
http://ftp.gnome.org/pub/GNOME/earthquake/sources/libglade/libglade-1.99.12.tar.gz
This release is targetted at the GTK/GNOME 2.0 platform. The changes in
this release include:
* more changes to help with Murray's C++ bindings.
* check whether GTK has a GtkPlug implementation to help with
building with gtk targets other than X11.
* Only build the docs if
* pass CFLAGS and LDFLAGS to gtkdoc when building docs, in case they
are needed to build against the library (fixes 64-bit solaris
issues, #81347).
* fix up a missing g_object_ref() call in AtkRelationSet handling code.
* More helpful error message if glade file could not be found (#80411).
You will probably need this version to compile a number of other
packages in the next gnome 2.0 snapshot release.
James.
Email: james@daa.com.au | Linux.conf.au 2003 Call for Papers out
WWW: http://www.daa.com.au/~james/ | http://conf.linux.org.au/cfp.html
_____________________________________________
Greenwich 0.3.0
Application
===========
Greenwich 0.3.0
Description
===========
Greenwich is a graphical whois client for GNOME, written in Perl.
Enhancements
============
New features implemented:
- recursive lookups
- command-line options
- proper GNOME stock buttons
- a neater preferences window using a notebook
- program stores current server name for use on next startup
Download
========
http://jodrell.uk.net/files/greenwich-0.3.0.tar.gz
_____________________________________________
gtkmm 1.3.14
gtkmm provides a C++ interface to GTK+. This development branch of gtkmm
wraps gtk+ 2.0.x
- Namespaced TreeIter, TreePath, TreeViewColumn, etc, as TreeModel::iterator,
TreeModel::Path, TreeView::Column, etc. (Murray Cumming)
- Separated TreeModel::iterator into iterator and Row, obtained by
dereferencing the iterator. This is more STL-like. (Daniel Elstner)
- Some Model methods moved to Row, and set_value()/get_value() replaced by
array-style operator[]. (Daniel Elstner)
- Added overrides to allow for simple model-to-view column mapping without
repetitive specifying of TreeViewColumns and CellRenderers and attributes.
Examples and demos therefore greatly simplified. (Murray Cumming)
- TreeModel::iterator comparison problems fixed. (Daniel Elstner)
- Added Path(iterator&) constructor.
- All get_*() methods are now const. (Murray Cumming)
of two bool paratemers, to make code more readable and to be consistent with
Gtk::Table::attach(). (Murray Cumming)
enough internals anymore. The simple append/prepend interface remains.
(Murray Cumming)
platforms (Daniel Elstner)
(Murray Cumming)
http:
You will need the alpha release of libsigc++1.1, available here:
https:
If you wish to install this in parallel with gtk--1.2, you will first
need to update to the latest libsigc++1.0.x, available here:
http:
This is an unstable release, currently under heavy development. You can find
cvs instructions here:
http:
The CHANGES file describes some of the more significant differences
compared to gtkmm 1.2:
http:
There is also ongoing discussion on the mailing list:
http:
and in the #c++ channel on irc.gnome.org/
--
Murray Cumming
murrayc@usa.net
www.murrayc.com