commit 7cfbb019464c13dd2ebda026c7e46ce79400e9a3 Author: Philippe Rouquier Date: Mon Nov 30 21:57:37 2009 +0100 Fix #601872 - Audio project : Modifying added silence length fails (This should be also fixed in 2.28) src/brasero-audio-disc.c | 10 +++++----- src/brasero-song-properties.c | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) commit bef3d3f9837c6694670dc5f202087fcdab748a72 Author: Philippe Rouquier Date: Mon Nov 30 21:47:24 2009 +0100 Don't cut debug output from its first lines src/main.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit aa24978b58d4c9957ded54e227da14293f6a2679 Author: Luis Medinas Date: Mon Nov 30 17:27:30 2009 +0000 Update NEWS and bump to 2.29.3 NEWS | 27 +++++++++++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) commit b1b073aaaf235ef0ea94279c78b02c0ec0e0ae19 Author: Matej Urbančič Date: Mon Nov 30 17:15:18 2009 +0100 Updated Slovenian translation po/sl.po | 1157 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 594 insertions(+), 563 deletions(-) commit 693bbfef3a91da3461277d5a1de6dd05c32917ed Author: Jorge González Date: Sun Nov 29 23:44:32 2009 +0100 Updated Spanish translation po/es.po | 1094 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 564 insertions(+), 530 deletions(-) commit 84eccd54a35d62bcd02519c7ed31d96afc7c2547 Author: Philippe Rouquier Date: Sun Nov 29 22:33:53 2009 +0100 Move code for checking missing elements for plugins to BraseroBurn and add a signal Check beforehand if session could be run even if it had these missing items to avoid inconsistent error message libbrasero-burn/brasero-burn-dialog.c | 183 +++++++++++-------------------- libbrasero-burn/brasero-burn.c | 100 +++++++++++++++++ libbrasero-burn/brasero-burn.h | 4 + libbrasero-burn/brasero-error.h | 2 + libbrasero-burn/libbrasero-marshal.list | 1 + 5 files changed, 171 insertions(+), 119 deletions(-) commit 8f733d7699174c0d3f65c1448ecd8004f6e99bbb Author: Philippe Rouquier Date: Sun Nov 29 21:48:26 2009 +0100 Improved strings src/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a4a4a54d34bba80685734058f544a99e5691b4d8 Author: Philippe Rouquier Date: Sun Nov 29 21:31:43 2009 +0100 Allow again to add directories to audio and video projects libbrasero-burn/brasero-track-stream-cfg.c | 34 ++++++++++++++-------------- src/brasero-audio-disc.c | 3 ++ 2 files changed, 20 insertions(+), 17 deletions(-) commit e14152af479a3be29a7125657a0505b65a76a3ad Author: Philippe Rouquier Date: Sun Nov 29 21:24:37 2009 +0100 Fix commit 556ac7719e9783f7311699beb9113b9b8bdd5489 After initialization brasero was not able to see medium changes anymore libbrasero-media/brasero-drive.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e2c91ee89c482032da5d06705b241a942f9bf62a Author: Philippe Rouquier Date: Sun Nov 29 21:20:53 2009 +0100 Fix #602181 - Add a parameter to specify the drive you want to use This adds and reorganizes command line parameters: --device to specify the burning device --file-image when an image should be created --immediately when brasero should start burning immediately libbrasero-burn/brasero-burn-dialog.c | 71 +++++- libbrasero-burn/brasero-burn-options.c | 13 +- libbrasero-burn/brasero-session-cfg.c | 2 +- libbrasero-burn/brasero-session.c | 14 +- libbrasero-burn/brasero-src-image.c | 2 +- libbrasero-burn/brasero-status-dialog.c | 4 +- libbrasero-burn/brasero-status.c | 32 +++ libbrasero-burn/brasero-status.h | 5 + libbrasero-burn/brasero-track-data-cfg.c | 11 +- src/brasero-app.c | 415 +++++++++++++++++++++++++----- src/brasero-app.h | 35 +++- src/brasero-audio-disc.c | 2 +- src/brasero-data-disc.c | 11 +- src/brasero-project-manager.c | 143 ++--------- src/brasero-project-manager.h | 30 +-- src/brasero-project-parse.c | 2 + src/brasero-project.c | 33 +-- src/brasero-project.h | 8 +- src/brasero-video-disc.c | 2 +- src/brasero-video-tree-model.c | 10 +- src/main.c | 397 +++++++++++++++-------------- 21 files changed, 775 insertions(+), 467 deletions(-) commit 58efc9386bf594a78a0e83caf38d0b055d4ab154 Author: Philippe Rouquier Date: Sun Nov 29 21:18:41 2009 +0100 Attempt at fixing #602947 - brasero_drive_get_medium() isn't sync A signal is still sent (in the main thread) but the medium becomes available as soon as it's probed Also make sure that the first thread started for the BraseroDrive object also checks for the medium inside to do all initialization at once libbrasero-media/brasero-drive-priv.h | 3 + libbrasero-media/brasero-drive.c | 95 ++++++++++++--------------- libbrasero-media/brasero-medium-selection.c | 21 +++++- libbrasero-media/brasero-medium.c | 15 ++++- 4 files changed, 76 insertions(+), 58 deletions(-) commit 84ff7669d1b8a8c0f214e84d4e04298ea45e5e70 Author: Philippe Rouquier Date: Sun Nov 29 21:11:41 2009 +0100 Respect the drive set in the BraseroBurnSession object set and prevent automatic resetting libbrasero-burn/brasero-dest-selection.c | 27 +++++++++++++++++++++------ 1 files changed, 21 insertions(+), 6 deletions(-) commit e630daece42cf46fe4f467c05c6e9c95a2b70385 Author: Philippe Rouquier Date: Fri Nov 27 09:15:22 2009 +0100 Fix a problem that could appear with some themes and our use of GtkInfoBar libbrasero-burn/brasero-burn-options.c | 40 +++++++------- libbrasero-burn/brasero-burn.c | 2 +- libbrasero-utils/brasero-disc-message.c | 12 +--- libbrasero-utils/brasero-misc.c | 33 +++++++----- libbrasero-utils/brasero-notify.c | 91 ++++--------------------------- libbrasero-utils/brasero-notify.h | 29 +--------- src/brasero-audio-disc.c | 6 +- src/brasero-data-disc.c | 18 +++--- src/brasero-project.c | 24 ++++---- 9 files changed, 83 insertions(+), 172 deletions(-) commit fb5d38e54669e71ea68d42887a16cd4c31e13bc8 Author: Adi Roiban Date: Sat Nov 28 00:01:37 2009 +0200 Update Romanian translation po/ro.po | 3285 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 1250 insertions(+), 2035 deletions(-) commit edbeb24e43630375f9305fb0b599426a9f6fcd80 Author: Jorge González Date: Fri Nov 27 01:36:17 2009 +0100 Updated Spanish translation po/es.po | 865 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 434 insertions(+), 431 deletions(-) commit 8b0b00ccfa1c643e47e47e8c465e2dc5d020b07d Author: Matej Urbančič Date: Thu Nov 26 20:02:23 2009 +0100 Updated Slovenian translation po/sl.po | 1009 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 505 insertions(+), 504 deletions(-) commit 36915a78ce1d094ae4343e4906e3655a23396764 Author: Philippe Rouquier Date: Thu Nov 26 13:12:11 2009 +0100 Remove unnecessary lines libbrasero-utils/brasero-disc-message.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit d19b2f704e15a54541af87763679865a1b7734b8 Author: Philippe Rouquier Date: Thu Nov 26 13:11:59 2009 +0100 Updated POTFILES.in po/POTFILES.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 1fa13f708796be6cab960b5c72b9bed06ee33b22 Author: Philippe Rouquier Date: Wed Nov 25 20:44:35 2009 +0100 Fix string uses (backportable) libbrasero-utils/brasero-disc-message.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f3bbe64c6788aab8323b4e6f1e45e9a206812b8e Author: Philippe Rouquier Date: Wed Nov 25 20:43:54 2009 +0100 Move code to use GtkInfoBar libbrasero-burn/brasero-burn-options.c | 19 +- libbrasero-utils/brasero-disc-message.c | 337 +------------------------------ libbrasero-utils/brasero-disc-message.h | 20 +-- libbrasero-utils/brasero-notify.c | 28 +--- libbrasero-utils/brasero-notify.h | 6 - src/brasero-audio-disc.c | 25 +-- src/brasero-data-disc.c | 47 ++--- src/brasero-project.c | 18 +- 8 files changed, 60 insertions(+), 440 deletions(-) commit 2d515933dede67d9f285a10c0e9e1a88866818c1 Author: Philippe Rouquier Date: Wed Nov 25 15:41:37 2009 +0100 Display proper success string after creating an image (video and audio) (backportable?) libbrasero-burn/brasero-burn-dialog.c | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit 969bbeb0dc42fd4f170d0473a6044993e4dbd182 Author: Philippe Rouquier Date: Wed Nov 25 15:19:42 2009 +0100 Change the sort order of caps so that we try paths with AUDIO/VIDEO before IMAGE Make an enum private libbrasero-burn/brasero-caps-plugin.c | 6 +++--- libbrasero-burn/brasero-track-data-cfg.c | 7 ++----- libbrasero-burn/brasero-track-data.c | 7 ++----- libbrasero-burn/brasero-track-disc.c | 7 ++----- libbrasero-burn/brasero-track-image-cfg.c | 2 +- libbrasero-burn/brasero-track-image.c | 7 ++----- libbrasero-burn/brasero-track-stream.c | 7 ++----- libbrasero-burn/brasero-track-type-private.h | 9 +++++++++ libbrasero-burn/brasero-track-type.h | 9 --------- libbrasero-burn/brasero-track.c | 13 +++++++------ libbrasero-burn/brasero-track.h | 4 ++-- libbrasero-burn/burn-debug.h | 1 + 12 files changed, 33 insertions(+), 46 deletions(-) commit fca3ab24643784837c105eb36be20ba5f6655b74 Author: Philippe Rouquier Date: Wed Nov 25 14:53:40 2009 +0100 Assume from now on that audio data in bin files associated to cue files are ALL big endian plugins/cdrdao/burn-cdrdao.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 5fa503fc48648befde6e9749f76a7884c6dae4c7 Author: Philippe Rouquier Date: Wed Nov 25 14:38:54 2009 +0100 Revert and fix patch about cdrdao and missing cue file which was wrong Make sure that we check for some errors plugins/cdrdao/burn-cdrdao.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 4e471e6092575edf97f001a9367229ba57aa1486 Author: Philippe Rouquier Date: Wed Nov 25 14:30:34 2009 +0100 Remove an error case that was probably never used plugins/cdrdao/burn-cdrdao.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit bdfa0622404c478b6967b58bb63c4b4af1b1fc1a Author: Philippe Rouquier Date: Wed Nov 25 14:30:05 2009 +0100 Fix a long standing mistake that could lead cdrdao to error out (backportable) plugins/cdrdao/burn-cdrdao.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8cdcbfc789db7cdb579ab036aedfeea234ec5eca Author: Philippe Rouquier Date: Wed Nov 25 14:29:22 2009 +0100 Merge the cdrdao and the toc2cue plugins to make sure that when the directory for temporary images is on a different file system than the directory for the final image we don't error out libbrasero-burn/burn-process.c | 35 +++- plugins/cdrdao/Makefile.am | 11 +- plugins/cdrdao/burn-cdrdao-common.h | 44 ----- plugins/cdrdao/burn-cdrdao.c | 91 ++++++++- plugins/cdrdao/burn-toc2cue.c | 362 ----------------------------------- 5 files changed, 114 insertions(+), 429 deletions(-) commit 1c0ddcf39759dc31db699180b73dedf05288ca0c Author: Philippe Rouquier Date: Wed Nov 25 12:37:43 2009 +0100 Have audio2cue set the size of the image plugins/audio2cue/burn-audio2cue.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 021b8cf5c30ba2d6ba8f2a38b2a55aabdc9b962e Author: Philippe Rouquier Date: Wed Nov 25 11:12:17 2009 +0100 Don't reset gap size/length on setting information about song/video in BraseroTrackStreamCfg libbrasero-burn/brasero-track-stream-cfg.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit fddae434bc257afd67b4c1d7e332cdd423ad9ef5 Author: Philippe Rouquier Date: Wed Nov 25 11:06:14 2009 +0100 Fix problem of endianness in the stream while encoding after normalization (introduced by late changes) Also don't crash when we can't link Gstreamer plugins right from the start plugins/transcode/burn-normalize.c | 4 +- plugins/transcode/burn-transcode.c | 43 +++++++++++++++++++---------------- 2 files changed, 25 insertions(+), 22 deletions(-) commit 6e42ab129bd9ca01aa10c98e22df079f920fe111 Author: Philippe Rouquier Date: Tue Nov 24 20:48:36 2009 +0100 Fix crash when DNDing in data tree due to removing of GTK+ deprecated symbols libbrasero-burn/brasero-track-data-cfg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit aa5e971e6a670c6c9c6a5e08eb2a6ecb34f94a56 Author: Philippe Rouquier Date: Mon Nov 23 10:38:34 2009 +0100 Fix #602566 - libbrasero-burn has broken headers Some G_END_DECLS were missing libbrasero-burn/brasero-burn.h | 2 ++ libbrasero-burn/brasero-caps-burn.h | 2 ++ libbrasero-burn/brasero-progress.h | 2 ++ libbrasero-burn/brasero-tray.h | 2 ++ libbrasero-burn/burn-caps.h | 2 ++ src/brasero-audio-disc.h | 2 ++ src/brasero-mime-filter.h | 2 ++ src/brasero-player-bacon.h | 2 ++ src/brasero-playlist.h | 2 +- src/brasero-project-type-chooser.h | 2 ++ src/brasero-search-entry.h | 4 +++- 11 files changed, 22 insertions(+), 2 deletions(-) commit 8c39d5f9b4904c3f5e6d2600e70d979861647914 Author: Philippe Rouquier Date: Sun Nov 22 22:14:34 2009 +0100 Send uri selected signal after we set the new source for uris src/brasero-layout.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 16892d3885019e79e8a754dae41e4d685b6e3db2 Author: Philippe Rouquier Date: Sun Nov 22 22:12:25 2009 +0100 Fix a couple of problems introduced by patch to remove use of soon to be deprecated GTK+3 symbols src/brasero-project.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 80a859110ee1cd33429ed27398ba12a9b592b1b2 Author: Javier Jardón Date: Thu Sep 10 07:57:37 2009 +0200 Use accessor functions instead direct access. GTK+ 2.17.10 is now the required version I've used all the GTK+ 2.19.0 api available, still missing: GTK_WIDGET_SET_FLAGS (widget, GTK_MAPPED) GTK_WIDGET_MAPPED (container) GTK_WIDGET_REALIZED (widget) GtkTextView->need_im_reset https://bugzilla.gnome.org/show_bug.cgi?id=594716 configure.in | 2 +- libbrasero-burn/brasero-blank-dialog.c | 8 ++-- libbrasero-burn/brasero-burn-dialog.c | 17 +++--- libbrasero-burn/brasero-burn-options.c | 8 ++- libbrasero-burn/brasero-src-image.c | 2 +- libbrasero-burn/brasero-sum-dialog.c | 2 +- libbrasero-burn/brasero-tool-dialog.c | 14 +++-- libbrasero-burn/brasero-track-data-cfg.c | 19 ++++--- libbrasero-utils/brasero-disc-message.c | 68 +++++++++++++++--------- libbrasero-utils/brasero-jacket-background.c | 2 +- libbrasero-utils/brasero-jacket-edit.c | 8 ++- libbrasero-utils/brasero-jacket-view.c | 75 +++++++++++++++----------- libbrasero-utils/brasero-tool-color-picker.c | 19 +++---- src/baobab-cell-renderer-progress.c | 47 +++++++++------- src/brasero-app.c | 14 +++--- src/brasero-audio-disc.c | 2 +- src/brasero-data-disc.c | 2 +- src/brasero-file-chooser.c | 2 +- src/brasero-file-filtered.c | 2 +- src/brasero-layout.c | 9 ++- src/brasero-multi-dnd.c | 4 +- src/brasero-multi-song-props.c | 26 +++++---- src/brasero-player-bacon.c | 39 ++++++++------ src/brasero-player.c | 44 ++++++++++------ src/brasero-playlist.c | 19 ++++--- src/brasero-plugin-manager-ui.c | 12 +++-- src/brasero-plugin-option.c | 4 +- src/brasero-pref.c | 2 +- src/brasero-project-type-chooser.c | 10 ++-- src/brasero-project.c | 16 +++--- src/brasero-song-properties.c | 8 ++- src/brasero-split-dialog.c | 2 +- src/brasero-video-disc.c | 2 +- src/brasero-video-tree-model.c | 10 ++-- 34 files changed, 301 insertions(+), 219 deletions(-) commit b40b08bdbc46a29f140a4d8198a144f0a69e623f Author: Philippe Rouquier Date: Sun Nov 22 20:43:31 2009 +0100 just minor code cleanup libbrasero-burn/burn-caps.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6c8f40669319c465e4f042bc6d6c743de4a8c7b1 Author: Philippe Rouquier Date: Sun Nov 22 20:43:12 2009 +0100 Fix #538060 - Brasero fails to read cue file when PATH contains a non fully qualified path When burning a cue sheet with a relative path for the bin, start cdrecord and wodim in the directory containing the cue sheet to work around their inability to resolve properly relative paths plugins/cdrkit/burn-wodim.c | 5 +++++ plugins/cdrtools/burn-cdrecord.c | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) commit daadebb0fdba02c7903207857f89c3328c413437 Author: Philippe Rouquier Date: Sun Nov 22 19:17:49 2009 +0100 Change the default behaviour for transcode and output big endian PCM now Added a new BraseroStreamFormat value for libburn which needs little endian libbrasero-burn/brasero-enums.h | 2 + libbrasero-burn/burn-debug.c | 3 ++ plugins/audio2cue/burn-audio2cue.c | 4 +- plugins/cdrkit/burn-wodim.c | 2 - plugins/cdrtools/burn-cdrecord.c | 2 - plugins/libburnia/burn-libburn.c | 2 +- plugins/local-track/burn-local-image.c | 2 + plugins/transcode/burn-transcode.c | 36 +++++++++++++++++++++---------- 8 files changed, 34 insertions(+), 19 deletions(-) commit 14dac4128164b90bcfb05b25cb3de10e7affdc3e Author: Philippe Rouquier Date: Sun Nov 22 17:19:20 2009 +0100 Add comments plugins/cdrdao/burn-toc2cue.c | 5 +++++ plugins/transcode/burn-transcode.c | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) commit c520ac822d196d3b46d22849686daed61e84af9d Author: Philippe Rouquier Date: Sun Nov 22 17:19:13 2009 +0100 Fix a very unlikely bug where a block would be missing src/brasero-time-button.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit ecdfce6efe6d3e2ac0b128aa091df5f29171e750 Author: Philippe Rouquier Date: Sun Nov 22 17:18:49 2009 +0100 Fix a small warning at run time src/brasero-audio-disc.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit fe7e537a1e5431c76e21fca0d23059211ae49413 Author: Philippe Rouquier Date: Sun Nov 22 17:18:24 2009 +0100 Add a new plugin to create cue/bin image from audio PCM configure.in | 1 + libbrasero-burn/brasero-burn-options.c | 3 +- plugins/Makefile.am | 2 +- plugins/audio2cue/Makefile.am | 24 + plugins/audio2cue/burn-audio2cue.c | 733 ++++++++++++++++++++++++++++++++ src/brasero-project.c | 1 + 6 files changed, 762 insertions(+), 2 deletions(-) commit 1caab3aefaebf73def72b06d9861922f212dde6e Author: Philippe Rouquier Date: Sun Nov 22 11:30:59 2009 +0100 Force DAO for cue and cdrdao images so that cdrecord won't error out libbrasero-burn/brasero-caps-session.c | 50 +++++++++++++++++++++++--------- 1 files changed, 36 insertions(+), 14 deletions(-) commit 37d2d6da7cb88cca0d33d88ac492a89f0a23f42d Author: Philippe Rouquier Date: Sun Nov 22 10:42:53 2009 +0100 Allow to search for (a) path(s) et format when the output is set to image and the source is audio libbrasero-burn/brasero-caps-session.c | 37 ++++++++++++------------------- 1 files changed, 14 insertions(+), 23 deletions(-) commit f001b3384319eea82a14594cd7c6ddb503bb08b4 Author: Philippe Rouquier Date: Sun Nov 22 08:46:17 2009 +0100 Improve previous patch by adding a new function to BraseroTrackImage method to determine if byte swapping is required libbrasero-burn/brasero-track-image.c | 31 +++++++++++++++++++++++++++++++ libbrasero-burn/brasero-track-image.h | 3 +++ libbrasero-burn/burn-image-format.c | 6 ------ plugins/cdrdao/burn-cdrdao.c | 13 ++++--------- plugins/cdrkit/burn-wodim.c | 7 +------ plugins/cdrtools/burn-cdrecord.c | 7 +------ 6 files changed, 40 insertions(+), 27 deletions(-) commit 6074525eb83d4caf122ccb9aaf5f2b2496a8a7eb Author: Philippe Rouquier Date: Sun Nov 22 08:36:31 2009 +0100 Check the endianness of bin file associated to a cue and use swap or swab options in backend if it is a little endian one libbrasero-burn/burn-image-format.c | 49 +++++++++++++++++++++++++++++++++++ libbrasero-burn/burn-image-format.h | 4 +++ plugins/cdrdao/burn-cdrdao.c | 13 ++++++++- plugins/cdrkit/burn-wodim.c | 9 ++++++ plugins/cdrtools/burn-cdrecord.c | 9 ++++++ 5 files changed, 83 insertions(+), 1 deletions(-) commit 60113a125acf87d84c15a833a49b10e04e9e16da Author: Philippe Rouquier Date: Sat Nov 21 21:31:27 2009 +0100 Make sure CD-TEXT from .cue files gets properly written plugins/cdrkit/burn-wodim.c | 3 +++ plugins/cdrtools/burn-cdrecord.c | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) commit 7c1f06a02ac1be36bcb8b18d27b485c5b32b2582 Author: Philippe Rouquier Date: Sat Nov 21 16:36:43 2009 +0100 Don't tell the user he is going to lose data if the disc is blank libbrasero-burn/brasero-burn.c | 114 ++++++++++++++++++++------------------- 1 files changed, 58 insertions(+), 56 deletions(-) commit 1e108b43ce4c58d7e64eb2a1ac0ce88fdd751408 Author: Philippe Rouquier Date: Sat Nov 21 15:29:53 2009 +0100 Fix a problem with ARTIST tag being overwritten by ISRC tag plugins/transcode/burn-transcode.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 48eaa40d1c9ce1c5774c28a2c687bd093393767e Author: Philippe Rouquier Date: Sat Nov 21 15:14:42 2009 +0100 Really copy the tags in brasero_track_tag_copy_missing () The order of arguments in g_value_copy () was wrong libbrasero-burn/brasero-track.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e277c45cbd2845e0f042621a5edd683989a6506c Author: A S Alam Date: Sun Nov 22 09:59:06 2009 +0530 updating for PunjabiTranslation: Punjabi (Gurmukhi): A S Alam po/pa.po | 3723 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2011 insertions(+), 1712 deletions(-) commit 198a1dd5f9c2e9bd3dbfb08bcebf191dd605d3a3 Author: Philippe Rouquier Date: Tue Nov 17 22:26:50 2009 +0100 Fix #566898 Enter sound disks' names automatically libbrasero-burn/brasero-session.h | 4 +- libbrasero-burn/brasero-tags.h | 1 + libbrasero-burn/brasero-track-stream-cfg.c | 5 ++ src/brasero-project-name.c | 78 +++++++++++++++++++++++++--- 4 files changed, 79 insertions(+), 9 deletions(-) commit ffb535a5248a1d83c70cdd8dea728717d2f36a9e Author: Philippe Rouquier Date: Tue Nov 17 21:06:33 2009 +0100 Fix #559664 Add a configure switch for enabling/disabling cdrdao support Also add a growisofs switch configure.in | 28 ++++++++++++++++++++++++++++ plugins/Makefile.am | 10 +++++++++- 2 files changed, 37 insertions(+), 1 deletions(-) commit 78a319e9587e5b8888373d8dc084e553cd4ac54f Author: Philippe Rouquier Date: Tue Nov 17 20:49:27 2009 +0100 Use the original drive name not the one from GDrive object Fix a small leak on error libbrasero-burn/brasero-medium-properties.c | 1 + libbrasero-media/brasero-drive-selection.c | 4 ++-- libbrasero-media/brasero-drive.c | 3 --- src/brasero-eject-dialog.c | 6 ++++-- src/brasero-project.c | 3 +++ 5 files changed, 10 insertions(+), 7 deletions(-) commit 7a450e99f65f2ab048685a434ba17920b74619ae Author: Philippe Rouquier Date: Mon Nov 16 17:45:29 2009 +0100 Add two files that were needed by make distcheck 0 files changed, 0 insertions(+), 0 deletions(-)