[gtkmm] 3.11.5



commit c5843f8e05df227891c4b33933575f77fd41ae4a
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Feb 10 10:36:58 2014 +0100

    3.11.5

 NEWS               |   44 ++++++++++++++++++++++++++++++++++++++++++++
 configure.ac       |    4 ++--
 gtk/src/builder.hg |    1 +
 3 files changed, 47 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d1ada81..748c19f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+3.11.5 (unstable):
+
+Gtk:
+* Add ActionBar.
+  Bug #723124
+  (Juan R. García Blanco)
+* Builder: Add expose_[object|widget](), [set|get]_application().
+  (Kjell Ahlstedt)
+* Dialog: Deprecate set_alternative_button_order_from_array(),
+  and alternative_button_order().
+  (Murray Cumming)
+* Entry: Add set/get_attributes() and the property.
+  (Kjell Ahlstedt)
+* Add FlowBox.
+  Bug #723801
+  (Juan R. García Blanco)
+* HeaderBar: Added decoration-layout, decoration-layout-set and
+  has-subtitle object properties.
+  Addd get_decoration_layout(), get_has_subtitle(),
+  set_decoration_layout() and set_has_subtitle().
+  Bug #723199
+  (Juan R. García Blanco)
+* Main: Undeprecate add_gtk_option_group(), because it is still needed.
+  (Murray Cumming)
+* PlacesSidebar: Add local-only object property and get/set methods.
+  Bug #723893
+  (Juan R. García Blanco)
+* Add Popover.
+  Bug #723058
+  (Juan R. García Blanco)
+* Settings: Add gtk-decoration-layout, gtk-shell-shows-desktop
+  and gtk-dialogs-use-header properties.
+  Bug #723397
+  (Juan R. García Blanco)
+* Stack: Add get_transition_running(), get_child_by_name() and
+  the transition-runnning property.
+  Bug #723397
+  (Juan R. García Blanco)
+
+Documentation:
+* Update the Doxygen configuration.
+  (Kjell Ahlstedt)
+
+
 3.11.4 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index a631084..91e0f9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [3.11.4],
+AC_INIT([gtkmm], [3.11.5],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -91,7 +91,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.10.0 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.38.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.11.5 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],
diff --git a/gtk/src/builder.hg b/gtk/src/builder.hg
index 68449cf..122bc3f 100644
--- a/gtk/src/builder.hg
+++ b/gtk/src/builder.hg
@@ -389,6 +389,7 @@ public:
 
   _WRAP_METHOD(void expose_object(const Glib::ustring& name, const Glib::RefPtr<Glib::Object>& object), 
gtk_builder_expose_object)
 #m4 _CONVERSION(`Widget&',`GObject*',`G_OBJECT(($3).gobj())')
+
   /** Add @a widget to the builder object pool so it can be referenced just like any
    * other object built by builder.
    * 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]