Release Digest: GNOME, October 30, 2002
Oct 31, 2002, 05:00 (0 Talkback[s])
Glade-- 1.1.2
Application
===========
Glade-- 1.1.2
Description
===========
Glade-- is a backend for glade and glade-2 to create C++ sources (gtk-- and
gtkmm2, in any combination).
Glade is an graphical user interface builder for gtk/gnome.
NOTE: glade-- 1.1.0+ is usable for both Gnome and Gnome2!
Enhancements
============
- creation of virtual callbacks
[use --non-virtual-callbacks to turn it off]
(this removes static_cast<>ing, which might count as an ugly
hack)
Beware: this changes many things, and perhaps breaks some
E.g. custom widgets with signals which provide arguments do not
work without a xml specification. See
docs/glademm-callbacks.example (in CVS) for an example.
- do m.run(first toplevel widget) for gtkmm2
Fixes
=====
- signal->signal connection in 2.0 fixed (no more .slot() )
- sane toplevel widget memory management !
(new/delete, no (not working) manage())
- box packing fixed for newer gtkmm2
- some bugfixes and newer glade-2 file support (e.g.
width/height_request)
- fixed glade-2's GtkFixed (thanks to Mark Jones for insisting to fix it)
- fixed gtkmm1 Notebook:switch_page arguments
- fixed glade 1.1.2 frames
- support 1.1.2 placeholders (simply forgot to implement new scheme)
- tons of fixes by Mark Jones (textview, main.run, button, dialog)
Download
========
http://home.wtal.de/petig/Gtk/
_____________________________________________
gpaint 0.2.2.1
Gpaint 0.2.2.1 has been released. It is mainly a bug
fix release.
Problems
with building on recent GNOME 1.4 platfcorms should
have been fixed.
It can be downloaded from
http://www.atai.org/gpaint/gpaint-0.2.2.1.tar.gz
Gpaint is a small, simple to use paint program for the
GNOME desktop.
For more
information, see
http://www.gnu.org/software/gpaint/
Porting to GNOME 2 is on the way.
For questions, contact
Andy Tai, atai@gnu.org