commit 3df2a07c21f067a33279648c4c4e50505958da1a Author: Luis Medinas Date: Mon Sep 13 23:37:44 2010 +0100 NEWS for 2.31.92 release NEWS | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) commit 6d386d365137962113c3cf993b592cd954e24c2f Author: Luis Medinas Date: Mon Sep 13 23:33:35 2010 +0100 Bump to 2.31.92 configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 313c7d1b74c80e0d58bb2fad0e23af1a8cc6a506 Author: Timo Jyrinki Date: Mon Sep 13 18:14:19 2010 +0300 Updated Finnish translation from Launchpad from Ubuntu Finnish Translators. po/fi.po | 2527 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1185 insertions(+), 1342 deletions(-) commit e39f135682061a8664dedda1ad5d490f5d786c1c Author: Luis Medinas Date: Mon Sep 13 01:46:55 2010 +0100 Revert to libunique from GApplication Thanks to Christian Persch for the patch src/brasero-app.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 3029bfa854c8f7c88f986f810735bc9b66b94b15 Author: Luis Medinas Date: Mon Sep 13 01:45:11 2010 +0100 Revert to libunique from GApplication Thanks to Christian Persch for the patch configure.in | 6 +++++ src/Makefile.am | 4 ++- src/brasero-app.c | 54 ++++++++++++++++++++++++++-------------------------- src/main.c | 24 +++++++++++++++++----- 4 files changed, 54 insertions(+), 34 deletions(-) commit 289838b18727d32bba0ab6dcda8fcf79fe3943b1 Author: Luis Medinas Date: Mon Sep 13 01:08:47 2010 +0100 Remove dbus-glib requires from pkgconfig file libbrasero-burn.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6c9d8b2828c07666fb8eb358a1099fe42baeafee Author: Philippe Rouquier Date: Sun Sep 12 14:31:56 2010 +0200 Some more debugging to find out about problems with encrypted DVDs plugins/dvdcss/burn-dvdcss.c | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) commit 208667207a63257be1e7d70215f880b9491e9c92 Author: Shushi Kurose Date: Sun Sep 12 01:33:08 2010 +0900 Updated Japanese translation. po/ja.po | 1266 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 565 insertions(+), 701 deletions(-) commit bad2d06401971d076b1ededd41b59e57bdb9d629 Author: António Lima Date: Fri Sep 10 22:39:40 2010 +0100 Updated Portuguese translation po/pt.po | 2010 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1052 insertions(+), 958 deletions(-) commit b309f6a81b806378adb3294a47e09c0a70c48a7b Author: Luis Medinas Date: Thu Sep 9 19:52:14 2010 +0100 Fix typo on the previous commit Thanks to Christian to point it. libbrasero-burn/burn-dbus.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 52338e2b136d828fec51800efd2870f7751e1751 Author: Luis Medinas Date: Thu Sep 9 18:39:31 2010 +0100 Fix Bug #629190 - minor issues in gdbus conversion. Thank to Christian Persch for the help. libbrasero-burn/burn-dbus.c | 11 ++--------- libbrasero-utils/brasero-pk.c | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) commit 31a0a6febe060caeba7a5c27a75458fec84a8140 Author: Piotr Drąg Date: Thu Sep 9 19:54:21 2010 +0200 Updated Polish translation po/pl.po | 1930 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 984 insertions(+), 946 deletions(-) commit 2c798f85d40058afece34eb40311a70a3e1619af Author: Luis Medinas Date: Thu Sep 9 16:42:40 2010 +0100 Remove dbus-glib check from configure Dbus-glib is replaced by GDBus. configure.in | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 7ce580f5e11defb7f78926d31316ffbc1efdd0da Author: Luis Medinas Date: Thu Sep 9 16:41:07 2010 +0100 Replace last part of dbus-glib by GDBus libbrasero-utils/Makefile.am | 4 +- libbrasero-utils/brasero-pk.c | 92 +++++++++++++++++++++++------------------ 2 files changed, 53 insertions(+), 43 deletions(-) commit 2fb88b1fe58634368c2e0c924eca3aeee2667c54 Author: Robert Ancell Date: Wed Sep 8 18:27:02 2010 +1000 Fix Inhibit() d-bus parameters libbrasero-burn/burn-dbus.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit ea7d424639709a7226ba21667004daed3d2fcfe8 Author: Luis Medinas Date: Tue Sep 7 23:30:31 2010 +0100 Remove dbus libraries from the Makefile. libbrasero-burn/Makefile.am | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 4afc2b43258b696d172e6f7145549df09110bde4 Author: Christian Persch Date: Tue Sep 7 20:24:59 2010 +0200 Use --with-gtk switch for gtk 2/3 selection Also fix the .pc.in files, forgotten part for commit a7a93300c40d866a27dcd9aadceb94efc5b1c673. Bug #628697. libbrasero-burn.pc.in | 2 +- libbrasero-media.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a7a93300c40d866a27dcd9aadceb94efc5b1c673 Author: Christian Persch Date: Fri Sep 3 15:14:27 2010 +0200 Use --with-gtk switch for gtk 2/3 selection ... like every other module, instead of an --enable-gtk3 switch. Bug #628697. configure.in | 78 +++++++++++++++++++---------------------- libbrasero-burn/Makefile.am | 4 +- libbrasero-media/Makefile.am | 4 +- 3 files changed, 40 insertions(+), 46 deletions(-) commit 12ca0e2b25dbe491addcebf6ea64e9572c1333ec Author: YunQiang Su Date: Sun Sep 5 03:35:52 2010 +0800 Update Simplified Chinese help translation. help/zh_CN/zh_CN.po | 49 +++++++++++++++++++++++-------------------------- 1 files changed, 23 insertions(+), 26 deletions(-) commit 23d8729083723ea06ee85a16a5567f525854c7c3 Author: Daniel Nylander Date: Sat Sep 4 00:48:05 2010 +0200 Updated Swedish translation po/sv.po | 77 +++++++++++++++++++++++++------------------------------------- 1 files changed, 31 insertions(+), 46 deletions(-) commit 9a5d3ea02e5d53cbb87919bab2e58d486c377894 Author: Philippe Rouquier Date: Fri Sep 3 20:29:11 2010 +0200 Fix image checksuming that did not occur when GConf or GSetting returned 0 as a value for the checksum type key plugins/checksum/burn-checksum-image.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c9c4550811498f6045804d4a6525f8f6974a3752 Author: drtv Date: Fri Sep 3 16:06:11 2010 +0530 Updated Tamil translation po/ta.po | 38 ++++++++++++++++++++++---------------- 1 files changed, 22 insertions(+), 16 deletions(-) commit 6d13ff9aa98ebf47f78b42a66b0cf22591517953 Author: Mario Blättermann Date: Thu Sep 2 20:43:10 2010 +0200 [i18n] Updated German translation po/de.po | 47 +++++++++++++++++++++++++---------------------- 1 files changed, 25 insertions(+), 22 deletions(-) commit 062381ee9b58c28354c39eb5d2ef8197824ea301 Author: Baurzhan Muftakhidinov Date: Thu Sep 2 14:17:22 2010 +0600 Added initial Kazakh translation po/LINGUAS | 1 + po/kk.po | 4903 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4904 insertions(+), 0 deletions(-) commit ecfb192848c0caa2b73e7e5f2451d6e121321751 Author: Dirgita Date: Tue Aug 31 21:58:01 2010 +0700 Updated Indonesian translation po/id.po | 1021 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 499 insertions(+), 522 deletions(-) commit cb84335448c64b71864fc47e2063ae80f61e7e05 Author: Robert Ancell Date: Tue Aug 31 16:20:25 2010 +1000 Don't hardcode gconf gsettings backend src/main.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit ef511ceb5cde1f2053d01e46413744a32ff370a1 Author: Robert Ancell Date: Tue Aug 31 16:17:32 2010 +1000 Fix brasero plugin directory configure.in | 1 - libbrasero-burn/Makefile.am | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) commit 7ea2d7240aeed924b26ccef460957e910060b45e Author: Adrian Guniš Date: Tue Aug 31 13:08:58 2010 +0200 Updated Czech translation po/cs.po | 2115 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1081 insertions(+), 1034 deletions(-)