2015-09-21 Murray Cumming 2.46.0 2015-09-21 Chun-wei Fan MSVC Builds: Fix Last Revert on GLib::Weakref<> We still need to copy the GLib::Weakref<> headers..., as my last commit accidently removed. 2015-09-21 Chun-wei Fan Revert "MSVC Projects: Add Newly-added Sources" This is a follow commit for commit 6259a46, which the Gio::ListModel is not ready yet. This reverts commit 6bb6387237ec8d5d36cdbd44fbadfe3c37392616. 2015-09-21 Murray Cumming DBus::Connection::signal_subscribe(): Pass nullptr instead of "". Because that's what the C documentation requires, and the implementation doesn't accept "" to mean the same thing, though that would be convenient: https://developer.gnome.org/gio/stable/GDBusConnection.html#g-dbus-connection-signal-subscribe Noticed by Christof Meerwald on gtkmm-list. 2015-09-20 Murray Cumming Application: Remove bind/unbind_busy_property(). Leaving it commented out with a TODO, because I'm not sure if we want to pass the ObjectBase by RefPtr, or not, or both. Let's leave this until we have some use for it. 2015-09-20 Murray Cumming Revert "Added Gio::ListModel" Because it is not ready yet. This reverts commit dd19e282d249dc6009834dad9c2af99039675348. 2015-09-20 Murray Cumming gio_methods.defs: Add g_list_store_new(). For some reason this wasn't generated. 2015-09-20 Murray Cumming Add ListStore to extra objects .defs. 2015-09-20 Murray Cumming Add GListStore .defs 2015-09-17 Chun-wei Fan MSVC Projects: Add Newly-added Sources There were some more sources that were added along the way that needs to be built and "installed" for glibmm and giomm, so don't miss out on them. 2015-09-16 Murray Cumming Added Gio::ListModel 2015-09-16 Murray Cumming Generate signal/property defs for GListModel. 2015-09-16 Kjell Ahlstedt Glib::RefPtr: Enable disallowance with certain classes * glib/glibmm/refptr.h: Make it possible to stop use of RefPtr with certain classes. Bug #755048. 2015-09-15 Kjell Ahlstedt Update .gitignore 2015-09-15 Kjell Ahlstedt Glib::WeakRef: Add noexcept * glib/glibmm/weakref.h: Add noexcept. * glib/glibmm.h: Add weakref.h. * tests/glibmm_weakref/main.cc: Remove #include . Bug #583399.