[glib/application] (135 commits) ...GApplication is starting to work...



Summary of changes:

  5063d78... Updated Hebrew translation. (*)
  8f80ff0... Bug 624968  - div by zero in g_malloc_n family (*)
  76aef13... Updated Galician translations (*)
  23a904f... Bug 624991 - GSettings mapping for G_TYPE_STRV (*)
  dc7348b... Fix very small leak in the GSettings test (*)
  284ea16... inotify: Constify function argument (*)
  dd1d1b3... tests: Use GPOINTER_TO_SIZE() instead of just casting to gu (*)
  24161d9... binding: Cast to avoid compiler warning (*)
  a2c5bba... notify: Emit a g_critical() instead g_return_if_fail()ing (*)
  0201a81... notify: Remove unused g_object_notify_queue_clear() (*)
  8302609... notify: Refactor g_object_notify_queue_thaw() (*)
  65797f7... notify: Remove g_object_notify_queue_from_object() (*)
  9026b11... notify: Make GObject property change notifications thread s (*)
  0483ef0... notify: Make dedup code clearer (*)
  f6d3e22... notify: Add tests for threadsafe object notifies (*)
  aed4408... GSettings: add g_settings_reset() (*)
  d5bd531... Cleanup the GSettingsBackend API (*)
  fd0a2b2... Update Simplified Chinese translation. (*)
  4a83ee2... Complete Simplified Chinese translation. (*)
  2819dd6... notify: Readd g_object_notify_queue_from_object() (*)
  86040bb... Revert "notify: Remove unused g_object_notify_queue_clear() (*)
  633d9ef... [gio]: gioenums.h: Remove trailing comma again. (*)
  e8923ff... Updated Hebrew translation. (*)
  12d0cbd... Updated Spanish translation (*)
  723692d... Updated Galician translations (*)
  a6f1bb4... Add support for vendor override files (*)
  133e87c... GDBusConnection: Pass the GObject to g_simple_async_result_ (*)
  19ef26c... Use correct type for GDBusServer:active property (*)
  015df7e... [gschema-compile] fix segfault (*)
  e4f90c8... get a start on the NEWS (*)
  8673f0b... GIO: Add G-I annotations for several methods (*)
  1fd1543... add one more NEWS item (*)
  f9845bc... *bump* (*)
  173977a... GCredentials: use effective uid/gid (*)
  14f17c1... GDBusConnection: Fix up debug output when completing calls (*)
  1b5b87b... GSettings: Mark some strings for cat translation (*)
  d2d97a2... Bug 625584 â?? Crashes application on unref with signal sub (*)
  aefc6df... Fix gschema-compile test (*)
  dbf2309... Bug 625628 â?? GDBusProxy: wrong property name sorting (*)
  e5a72ae... Move queue tests to the test framework (*)
  9fc3c98... Add some volume monitor tests (*)
  9d93dc5... Remove some unused pcre code (*)
  e103b93... Drop an unneeded if (*)
  a8f83ea... Add tests for GNetworkAddress (*)
  63bdeb0... Fix an icon test (*)
  d0750c9... Don't leak in converter test (*)
  caa9453... Fix a warning (*)
  d3f0031... Add tests for g_utf8_strreverse (*)
  a804e22... More pattern tests (*)
  c972d4d... Move markup escape tests to test framework (*)
  b91cde6... Improve tree test coverage (*)
  2b113e4... Silence log handler tests (*)
  568eeea... Add some logging tests (*)
  b4ed2af... Improve GNode test coverage a bit (*)
  b77a19f... Test g_settings_list_schemas (*)
  8263d69... Improve compressor test coverage a bit (*)
  13ac9f9... Add some more GFile tests (*)
  c4dd9fa... Move markup collect tests to the test framework (*)
  c617e94... Improve option context test coverage a bit (*)
  0e48b7e... Improve strfuncs test coverage a bit (*)
  154880b... Remove duplicate utf8 strreverse test (*)
  60932b2... Improve regex test coverage (*)
  b463b2e... Add tests about file associations (*)
  04c7abb... Work around deadlock in unix-streams test (*)
  c6b0507... Reenable unix-streams test (*)
  758c321... Improve coverage of stream tests (*)
  7710c50... Improve coverage of application tests (*)
  17d4898... Improve coverage of icon tests (*)
  620582e... Remove redundant include (*)
  9794a64... Improve coverage of memory stream tests (*)
  670528c... Improve coverage of converter stream tests (*)
  ffa938f... Improve coverage of credentials tests (*)
  aa196c6... Improve coverage of buffered output stream tests (*)
  03be0d7... Move markup parse tests to the test framework (*)
  027905c... Improve array test coverage (*)
  9100828... Improve option context test coverage (*)
  5f89498... improve printf tests coverage (*)
  5033be8... Add a test for g_dbus_proxy_get_cached_property_names (*)
  eb3e926... Fix an off-by-one error (*)
  116b945... Fix a typo (*)
  8246bf4... Improve gdbus test coverage (*)
  dd25bde... Improve byte array test coverage (*)
  12e4741... Improve string test coverage (*)
  3c0f77a... Fix a typo (*)
  a4d0038... Add a test for g_variant_builder_add_parsed (*)
  ef4690c... Test some GError functionality explicitly (*)
  a946577... Improve keyfile test coverage (*)
  6d41af0... Improve tree test coverage (*)
  ce7463a... improve scanner api test coverage (*)
  9174569... Also use trylock in the bitlock tests (*)
  7e33c49... Updated Hebrew translation. (*)
  b6c42d0... Updated Spanish translation (*)
  d01a437... Silence valgrind (*)
  e7c7e46... Add comment to g_date_set_time_val about local timezone. (*)
  892012b... GDBusConnection: fix message flags in g_dbus_connection_cal (*)
  9c399b1... Updated Galician translations (*)
  dd2bbc9... On windows, export also symbols defined in gio/gwin32appinf (*)
  ca3b7b7... GSettings: add G_SETTINGS_BIND_INVERT_BOOLEAN flag (*)
  3be3ad6... binding: Add a closure-based variant of bind_property_full( (*)
  90f7f17... binding: Add G_BINDING_INVERT_BOOLEAN (*)
  5e1c4b1... docs: Clarify user_data behavior for bind_property_full() (*)
  f8ec756... Don't add (extra) DESTDIR to tapsetdir for tapset_DATA. (*)
  b3de028... Update the Git ignore files (*)
  e4b5104... Move bookmarkfile tests to the test framework (*)
  9b96e31... Don't assert too much (*)
  21d98db... improve completion test coverage (*)
  5179d92... fix the completion test (*)
  b2715bb... Fix a possible deadlock (*)
  3940cc9... GDBusProxy: Don't leak a GSimpleAsyncResult when doing asyn (*)
  6a492a4... GDBus: If exiting b/c remote peer disconnected and error is (*)
  86d947f... Fix gdbus-exit-on-close test case (*)
  5e6f762... GVariant: validate that passed string is UTF-8 (*)
  69341e2... glib-compile-schemas: Pass a C string, not a GString wrappe (*)
  f5cd8dd... GDBusConnection: Debug messages when receiving signals and  (*)
  4bc9654... binding: Add a default marshaller for the closure API (*)
  27bc1d6... Updated Norwegian bokmål translation (*)
  e62bc8e... remove a junk line (*)
  5bd34a8... GDBusMessage: Validate UTF-8 strings when serializing from  (*)
  6e723e8... GDBusMessage: Assert various things when serializing to a b (*)
  6f070be... GDBusMessage: Add a way to get/set byte order of a message (*)
  89a1b57... GDBusMessage: Validate header fields when serializing/deser (*)
  d52e1c3... GDBus: Add `return' debug option (*)
  3e8a9c7... Add missing files (*)
  530f673... Modernize pkg-config check (*)
  84d3aa6... Beautify configure output (*)
  e4994cb... Updated Hebrew translation. (*)
  e2657d8... Add a not about arguments beginning with dashes (*)
  008615f... Test an option handling corner-case (*)
  abe820e... Expand documentation about error quark naming (*)
  38c3f99... Updated Spanish translation (*)
  9f6faaf... Add $(top_builddir)/glib to includes (*)
  c789f72... Updated French translation (*)
  970d063... Updated Galician translations (*)
  886ae78... Merge branch 'master' into application
  034c548... GApplication is starting to work...

(*) This commit already existed in another branch; no separate mail sent



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