commit 571edd621c1f6a0c5298ca330074c40063ebeff0 Author: Philippe Rouquier Date: Mon Aug 30 15:59:55 2010 +0200 Updated NEWS file and bumped version number NEWS | 19 +++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) commit c65cf9fe4145b8efa5312b6ebbc1ad19b2f53687 Author: Philippe Rouquier Date: Mon Aug 30 15:31:43 2010 +0200 Fix #627687 - Rhythmbox create audio CD does not work src/main.c | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) commit c63e09949657ace786e23ad2d681f7bd2b12f11e Author: Philippe Rouquier Date: Mon Aug 30 14:42:28 2010 +0200 Give a fallback icon if no parent is specified for our message dialogs libbrasero-utils/brasero-misc.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit f833dbd04092a46113544c76f1c4626b46225bae Author: Philippe Rouquier Date: Mon Aug 30 14:42:02 2010 +0200 Fix #627005 - Starting brasero with --device=/dev/sr0 floating point exception GTK+ was not ready while displaying an error src/main.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit ced0d0f2a420c2d422d3996ceb7da3c0bff707cb Author: Andika Triwidada Date: Tue Aug 10 02:49:15 2010 +0700 Updated Indonesian translation po/id.po | 1187 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 725 insertions(+), 462 deletions(-) commit 73a2bc9604b42ae7c7a260c1c8d5e6962f57de5b Author: Philippe Rouquier Date: Sat Jul 24 21:35:34 2010 +0200 Set (with g_set_application_name ()) the same name as in the window title. src/brasero-app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 77d950c972f787d63ad0bed0c8eba2bebc55421b Author: Philippe Rouquier Date: Sat Jul 24 21:33:43 2010 +0200 Fix the name of the application we use in burn-dbus.c as this may not be "Brasero" libbrasero-burn/burn-dbus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4a34a5129d0d9d3a2d155b9f0c53cb01c68f87c0 Author: Philippe Rouquier Date: Fri Jul 23 10:14:36 2010 +0200 Fix error introduced by patch b1b8ae5c0bf918503cd10380c9634d814f9f7a23 libbrasero-media/brasero-medium.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b1b8ae5c0bf918503cd10380c9634d814f9f7a23 Author: Philippe Rouquier Date: Thu Jul 22 10:10:38 2010 +0200 Another try at #606010 - crashes at audio CD insertion libbrasero-media/brasero-medium.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit f535d9d5446ee7481f5ebf76f2ec5ac5562767ed Author: lainme Date: Thu Jul 22 15:29:43 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 626 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 312 insertions(+), 314 deletions(-) commit f031e1ee921886ef2a0f50a936cf939a9d614463 Author: Philippe Rouquier Date: Mon Jul 19 14:01:01 2010 +0200 Try again to fix #606010 - crashes at audio CD insertion libbrasero-media/brasero-medium.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 488b9dbac55b99eb1886a39854a79bfc2407f750 Author: Philippe Rouquier Date: Wed Jul 7 14:57:12 2010 +0200 Fix problem with documentation when building out of tree docs/reference/libbrasero-burn/Makefile.am | 2 +- docs/reference/libbrasero-media/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit fe391cdfb4f58083f164aecd0fdd887544d57c2a Author: Philippe Rouquier Date: Wed Jul 7 14:13:00 2010 +0200 Fix #622394 - make check fails: The following files contain translations and are currently not in use po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d3584a7b69c9fea7060f231848946b73c4bce2ec Author: Philippe Rouquier Date: Wed Jul 7 13:58:03 2010 +0200 Do not clean gtk-doc.make on make distclean as it is generated by autogen.sh Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit bee6105494c124ec89a7c84ebf5bbe28bf053a2a Author: Philippe Rouquier Date: Wed Jul 7 13:43:05 2010 +0200 Silences a build warning plugins/cdrkit/burn-wodim.c | 2 +- plugins/cdrtools/burn-cdrecord.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 6c2f3aefa23a83954e9d01bb9e7f52ff7009ee40 Author: Philippe Rouquier Date: Tue Jul 6 16:20:10 2010 +0200 Fix #622968 - Add File Selector mis-behaves: No Places pane. Ctrl/click action wrong. DND code was misbehaving (again =(). src/eggtreemultidnd.c | 81 ++++++++++++++++--------------------------------- 1 files changed, 26 insertions(+), 55 deletions(-) commit 7835d2cda1311b2eff5b4ccc0e0174fd496cd248 Author: Philippe Rouquier Date: Tue Jul 6 15:59:51 2010 +0200 In some rare cases the audio project did not show the help src/brasero-audio-disc.c | 2 +- src/brasero-project.c | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) commit 2c53d9350e5d47abc2ab0c53bc22102c2cb45792 Author: Philippe Rouquier Date: Tue Jul 6 15:36:45 2010 +0200 Close any GtkFileChooserDialog if the user clicks to display the side pane src/brasero-project.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit a0855b9e9ab683ff38662cd7ecb5a7dcbcf88c02 Author: Philippe Rouquier Date: Mon Jul 5 21:14:02 2010 +0200 Fix #623545 - "Increase compatibility with Windows" only cuts the length of ONE single filename to 64 characters libbrasero-burn/brasero-track-data.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 087ac37e94aece9bd7a32d786be040fda6169440 Author: Philippe Rouquier Date: Mon Jul 5 20:22:44 2010 +0200 Fix session logging for tool dialogs (sum+blank) libbrasero-burn/brasero-blank-dialog.c | 2 ++ libbrasero-burn/brasero-session.c | 11 +++++++++-- libbrasero-burn/brasero-sum-dialog.c | 3 +++ libbrasero-burn/brasero-tool-dialog.c | 1 - 4 files changed, 14 insertions(+), 3 deletions(-) commit f91389a69659f6c58a8ef8200ea80bbb21fa5fb6 Author: Philippe Rouquier Date: Mon Jul 5 20:01:30 2010 +0200 Fix #623484 - No estimated drive speed shown libbrasero-burn/burn-task-ctx.c | 21 ++++++++++----------- plugins/growisofs/burn-growisofs.c | 5 ++--- 2 files changed, 12 insertions(+), 14 deletions(-) commit 70161f068ec3bc9fa7b27b7622524cbf50d78022 Author: Gabor Kelemen Date: Thu Jul 1 17:12:22 2010 +0200 Updated Hungarian translation po/hu.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6abcc8f9e9c9809068d35701dae3d603c14a14ba Author: Runa Bhattacharjee Date: Mon Jun 28 12:46:12 2010 +0530 Corrected a typo po/bn_IN.po | 3783 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 2073 insertions(+), 1710 deletions(-)