Discussion:
Glade 3.14.0 Released!
Juan Pablo Ugarte
2012-09-19 19:35:05 UTC
Permalink
Glade 3.14 is the first release of the new stable series.

It features a new UI implementation made with glade!, it brings
back to life GtkAssistant support and let you define styles classes.

This version of Glade depends on GTK+ 3.5.17, targets GTK+ >= 3.0 and
is parallel installable with Glade 3.8.

If you need to work with Glade projects that target GTK+2, you need an
installation of Glade 3.8 (more information on http://blogs.gnome.org/tvb/2011/01/15/the-glade-dl/)

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.14.0
============
- Updated GtkAssistant support. Fixed bug #664276
- Set new property accel-group on action groups to make menu item accel work properly. Fixes bug 684041
- Do not abort if a project has a uninstantiable or abstract class object instead load it
as an object stub and let the user what to do. bug #646259
- Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methods
- Do not explicit set window bg as it should be handled by gtk.
- Sync close-button with the original gedit widget.
This way the proper symbolic close icon is used for the button. (Paolo Borelli)
- Use new documentation infrastructure (Javier Jardón)
- Added load/save/edit support for <style> <class name="foo"/> </style>, Fixes bug 658035.
- Fixed Bug #679589 "Use Action Appearance not supported for GTK 2.12 but added to widgets in Glade 3.8.2"
- Fixed bug #679487 "Huge memory leaks"
- Fixed bug #679721 "mac-integration: missing 'widget' variable declaration"
- Added glade_displayable_value_set_disabled() functions to disable GdkModifierType reserved values
- Added build/mingw-w64 directory with script to cross compile and create windows installer using nsis
- Fixes bug #675977 "Don't hard-code library search paths"
- Implemented Glade UI in glade! (Use GtkBuilder and GResources to build GladeWindow contents)
- Implemented GladePreferences dialog.
Fixes bug 588981 "Catalog support in GUI preferences instead of using environment var"
- Replaced deprecated font and color selection dialogs with font and color chooser dialogs.
- Added GladeSignalEditor::detail-suggestions signal
- Use glade_util_get_placeholder_from_pointer() in paste action activate
- Fixed bug #675395 "Using right click to add a widget over a placeholder do not work as expected every time"
- Fixed bug #675042 "plugins/gtk+.xml.in: always store GtkButton [x|y]align properties"
- Added custom style provider to setup GladeDesignView and GladeDesignLayout background color to @base_color
- Fixed memory leak on GladeSignalEditor::callback-suggestions emison
- Removed use of lots of deprecated functions
- And many others cleanups and fixes

New and updated translations
============================

- bg, courtesy of Alexander Shopov
- bg, courtesy of Yavor Doganov
- ***@valencia, courtesy of Gil Forcada
- da, courtesy of Kenneth Nielsen
- de, courtesy of Christian Kirbach
- el, courtesy of Tom Tryfonidis
- en_GB, courtesy of Bruce Cowan
- es, courtesy of Daniel Mustieles
- fi, courtesy of Ilkka Tuohela
- fr, courtesy of Alain Lojewski
- gl, courtesy of Leandro Regueiro
- hi, courtesy of "Last-Translator:Sunny Sharma <***@gmail.com>
- hu, courtesy of Gabor Kelemen
- id, courtesy of Andika Triwidada
- ja, courtesy of Jiro Matsuzawa
- ko, courtesy of Changwoo Ryu
- lt, courtesy of Aurimas Černius
- nb, courtesy of Kjartan Maraas
- pl, courtesy of Piotr Drąg
- pt_BR, courtesy of Rafael Ferreira
- pt, courtesy of Duarte Loreto
- ru, courtesy of Yuri Myasoedov
- sl, courtesy of Matej Urbančič
- sr, courtesy of Мирослав Николић
- ***@latin, courtesy of Miroslav Nikolić
- te, courtesy of Sasi Bhushan Boddepalli
- zh_CN, courtesy of Yinghua Wang
- zh_HK, courtesy of Chao-Hsiung Liao
- zh_TW, courtesy of Chao-Hsiung Liao

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

http://download.gnome.org/sources/glade/3.14/

Direct download
===============
http://download.gnome.org/sources/glade/3.14/glade-3.14.0.tar.xz (2.36M)
sha256sum: 8848d0ae3548e32a8ec385f50c15eb34ed7f13d7f451760d974a0858dbfe93b2

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

Enjoy,
Juan Pablo










_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com
Ildar Mulyukov
2012-10-12 06:26:36 UTC
Permalink
Post by Juan Pablo Ugarte
Glade 3.14 is the first release of the new stable series.
Hi!
I just built 3.14 and see that Stock Button combo is disabled. Why?
Regards,
--
Ildar Mulyukov, free SW designer/programmer
================================================
email: ***@users.sourceforge.net
blog: http://johan-notes.blogspot.com/
ALT Linux Sisyphus
================================================
_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
Tristan Van Berkom
2012-10-12 06:44:54 UTC
Permalink
Post by Ildar Mulyukov
Post by Juan Pablo Ugarte
Glade 3.14 is the first release of the new stable series.
Hi!
I just built 3.14 and see that Stock Button combo is disabled. Why?
Regards,
Hi,
It seems this is a problem introduced later in the 3.12 cycle,
can you test something for me ?

Since you are building from source, try this:

o edit plugins/gtk+/gtk+.xml.in

o find xml tags which say <property id="use-action-appearance" ... />

o add to those properties default="False", so it then looks like:

<property id="use-action-appearance" default="False" ... />

(while keeping the rest of the "..." in tact of course)

o rebuild and install.


Does the problem go away ?

Best Regards,
-Tristan

_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
Ildar Mulyukov
2012-10-12 07:11:38 UTC
Permalink
Post by Tristan Van Berkom
Post by Ildar Mulyukov
Post by Juan Pablo Ugarte
Glade 3.14 is the first release of the new stable series.
Hi!
I just built 3.14 and see that Stock Button combo is disabled. Why?
Regards,
Hi,
It seems this is a problem introduced later in the 3.12 cycle,
can you test something for me ?
o edit plugins/gtk+/gtk+.xml.in
o find xml tags which say <property id="use-action-appearance" ... />
<property id="use-action-appearance" default="False" ... />
(while keeping the rest of the "..." in tact of course)
o rebuild and install.
Does the problem go away ?
Yes.
Thank you.
--
Ildar Mulyukov, free SW designer/programmer
================================================
email: ***@users.sourceforge.net
blog: http://johan-notes.blogspot.com/
ALT Linux Sisyphus
================================================
_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
Tristan Van Berkom
2012-10-12 07:16:55 UTC
Permalink
Post by Tristan Van Berkom
Post by Ildar Mulyukov
Post by Juan Pablo Ugarte
Glade 3.14 is the first release of the new stable series.
Hi!
I just built 3.14 and see that Stock Button combo is disabled. Why?
Regards,
Hi,
It seems this is a problem introduced later in the 3.12 cycle,
can you test something for me ?
o edit plugins/gtk+/gtk+.xml.in
o find xml tags which say <property id="use-action-appearance" ... />
<property id="use-action-appearance" default="False" ... />
(while keeping the rest of the "..." in tact of course)
o rebuild and install.
Does the problem go away ?
Thanks for trying this out while I've been busy, I had a hunch
that was the problem and I'll see that this gets fixed in relevant
branches.

Cheers,
-Tristan

_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel

Loading...