diff options
author | Murray Cumming <murrayc@murrayc.com> | 2015-06-08 12:18:06 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2015-06-08 12:18:06 +0200 |
commit | e021103113aa73cc4016424ac028387f5834522e (patch) | |
tree | c2e6e4b71a0a0df3bb96b089b08ee40f68cf3b99 /NEWS | |
parent | 7f6feb8bbbe2b233248b6916253473a62ee6eed4 (diff) | |
download | glibmm-e021103113aa73cc4016424ac028387f5834522e.tar.gz |
2.45.22.45.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,57 @@ +2.45.2 (unstable): + +Glib: +* Add Glib::format_size(). + (Kjell Ahlstedt) Bug #747311 (Zsolt Bölöny) +* Add get_user_special_dir(UserDirectory), deprecating + get_user_special_dir(GUserDirectory directory). + (Kjell Ahlstedt) Bug #747311 +* Threads::Thread: Use GThread only via a pointer. + Kjell Ahlstedt (Bug #746533) +* VariantBase: Add is_castable_to(). +* VariantContainerBase: get_iter(): Accept casts of complicated types + containing object paths and DBus type signatures to Variant<> types + containing Glib::ustring and std::string. + (Kjell Ahlstedt) Bug #747508. +* Variant: Wrap handles and add get_data_as_bytes() + (Kjell Ahlstedt) +* Added SignalProxyDetailed. + +Gio: +* Settings: Add signal_changed(key). + (Kjell Ahlstedt, Murray Cumming) Bug #749034. +* Added SimpleIOStream. + (Kjell Ahlstedt) + +Documentation: +* API Reference: Remove generated " "You rarely need to use properties". + Some new glib and gtk+ classes (GSimpleIOStream, GtkModelButton, + GtkPopoverMenu) have no public set/get methods for their properties. + (Kjell Ahlstedt) +* API Reference: Fix the version numbers in some @newin Doxygen commands. + (Kjell Ahlstedt) + +gmmproc: +* Add _IGNORE_PROPERTY() and _IGNORE_CHILD_PROPERTY() macros. + (Kjell Ahlstedt) +* Add support for 'newin "n,m"' in some _WRAP macros. + (Kjell Ahlstedt) Bug #748856 (Andrew Potter) +* _WRAP_SIGNAL: Add support for detail_name. + (Kjell Ahlstedt) Bug #749034 +* Fetch property documentation from the docs.xml file, if available there. + (Kjell Ahlstedt) +* docextract_to_xml.py: Distinguish sections from properties. + (Kjell Ahlstedt) +* docextract_to_xml.py: Add support for the --no-recursion option. + (Kjell Ahlstedt) + +Build: +* Glib::ObjectBase: Don't use std::auto_ptr (deprecated in C++11). + (Kjell Ahlstedt) Bug #748630 (Hubert Figuiere) +* Add missing GLIBMM_API for Interface + (Mikhail Titov) Bug #748719. + + 2.44: API additions since 2.42: |