commit f5a17f2200449c02d4f3aea790908581bed8020d Author: Luis Medinas Date: Tue Jun 16 01:58:27 2009 +0100 Update release to 2.27.3 and write NEWS. NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 39 insertions(+), 2 deletions(-) commit f3ba2ba655c3689be2e97af4182eef092e3b0c69 Author: Mario Blättermann Date: Mon Jun 15 11:11:35 2009 +0200 Updated German translation po/de.po | 5057 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 2629 insertions(+), 2428 deletions(-) commit 52e1386a8f29b6998700fc54a1dba50967f7fa4c Author: drtvasudevan Date: Mon Jun 15 13:30:54 2009 +0530 Updated Tamil translation po/ta.po | 520 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 263 insertions(+), 257 deletions(-) commit ce7412eeecc2bf3c87663073410803f1723cd4ee Author: Daniel Nylander Date: Sun Jun 14 11:06:39 2009 +0200 Updated sv translation (Daniel Nylander) po/sv.po | 1387 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 767 insertions(+), 620 deletions(-) commit 1494c477e5d04a59b16e5fa16f29c0ac9707cd62 Author: Mark Krapivner Date: Thu Jun 11 18:28:36 2009 +0300 Updated Hebrew translation po/he.po | 5458 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 2765 insertions(+), 2693 deletions(-) commit ec4dc631ff486afb20b08870b27d2fdc96c8ad38 Author: Claude Paroz Date: Tue Jun 9 18:11:22 2009 +0200 Updated French translation Contributed by Jonathan Ernst and Claude Paroz. po/fr.po | 2771 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1468 insertions(+), 1303 deletions(-) commit 6545c19a45ec50ac4abdfa826bc7b32fad708e14 Author: Mattias Põldaru Date: Mon Jun 8 11:03:58 2009 +0300 Updating Estonian translation po/et.po | 1649 +++++++++++++------------------------------------------------ 1 files changed, 352 insertions(+), 1297 deletions(-) commit c39d597585878dd846c1f6a748de977909096bc2 Author: Philippe Rouquier Date: Wed Jun 3 14:13:52 2009 +0200 Fix build of nautilus burn extension Fix #584664 – Compile fail on nautilus extension libbrasero-burn/brasero-status-dialog.c | 2 - nautilus/nautilus-burn-extension.c | 50 +++++++++++++++++------------- 2 files changed, 28 insertions(+), 24 deletions(-) commit 5e6cf128765dc5dd4352362a8f7960efe07f142c Author: Philippe Rouquier Date: Wed Jun 3 13:53:34 2009 +0200 Create gitignore files and included gtk.mk in the tree to automatically generate them Makefile.am | 2 + data/Makefile.am | 2 + data/icons/Makefile.am | 2 + docs/Makefile.am | 2 + docs/reference/Makefile.am | 2 + git.mk | 182 +++++++++++++++++++++++++++++++++++++++ help/C/Makefile.am | 2 + help/Makefile.am | 2 + libbrasero-burn/Makefile.am | 2 + libbrasero-media/Makefile.am | 2 + libbrasero-utils/Makefile.am | 2 + nautilus/Makefile.am | 2 + plugins/Makefile.am | 2 + plugins/cdrdao/Makefile.am | 2 + plugins/cdrkit/Makefile.am | 2 + plugins/cdrtools/Makefile.am | 2 + plugins/checksum/Makefile.am | 2 + plugins/dvdauthor/Makefile.am | 2 + plugins/dvdcss/Makefile.am | 2 + plugins/growisofs/Makefile.am | 2 + plugins/libburnia/Makefile.am | 2 + plugins/local-track/Makefile.am | 2 + plugins/transcode/Makefile.am | 2 + plugins/vcdimager/Makefile.am | 2 + src/Makefile.am | 2 + 25 files changed, 230 insertions(+), 0 deletions(-) commit 0b4e46915b0e0d7614b91b019bc8faed83b0074e Author: Philippe Rouquier Date: Wed Jun 3 13:50:06 2009 +0200 Make results returned by BraseroIO be serialized for each objects Prevent BraseroDataDisc to show multiple dialog boxes at the same time. libbrasero-utils/brasero-io.c | 34 ++++++++++++++++++++++++++++------ libbrasero-utils/brasero-io.h | 3 +++ 2 files changed, 31 insertions(+), 6 deletions(-) commit 62d61102cd1e99b771491b64de53f960477b8f00 Author: Philippe Rouquier Date: Wed Jun 3 11:06:37 2009 +0200 Make the joliet request into a dialog not a single message included in the app as this is critical src/brasero-data-disc.c | 61 ++++++++++++++++------------------------------ 1 files changed, 21 insertions(+), 40 deletions(-) commit 862bbbb0f524444f8f2e9ad605045ca7c5e37bee Author: Jorge Gonzalez Date: Wed Jun 3 06:38:59 2009 +0200 Updated Spanish translation po/es.po | 204 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 126 insertions(+), 78 deletions(-) commit 92976a2819a0b6b2bf0d42a4550fa29b38b6ea4f Author: Philippe Rouquier Date: Tue Jun 2 20:50:20 2009 +0200 Fix #584538 – Make time unit formatting completely translatable Author: Claude Paroz libbrasero-media/brasero-units.c | 70 ++++++++++++++++++++++--------------- 1 files changed, 42 insertions(+), 28 deletions(-) commit e5af2f14d584ddbcb40bf042a1dbe68c5caebed8 Author: Philippe Rouquier Date: Tue Jun 2 20:01:56 2009 +0200 Remove joliet option from the burn option dialog (except for nautilus extension) and ask the user in the data project if he wants joliet or not libbrasero-burn/brasero-burn-options.c | 6 --- libbrasero-burn/brasero-data-project.c | 16 ++++++++ libbrasero-burn/brasero-track-data-cfg.c | 40 ++++++++++++++++++- nautilus/nautilus-burn-extension.c | 13 ++++++- src/brasero-data-disc.c | 61 +++++++++++++++++++++++++++++- 5 files changed, 126 insertions(+), 10 deletions(-) commit 6e175c963310ecdb71c33f93e69e74feaba29676 Author: Philippe Rouquier Date: Tue Jun 2 19:46:01 2009 +0200 Fix function not returning the number of available formats libbrasero-burn/brasero-image-type-chooser.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit c963d15f0b72b2350ba302922ebec858cf6157bd Author: Philippe Rouquier Date: Tue Jun 2 19:45:01 2009 +0200 Properly scale background images when printing Fix #582059 – Cover editor ignores background image style setting in printout Fix #581639 – Cover editor shows background images scaled but on printing the images are not. libbrasero-utils/brasero-jacket-view.c | 79 +++++++++++++++++++++++-------- 1 files changed, 58 insertions(+), 21 deletions(-) commit 7eeac6a171a1ebaabff6d1d750821fc056c0f38c Author: Jorge Gonzalez Date: Tue Jun 2 07:41:00 2009 +0200 Updated Spanish translation po/es.po | 47 ++++++++++++++++++++++------------------------- 1 files changed, 22 insertions(+), 25 deletions(-) commit 89d7e79ca6b7c371bd39b85de3d33d5f9879774e Author: Jorge Gonzalez Date: Mon Jun 1 20:40:37 2009 +0200 Updated Spanish translation po/es.po | 363 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 186 insertions(+), 177 deletions(-) commit fbae46fe5b46ff7c699253689545beec1775617f Author: Philippe Rouquier Date: Mon Jun 1 20:09:05 2009 +0200 Add NetBSD support to libbrasero-media Author: Jared McNeill Fix #583332 – NetBSD support configure.in | 10 ++- libbrasero-media/Makefile.am | 5 + libbrasero-media/scsi-netbsd.c | 200 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 214 insertions(+), 1 deletions(-) commit 5e34b2a726980379d1879fa56732afc34a2e0570 Author: Philippe Rouquier Date: Mon Jun 1 16:31:41 2009 +0200 Fix for #583649 – Wrong translatable strings in burn-job.c See comment #2 libbrasero-burn/burn-job.c | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 deletions(-) commit 7233872b43cca11ef9cc8ea73fb26c8f238b5b94 Author: Philippe Rouquier Date: Mon Jun 1 11:17:08 2009 +0200 Hide the combo box in the side pane if there is just one item (this hides the close button as well) src/brasero-layout.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 55384816e618cc6e39930e8968dc8e7fb15dbba7 Author: Philippe Rouquier Date: Mon Jun 1 16:02:18 2009 +0200 Fix #583458 – brasero configure switches only disables options Author: Michal Kurgan configure.in | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) commit 0da7018f67e3440e75c0394e9aed666fadd9a9a5 Author: Philippe Rouquier Date: Mon Jun 1 15:55:05 2009 +0200 Fix #554201 – Project size graph in stat Author: Hans de Graaff Fix a translation that caused make check to fail. help/sv/sv.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3edb513ff9071dc4be3bbbcc83f1047d437af577 Author: Philippe Rouquier Date: Sun May 31 11:01:34 2009 +0200 Convert brasero-drive-properties to use BraseroBurnSession directly Drop the use of GtkFileChooserButton for a custom buttom which fixes #578175 – "Temporary files" location in Properties confusing when folder doesn't exist Make sure we save all properties of the session when the medium changes libbrasero-burn/brasero-blank-dialog.c | 1 + libbrasero-burn/brasero-drive-properties.c | 566 ++++++++++++++++++++------- libbrasero-burn/brasero-drive-properties.h | 30 +-- libbrasero-burn/brasero-medium-properties.c | 110 +++--- libbrasero-burn/brasero-session-cfg.c | 90 +++-- libbrasero-burn/brasero-session.c | 101 ++++-- libbrasero-burn/brasero-session.h | 3 +- libbrasero-burn/brasero-src-image.c | 3 +- 8 files changed, 624 insertions(+), 280 deletions(-) commit c92d67b474f3dc3fc075c2197de26d1fecfe6178 Author: Philippe Rouquier Date: Fri May 29 20:15:18 2009 +0200 Improvements to medium choosing combo Only display the space that would remain after a burn Display at least 1 percent as soon as there is some data libbrasero-burn/brasero-dest-selection.c | 15 ++++++++++----- libbrasero-media/brasero-medium-selection.c | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) commit 4e42506510e7f0e0862d482f3ada01d3c7e7bd09 Author: drtvasudevan Date: Fri May 29 10:52:09 2009 +0530 Updated Tamil translation po/ta.po | 225 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 112 insertions(+), 113 deletions(-) commit c61a7d594816e8f0c9fcea4cd0bfd03c13de93f8 Author: drtvasudevan Date: Fri May 29 08:18:46 2009 +0530 Updated Tamil translation po/ta.po | 1172 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 662 insertions(+), 510 deletions(-) commit 60469d8a27e8df70f33041ac71cf24b692146bc7 Author: Philippe Rouquier Date: Thu May 28 20:22:48 2009 +0200 Fix #582519 – In nautilus copy disc should have a disc as default target instead of an iso file This patch tries to make brasero a bit more intelligent when it comes to choosing the best medium libbrasero-burn/brasero-burn-options.c | 6 ++- libbrasero-burn/brasero-dest-selection.c | 65 ++++++++++++++++++++++++++++-- 2 files changed, 65 insertions(+), 6 deletions(-) commit c76379db2bcecc2b2d72a7c64adac32d68be34a9 Author: Philippe Rouquier Date: Wed May 27 20:26:15 2009 +0200 Fix image format retrieval which failed after several images had been selected libbrasero-burn/brasero-src-image.c | 9 +++++---- libbrasero-burn/brasero-track-image-cfg.c | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 6 deletions(-) commit 6a3cbb799949930a28526fb5074da336c818dce7 Author: Philippe Rouquier Date: Wed May 27 20:07:23 2009 +0200 Display the size that would be used by the data to burn in the combo box libbrasero-burn/brasero-dest-selection.c | 77 +++++++++----- libbrasero-media/brasero-medium-selection-priv.h | 8 ++- libbrasero-media/brasero-medium-selection.c | 115 ++++++++++++++++++---- 3 files changed, 151 insertions(+), 49 deletions(-) commit 20470676de591a59e75ec741de453c9e1417e6c0 Author: Philippe Rouquier Date: Wed May 27 20:06:57 2009 +0200 Fix a crash when there is no error libbrasero-burn/brasero-src-image.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9f83b226cd5782395b910c2592908b5f242bc20f Author: Philippe Rouquier Date: Wed May 27 20:06:24 2009 +0200 Fix a crash when there is no medium inserted libbrasero-burn/brasero-track-disc.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)