Release Digest: GNOME, April 1, 2004 Apr 2, 2004, 05 :00 UTC (1 Talkback[s]) (3459 reads)
GNOME Platform Bindings 2.5.7 (Release Candidate)
GNOME Platform Bindings
Please note that the GNOME Platform Bindings are now in API freeze,
so only very important API changes will be allowed before the
fully-frozen GNOME Platform Bindings 2.6.0 release, on April 12th.
(See the big list of changes below if you've read this blurb before.)
This is a scheduled developement release of the GNOME Platform Bindings,
which provide a stable GNOME development platform for programming
languages other than C, in the style of those languages. We very much
hope that Linux distributions will distribute these bindings as a
supported development platform.
Note that those rules do not guarantee 100% API coverage, but they do
guarantee API/ABI stability.
There are also "Beta Bindings" for C#, which are likely to be on the
full release schedule for GNOME 2.7/2.8, but they are not yet following
the official schedule or rules for 2.5/2.6.
Note that other bindings also exist: http://www.gtk.org/bindings.html
but they are not on this release schedule and they do not necessarily
follow the same rules.
If you have questions about the GNOME Platform Bindings release set please
send email to language-bindings@gnome.org. If you have questions about the
individual bindings, please send email to their own mailing lists. You can
find links to the individual projects here: http://www.gnome.org/start/2.5/bindings/modules.html
Stop accidental need for doxygen when building from tarballs.
(Murray Cumming)
win32: Test for -mms-bitfields / -fnative-struct.
gnome-vfsmm 2.5.3:
Added utility functions, such as escaping/unescaping of strings.
(Murray Cumming)
Added Glib::Value specializations for enums.
(Bryan Forbes)
libgnomeuimm 2.5.3:
Stock items: Fix linker error when using these.
(Bryan Forbes)
PixmapEntry: Correct the base class.
Entry: Really deprecate it.
(Bryan Forbes)
Java (java-gnome):
2.5.7 (2.6 Beta 2)
Updated Classes:
glib.CustomEvents - Reverted implementation to original implementation
plus a
fix for the update bug. (far better performance when adding events)
[Mark Howard]
glib.Boxed & glib.GObject - implemented hashCode & equals methods
[Jonas
Berlin]
glib.Enum & glib.Flags - Fixed memory leak in equals method [Jonas
Berlin]
gdk.Color - Fixed handle allocation bug [Jonas Berlin]
gdk.Drawable - added the following methods: [Jeffrey Morgan]
drawRGBImage
drawRGBImageDitherAlign
drawRGB32Image
drawRGB32ImageDitherAlign
drawGrayImage
drawIndexedImage
drawPolygon
drawDrawable
drawImage
drawPoints
drawSegments
drawLines
drawGlyphs
drawLayoutLine
drawLayout
drawLayoutLineWithColors
drawLayoutWithColors
gtk.ComboBox - fixed problem with no-op constructor so it now uses
simpler API when not supplying model [Jeffrey Morgan]
gtk.ComboBoxEntry - fixed problem with no-op constructor so it now
uses
simpler API when not supplying model [Jeffrey Morgan]
gtk.Expander - fixed signature of native set_expanded method [Jeffrey
Morgan]
gtk.FileChooserDialog - updated API due to gtk change [Jeffrey
Morgan]
gtk.FileChooserWidget - updated API due to gtk change [Jeffrey
Morgan]
gtk.Item - fixed bug with no-op constructor setting up events prior
object creation [Jeffrey Morgan]
gtk.TextBuffer - fixed selectRange method [Mark Howard]
gtk.TextView
fixed set/get acceptsTab/overwrite [Mark Howard]
Fixed problem when creating TreeView via glade [Jeffrey Morgan]
gtk.ToolButton - fixed bug when handling null Icons in object
creation.
[Jeffrey Morgan]
gtk.ToolItem - fixed bug that caused failure in creating subclasses
Fixes
#917565
Functions that use GErrors in C throw magical Glib::Error exception
objects; these objects overload the stringification operator, so
old code won't be broken, but new code can match errors without
worrying about translated error messages. User code and other
extensions can register their own error domains. See the
Glib::Error manpage for more info.
Glib::Type enhancements
Perl code can register enum and flags types for use as
Glib::Object
property types.
During Glib::Object class initialization, invoke INIT_BASE in the
object's package, if it exists. (Analogue for GTypeClass's
base_init.)
It is now possible to add GInterface implementations to
Glib::Object
types derived in Perl code.
New param spec, Glib::ParamSpec::scalar
Glib::MakeHelper is generally more helpful.
The POD generation tools allow specification of cumulative data
type descriptions, and much finer control over the format and
content of the generated documentation.
ExtUtils::Depends >= 0.2 (required only at build time)
ExtUtils::PkgConfig >= 1.03 (require only at build time)
Add support for new objects and API in gtk+-2.4.0.
Derivation of Gtk2::CellRenderer has been reworked; it's much more
sane now, but we retain backward compatibility with the 1.02x code.
It is now possible to implement GInterfaces in Perl code, so you
can now implement your own Gtk2::TreeModels and
Gtk2::CellEditables. Examples are included.
The SPLICE operation is now supported on Gtk2::SimpleList's tied
data.
New, standardized versioning API and documentation.
Documentation enhancements all around.
Huge test suite expansion and amazing increase in API coverage.
New utility module Gtk2::TestHelper wraps up some of the
boilerplate involved in testing Gtk2-based modules.