commit 47e07f9f78e7fc9e4d7e8fb96420009560662519 Author: Ryan Lortie Date: Mon May 24 22:37:43 2010 -0400 another occurrence of the last fix (@XSLTPROC@) docs/reference/gobject/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b295e6a28a590ada8f8d3c3a50fb5250dd339eed Author: Ryan Lortie Date: Mon May 24 22:35:33 2010 -0400 man pages: fix broken @XSLTPROC@ substitution docs/reference/glib/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 84a0605342368c2edad99abd364791bf3b2ebc14 Author: Ryan Lortie Date: Mon May 24 22:20:47 2010 -0400 change GSettingsBackend.list() API gio/gsettingsbackend.c | 2 +- gio/gsettingsbackend.h | 60 ++++++++++++++++++++++++----------------------- 2 files changed, 32 insertions(+), 30 deletions(-) commit 1b7f64549258c971fcc7c15ebfb532e4bc0b4174 Author: Matthias Clasen Date: Mon May 24 21:09:55 2010 -0400 Improve the g_file_make_symbolic_link docs Following a proposal by Neil Williams in bug 619527. gio/gfile.c | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit 77b9a4646179daae04590ab1f62d575be93e1f89 Author: Ryan Lortie Date: Mon May 24 17:03:26 2010 -0400 GIO: Add g_d{,c}gettext to PLT check exceptions gio/pltcheck.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3160bcad6a0cf3c1f1042b85f38492a5674324a3 Author: Ryan Lortie Date: Mon May 24 16:46:24 2010 -0400 GDBusConnection.call(): add 'reply_type' argument This allows the caller to specify the reply type that they are expecting for this call. If the reply comes back with the wrong type, GDBus will generate an appropriate error internally. - add a GVariantType * argument to g_dbus_connection_call() and _call_sync(). - move the internal API for computing message types from introspection data to be based on GVariantType instead of strings. Update users of this code. - have GDBusProxy pass this calculated GVariantType into g_dbus_connection_call(). Remove the checks done in GDBusProxy. - Update other users of the code (test cases, gdbus-tool, GSettings tool, etc). In some cases, remove redundant checks; in some other cases, we are fixing bugs because no checking was done where it should have been. Closes bug #619391. gio/gdbus-tool.c | 49 ++------- gio/gdbusconnection.c | 236 ++++++++++++++++++++++++++++------------ gio/gdbusconnection.h | 2 + gio/gdbusmethodinvocation.c | 28 ++--- gio/gdbusnameowning.c | 2 + gio/gdbusnamewatching.c | 2 + gio/gdbusprivate.c | 30 +++-- gio/gdbusprivate.h | 3 +- gio/gdbusproxy.c | 78 ++++---------- gio/gsettings-tool.c | 2 +- gio/tests/gdbus-connection.c | 11 +- gio/tests/gdbus-example-peer.c | 1 + gio/tests/gdbus-export.c | 2 +- gio/tests/gdbus-names.c | 2 + gio/tests/gdbus-threading.c | 6 +- 15 files changed, 246 insertions(+), 208 deletions(-) commit 100df5287d51fd005d64f2c06f4fe4276da1c4d8 Author: Richard Hughes Date: Mon May 24 17:22:38 2010 +0100 Fix up a typo in the g_variant_builder_add() docs glib/gvariant.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit a83a9a43ed2f461fea7a652470a3ef376aebd1f2 Author: Tor Lillqvist Date: Mon May 24 11:22:41 2010 +0300 Most of the gdbus test programs build only on Unix gio/tests/Makefile.am | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit d7b077dc84b22c4502e27252d32303d9985f9aeb Author: Kjartan Maraas Date: Sun May 23 16:27:17 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 1381 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 704 insertions(+), 677 deletions(-) commit b1bf5a5bb9725b1468ae82b636e35288fd3cf3ad Author: Kjartan Maraas Date: Sun May 23 16:27:08 2010 +0200 Add two missing files po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3caef4eef0c6ae946333633c1e27f4548a1ce42b Author: Fran Diéguez Date: Sun May 23 00:22:48 2010 +0200 Updated Galician translations po/gl.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 925a6f29114769d575ecdfbaaf5c236517edb98f Author: Fran Diéguez Date: Sun May 23 00:20:26 2010 +0200 Updated Galician translations po/gl.po | 64 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 41 insertions(+), 23 deletions(-) commit c17bb8f44514027c36825c1ca16ce67ae291c3ad Author: Fran Diéguez Date: Thu May 20 21:52:11 2010 +0200 Updated Galician translations po/gl.po | 290 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 148 insertions(+), 142 deletions(-) commit 8db946fdfb71167dd8b740b4ba20213303a0f2bf Author: Matthias Clasen Date: Fri May 21 22:28:42 2010 -0400 Clean up man page handling Remove all formatted man pages from git, and use the same Makefile fragment in all doc dirs. docs/reference/glib/Makefile.am | 30 ++- docs/reference/glib/glib-gettextize.1 | 71 ------- docs/reference/glib/gtester-report.1 | 44 ----- docs/reference/glib/gtester.1 | 101 ---------- docs/reference/gobject/Makefile.am | 35 +++- docs/reference/gobject/glib-genmarshal.1 | 307 ------------------------------ docs/reference/gobject/glib-mkenums.1 | 246 ------------------------ docs/reference/gobject/gobject-query.1 | 83 -------- gobject/Makefile.am | 2 - gobject/glib-genmarshal.1 | 212 -------------------- gobject/glib-mkenums.1 | 169 ---------------- 11 files changed, 48 insertions(+), 1252 deletions(-) commit d818bebf4949617fdf5ffc7833c8f87ccca5c1a1 Author: Ryan Lortie Date: Fri May 21 20:08:49 2010 -0400 add .SECONDARY: rule to preserve generated schemas If the .gschema.xml file was generated as the result of an implicit make rule then make would 'rm' it after creating the validity stamp. This would cause 'make install' to fail. m4macros/gsettings.m4 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit bf24dff88eb3c794ae846cb7b8397510407ad9f5 Author: David Zeuthen Date: Fri May 21 12:09:27 2010 -0400 Return an error for calls into unknown interfaces or unknown objects Ryan pointed out on IRC that we didn't do anything here. Looking at the code, it's painfully obvious that we should be returning an error here since a comment already says that we've exhausted all possible options. Signed-off-by: David Zeuthen gio/gdbusconnection.c | 10 +++++++++- gio/tests/gdbus-export.c | 12 ++++++++++++ 2 files changed, 21 insertions(+), 1 deletions(-) commit c7f0f2c4377c5fd242c52d30a09df74e6d6e9828 Author: Christian Persch Date: Fri May 14 14:00:24 2010 +0200 Use stack-allocated GVariantBuilders This saves a few allocations. Also simplify the code a bit in gdbusconnection. Bug #618616. gio/gdbusconnection.c | 19 ++++++------------- gio/gdbusmessage.c | 30 +++++++++++++++--------------- 2 files changed, 21 insertions(+), 28 deletions(-) commit 41b3f6885d26908627c8a132f63aab4ba1d83582 Author: Christian Persch Date: Thu May 20 00:54:51 2010 +0200 Add g_dc[p]gettext, and use it in gsettings Avoid using LC_MESSAGES, and just call g_d[c]gettext directly. Bug #617004. docs/reference/glib/glib-sections.txt | 1 + gio/gsettings.c | 7 ++----- glib/glib.symbols | 1 + glib/gstrfuncs.c | 27 +++++++++++++++++++++++++++ glib/gstrfuncs.h | 4 +++- po/Makefile.in.in | 2 ++ 6 files changed, 36 insertions(+), 6 deletions(-) commit e8f723245a4b1667949dc9715bc5bc2f263317a4 Author: Fran Diéguez Date: Thu May 20 19:30:39 2010 +0200 Updated Galician translations po/gl.po | 1274 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 644 insertions(+), 630 deletions(-) commit 366b3ffcde4f19cabf8685efdc1ccd20dcade0ca Author: David Zeuthen Date: Thu May 20 10:51:00 2010 -0400 Bug 619142 – Build fixes - Fix various #include issues - Change #error to #warning for the EXTERNAL authentication mechanism. It is not clear if this should work on Win32 at all. - Call close() before unlink() for the SHA1 keyring - Change #error to #warning so we don't forget to do permission checking of the .dbus-keyrings directory - Use Win32 SID for the SHA1 auth mech - Apparently we can't use word 'interface' as an identifier - Implement a _g_dbus_win32_get_user_sid() function. For now it's private. Don't know if it should be public somewhere. Maybe in a future GCredentials support for Win32? I don't know. - GFileDescriptorBased is not available on Win32. So avoid using it in GLocalFile stuff. Now, Win32 still uses GLocalFile + friends (which works with file descriptors) so expose a private function to get the fd for an OutputStream so things still work. - Fixup gio.symbols - Fixup tests/gdbus-peer.c so it builds With this, at least things compile and the gdbus-peer.exe test case passes. Which is a great start. I've tested this by cross-compiling on a x86_64 Fedora 13 host using mingw32 and running the code on a 32-bit Windows 7 box. https://bugzilla.gnome.org/show_bug.cgi?id=619142 Signed-off-by: David Zeuthen gio/gdbusaddress.c | 6 +++ gio/gdbusauth.c | 8 ++- gio/gdbusauthmechanismexternal.c | 4 +- gio/gdbusauthmechanismsha1.c | 27 ++++++------- gio/gdbusconnection.c | 2 + gio/gdbusmessage.c | 20 +++++----- gio/gdbusmessage.h | 4 +- gio/gdbusprivate.c | 76 ++++++++++++++++++++++++++++++++++++++ gio/gdbusprivate.h | 4 ++ gio/gdbusserver.c | 7 +++ gio/gio.symbols | 12 +++++- gio/glocalfileinputstream.c | 20 ++++++++- gio/glocalfileiostream.c | 8 +++- gio/glocalfileoutputstream.c | 30 ++++++++++++-- gio/glocalfileoutputstream.h | 6 +++ gio/tests/Makefile.am | 2 +- gio/tests/gdbus-peer.c | 18 +++++++++ 17 files changed, 208 insertions(+), 46 deletions(-) commit 152448cb299cd1b22da585dcd7e86ee6e27e1169 Author: Ivar Smolin Date: Thu May 20 14:56:46 2010 +0300 Estonian translation updated po/et.po | 704 ++++---------------------------------------------------------- 1 files changed, 41 insertions(+), 663 deletions(-) commit 3b8d0a4ac2df7d055168dff2ca360489adbea563 Author: Javier Jardón Date: Thu May 20 01:55:58 2010 +0200 Add G_TYPE_CLASS_GET_PRIVATE macro to docs docs/reference/gobject/gobject-sections.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2dfc7b0294542954539940955bef1b93a95513e0 Author: Ryan Lortie Date: Wed May 19 17:38:17 2010 -0400 Version bump. configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d4648965e4dee14955ade5eb94221ad5da5f45b8 Author: Ryan Lortie Date: Wed May 19 17:32:42 2010 -0400 Release 2.25.6 NEWS | 27 + po/af.po | 633 ++++++++++++++++++++- po/am.po | 631 ++++++++++++++++++++- po/ar.po | 635 ++++++++++++++++++++- po/as.po | 637 ++++++++++++++++++++- po/ast.po | 637 ++++++++++++++++++++- po/az.po | 632 ++++++++++++++++++++- po/be.po | 652 +++++++++++++++++++++- po/be@latin.po | 655 +++++++++++++++++++++- po/bg.po | 637 ++++++++++++++++++++- po/bn.po | 637 ++++++++++++++++++++- po/bn_IN.po | 637 ++++++++++++++++++++- po/bs.po | 632 ++++++++++++++++++++- po/ca.po | 637 ++++++++++++++++++++- po/ca@valencia.po | 637 ++++++++++++++++++++- po/cs.po | 637 ++++++++++++++++++++- po/cy.po | 634 ++++++++++++++++++++- po/da.po | 639 ++++++++++++++++++++- po/de.po | 637 ++++++++++++++++++++- po/dz.po | 632 ++++++++++++++++++++- po/el.po | 648 +++++++++++++++++++++- po/en@shaw.po | 645 ++++++++++++++++++++- po/en_CA.po | 635 ++++++++++++++++++++- po/en_GB.po | 637 ++++++++++++++++++++- po/eo.po | 631 ++++++++++++++++++++- po/es.po | 1290 +++++++++++++++++++++---------------------- po/et.po | 637 ++++++++++++++++++++- po/eu.po | 637 ++++++++++++++++++++- po/fa.po | 632 ++++++++++++++++++++- po/fi.po | 637 ++++++++++++++++++++- po/fr.po | 637 ++++++++++++++++++++- po/ga.po | 633 ++++++++++++++++++++- po/gl.po | 1249 +++++++++++++++++++++--------------------- po/gu.po | 637 ++++++++++++++++++++- po/he.po | 637 ++++++++++++++++++++- po/hi.po | 637 ++++++++++++++++++++- po/hr.po | 632 ++++++++++++++++++++- po/hu.po | 637 ++++++++++++++++++++- po/hy.po | 632 ++++++++++++++++++++- po/id.po | 1608 ++++++++++++++++++++++++++++++++++++----------------- po/is.po | 632 ++++++++++++++++++++- po/it.po | 641 ++++++++++++++++++++- po/ja.po | 637 ++++++++++++++++++++- po/ka.po | 633 ++++++++++++++++++++- po/kn.po | 637 ++++++++++++++++++++- po/ko.po | 637 ++++++++++++++++++++- po/ku.po | 631 ++++++++++++++++++++- po/lt.po | 637 ++++++++++++++++++++- po/lv.po | 631 ++++++++++++++++++++- po/mai.po | 634 ++++++++++++++++++++- po/mg.po | 632 ++++++++++++++++++++- po/mk.po | 635 ++++++++++++++++++++- po/ml.po | 637 ++++++++++++++++++++- po/mn.po | 632 ++++++++++++++++++++- po/mr.po | 637 ++++++++++++++++++++- po/ms.po | 632 ++++++++++++++++++++- po/nb.po | 637 ++++++++++++++++++++- po/nds.po | 632 ++++++++++++++++++++- po/ne.po | 632 ++++++++++++++++++++- po/nl.po | 646 ++++++++++++++++++++- po/nn.po | 635 ++++++++++++++++++++- po/oc.po | 631 ++++++++++++++++++++- po/or.po | 637 ++++++++++++++++++++- po/pa.po | 637 ++++++++++++++++++++- po/pl.po | 637 ++++++++++++++++++++- po/ps.po | 634 ++++++++++++++++++++- po/pt.po | 637 ++++++++++++++++++++- po/pt_BR.po | 637 ++++++++++++++++++++- po/ro.po | 637 ++++++++++++++++++++- po/ru.po | 637 ++++++++++++++++++++- po/rw.po | 644 ++++++++++++++++++++- po/si.po | 633 ++++++++++++++++++++- po/sk.po | 632 ++++++++++++++++++++- po/sl.po | 637 ++++++++++++++++++++- po/sq.po | 669 +++++++++++++++++++++-- po/sr.po | 637 ++++++++++++++++++++- po/sr@ije.po | 632 ++++++++++++++++++++- po/sr@latin.po | 637 ++++++++++++++++++++- po/sv.po | 637 ++++++++++++++++++++- po/ta.po | 637 ++++++++++++++++++++- po/te.po | 637 ++++++++++++++++++++- po/th.po | 637 ++++++++++++++++++++- po/tl.po | 632 ++++++++++++++++++++- po/tr.po | 637 ++++++++++++++++++++- po/tt.po | 631 ++++++++++++++++++++- po/uk.po | 637 ++++++++++++++++++++- po/vi.po | 637 ++++++++++++++++++++- po/wa.po | 632 ++++++++++++++++++++- po/xh.po | 632 ++++++++++++++++++++- po/yi.po | 631 ++++++++++++++++++++- po/zh_CN.po | 637 ++++++++++++++++++++- po/zh_HK.po | 637 ++++++++++++++++++++- po/zh_TW.po | 637 ++++++++++++++++++++- 93 files changed, 56499 insertions(+), 4314 deletions(-)