Discussion:
Glade 3.8.0 Released
Tristan Van Berkom
2011-04-05 03:58:18 UTC
Permalink
Glade 3.8 is the last stable series of Glade depending on GTK+2 and
replaces any previous installation of Glade <= 3.7.

In the coming year, some features might be added to Glade 3.8 to help
fully support the GTK+ 2.24 feature set.

What is Glade?
============
Glade is a RAD tool to enable quick & easy development of user
interfaces for the GTK+ toolkit and the GNOME desktop environment.
The user interfaces designed in Glade are saved as XML, and by using
the GtkBuilder GTK+ object these can be loaded by applications
dynamically as needed.

By using GtkBuilder, Glade XML files can be used in numerous
programming languages including C, C++, C#, Vala, Java, Perl,
Python, and others.


===========
Glade 3.8.0
===========
- Added support for GtkToolPalette and GtkToolItemGroup
- Fixed 633943, 503621, 629900, 597045, 622839,
- Removed User Manual link from Glade frontend (since the user
manual is still empty and not online anywhere).
- Backed out preview feature from 3.8.
- Included all the icons by Florent Thévenet (including some
icons made by Dolean Samuel).

Where can I get it ?
================

http://download.gnome.org/sources/glade3/3.8/

For more information on the Glade project see our home page
at http://glade.gnome.org/

Enjoy,
-Tristan


_______________________________________________
Glade-users maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/li
Tristan Van Berkom
2011-04-05 04:38:08 UTC
Permalink
Post by Tristan Van Berkom
Glade 3.8 is the last stable series of Glade depending on GTK+2 and
replaces any previous installation of Glade <= 3.7.
In the coming year, some features might be added to Glade 3.8 to help
fully support the GTK+ 2.24 feature set.
What is Glade?
============
Glade is a RAD tool to enable quick & easy development of user
interfaces for the GTK+ toolkit and the GNOME desktop environment.
The user interfaces designed in Glade are saved as XML, and by using
the GtkBuilder GTK+ object these can be loaded by applications
dynamically as needed.
By using GtkBuilder, Glade XML files can be used in numerous
programming languages including C, C++, C#, Vala, Java, Perl,
Python, and others.
===========
Glade 3.8.0
===========
- Added support for GtkToolPalette and GtkToolItemGroup
- Fixed 633943, 503621, 629900, 597045, 622839,
- Removed User Manual link from Glade frontend (since the user
manual is still empty and not online anywhere).
- Backed out preview feature from 3.8.
- Included all the icons by Florent Thévenet (including some
icons made by Dolean Samuel).
And we have one translation update since 3.7.3 which
I forgot to mention in all the commotion:

- added/updated translations
- ja, courtesy of Takeshi AIHANA
Post by Tristan Van Berkom
Where can I get it ?
================
http://download.gnome.org/sources/glade3/3.8/
For more information on the Glade project see our home page
at http://glade.gnome.org/
Enjoy,
-Tristan
_______________________________________________
http://lists.ximian.com/mailman/listinfo/glade-users
_______________________________________________
Glade-users maillist - Glade-***@lists.ximian.com
http://lists.x
John Coppens
2011-04-06 16:33:07 UTC
Permalink
On Tue, 05 Apr 2011 12:58:18 +0900
Post by Tristan Van Berkom
Glade 3.8 is the last stable series of Glade depending on GTK+2 and
replaces any previous installation of Glade <= 3.7.
Hi Tristan,

This is the first time I had to add LDFLAGS to the configure command -
all previous version worked without:

LDFLAGS="-L/usr/lib64" ./configure --prefix=/usr --libdir=/usr/lib64

Without the LDFLAGS, a compile error appeared in the python plugin
directory, indicating the 32-bit version of the python libs (and
dependencies) were about to be used.

Greetings,
John
_______________________________________________
Glade-users maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-users

Loading...