[glib] Created tag 2.31.4



The signed tag '2.31.4' was created.

Tagger: Ryan Lortie <desrt desrt ca>
Date: Mon Dec 12 14:01:04 2011 -0500

    glib 2.31.4

Changes since the last tag '2.31.2':

Aleksander Morgado (1):
      gdbus-codegen: fix typo in generated documentation

Behdad Esfahbod (2):
      Minor
      Minor doc fix.

Benjamin Otte (1):
      outputstream: Clarify docs of flush()

Carlos Garcia Campos (1):
      gtester: Add command line option to skip tests

Colin Walters (3):
      GSimpleAction: Fix to comply with constructor rules
      gsimpleaction: Ensure actions are enabled
      gfile: Don't use C++ keyword "template" as variable name

Cosimo Alfarano (1):
      Send CHANGES_DONE_HINT on file moves if no IN_CLOSE_WRITE is emitted

Dan Winship (5):
      GSocketInputStream/GSocketOutputStream: fix win32 build
      gzlibdecompressor.c: fix a comment
      gnetworkmonitornetlink.c: Make the error messages less geeky
      GMemoryInputStream/GMemoryOutputStream: make these properly subclassable
      GMemoryInputStream/GMemoryOutputStream: fix bug in previous commit

Daniel Mustieles (1):
      Updated Spanish translation

David Zeuthen (3):
      GDBus: fix link to D-Bus spec
      GDBus: Note in docs that g_dbus_node_info_new_for_xml() is using GMarkup
      Bug 665733 â GDBusConnection holds lock while calling destroynotify

Geek87 (2):
      Fix a little comment error in the _GTreeNode struct
      Remove two useless lines of code

Kjartan Maraas (1):
      Updated Norwegian bokmÃl translation

Matthias Clasen (71):
      gio: Move gmodule to Requires.private
      Add back required _XOPEN_SOURCE define
      Fix !debug builds
      Remove unnecessary includes
      Add some more mainloop tests
      Fix distcheck
      GSimpleActionGroup: Implement query_action
      GApplication: Implement query_action
      Cosmetics
      Rearrange GApplication docs
      Use an XML blob for gapplication interface info
      Forgot one interface...
      Clarify local_command_line docs
      Don't abort if g_ascii_strtod tests fail
      Make the qsort_r check cross-compile friendly
      Clarify docs around main loop vfuncs
      Updates
      GApplication: use GDBusActionGroup
      Add GMenuModel
      Add GMenu
      Add GMenu markup
      Add GMenuModel D-Bus exporter
      Add g_application_set_menu
      GActionGroup: Mention GMenuModel in the docs
      Rename exporter APIs
      Describe the org.gtk.Actions interface
      Describe the org.gtk.Menus interface
      Match up a parameter name
      Reduce excessive width of gmenu.h
      GMenu: Enforce attribute name restrictions
      GApplication: Add a menu example to the docs
      Improve docs
      GMenuMarkup: fixes uncovered by roundtrip testing
      Add parser roundtrip tests
      Add some tests for links
      whitespace fix
      Reduce excessive width
      Take out excessive width
      Add a test for menu subscriptions
      Remove unused variable
      Typo fix
      Avoid cross-talk between tests
      Add debug code
      Make stopping an action group export work
      Fix the dbus action group query_action implementation
      Add some dbus action group tests
      Some more assertions
      Expand dbus action group tests
      Shorten a variable name
      Add GActionMap to the docs
      Minor doc improvements
      Include gactionmap.h in gio.h
      Fully implement app-menu and menubar properties
      Add a test for multithreaded action group exporter use
      Add testcase for threaded menu exporter use
      Don't use deprecated GApplication api in examples
      Fix up docs
      More documentation fixes
      Updates
      GApplication: Make ::startup run-first
      Cosmetic doc change
      Add since tags
      Add g_application_set/get_default to the docs
      Whitespace fixes
      Fix since tag
      Add a since tag
      Add some more since tags
      Fix an assertion when activating apps a second time
      Expand actiongroup docs a bit more
      Rearrange GApplication long desc a bit
      GApplication: fix a copy-paste error

Michael Vogt (1):
      Add missing annotation to g_file_set_attribute()

Nicola Fontana (1):
      Do not use static GTypeInfo and GInterfaceInfo

Philip Withnall (3):
      GVariant: add preconditions to ref. counting functions
      Bug 665685 â Add a #define for the max length of a Unicode decomposition
      unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTH

Piotr DrÄg (1):
      Updated POTFILES.in

Rico Tzschichholz (1):
      gio/tests: Fix for -Werror=format-security

Ryan Lortie (50):
      post-release bump
      GApplication: don't fail if can't get session bus
      Add g_action_group_query_action()
      GApplication: unregister action interface export
      GApplication: add default application
      gio.symbols: add g_application_[gs]et_default()
      Revert "Forgot one interface..."
      Revert "Use an XML blob for gapplication interface info"
      Add GActionGroup D-Bus exporter
      GApplication: use GActionGroup exporter
      GApplication: port action client to new D-Bus API
      Add GDBusActionGroup
      Add GMenuProxy
      Add GMenuModel testcases
      g_menu_model_get_item_link: be careful with refs
      rework GMenuProxy links
      menu tests: keep mirror of proxy
      gmenu exporter: put submenus in separate groups
      add GActionMap interface
      GApplication: make distinction about menus
      Fix some GMenu and GMenuItem leaking
      GApplication: implement GActionMap
      GApplication dbus: use XML for introspection
      GApplication: simplify dbus impl
      Action group exporter: clean up the API
      GApplication: menu can change after registration
      Menu model exporter: clean up the API
      gio symbol cleanups
      menu/action exporter docs fixup
      menumodel test: don't get stuck in a loop
      GApplication: make menu properties readwrite
      GApplication dbus: publish the menus again
      GMenuModel exporter: remove workaround
      action exporter: cancel pending events on unexport
      action exporter: use GSource* instead of source id
      action exporter: clarify threading situation
      Rename GMenuProxy to GDBusMenuModel
      menu threaded test: run the mainloop after export
      GDBusMenuModel: become thread-aware
      GDBusActionGroup: drop ability to 'inject'
      GDBusActionGroup: make API just like GDBusMenuModel
      gio.symbols fixes
      GDate: gtk-doc fixup
      Clean up GApplication docs
      update maintainers in glib.doap
      GMenu parser: use G_MARKUP_COLLECT_BOOLEAN
      More clearly define 'named menu' in the XML parser
      GMenuMarkup parser: small typo fix in docs
      GActionGroupExporter: stop using signal IDs
      glib 2.31.4

Sam Thursfield (1):
      Link to libpcre correctly when static linking

Seong-ho, Cho (1):
      Updated Korean translation

Simon McVittie (4):
      GDBusConnection: don't pass boolean > 1 to _g_dbus_worker_new
      GDBusWorker: continue_writing: initialize flush_async_data if closing
      GInitable, GAsyncInitable: not initializing gives undefined behaviour
      GDBusConnection: propagate error correctly if flags are inappropriate

Stef Walter (1):
      GBytes: A new type for an immutable set of bytes.

Thomas Hindoe Paaboel Andersen (1):
      GFile: add g_file_new_temp

Tristan Van Berkom (1):
      GDBusInterfaceSkeleton: make it possible to export on multiple connections

Yaron Shahrabani (1):
      Updated Hebrew translation.



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