commit a66ff693156691a4bcbf5790941e03d22388c7b1 Author: Philippe Rouquier Date: Mon Sep 7 21:17:29 2009 +0200 Forgotten version information configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit da97f74a71d439cc7b3c5c6b8fb1a7c55836d58f Author: Philippe Rouquier Date: Mon Sep 7 21:08:58 2009 +0200 Updated NEWS files NEWS | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 103 insertions(+), 0 deletions(-) commit d0cea00113156f0ecf9c85a8b8a51d971df99c81 Author: Philippe Rouquier Date: Mon Sep 7 20:56:19 2009 +0200 Bump version for release configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d608dd48afd1cebd8b02eb4bc33d8049bf1eaf84 Author: Philippe Rouquier Date: Mon Sep 7 19:58:44 2009 +0200 API documentation typo libbrasero-burn/brasero-session-cfg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 43d8476c08b8944876830723ba7d4a05a6b402e7 Author: Philippe Rouquier Date: Mon Sep 7 18:35:15 2009 +0200 Fix brasero_session_cfg_add_flags () that have been broken by latest changes for DVD-RW libbrasero-burn/brasero-session-cfg.c | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) commit 533e69dfe28992f388f995f0bc707bd337189775 Author: Philippe Rouquier Date: Mon Sep 7 17:48:45 2009 +0200 Fix typo libbrasero-media/brasero-medium.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit e03974bdbf84543e5da41254feb8709ca1c8d65f Author: Philippe Rouquier Date: Mon Sep 7 16:15:25 2009 +0200 Fix another window stacking problem (burn dialog was not always appearing in task bar) libbrasero-burn/brasero-burn-dialog.c | 3 +++ src/brasero-app.c | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) commit c6186c72ed1421d2308bf2e1c1bea38fab274d7a Author: Philippe Rouquier Date: Mon Sep 7 15:54:41 2009 +0200 Don't reset checksums for images and media as they won't change libbrasero-burn/brasero-burn.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 0c5ce8374eb334bfe801463eaacff34b1c0317d8 Author: Philippe Rouquier Date: Mon Sep 7 15:52:15 2009 +0200 Make sure that when removing a flag all default flags (blank, fast blank, dao, ...) are updated accordingly libbrasero-burn/brasero-session-cfg.c | 132 ++++++++++++++++++--------------- 1 files changed, 73 insertions(+), 59 deletions(-) commit 1875788061687f5bfbe7b6a581e68d4e94c38e8d Author: Philippe Rouquier Date: Mon Sep 7 15:51:13 2009 +0200 Add safeguards for DVD-RW sequential that were not fully formatted Handle the case where the user really wants multisession => full blanking libbrasero-burn/brasero-caps-session.c | 43 ++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) commit 283c0dcfe67a00615beacac266c2b22a68537232 Author: Philippe Rouquier Date: Mon Sep 7 15:47:55 2009 +0200 Rework and clean some code. Probe dao/tao/... earlier libbrasero-media/brasero-medium.c | 157 ++++++++++++++++++------------------- 1 files changed, 78 insertions(+), 79 deletions(-) commit 74983da23e3f18de57903fd71ecaabc2456df327 Author: Philippe Rouquier Date: Sun Sep 6 16:18:09 2009 +0200 Try to kill a warning libbrasero-media/brasero-medium.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit c910f3641751ffb7c8e01c06355bff9697bbe781 Author: Philippe Rouquier Date: Sun Sep 6 15:31:04 2009 +0200 Reset oversized value if a user emptied the project after he got the message (your project is oversized ...) src/brasero-project.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 3767567f6a2d80265617a5eb2d4dc35ca91775cf Author: Philippe Rouquier Date: Sun Sep 6 15:13:16 2009 +0200 Add another filter to get CDs only to prevent DVD from showing up in audio projects libbrasero-media/brasero-medium-monitor.c | 79 +++++++++++++++++++++++---- libbrasero-media/brasero-medium-monitor.h | 8 +++- libbrasero-media/brasero-medium-selection.c | 54 +++++++++++++++---- src/brasero-project.c | 3 +- 4 files changed, 121 insertions(+), 23 deletions(-) commit 84a823b7bbef119f208b8c9a1bcf029f92a869bb Author: Philippe Rouquier Date: Sun Sep 6 13:58:38 2009 +0200 Recheck the flags after a blanking/formatting was done to update them as they may have changed libbrasero-burn/brasero-burn.c | 327 +++++++++++++++++++++------------------ 1 files changed, 176 insertions(+), 151 deletions(-) commit bcdb779d79b093de097b498b41f2bcc5569198f2 Author: Philippe Rouquier Date: Sun Sep 6 13:38:43 2009 +0200 Be lenient about some flags when we have to blank the disc before This allows to show "leave disc open" with closed CDRW for exampe libbrasero-burn/brasero-caps-session.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit d6c44f289e8273c699e118ce6c6509b1f5cb85cb Author: Philippe Rouquier Date: Sun Sep 6 13:25:43 2009 +0200 Add GDK_THREADS_ENTER/LEAVE around the main loop libbrasero-burn/burn-task.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit c94b8f25c0e37370b920080d3338a172983eac78 Author: Philippe Rouquier Date: Sat Sep 5 20:11:40 2009 +0200 Fixed a stacking problem. src/brasero-app.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 951c40c72ab2dc41d4688cd0194e8c4c895bc5dc Author: Philippe Rouquier Date: Sat Sep 5 15:49:39 2009 +0200 When copying a disc make sure very early that the newly inserted disc is big enough libbrasero-burn/brasero-burn.c | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit 982df4c043e87a131ac92f4b70b0d82c6227bb5d Author: Ivaylo Valkov Date: Sun Sep 6 22:39:59 2009 +0300 Updated Bulgarian translation po/bg.po | 1207 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 610 insertions(+), 597 deletions(-) commit 5bbf2ed1b103755d5236e2dfd88abd856b1d55af Author: Petr Kovar Date: Sat Sep 5 21:12:08 2009 +0200 Updated Czech translation by Adrian Gunis po/cs.po | 717 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 366 insertions(+), 351 deletions(-) commit 1a40ccebd86858f198320f866da9d4f5f2018331 Author: Philippe Rouquier Date: Sat Sep 5 14:44:21 2009 +0200 Fix #593829 - Brasero gets stuck in a loop at "Getting size" while burning another session on a multi-session disk we tested whether the medium could be used exclusively _before_ unmounting which usually caused a failure when the medium had data and was automatically mounted with nautilus libbrasero-burn/brasero-burn.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit a4dde7820687004800bb3a4f18a167f5899ac07b Author: Philippe Rouquier Date: Sat Sep 5 13:56:25 2009 +0200 Fix typo that prevented the proper unlocking of the drive. libbrasero-media/brasero-drive.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 59a4854c3a421eaea122a3462e69e966e00b2a32 Author: Philippe Rouquier Date: Sat Sep 5 13:37:03 2009 +0200 Fix a type that prevented readcd to copy discs plugins/cdrtools/burn-readcd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 051bba3e40e3999684a0fc8f96c2d2dd4da7388c Author: Philippe Rouquier Date: Fri Sep 4 21:14:02 2009 +0200 Make "leave open" option appear for overwritable media libbrasero-burn/brasero-caps-session.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit e56f00c57d51a5e562e372fede5c2987096e27e9 Author: Ivar Smolin Date: Sat Sep 5 09:09:47 2009 +0300 Updating Estonian translation po/et.po | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 84dfda8740dd981589387b3a0b69ef8cb4a52605 Author: Philippe Rouquier Date: Fri Sep 4 20:12:04 2009 +0200 Add blank before flag as much as possible since even it's a blank disc it can be useful in case of multiple copies done after with a rewritable disc libbrasero-burn/brasero-caps-session.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 6d5f2bfd36955c773eff3d2b7dab3514716fc741 Author: Philippe Rouquier Date: Fri Sep 4 14:48:48 2009 +0200 Don't let the user click on the Add action until the GtkFileChooser spawned was closed. src/brasero-project.c | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) commit 2bcf8bc905081a37a5fb94c4a1e9779364daad22 Author: Philippe Rouquier Date: Fri Sep 4 14:33:29 2009 +0200 Fix a possible crash libbrasero-utils/brasero-metadata.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 447493daa906f0bf99272fb48386b3806fd81a20 Author: Philippe Rouquier Date: Fri Sep 4 14:31:34 2009 +0200 Make sure sibling is initialiazed src/brasero-audio-disc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e7b349efc1c4b556973dd8fa6bdf848b63ffe39f Author: Philippe Rouquier Date: Fri Sep 4 13:34:09 2009 +0200 Don't show two dialogs when, in an audio project, the file has no audio but only video src/brasero-audio-disc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d272c0fd9a69f0c27b740c8b0af2e02ccffcca6b Author: Philippe Rouquier Date: Fri Sep 4 13:12:15 2009 +0200 When loading an audio/video project keep the already existing values for artist, title libbrasero-burn/brasero-track-stream-cfg.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 4a9f6a4d1583a649f9c778959adb55d3e8942a11 Author: Philippe Rouquier Date: Fri Sep 4 12:52:24 2009 +0200 Ensure harder that some signals get disconnected when switching sessions src/brasero-audio-disc.c | 20 ++++++++++++-------- src/brasero-video-disc.c | 19 +++++++++++-------- 2 files changed, 23 insertions(+), 16 deletions(-) commit 14514c5aed47b234ac33a7b9258e5402827fe14e Author: Philippe Rouquier Date: Fri Sep 4 12:39:22 2009 +0200 Fix a problem in brasero_video_tree_model_path_to_track () which returned the wrong BraseroTrack src/brasero-video-tree-model.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 5fbec4aeb41c816e22d7dffc4fce95065e42ea61 Author: Philippe Rouquier Date: Fri Sep 4 12:25:43 2009 +0200 Silenced a warning libbrasero-burn/brasero-session.c | 3 +++ libbrasero-burn/burn-job.c | 6 ++++++ 2 files changed, 9 insertions(+), 0 deletions(-) commit 9ea6a2dad0f7b154a3bcb09f97c53c6776980506 Author: Philippe Rouquier Date: Fri Sep 4 10:04:27 2009 +0200 Fix debug message plugins/checksum/burn-checksum-image.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0ccee137d712d934285ed425dd7dcb5e2b5f2098 Author: Gabor Kelemen Date: Fri Sep 4 01:30:02 2009 +0200 Hungarian translation updated po/hu.po | 5277 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2806 insertions(+), 2471 deletions(-) commit 85655d8a39e0d7d3f17e8ef0b8cb6bb9c10ad779 Author: Philippe Rouquier Date: Thu Sep 3 21:38:06 2009 +0200 Make sure we don't try overburn with DVDs It should fix #578466 - Unable to overburn libbrasero-burn/brasero-plugin-registration.h | 18 ------------------ plugins/cdrkit/burn-wodim.c | 4 ---- plugins/cdrtools/burn-cdrecord.c | 4 ---- plugins/libburnia/burn-libburn.c | 10 +++++----- 4 files changed, 5 insertions(+), 31 deletions(-) commit 1292b947ee13c228b525c0a1918fd8eb76a3dfae Author: Philippe Rouquier Date: Wed Sep 2 21:37:57 2009 +0200 Fix #580813 - Brasero CD copy does not preserve CD-TEXT Do not allow (or at least when nothing else is available) readcd (-clone) to be used to copy audio CD as it does not keep CD-TEXT libbrasero-burn/brasero-session-cfg.c | 130 ++++++++++++++++++++++----------- 1 files changed, 87 insertions(+), 43 deletions(-) commit 790002cbf17ec9b42953f3f176b4b316094e5d07 Author: Philippe Rouquier Date: Wed Sep 2 16:23:32 2009 +0200 Fix a bug in readcd backend that prevented proper report of the size of the output plugins/cdrkit/burn-readom.c | 3 +-- plugins/cdrtools/burn-readcd.c | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) commit 25ddea39f41faca60890a4286c3a7328838f7bc7 Author: Philippe Rouquier Date: Tue Sep 1 20:52:14 2009 +0200 Add GtkMountOperation dialog when mounting libbrasero-utils/brasero-io.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 161f89e6afe8c0a3ec1e5b1c1cb372a0141579b8 Author: Khaled Hosny Date: Wed Sep 2 16:05:41 2009 +0200 Updated Arabic translation po/ar.po | 540 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 277 insertions(+), 263 deletions(-) commit b093468a94584b2fa72612b6f826d6bfc9632855 Author: Philippe Rouquier Date: Mon Aug 31 21:05:44 2009 +0200 Avoid a warning as we always tried to get a filename from a URI src/brasero-video-tree-model.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 5c0601edb53a128e84427adfee1b5298a0d46ce1 Author: Philippe Rouquier Date: Mon Aug 31 21:05:08 2009 +0200 Reverse the returned values from the dialog as they were wrong src/brasero-audio-disc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1313405fef169026a7f43be16ba55d65b061ccf8 Author: Philippe Rouquier Date: Mon Aug 31 18:22:31 2009 +0200 Allow non local files in GtkFileChooserDialog when adding files src/brasero-project.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 331a1003eb87e379b5d6e590afb0b85340832d53 Author: Philippe Rouquier Date: Mon Aug 31 16:39:56 2009 +0200 Fix #593314 - Brasero is failing to burn from sftp plugins/local-track/burn-local-image.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit da2af4104027c6795cf7e298fbae37de24e671f3 Author: Philippe Rouquier Date: Mon Aug 31 15:26:27 2009 +0200 Fix glitches that appeared when files specified on the command line were not joliet compliant. libbrasero-burn/brasero-data-project.c | 15 +++++++-------- src/brasero-app.c | 4 +++- 2 files changed, 10 insertions(+), 9 deletions(-) commit fbff4873c306d4062361a4c41ba06f3aab0f1928 Author: Philippe Rouquier Date: Mon Aug 31 15:10:47 2009 +0200 Don't add the same file twice It can happen that a GtkFileChooserDialog triggers both activated and response callbacks adding the file twice. That happens when the first callback (because of an error, ...) calls gtk_dialog_run (). src/brasero-project.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit b33e24ca14c53e4daa640b01295ada65bd8cbdd7 Author: Philippe Rouquier Date: Mon Aug 31 14:52:32 2009 +0200 Make sure brasero won't get stuck when the user tries to close the app but a project cannot be saved automatically src/brasero-project.c | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) commit f8f34441b720358f63b0572ff32ef28084499db3 Author: Philippe Rouquier Date: Mon Aug 31 14:13:15 2009 +0200 Avoid crashing when retrieving and adding the audio/video contents of a directory and the user chooses another project type src/brasero-audio-disc.c | 6 ++++++ src/brasero-video-disc.c | 3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) commit 42a61984f8aaad108f201a6ce71f82e6fab97d34 Author: Philippe Rouquier Date: Mon Aug 31 14:10:36 2009 +0200 Use the correct type for ISRC when retrieving tags with GStreamer libbrasero-utils/brasero-metadata.c | 6 +++++- plugins/transcode/burn-transcode.c | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) commit 7546734eebe08bcec3e18033408dabba0c46410a Author: Philippe Rouquier Date: Mon Aug 31 14:09:51 2009 +0200 Silence a warning libbrasero-media/brasero-medium-selection.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 748557fae2d49027c839e7ca3f39b210661cce95 Author: Philippe Rouquier Date: Mon Aug 31 11:26:57 2009 +0200 Remember the sort column and the order in data project tree This fixes #593492 - Compilation must be ordered by file name src/brasero-data-disc.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) commit 5f6d7fde377115dd69ecc0d4fdf035dc6b2d2579 Author: Philippe Rouquier Date: Sun Aug 30 10:41:00 2009 +0200 Make sure joliet signal always gets emitted when a node is detected libbrasero-burn/brasero-data-project.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit aabc00e176a2a2ef843cef8a7a7f53c0a39b3e8e Author: Amitakhya Phukan Date: Mon Aug 31 17:14:08 2009 +0530 Adding as to LINGUAS and adding Assamese translations. po/LINGUAS | 1 + po/as.po | 5041 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 5042 insertions(+), 0 deletions(-) commit 78817d3d5d6abf319c18202bdc32aef46a80af8e Author: António Lima Date: Sun Aug 30 18:12:18 2009 +0100 Updated Portuguese translation po/pt.po | 547 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 280 insertions(+), 267 deletions(-) commit 470fea82e18cc67587827983846f58578f94a0d6 Author: Mario Blättermann Date: Sun Aug 30 14:17:41 2009 +0200 Updated German translation po/de.po | 545 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 265 insertions(+), 280 deletions(-) commit cf8687aca5ce7880332fec4d1c4a1a8f75b68f2d Author: Milo Casagrande Date: Sun Aug 30 11:02:12 2009 +0200 Updated Italian translation po/it.po | 5443 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2913 insertions(+), 2530 deletions(-) commit 7f87037287ce567029e4685a2f804e1471a7ac93 Author: Chao-Hsiung Liao Date: Sat Aug 29 21:09:41 2009 +0800 Added zh_HK zh_TW to DOC_LINGUAS help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 40251e3006be796e41e61a83e9afbd72fc4188dd Author: Chao-Hsiung Liao Date: Sat Aug 29 21:06:59 2009 +0800 Updated Traditonal Chinese translation (Hong Kong and Taiwan) help/zh_HK/zh_HK.po | 1110 +++++++++++++++++++++++++++++++++++ help/zh_TW/figures/brasero_main.png | Bin 0 -> 80359 bytes help/zh_TW/zh_TW.po | 1110 +++++++++++++++++++++++++++++++++++ po/zh_HK.po | 657 +++++++++++---------- po/zh_TW.po | 658 +++++++++++---------- 5 files changed, 2887 insertions(+), 648 deletions(-) commit 0b9545440244e8e1ae47116cd326ac1a3d629f4e Author: Alexander Nyakhaychyk Date: Sat Aug 29 04:08:50 2009 +0300 Updated Belarusian translation po/be.po | 114 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 57 insertions(+), 57 deletions(-) commit 5720ed07d778103c660f9feb76228f0d28bfc8a1 Author: Alexander Nyakhaychyk Date: Sat Aug 29 03:52:42 2009 +0300 Updated Belarusian translation po/be.po | 477 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 246 insertions(+), 231 deletions(-) commit 979ed62b44e9db1823083ac882794ced4cb93309 Author: Baris Cicek Date: Fri Aug 28 23:50:47 2009 +0300 Updated Turkish translation from Gurkan Gur. po/tr.po | 878 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 414 insertions(+), 464 deletions(-) commit d466c60f1bbb63a87e42cbbcdc7c6f221f7cdde8 Author: Changwoo Ryu Date: Sat Aug 29 02:57:38 2009 +0900 Update Korean translation po/ko.po | 5201 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 2702 insertions(+), 2499 deletions(-) commit 7ebdc97d203d48133a1fb05e5b999e26363de20f Author: Sandeep Shedmake Date: Fri Aug 28 18:14:40 2009 +0530 Updated Marathi Translations po/mr.po | 5343 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2847 insertions(+), 2496 deletions(-) commit 53067d669c82290102b4e1ac5b1655f635a46b80 Author: Miloš Popović Date: Fri Aug 28 00:44:39 2009 +0200 Updated Serbian translation po/sr.po | 3457 +++++++++++++++++++++++++++++++------------------------- po/sr@latin.po | 3457 +++++++++++++++++++++++++++++++------------------------- 2 files changed, 3798 insertions(+), 3116 deletions(-) commit 36d2d5eabf7fe97d6e1a2f49bf7a1715d843d707 Author: mpopovic@git.gnome.org Date: Thu Aug 27 23:23:45 2009 +0200 Updated Serbian translation po/sr.po | 462 ++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 462 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 462 insertions(+), 462 deletions(-) commit 5c5905333469fc17332d4b529848c4426d265085 Author: Philippe Rouquier Date: Thu Aug 27 21:38:27 2009 +0200 Possible fix for #587122 - Copying DVD - "Error while reading video DVD (no error)" - Very funny This should at least fix the problem reported which is bad error reporting It may also fix the failure while reading plugins/dvdcss/burn-dvdcss.c | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) commit 01b09d96fe9e8d6ce727b17e810476bc15e3bde4 Author: Frederic Peters Date: Thu Aug 27 21:33:00 2009 +0200 Fix #Rename X-FullName to X-GNOME-FullName data/brasero-copy-medium.desktop.in.in | 2 +- data/brasero.desktop.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c957f917739e8fed66968916bbe9316a58afd1bf Author: Philippe Rouquier Date: Thu Aug 27 17:06:50 2009 +0200 Make distcheck work by adding --with-nautilusdir for the installation path of the nautilus extension Makefile.am | 5 +++-- configure.in | 15 +++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) commit cf7e14d01cb3cff96066386f639fadd8057b1869 Author: Inaki Larranaga Murgoitio Date: Thu Aug 27 16:23:28 2009 +0200 Updated Basque language po/eu.po | 48 ++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 40 insertions(+), 8 deletions(-) commit 6a651661465c35454b08b3f7d807a4669b9b1ab5 Author: Denis Arnaud Date: Thu Aug 27 12:40:17 2009 +0200 Updated breton translation po/br.po | 2271 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 1242 insertions(+), 1029 deletions(-) commit f242d007ca9a69b491b2012bee16c784f31ea6f2 Author: Mattias Põldaru Date: Thu Aug 27 12:09:36 2009 +0300 Updating Estonian translation po/et.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit c57c9cc7eb9e374f45d5d8b07303dad2c9397b61 Author: Alexander Nyakhaychyk Date: Thu Aug 27 10:34:36 2009 +0300 Updated Belarusian translation po/be.po | 226 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 120 insertions(+), 106 deletions(-) commit fd257b1d29e52b13731a1b4bac9d09dd4c82dca4 Author: Alexander Nyakhaychyk Date: Thu Aug 27 03:02:49 2009 +0300 Added Belarusian translation po/LINGUAS | 1 + po/be.po | 4904 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4905 insertions(+), 0 deletions(-) commit 34a2d7a4a24543ee0969dcd26d0dcb0fda11e3ae Author: Philippe Rouquier Date: Wed Aug 26 21:15:02 2009 +0200 Fix #592026 - brasero crashes when eject a medium Patch by Lin Ma libbrasero-media/brasero-drive.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit ca67d0f2fbc831a85c6f0ec8d44569b2a03a7374 Author: Philippe Rouquier Date: Wed Aug 26 20:44:28 2009 +0200 Fix #592025 - brasero crashes on detecting src images on a NFS path when preparing burning an image Patch by Lin Ma libbrasero-burn/brasero-src-image.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 796f53aeb4e988b6c088dfc353bb5f25103c21d4 Author: Philippe Rouquier Date: Wed Aug 26 20:41:22 2009 +0200 Fix a typo Patch by Lin Ma libbrasero-burn/burn-process.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8e8c00212d19d0227a957856896d70b10e8c01e0 Author: Philippe Rouquier Date: Wed Aug 26 20:36:31 2009 +0200 Improve the previous patch handling xml files slightly better when they are passed on the command line src/brasero-app.c | 17 ++++++++++------- src/brasero-app.h | 3 ++- src/brasero-project-manager.c | 4 ++-- src/main.c | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) commit e265e5abbe6323905a90a8c0f48dfd8e56261268 Author: Claude Paroz Date: Wed Aug 26 21:29:38 2009 +0200 Updated French translation po/fr.po | 650 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 331 insertions(+), 319 deletions(-) commit cc4c9f5ee1b46221aa2f093e15bb8165d059e0b2 Author: Philippe Rouquier Date: Wed Aug 26 16:35:00 2009 +0200 Fix #591880 - Image checksumming causes internal error and probably #591881 - Internal error with both checksum plugins enabled Some time along 2.27 cycle a new checksum type (DETECT) was added but as value 1 replacing MD5 and shifting all checksum type values. The problem is that some users had a GConf value corresponding to MD5 and which after the change became DETECT which could not been handled. So now we make sure brasero properly handles incorrect GConf value for checksum types. libbrasero-burn/brasero-burn.c | 5 ++--- plugins/checksum/burn-checksum-files.c | 8 ++++---- plugins/checksum/burn-checksum-image.c | 12 +++++------- 3 files changed, 11 insertions(+), 14 deletions(-) commit 04dc916b37277ea8bf288efe4b75dc9179b5bd86 Author: Philippe Rouquier Date: Wed Aug 26 15:25:11 2009 +0200 Detect when a project, playlist is passed on the command line and behave as if -p option had been passed. src/brasero-app.c | 42 ++++++++++++++++++++++++++++- src/brasero-app.h | 7 +++++ src/brasero-project-manager.c | 45 ++++++++++++------------------- src/brasero-project-manager.h | 14 +++------ src/brasero-project.c | 58 +++++++++------------------------------- src/brasero-project.h | 9 +++--- src/main.c | 30 ++------------------- 7 files changed, 90 insertions(+), 115 deletions(-) commit ac73cf9965b6e1949148747c3d88551ff1a6be36 Author: Philippe Rouquier Date: Wed Aug 26 15:20:52 2009 +0200 Fix the wrong fix for memleak libbrasero-burn/brasero-src-image.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 3f27e84b9966cb8fe89f672fe42df1aea59fe802 Author: Philippe Rouquier Date: Wed Aug 26 15:17:20 2009 +0200 Fix memleak src/brasero-project-parse.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit dea3680c0ed1530dddb15f9b3078f2a715d9fd8b Author: Philippe Rouquier Date: Wed Aug 26 15:17:01 2009 +0200 Fix memleak libbrasero-burn/brasero-track-image-cfg.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f5a07ca47731fd2880e57c99168884bfe11fbe90 Author: Philippe Rouquier Date: Wed Aug 26 15:16:39 2009 +0200 Fix memleak libbrasero-burn/brasero-src-image.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit aceb1aabf9ff25cee3b152697d4aab093c0a2421 Author: Philippe Rouquier Date: Wed Aug 26 14:03:50 2009 +0200 Fix #591397 - Brasero Main window pops up after exiting from Image Burning window. src/brasero-app.c | 10 ++++++++-- src/main.c | 14 +++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) commit f0f36d4a99064d0b67b8875720c7933367bf34b3 Author: Philippe Rouquier Date: Wed Aug 26 13:23:48 2009 +0200 Code refactoring for next fix src/brasero-app.c | 147 ++++++++++++++++++++++++++++++++++++++++- src/brasero-app.h | 4 + src/brasero-project-manager.c | 141 +-------------------------------------- src/brasero-project-manager.h | 9 --- src/main.c | 6 +-- 5 files changed, 151 insertions(+), 156 deletions(-) commit 87f89f28ccd559a5bc8f78dbb43e16599ee86979 Author: Inaki Larranaga Murgoitio Date: Wed Aug 26 10:19:08 2009 +0200 Updated Basque language po/eu.po | 485 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 232 insertions(+), 253 deletions(-) commit 4de7593ffb12e256fc7b606791de82609a5d8390 Author: Mattias Põldaru Date: Wed Aug 26 09:21:47 2009 +0300 Updating Estonian translation po/et.po | 168 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 88 insertions(+), 80 deletions(-) commit 8a985df69e7961e06f0b4d3d5b48bb4f80482aa4 Author: Sweta Kothari Date: Wed Aug 26 11:43:57 2009 +0530 Updated Gujarati Translations and Added LINGUAS po/gu.po | 5272 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2807 insertions(+), 2465 deletions(-) commit 07f4e9762faf65bcbe90dea76e32f9273cda7544 Author: Jorge González Date: Wed Aug 26 07:57:44 2009 +0200 Updated Spanish translation po/es.po | 660 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 335 insertions(+), 325 deletions(-) commit 6cffb22ac6ee2232471d31bc05e55b0c471be451 Author: Daniel Nylander Date: Wed Aug 26 05:56:15 2009 +0200 Updated Swedish translation po/sv.po | 308 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 160 insertions(+), 148 deletions(-)