commit 3639676888fdd15038b21c34a12babdda284a2ae Author: Philippe Rouquier Date: Mon Aug 10 15:59:06 2009 +0200 Updated NEWS NEWS | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) commit 196382a0ebf3eef7d6259a385851e0f5a1a0a274 Author: Philippe Rouquier Date: Mon Aug 10 15:54:10 2009 +0200 Bump version to 2.27.90 configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit caa77fa8d6aacccfbcd18b1aedd46ff75ac54ece Author: Philippe Rouquier Date: Sun Aug 9 21:04:07 2009 +0200 More API documentation Fix header declarations libbrasero-burn/brasero-status.c | 90 ++++++++++++++ libbrasero-burn/brasero-track-data.c | 3 + libbrasero-burn/brasero-track-disc.c | 3 + libbrasero-burn/brasero-track-image.c | 4 +- libbrasero-burn/brasero-track-stream.c | 3 + libbrasero-burn/brasero-track-type.c | 203 +++++++++++++++++++++++++++++++- libbrasero-burn/brasero-track-type.h | 3 +- 7 files changed, 306 insertions(+), 3 deletions(-) commit 559827544bf072f2f22116f4e3673a9ff41a1f4b Author: Mattias Põldaru Date: Mon Aug 10 13:02:09 2009 +0300 Updating Estonian translation po/et.po | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 035f294e5c638d7aa400b274948cabf415627ebe Author: Mads Lundby Date: Mon Aug 10 11:57:03 2009 +0200 Updated Danish translation po/da.po | 2676 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1428 insertions(+), 1248 deletions(-) commit a2b5cfe0cda3c0c927ab61302dd32572ee3a44e8 Author: Philippe Rouquier Date: Sun Aug 9 14:51:37 2009 +0200 Some more API documentation .../libbrasero-burn/libbrasero-burn-sections.txt | 1 - libbrasero-burn/brasero-burn-options.c | 17 ++++ libbrasero-burn/brasero-session-cfg.c | 95 +++++++++++++++++- libbrasero-burn/brasero-session-cfg.h | 8 +- libbrasero-burn/brasero-tool-dialog.c | 29 +++++- libbrasero-burn/brasero-tool-dialog.h | 2 +- libbrasero-burn/brasero-track-image-cfg.c | 41 ++++++++ libbrasero-burn/brasero-track-image.c | 63 ++++++++++++ libbrasero-burn/brasero-track-stream-cfg.c | 8 ++ libbrasero-burn/brasero-track-stream.c | 100 ++++++++++++++++++++ 10 files changed, 349 insertions(+), 15 deletions(-) commit 00ab6935844a9da3e8db95be617e73100035352a Author: Philippe Rouquier Date: Sun Aug 9 11:18:48 2009 +0200 Remove a declared function which doesn't exist anymore libbrasero-burn/brasero-burn-options.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 14c3542ed1509e968f82d8be626c5d650f15f45e Author: Philippe Rouquier Date: Sat Aug 8 20:36:04 2009 +0200 Add AM_SILENT_RULES to get a nicer build configure.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 95204176e009d197ba1f603313642891319c395c Author: Carles Ferrando Date: Sun Aug 9 11:10:06 2009 +0200 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 5215 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 5216 insertions(+), 0 deletions(-) commit 6bb85dc1e3a41000f7e8eb75c6fc2e5eae653191 Author: Philippe Rouquier Date: Sat Aug 8 20:16:36 2009 +0200 Some more API documentation .../libbrasero-burn/libbrasero-burn-sections.txt | 11 +-- libbrasero-burn/brasero-burn.c | 96 +++++++++++++++++++- libbrasero-burn/brasero-burn.h | 2 +- libbrasero-burn/brasero-session-span.c | 61 +++++++++++++ libbrasero-burn/brasero-track.h | 8 -- 5 files changed, 158 insertions(+), 20 deletions(-) commit 35aa59001ba3b0e8ebe5a4027165a41e2df28821 Author: Philippe Rouquier Date: Sat Aug 8 15:23:48 2009 +0200 Remove several function declarations that were public whereas they should be private libbrasero-burn/brasero-session-helper.h | 41 ++++++++++++++++++++++++++++++ libbrasero-burn/brasero-session-span.c | 1 + libbrasero-burn/brasero-session.h | 41 ------------------------------ libbrasero-burn/burn-task-ctx.c | 1 + 4 files changed, 43 insertions(+), 41 deletions(-) commit 282346c08718f510646ef0d33410f4c4777cc7eb Author: Philippe Rouquier Date: Sat Aug 8 15:15:43 2009 +0200 More API documentation for BraseroBurnSession libbrasero-burn/brasero-caps-session.c | 120 ++++++++++++++++++++++++++++++-- libbrasero-burn/brasero-session.c | 92 ++++++++++++++++++++++-- libbrasero-burn/brasero-session.h | 55 +++++++-------- libbrasero-burn/brasero-track.c | 3 +- 4 files changed, 226 insertions(+), 44 deletions(-) commit 340c794ab3f1eebdbca5a4fc3d15800666f176b2 Author: Philippe Rouquier Date: Sat Aug 8 09:14:35 2009 +0200 API documentation for BraseroBurnSession libbrasero-burn/brasero-session.c | 302 ++++++++++++++++++++++++++++++++++++- libbrasero-burn/brasero-session.h | 10 +- 2 files changed, 300 insertions(+), 12 deletions(-) commit 7ea4e94c923d2f9d3528f0c1ff61c17b3f7762c4 Author: Philippe Rouquier Date: Fri Aug 7 15:49:12 2009 +0200 Make the button reflects that a medium is loaded after a multisession burn when no ejection was performed. src/brasero-data-disc.c | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) commit 2e1e2df2ef33782135d5363c711c6afe55b50f69 Author: Philippe Rouquier Date: Fri Aug 7 15:48:28 2009 +0200 API documentation for BraseroTrackDataCfg libbrasero-burn/brasero-track-data-cfg.c | 226 +++++++++++++++++++++++++++++- libbrasero-burn/brasero-track-data-cfg.h | 2 +- 2 files changed, 226 insertions(+), 2 deletions(-) commit f543fbb1f75c9d4e0bb5fad786f475e245d4c70d Author: Philippe Rouquier Date: Fri Aug 7 14:32:38 2009 +0200 Improve size display for Video projects Fix a bug in brasero-dest-selection.c where the available size was not correctly picked libbrasero-burn/brasero-dest-selection.c | 15 +++++++++++++- libbrasero-burn/brasero-status-dialog.c | 16 +++++++++++++- libbrasero-burn/brasero-track-stream.c | 31 +++++++++++++++++++++++------ src/brasero-project-manager.c | 6 +++- src/brasero-project.c | 15 +++++++++---- 5 files changed, 66 insertions(+), 17 deletions(-) commit dbe27697aa7dcd98bb212afc652b8c50024c2887 Author: Philippe Rouquier Date: Thu Aug 6 13:19:40 2009 +0200 Try to reduce stacking problems libbrasero-utils/brasero-tool-color-picker.c | 1 + src/brasero-app.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletions(-) commit f2efd611c8ffb5971075578d4a892a3e558892eb Author: Philippe Rouquier Date: Thu Aug 6 09:48:27 2009 +0200 Allow a project is (auto) saved even if there was an error src/brasero-project.c | 27 +++++++++++++++++---------- 1 files changed, 17 insertions(+), 10 deletions(-) commit 631785b1126be3c11d1f77001c1d779eaa3b9623 Author: Chao-Hsiung Liao Date: Sat Aug 8 21:00:42 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 2460 +++++++++++++++++++++++++++++++++------------------------ po/zh_TW.po | 2546 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 2881 insertions(+), 2125 deletions(-) commit a4c2d8dbb08e89a1af51021f289ce1846f59e079 Author: Seán de Búrca Date: Fri Aug 7 18:37:36 2009 -0600 Updated Irish translation po/ga.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit e49aa8161a08ada07c3fe41019335363bd358ca9 Author: Seán de Búrca Date: Fri Aug 7 00:19:27 2009 -0600 Updated Irish translation po/ga.po | 243 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 127 insertions(+), 116 deletions(-) commit 174071e2614c2a433368b001306ee41ae0638177 Author: Seán de Búrca Date: Thu Aug 6 20:43:38 2009 -0600 Added Irish translation po/LINGUAS | 1 + po/ga.po | 4854 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4855 insertions(+), 0 deletions(-) commit 03af00233c8fe6c2e336ca1ff17f89e8c6b9398e Author: Antón Méixome Date: Thu Aug 6 19:23:05 2009 +0200 Updated Galician Translation po/gl.po | 1097 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 518 insertions(+), 579 deletions(-) commit 46e0d666165b21e582e6f4f500b0436b8527a1e1 Author: Tomasz Dominikowski Date: Wed Aug 5 23:08:25 2009 +0200 Updated Polish translation po/pl.po | 2629 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1178 insertions(+), 1451 deletions(-) commit fddd7e8898ac7f49bec45e316600f0025d893e51 Author: Jorge González Date: Tue Aug 4 19:06:53 2009 +0200 Updated Spanish translation po/es.po | 954 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 466 insertions(+), 488 deletions(-) commit 87472c94d8984ace4928f4cd6b698ae7ee9bb131 Author: Philippe Rouquier Date: Tue Aug 4 15:54:35 2009 +0200 Rework the way bus/target/lun is handled to remove some ifdef from the code. libbrasero-media/brasero-drive.c | 30 ++++++++---------------------- libbrasero-media/scsi-cam.c | 20 ++++++++++++++++++++ libbrasero-media/scsi-device.h | 3 +++ libbrasero-media/scsi-netbsd.c | 5 +++++ libbrasero-media/scsi-sg.c | 5 +++++ libbrasero-media/scsi-uscsi.c | 5 +++++ plugins/cdrdao/burn-cdrdao.c | 26 ++++++++++++-------------- plugins/cdrtools/burn-cdrecord.c | 12 +++++------- plugins/cdrtools/burn-mkisofs.c | 10 ++++------ plugins/cdrtools/burn-readcd.c | 8 ++++---- 10 files changed, 71 insertions(+), 53 deletions(-) commit 2f751c27ec33f0c2375b78708ea3138691c1a9c5 Author: Philippe Rouquier Date: Tue Aug 4 15:31:43 2009 +0200 Fix FreeBSD support Patches by Joe Marcus Clarke libbrasero-burn/burn-job.c | 20 ++++++++++++++++++++ libbrasero-burn/burn-job.h | 3 +++ libbrasero-media/brasero-drive.c | 28 ++++++++++++++++++++++++++++ plugins/cdrdao/burn-cdrdao.c | 8 ++++++++ plugins/cdrtools/burn-readcd.c | 4 ++++ 5 files changed, 63 insertions(+), 0 deletions(-) commit 596a91a817bb8d186a6a49a0fb2cb63f1c1d99d6 Author: Philippe Rouquier Date: Tue Aug 4 15:11:41 2009 +0200 Cleared up the use of brasero_drive_get_block_device && brasero_drive_get_device libbrasero-burn/brasero-data-session.c | 2 +- libbrasero-media/brasero-drive.c | 62 +++++++++++++++++--------------- libbrasero-media/brasero-medium.c | 13 +++---- libbrasero-utils/brasero-io.h | 8 ---- plugins/checksum/burn-checksum-files.c | 12 ++++-- 5 files changed, 48 insertions(+), 49 deletions(-) commit 39c48cdb6df0223f3d75546245139a4329853451 Author: Philippe Rouquier Date: Tue Aug 4 12:40:32 2009 +0200 Huge speed improvement when creating the cover editor The GtkTreeView was created, the GtkTreeModel (sortable) added and then only we filled it which added a huge speed penalty probably due to the sorting needed for every new row Also fixed a crash when there is no font. libbrasero-utils/brasero-jacket-font.c | 36 +++++++++++++++++-------------- 1 files changed, 20 insertions(+), 16 deletions(-) commit 309fa7e14af675a517927c47da22472e3e45fa40 Author: Philippe Rouquier Date: Tue Aug 4 12:13:11 2009 +0200 Fix a crash on error with audio/video project On error with an audio or a video track remove it right away before displaying the error message otherwise a new message box will be displayed on every session change src/brasero-audio-disc.c | 8 ++++++-- src/brasero-video-disc.c | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) commit c86008eb205cfb421317303b7a4055fd563ae419 Author: Philippe Rouquier Date: Tue Aug 4 11:16:35 2009 +0200 Prevent adding the same track to a session several times. libbrasero-burn/brasero-session.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 13027ee6bbfc3593fe9ec3fcf4f885b2510d4b66 Author: Philippe Rouquier Date: Tue Aug 4 11:14:18 2009 +0200 Fix audio/video project loading The same track was added to the session multiple times that was causing an endless loop src/brasero-project-parse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 96e890ddcc177384f0c67f6d9d828cce7511d777 Author: Philippe Rouquier Date: Mon Aug 3 14:50:57 2009 +0200 Improved time display for tracks in cover editor libbrasero-burn/brasero-cover.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 65071548b2069c4fb9e07912ab9b26c8b1394e7e Author: Philippe Rouquier Date: Mon Aug 3 14:46:54 2009 +0200 Fix #579508 – Cover editor: Prepend 0 to track numbers libbrasero-burn/brasero-cover.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 86e4d0b582ab1eebeeed3b8a7c6031f326825128 Author: Philippe Rouquier Date: Mon Aug 3 14:30:49 2009 +0200 Improve error reporting when the mimetype of a URI (passed on the command line) can't be properly detected src/brasero-project-manager.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit cdf71fe1f1be747bec01ba84a1ce649addab0b33 Author: Philippe Rouquier Date: Mon Aug 3 14:22:51 2009 +0200 Do not crash when the mime type of an URI can't be identified. src/brasero-project-manager.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit dd87d3c2fe005f14780e6a809e665efd3b918f52 Author: Philippe Rouquier Date: Mon Aug 3 14:09:58 2009 +0200 Fix a problem with burn-uri plugin when it tried to deal with the .toc file for a .bin image (which doesn't exist of course) plugins/local-track/burn-uri.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit 44a2dda57f71d9c0463f225f5730787e06f16e97 Author: Philippe Rouquier Date: Mon Aug 3 13:54:40 2009 +0200 Fix #589870 – nautilus crashed with SIGSEGV in g_hash_table_lookup() While returning our results after an asynchronous search, make sure that we ref the object to keep it around as long as we need it. Also don't assume that BraseroTrackDataCfg and its "child" object BraseroDataProject life span are the same so disconnect all signals. libbrasero-burn/brasero-track-data-cfg.c | 105 +++++++++++++++++++++++------- libbrasero-utils/brasero-io.c | 9 ++- 2 files changed, 90 insertions(+), 24 deletions(-) commit d1f39652859bdf86cd4f1250520dc1d2e3300be0 Author: Daniel Nylander Date: Mon Aug 3 11:48:07 2009 +0200 Updated Swedish translation po/sv.po | 932 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 467 insertions(+), 465 deletions(-) commit 72584b86ce9fb6b78503b664bae3c7111353b1be Author: Philippe Rouquier Date: Mon Aug 3 10:49:44 2009 +0200 Fix #588902 – Port to SessionManager service Updated brasero to use the gnome-session dbus service for inhibiting suspend/hibernation Patch by stephane.demurget@free.fr libbrasero-burn/burn-dbus.c | 30 ++++++++++++++++-------------- 1 files changed, 16 insertions(+), 14 deletions(-) commit 8c80a0b63c317dd4cd82108ecddf30ab3ee874eb Author: Philippe Rouquier Date: Mon Aug 3 10:26:17 2009 +0200 Thought better and revert one of the changes I made. Remove FullName entry as it would not be used anyway. data/brasero-copy-medium.desktop.in.in | 1 - data/brasero.desktop.in.in | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit 085edde015d1185193459bf1a33d3387374013ac Author: Philippe Rouquier Date: Mon Aug 3 10:20:07 2009 +0200 Fix #590181 – Use Brasero as desktop file Name Added FullName entry and changed Name to comply with the new proposal data/brasero-copy-medium.desktop.in.in | 3 ++- data/brasero.desktop.in.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit 352aadf97cc30040e7b51f4c2fc17039592d2b09 Author: Claude Paroz Date: Sun Aug 2 21:12:57 2009 +0200 Updated French translation po/fr.po | 2422 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1212 insertions(+), 1210 deletions(-) commit bcc4f9252b6cf79eb482b2ef0a8fb41c51413741 Author: Philippe Rouquier Date: Sun Aug 2 21:02:02 2009 +0200 Rework BraseroVideoTreeModel to be better suited for characters like &, ' src/brasero-audio-disc.c | 10 +++++----- src/brasero-video-tree-model.c | 31 ++++++++++++++++++++++++++----- src/brasero-video-tree-model.h | 4 +++- 3 files changed, 34 insertions(+), 11 deletions(-) commit c0b6739b42979ee260fe66c4c5003de3be85adff Author: Philippe Rouquier Date: Sun Aug 2 20:44:02 2009 +0200 Code cleanup src/brasero-project-manager.c | 4 ++-- src/brasero-project.c | 3 +-- src/brasero-project.h | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) commit b0f0cd6bbe13119993075ecb50e317953a6342b6 Author: Philippe Rouquier Date: Sun Aug 2 20:33:32 2009 +0200 Fix #587690 – brasero crashed with SIGSEGV in brasero_jacket_edit_freeze() libbrasero-burn/brasero-cover.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 8057da2dca6b74871e9983e4ae3cd24942b2b134 Author: Philippe Rouquier Date: Sun Aug 2 20:23:23 2009 +0200 Fix wrong pointer passed to brasero_session_edit_cover src/brasero-project-manager.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7ef48a4baa1551bc24f7e67fae3ab6b4cf1822e0 Author: Philippe Rouquier Date: Sun Aug 2 17:47:12 2009 +0200 API documentation for BraseroTrackDisc libbrasero-burn/brasero-track-disc.c | 64 ++++++++++++++++++++++++++++++++++ 1 files changed, 64 insertions(+), 0 deletions(-) commit 6457459c56bb059c669309db7f9c8af5da232177 Author: Philippe Rouquier Date: Sun Aug 2 16:10:13 2009 +0200 API documentation Create two different directories instead of only one Document BraseroTrack and BraseroTrackData API configure.in | 5 +- docs/reference/Makefile.am | 168 +----- docs/reference/brasero-docs.sgml | 66 -- docs/reference/brasero-sections.txt | 703 -------------------- docs/reference/libbrasero-burn/Makefile.am | 136 ++++ .../libbrasero-burn/libbrasero-burn-docs.sgml | 53 ++ .../libbrasero-burn/libbrasero-burn-sections.txt | 495 ++++++++++++++ docs/reference/libbrasero-burn/version.xml.in | 1 + docs/reference/libbrasero-media/Makefile.am | 133 ++++ .../libbrasero-media/libbrasero-media-docs.sgml | 37 + .../libbrasero-media/libbrasero-media-sections.txt | 209 ++++++ docs/reference/libbrasero-media/version.xml.in | 1 + docs/reference/version.xml.in | 1 - libbrasero-burn/brasero-track-data.c | 166 +++++- libbrasero-burn/brasero-track-data.h | 2 +- libbrasero-burn/brasero-track.c | 171 +++++- libbrasero-media/brasero-drive.c | 3 +- 17 files changed, 1406 insertions(+), 944 deletions(-) commit e6996cb2d32f0e185459e3617438f2a4264c04a1 Author: Philippe Rouquier Date: Sun Aug 2 13:13:52 2009 +0200 Fix #590385 – Fails to recognize blank disk media Workaround for a strange behavior of GIO's which does not create GDrive when a blank disc is inserted As brasero relied on GDrive to create its own BraseroDrive, this caused failure to see blank media libbrasero-media/brasero-drive.c | 132 +++++++++++++---- libbrasero-media/brasero-medium-monitor.c | 228 ++++++++++++++++++++++------- 2 files changed, 277 insertions(+), 83 deletions(-) commit e64022817d0dad302025ef25b389215b1a045229 Author: Philippe Rouquier Date: Sun Aug 2 13:06:19 2009 +0200 Fix a couple of reference leaks that leads to BraseroMedium objects not being finalized libbrasero-media/brasero-medium-selection.c | 31 +++++++++++++++++++------- 1 files changed, 22 insertions(+), 9 deletions(-) commit 9afe1758467ccb8f20cff1bd493253110caa253e Author: Philippe Rouquier Date: Sun Aug 2 11:00:03 2009 +0200 Small improvement in medium choosing libbrasero-burn/brasero-dest-selection.c | 25 +++++++++++++------------ libbrasero-media/scsi-inquiry.h | 8 ++++---- 2 files changed, 17 insertions(+), 16 deletions(-) commit 02fecb8e40c5620c0009cc5ba323e646cc0dffc1 Author: Philippe Rouquier Date: Sat Aug 1 20:32:24 2009 +0200 Don't create unnecessary track after medium copy libbrasero-burn/brasero-burn.c | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) commit 8a7c8372d92512dc42381135d9a0f85fd5d74383 Author: Philippe Rouquier Date: Sat Aug 1 19:48:51 2009 +0200 Set the size of the image when creating a new one with brasero_track_image_new() Fix some progress reporting problems libbrasero-burn/burn-process.c | 4 ++++ plugins/cdrdao/burn-toc2cue.c | 4 ++++ plugins/dvdcss/burn-dvdcss.c | 4 ++++ plugins/libburnia/burn-libisofs.c | 4 ++++ 4 files changed, 16 insertions(+), 0 deletions(-) commit b435971a20d8acca317c839ccb967c09385735a6 Author: Philippe Rouquier Date: Sat Aug 1 15:22:49 2009 +0200 Fix header and add function declaration libbrasero-media/scsi-inquiry.h | 4 ++-- libbrasero-media/scsi-spc1.h | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) commit b6a97c677af43d9ddcaf89de19afe226f7dfbb7d Author: Philippe Rouquier Date: Sat Aug 1 14:30:35 2009 +0200 Added a header for INQUIRY command libbrasero-media/Makefile.am | 3 +- libbrasero-media/scsi-inquiry.c | 32 +++++++-- libbrasero-media/scsi-inquiry.h | 136 +++++++++++++++++++++++++++++++++++ libbrasero-media/scsi-mech-status.h | 2 +- 4 files changed, 166 insertions(+), 7 deletions(-) commit 40261584dec29556f9e3f0c2a44d6807008a3065 Author: Philippe Rouquier Date: Sat Aug 1 11:03:50 2009 +0200 Small change to possibly (??) improve drive reprobing libbrasero-burn/brasero-burn.c | 11 +---------- libbrasero-media/brasero-drive.c | 6 ++++++ 2 files changed, 7 insertions(+), 10 deletions(-) commit ed67bac731b79027d3f92a2ee10f6a8a75d374cd Author: Khaled Hosny Date: Sat Aug 1 12:59:28 2009 +0300 Updated Arabic translation po/ar.po | 3298 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1767 insertions(+), 1531 deletions(-) commit bb0aeafaaac3c7512e9a820d41977f264872a2eb Author: Philippe Rouquier Date: Sat Aug 1 10:21:29 2009 +0200 Fix #586540 – crash in Open Folder: nautilus crashes after I... While finalizing BraseroTrackDataCfg we were not disconnecting signals from BraseroMediumMonitor libbrasero-burn/brasero-data-session.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit d81d75545b79f19fe46143dddee222cbf1b2b516 Author: Philippe Rouquier Date: Fri Jul 31 20:11:20 2009 +0200 Fix for GIO strange behavior when a medium is ejected When a medium is ejected, GIO sends a "drive-disconnected" signal as well soon followed by a "drive-connected". The same happens when a medium is inserted. The workaround for this is to wait two seconds after "drive-disconnected" and simply update the GDrive object associated with the BraseroDrive object if the "drive-connected" signal is emitted. libbrasero-media/brasero-medium-monitor.c | 149 ++++++++++++++++++++++------- 1 files changed, 115 insertions(+), 34 deletions(-) commit 94987e28397110f26bd133a7f8b9bbaa3da8aebb Author: Philippe Rouquier Date: Fri Jul 31 20:08:58 2009 +0200 Fix a build warning and add a debug statement libbrasero-media/brasero-medium.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 07c805b19090f2f655f9e8a3eb4bff3800317233 Author: Philippe Rouquier Date: Fri Jul 31 19:50:31 2009 +0200 Just a change to satisfy valgrind libbrasero-burn/brasero-burn.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 63ba92e25e3f601f88625d072867b373e22a60a4 Author: Philippe Rouquier Date: Fri Jul 31 16:00:55 2009 +0200 Reset GCancellable object before any GIO operation to make sure it wasn't cancelled earlier. libbrasero-media/brasero-volume.c | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) commit 888f7965b8fd029ae91f44fac63ab78516e4b5d8 Author: Philippe Rouquier Date: Fri Jul 31 16:00:02 2009 +0200 Use the internal new function brasero_drive_can_write_media () libbrasero-media/brasero-medium.c | 55 ++++++------------------------------- 1 files changed, 9 insertions(+), 46 deletions(-) commit ae6a9948a60b56ef4f046311c2c3d7b3a0152d56 Author: Philippe Rouquier Date: Fri Jul 31 15:59:19 2009 +0200 Code formatting fix libbrasero-burn/brasero-session.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 501943af64f8f4629d2ab15194d0eba8eb4a8bb7 Author: Philippe Rouquier Date: Fri Jul 31 15:58:36 2009 +0200 Make sure a disc is supported by the drive when copying with the same drive and trying to determine if a temporary image type is supported libbrasero-burn/brasero-caps-session.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 58e7e572cca5a84774d482f02ec124dce193e169 Author: Philippe Rouquier Date: Fri Jul 31 15:56:12 2009 +0200 Make BraseroBurn object use the internal function to retrieve a proper temporary image type when copying media in the same drive libbrasero-burn/brasero-burn.c | 46 ++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 25 deletions(-) commit 00cb615c21f47066d20849dd2e64c09719947b12 Author: Philippe Rouquier Date: Fri Jul 31 15:55:03 2009 +0200 Add an internal function to check if the Drive supports a particular type of media Change the property "GDrive" so it can be set after construction time Before doing any GIO operation, make sure the GCancellable object is reset in case a previous operation was cancelled libbrasero-media/brasero-drive.c | 130 +++++++++++++++++++++++++++++++++---- 1 files changed, 116 insertions(+), 14 deletions(-) commit 6913c1ff0f428c49577e5c0e701d565de86fd622 Author: Philippe Rouquier Date: Fri Jul 31 15:34:08 2009 +0200 Added a new private function to get the temporary file type when copying a medium from the same drive libbrasero-burn/brasero-caps-session.c | 27 +++++++++++++++++++++++++-- libbrasero-burn/brasero-session-helper.h | 4 ++++ 2 files changed, 29 insertions(+), 2 deletions(-) commit 59b544a4d1f7d68b44dadac14601e7d6d1cedaca Author: Philippe Rouquier Date: Fri Jul 31 15:20:38 2009 +0200 Fix wrong use of virtual function member libbrasero-burn/brasero-session-cfg.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 4e55392d9f890c021b0fd9a70be0363b4657b55f Author: Philippe Rouquier Date: Fri Jul 31 14:11:31 2009 +0200 Respect the use_flags argument when checking if the temporary image type can be burnt libbrasero-burn/brasero-caps-session.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5355431e342a327a8840a57da3cb85416f36a6eb Author: Philippe Rouquier Date: Fri Jul 31 14:09:58 2009 +0200 Fix a problem when checking if an image format is supported when copying a medium using the same drive It was using the session input instead of the temporary image type to test whether it could be burnt libbrasero-burn/brasero-caps-session.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cf62e04485e9e226ad7aadee687168a536237e79 Author: Philippe Rouquier Date: Fri Jul 31 14:08:17 2009 +0200 Add API documentation for one function libbrasero-burn/brasero-caps-session.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 961d51e7ef580f12b4386df554b8ecd85bd44f0d Author: Philippe Rouquier Date: Fri Jul 31 13:41:31 2009 +0200 Remove unneeded line libbrasero-burn/brasero-caps-session.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 6578a9c07b11aaebafadec9219cd3111e00405e6 Author: Philippe Rouquier Date: Thu Jul 30 18:11:20 2009 +0200 Avoid having the GError overwritten at every attempt when there is an error with ejection libbrasero-burn/brasero-burn.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 95124d6731f8673d3d8d5dbcc5c7db5532880523 Author: Priit Laes Date: Fri Jul 31 11:47:09 2009 +0300 Updating Estonian translation po/et.po | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) commit 9f2dda7f115576f02eb953591987da11d3d9be32 Author: Philippe Rouquier Date: Thu Jul 30 13:14:01 2009 +0200 Fix #411568 – Blanking vs Erasing in user visible messages One occurence of "erase" had escaped scrutinity plugins/growisofs/burn-dvd-rw-format.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4769c2619e076232ff2c836f016d8f4e7b5f8951 Author: Philippe Rouquier Date: Thu Jul 30 12:44:54 2009 +0200 Fix a mispelt word Fix #589123 – Brasero typo: should say finalizing instead of finalising. Patch by Oskar Wallgren libbrasero-burn/burn-basics.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f4d48aae92111897098803dfd08557adb7368750 Author: Philippe Rouquier Date: Tue Jul 28 15:38:36 2009 +0200 Use return values for Always Replace (file from project) answer src/brasero-data-disc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f757166c7d3380fd5fb4b4314ad36811bfae50d2 Author: Philippe Rouquier Date: Tue Jul 28 15:24:48 2009 +0200 Fix wrong value of a member after unref libbrasero-burn/brasero-dest-selection.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2f31cdd14010bbce3e7a8f52ebc745ba33771a3f Author: Philippe Rouquier Date: Tue Jul 28 14:49:55 2009 +0200 Fix memleak libbrasero-burn/brasero-drive-properties.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 96b5524b4fe176432582890b38156cdafdce0a8f Author: Philippe Rouquier Date: Tue Jul 28 14:37:53 2009 +0200 Fix memory leak introduced by recent changes src/brasero-data-disc.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit a8ee4f61bd06c6ce0d2b2061f0cd781de1b73ccf Author: Philippe Rouquier Date: Tue Jul 28 14:33:01 2009 +0200 Disconnect signals from a BraseroDrive just before we signal its removal libbrasero-media/brasero-medium-monitor.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit af1f4e623a67d4cc9f4abb7a3d512916acfed577 Author: Philippe Rouquier Date: Tue Jul 28 14:32:11 2009 +0200 Disconnect signal at object destruction libbrasero-burn/brasero-medium-properties.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 7bca6ea0d82b0d2ef18a2773fbbeee0537c806e1 Author: Philippe Rouquier Date: Tue Jul 28 14:31:54 2009 +0200 Remove debug statement libbrasero-burn/brasero-session.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit fed9be7cdc36172237e72a882546c7600dfd8d0e Author: Philippe Rouquier Date: Tue Jul 28 14:30:35 2009 +0200 Emit "medium-removed" when a BraseroDrive is finalized libbrasero-media/brasero-drive.c | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit 173e5acf0fbc10653df98b6222e3b7782c2e4595 Author: Philippe Rouquier Date: Tue Jul 28 14:29:40 2009 +0200 Disconnect a signal at object destruction libbrasero-burn/brasero-session.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit f0b51fff452a71fc8cfa178692e93f350ff5d753 Author: Philippe Rouquier Date: Tue Jul 28 09:45:31 2009 +0200 Properly ref the GDrive object at construct time libbrasero-media/brasero-drive.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 8fa65b2a3fad866b9707cc83e5fa4886dff9d374 Author: Philippe Rouquier Date: Tue Jul 28 09:22:20 2009 +0200 Fix a memory leak (object was not properly unreffed) src/brasero-data-disc.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit b0b3e2b8fb0c4299be774b3abf9f6acff008eb0a Author: Philippe Rouquier Date: Tue Jul 28 09:21:33 2009 +0200 Fix an object that was not reffed properly src/brasero-file-filtered.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3969a87b199c5eafded9efaf2daf9ab0fdbd21e6 Author: Philippe Rouquier Date: Mon Jul 27 14:50:50 2009 +0200 Re-enable the autoconfiguration for BraseroSessionCfg after a burning occured libbrasero-burn/brasero-burn-dialog.c | 4 ++++ libbrasero-burn/brasero-session-cfg.c | 9 +++++++++ libbrasero-burn/brasero-session-cfg.h | 3 +++ 3 files changed, 16 insertions(+), 0 deletions(-) commit 99cbd8833324fbf9879d88e8272060b536851f39 Author: Philippe Rouquier Date: Mon Jul 27 14:08:52 2009 +0200 Fix a potential crash when a node is loaded but removed by the user because it is too big, ... libbrasero-burn/brasero-data-project.c | 10 ++++++---- libbrasero-burn/brasero-data-project.h | 2 +- libbrasero-burn/brasero-data-vfs.c | 12 ++++++++---- 3 files changed, 15 insertions(+), 9 deletions(-) commit 31ae04397b79d0729e66009922ef934acdc07f50 Author: Philippe Rouquier Date: Sun Jul 26 15:59:46 2009 +0200 Clean up inclusion of header files and fixed build warnings src/brasero-audio-disc.c | 11 ++++++----- src/brasero-data-disc.c | 2 -- src/brasero-disc.h | 1 - src/brasero-player-bacon.c | 7 +++---- src/brasero-player.c | 7 +++++-- src/brasero-playlist.c | 2 ++ src/brasero-project-manager.c | 7 +++++-- src/brasero-project.c | 15 +++++++++------ src/brasero-song-properties.c | 2 ++ src/brasero-song-properties.h | 2 -- src/brasero-split-dialog.c | 10 ++++++---- src/brasero-utils.h | 2 -- src/brasero-video-tree-model.c | 2 ++ 13 files changed, 40 insertions(+), 30 deletions(-) commit 94ff080a7c9e0b7dd1873e8ce096f267b9d23510 Author: Ivaylo Valkov Date: Thu Jul 30 07:46:45 2009 +0300 Updated Bulgarian translation po/bg.po | 3260 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1700 insertions(+), 1560 deletions(-) commit 1fae0e4aae9d8c447e475a47e8985f4a98f0d47c Author: Jamil Ahmed Date: Tue Jul 28 19:27:43 2009 +0700 Added Bengali translation po/LINGUAS | 1 + po/bn.po | 5019 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 5020 insertions(+), 0 deletions(-) commit 608d98c2dedd2a92b06f05d68c517926d5d9897f Author: Denis Arnaud Date: Tue Jul 28 13:27:37 2009 +0200 Updated breton translation 0 files changed, 0 insertions(+), 0 deletions(-) commit a74733e8755cbc9b24d7697d1031dc5e180e31b1 Author: Denis Arnaud Date: Tue Jul 28 13:26:31 2009 +0200 Updated breton translation po/br.po | 5395 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2843 insertions(+), 2552 deletions(-) commit 3a542cf82779b584006e7dc8bfd926eeeebc2140 Author: Denis Arnaud Date: Tue Jul 28 06:39:55 2009 +0200 Added breton po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 74e79f150b97f62f4e258106a616301d8bc13e8b Author: Alan Monfort Date: Tue Jul 28 06:39:33 2009 +0200 Added breton translation po/br.po | 4694 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 4694 insertions(+), 0 deletions(-)