~gnome3-team/glade/+git/glade:evaluate-sensitivity

Last commit made on 2011-12-13
Get this branch:
git clone -b evaluate-sensitivity https://git.launchpad.net/~gnome3-team/glade/+git/glade

Branch merges

Branch information

Name:
evaluate-sensitivity
Repository:
lp:~gnome3-team/glade/+git/glade

Recent commits

c2ea20f... by Denis Washington <email address hidden>

Rework the last commit to only introduce GladeWidgetAdaptor->evaluate_property_sensitivity()

As discussed with Tristan van Berkom on the mailing list. Instead of
recording property sensitivity changes directly in the command system,
a "property invalidated" signal will be added to the "gbinding" branch
to make sure that property bindings with invalidated source properties
are properly removed.

What remains in this branch, though, is a new virtual function
GladeWidgetAdaptor::evaluate_property_sensitivity() which centralizes
all the property sensitivity management which is currently scattered
around the plugins/gtk+/ codebase. As the invalidated-source-property
issue will now be solved directly in the "gbinding" branch, this is now
a purely cosmetic work, but nevertheless I will continue it (and probably
rebase the gbinding branch to it).

As in the last commit, of the code in plugins/gtk+/ only the GtkEntry
adaptor has been ported to use evaluate_property_sensitivity(), but the
others will eventually follow.

e015ce5... by Denis Washington <email address hidden>

Add glade_command_set_sensitive() and port a bit of the GTK+ plugin code to it

The aim of this is to let all changes to the sensitivity of properties through
the command system so that the code in the "gbinding" branch can cleanly react
to the source or target of a property binding becoming insensitive (e.g. by
undoably removing the binding).

d33f042... by Daniel Nylander

Updated Swedish translation

8f0ab57... by James Brown

2011-11-23 Dieter Verfaillie <email address hidden>

 * build/mswindows/README, build/mswindows/build_glade.sh:
 Added custom build scripts for building on MS windows.

5890035... by James Brown

2011-11-17 Fredy Paquet <email address hidden>

 * plugins/gtk+/glade-gtk.c: Improved performance of modifying GtkTable
   contents, shows specifically when loading files containing large tables.

 Bug 663516

e90717a... by John Ralls <email address hidden>

[Glade Bug 663492] Update Mac integration bindings to GtkOSXApplication

7bd1d1b... by Fran DiƩguez

Updated Galician translations

8f20c63... by Juan Pablo Ugarte

Fixed bug detecting widget including margins

ba0345e... by Juan Pablo Ugarte

Added workaround for child bg bug on Adwaita theme on the workspace.

db4388e... by Juan Pablo Ugarte

Make GladeDesignLayout use only button 1 press to select widgets.
Fixed bug in gdl_get_margins_from_pointer(), needed to translate coordinates
In glade_design_layout_find_inside_container() use widget margins as if they where part of the widget allocation.