commit df5af2f8d8392ccf088bc599f6108d80d90cd518 Author: Joshua Lock Date: Fri Nov 22 12:12:09 2013 +0000 Prepare a 3.11.0 release configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 17aa134c90fecfe408873bd097ff7243648a8208 Author: Joshua Lock Date: Fri Nov 22 11:56:57 2013 +0000 NEWS: update for a 3.11.0 release NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 36d47db32971d20a02c355ebd1cc36a9f93f0e78 Author: Joshua Lock Date: Fri Nov 22 11:56:31 2013 +0000 README: minor tweaks, we use GStreamer 1.0 now README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 90becfbad23f7a23237d81df8ddafa4f6f6cc384 Author: Joshua Lock Date: Fri Nov 22 11:16:30 2013 +0000 brasero-tool-dialog: don't populate the model until after construction As has been done for other BraseroMediumSelection subclasses, works around a drawing issue. libbrasero-burn/brasero-tool-dialog.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit ac6d74587222786a79733fc7e8e41fb7a4e1c1c2 Author: Joshua Lock Date: Fri Nov 22 11:14:24 2013 +0000 brasero-src-selection: wire in constructed handler Fixes 33520f866236b54e9c87650a1ff6fa84c98a616c libbrasero-burn/brasero-src-selection.c | 1 + 1 file changed, 1 insertion(+) commit 82b3c490d5893316ff47fa76d41b304be4a86c63 Author: Tomáš Bžatek Date: Wed Oct 30 15:55:51 2013 +0000 Switch BRASERO_TRACK_STREAM_ISRC_TAG from int to string The International Standard Recording Code (ISRC) is a 12 byte string that is created from two uppercase characters for the country code, followed by three uppercase charac‐ ters for the owner, followed by two digits for the year of recording followed by five digits for the recording serial number. https://bugzilla.gnome.org/show_bug.cgi?id=711162 libbrasero-burn/brasero-tags.h | 2 +- libbrasero-burn/brasero-track-stream-cfg.c | 10 +++++----- libbrasero-utils/brasero-io.c | 4 +++- libbrasero-utils/brasero-metadata.c | 14 +++++++++----- libbrasero-utils/brasero-metadata.h | 2 +- plugins/audio2cue/burn-audio2cue.c | 8 ++++---- plugins/cdrkit/burn-wodim.c | 7 +++---- plugins/cdrtools/burn-cdrecord.c | 7 +++---- plugins/transcode/burn-transcode.c | 8 ++++---- src/brasero-audio-disc.c | 24 +++++++++++++----------- src/brasero-multi-song-props.c | 6 +++--- src/brasero-multi-song-props.h | 2 +- src/brasero-project-parse.c | 27 +++++++++++++++------------ src/brasero-song-properties.c | 23 ++++++----------------- src/brasero-song-properties.h | 4 ++-- src/brasero-video-disc.c | 23 +++++++++++++---------- 16 files changed, 86 insertions(+), 85 deletions(-) commit cf6b9fd663b6f400222f4f43311e90d501996b05 Author: Shantha kumar Date: Tue Nov 12 17:10:27 2013 +0530 Updated Tamil Translations po/ta.po | 674 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 297 insertions(+), 377 deletions(-) commit 3fe9ccce7ab99f8cd327f980313a8820148c6496 Author: Efstathios Iosifidis Date: Wed Nov 6 07:52:21 2013 +0200 Updated Greek translation po/el.po | 116 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 71 insertions(+), 45 deletions(-) commit dce885f6f310d7580fb7722e1081be8963c1eb89 Author: Fran Diéguez Date: Fri Nov 1 13:53:30 2013 +0100 Updated Galician translations po/gl.po | 99 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 61 insertions(+), 38 deletions(-) commit 441d882324c0e1c08efb35d9b34735ddc3112944 Author: Daniel Mustieles Date: Fri Oct 25 16:39:13 2013 +0200 Updated Spanish translation po/es.po | 117 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 68 insertions(+), 49 deletions(-) commit a18c1738cf3a9fa3842df540fca5f66165278aeb Author: Enrico Nicoletto Date: Thu Oct 24 12:28:21 2013 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 1170 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 672 insertions(+), 498 deletions(-) commit 62cd33dd0bfe142fbde1158e593663ece4474625 Author: Michael Catanzaro Date: Wed Oct 2 15:01:27 2013 -0500 Add community-produced appdata file https://bugzilla.gnome.org/show_bug.cgi?id=708750 data/Makefile.am | 13 ++++++++++--- data/brasero.appdata.xml.in | 25 +++++++++++++++++++++++++ po/POTFILES.in | 1 + 3 files changed, 36 insertions(+), 3 deletions(-) commit adbd7f37420266605f476e16cc107c8c0f355362 Author: Michael Catanzaro Date: Wed Oct 2 14:51:38 2013 -0500 Rely on intltool 0.50 native gsettings support This lets us drop use of INTLTOOL_XML_NOMERGE_RULE in data/Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=708750 configure.ac | 2 +- data/Makefile.am | 9 +-- data/org.gnome.brasero.gschema.xml | 107 ++++++++++++++++++++++++++++++++++ data/org.gnome.brasero.gschema.xml.in | 107 ---------------------------------- po/POTFILES.in | 2 +- 5 files changed, 112 insertions(+), 115 deletions(-) commit d3548881f53df15c0c40385fbb48f28b15ddea65 Author: Joshua Lock Date: Fri Sep 6 17:46:11 2013 +0100 brasero.desktop.in.in: add Audio and Video categories Otherwise Brasero won't show up in the GNOME software centre. See: http://blogs.gnome.org/hughsie/2013/09/03/broken-desktop-files data/brasero.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dc71be12a6d25e32589d928dbd7c9f3b3e802b80 Author: Efstathios Iosifidis Date: Tue Oct 22 11:08:39 2013 +0300 Updated Greek translation po/el.po | 345 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 178 insertions(+), 167 deletions(-) commit 390740d1c82fdeb334af38a393aafb58de372c69 Author: Rūdolfs Mazurs Date: Sat Oct 19 13:03:52 2013 +0300 Updated Latvian translation help/lv/lv.po | 1556 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 865 insertions(+), 691 deletions(-) commit e4bcf585178c3727c2b1cf7a0da993afb4a2512b Author: Carles Ferrando Date: Sun Oct 6 22:03:10 2013 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 1855 ++++------------------------------------------------- 1 file changed, 131 insertions(+), 1724 deletions(-) commit b23436c53e79ee0584d7440d1f0130a950c6758e Author: Daniel Șerbănescu Date: Mon Sep 30 19:55:27 2013 +0200 Updated Romanian Translation po/ro.po | 6291 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 3166 insertions(+), 3125 deletions(-) commit ba7f26bf94e142f342bed124d2e9f220588157e0 Author: Kjartan Maraas Date: Sat Sep 28 15:11:30 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 496fa8e35cf0f78512d48f085ecb8d84a67f0a75 Author: Akira Tanaka Date: Mon Sep 23 22:45:56 2013 +0900 l10n: Add Japanese translation help/Makefile.am | 2 +- help/ja/figures/brasero-main-window.png | Bin 0 -> 88150 bytes help/ja/ja.po | 762 ++++++++++++++++++++++++++++++++ 3 files changed, 763 insertions(+), 1 deletion(-) commit 41a2fe82f8d5129b9e6bfcf0b6d99a77544f1ef1 Author: Mattias Põldaru Date: Mon Sep 23 10:08:59 2013 +0300 [l10n] Updated Estonian translation po/et.po | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit 01f33a4b6ddc0e0515961e2fd625cd13854442ee Author: Akira Tanaka Date: Sun Sep 22 23:42:38 2013 +0900 l10n: Update Japanese translation po/ja.po | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit ff8c82bd740d4511454c70ec76d945f3ff09c7ce Author: Bruno Nova Date: Sun Sep 22 01:19:42 2013 +0100 Updated Portuguese translation po/pt.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b7e51ab97d7e5d8296d33fba1d64253073f163e2 Author: Jiro Matsuzawa Date: Sun Sep 22 05:49:45 2013 +0900 l10n: Update Japanese translation po/ja.po | 252 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 132 insertions(+), 120 deletions(-) commit b2c446b74401c87331284b9eed60dc08b2ba8fdd Author: Daniel Korostil Date: Sat Sep 21 19:28:38 2013 +0300 Updated Ukrainian po/uk.po | 244 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 129 insertions(+), 115 deletions(-) commit 401c25ad5495426cfcdfeb14c878004900ad5c77 Author: Khaled Hosny Date: Thu Sep 19 20:57:45 2013 +0200 Update Arabic translation po/ar.po | 6212 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 3125 insertions(+), 3087 deletions(-) commit f8d700fcc3b4b4d3753ecf3ed3fde98488e516f8 Author: António Lima Date: Wed Sep 18 23:15:42 2013 +0100 Updated Portuguese translation po/pt.po | 246 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 130 insertions(+), 116 deletions(-) commit 853e11985a5d16f57413e7af67499b6bdeec3723 Author: Josep Sànchez Date: Wed Sep 18 23:37:54 2013 +0200 [l10n] Update Catalan translation po/ca.po | 1855 +++++--------------------------------------------------------- 1 file changed, 131 insertions(+), 1724 deletions(-) commit 344f1d670affc9ff8e8d2df1121a8ebde8d5f5c7 Author: Inaki Larranaga Murgoitio Date: Wed Sep 18 17:46:43 2013 +0200 Updated Basque language po/eu.po | 246 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 130 insertions(+), 116 deletions(-) commit 77e8d6f7066e1dd1a1f9599e9abc6c8334443560 Author: Timo Jyrinki Date: Wed Sep 18 11:21:03 2013 +0300 Finnish translation update po/fi.po | 255 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 135 insertions(+), 120 deletions(-) commit ea1308a1b57ee9809ef9fcdb4ad688e0d2dcf39e Author: A S Alam Date: Tue Sep 17 19:37:48 2013 -0500 Punjabi Translation updated by Aman po/pa.po | 244 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 129 insertions(+), 115 deletions(-) commit 2dbe9328519f98f3ac824a4de009a4eedd9af8b1 Author: Kris Thomsen Date: Sat Sep 14 15:50:29 2013 +0200 Updated Danish translation po/da.po | 246 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 129 insertions(+), 117 deletions(-) commit 8b13c397b7e925ac3371b22a9af91f0f13e85ba6 Author: Changwoo Ryu Date: Sat Sep 14 06:19:22 2013 +0900 Updated Korean translation po/ko.po | 253 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 132 insertions(+), 121 deletions(-) commit 6146f4af18392796f000cfb8b014953972ef70de Author: Nilamdyuti Goswami Date: Thu Sep 12 13:40:41 2013 +0530 Assamese Translation Updated po/as.po | 244 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 129 insertions(+), 115 deletions(-) commit 06dcfdd16a58e9852ee2bd015fa52a406d92dfa7 Author: Rūdolfs Mazurs Date: Wed Sep 11 23:05:50 2013 +0300 Updated Latvian translation po/lv.po | 246 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 130 insertions(+), 116 deletions(-) commit b86ca8713c21c97d02874d1b87205bc61d3d9621 Author: Ihar Hrachyshka Date: Tue Sep 10 13:55:11 2013 +0300 Updated Belarusian translation. po/be.po | 242 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 128 insertions(+), 114 deletions(-) commit edfaeb59da11ecae13511cd6290af9f476671595 Author: Seán de Búrca Date: Sun Sep 8 17:26:05 2013 -0600 Updated Irish translation po/ga.po | 6116 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 3044 insertions(+), 3072 deletions(-) commit fd409013651d455222b7976bece8b7f084e49a1f Author: Kjartan Maraas Date: Sun Sep 8 19:23:50 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c72d06f6969ac25f20b45f45d70153c4283bef67 Author: Andika Triwidada Date: Sun Sep 8 16:58:27 2013 +0700 Updated Indonesian translation po/id.po | 244 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 127 insertions(+), 117 deletions(-) commit da145382701968e65a45d8a638b647ad5bb0793f Author: Christian Kirbach Date: Sat Sep 7 19:48:01 2013 +0200 Updated German translation po/de.po | 253 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 132 insertions(+), 121 deletions(-) commit 48345949efad5f6bb8a68b99133bcf1ff44a1ed1 Author: Yuri Myasoedov Date: Sat Sep 7 19:32:09 2013 +0400 Updated Russian translation po/ru.po | 1233 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 560 insertions(+), 673 deletions(-) commit 0819d05fe004d9ab5e3799bdcd67030f57b37345 Author: Мирослав Николић Date: Thu Sep 5 06:45:14 2013 +0200 Updated Serbian translation po/sr.po | 246 ++++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 246 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 262 insertions(+), 230 deletions(-) commit a79a0133407487c8399da348f7ffeab0c9cdce8b Author: Marek Černocký Date: Wed Sep 4 18:37:16 2013 +0200 Updated Czech translation help/cs/cs.po | 83 ++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 29 deletions(-) commit f122ee0620380b7c21edce722cfe347f10c8c827 Author: Joshua Lock Date: Tue Sep 3 11:01:26 2013 +0100 brasero-app: don't try and show the main window if it hasn't been created It's possible to open brasero without creating the main window, such as when opening an image file directly triggering the image burning dialogue. In these cases trying to show the main window when the dialogue is dismissed is an error, brasero should just exit. https://bugzilla.gnome.org/show_bug.cgi?id=655513 src/brasero-app.c | 5 +++++ 1 file changed, 5 insertions(+) commit 449120e0a789cb696e4469799c17a6258b1cbc79 Author: Daniel Mustieles Date: Mon Sep 2 18:03:45 2013 +0200 Updated Spanish translation help/es/es.po | 81 ++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 29 deletions(-) commit 2be3eae976485ecc3b14885f847d4e660a82a5b6 Author: Piotr Drąg Date: Sat Aug 31 22:58:58 2013 +0200 Updated Polish translation po/pl.po | 60 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 23 deletions(-) commit 92593a630f8991b443b641d43be3c649c8015750 Author: Trần Ngọc Quân Date: Sat Aug 31 07:18:23 2013 +0700 Updated Vietnamese translation po/vi.po | 505 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 249 insertions(+), 256 deletions(-) commit e9fc99f3eef2905c3d54a2053d3edd942d099a99 Author: Nguyễn Thái Ngọc Duy Date: Sat Aug 31 07:14:36 2013 +0700 po/vi: import from Damned Lies po/vi.po | 819 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 424 insertions(+), 395 deletions(-) commit 0aeae792a8559b3fc060b6473bf35be4f62dd148 Author: Matej Urbančič Date: Thu Aug 29 18:22:22 2013 +0200 Updated Slovenian translation po/sl.po | 281 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 147 insertions(+), 134 deletions(-) commit 681543dcb58650a314ba4076cd3af683d9ad949c Author: Chao-Hsiung Liao Date: Thu Aug 29 21:41:57 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 160 ++++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 160 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 172 insertions(+), 148 deletions(-) commit 0845def9d41a82a4d309a66361c8f9b7fe546090 Author: Pavol Klačanský Date: Wed Aug 28 20:31:59 2013 +0200 Updated slovak translation po/sk.po | 245 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 130 insertions(+), 115 deletions(-) commit e98f1d74de390c49e4b11ce052774f1236cbdbd7 Author: Aurimas Černius Date: Tue Aug 27 22:53:18 2013 +0300 Updated Lithuanian translation po/lt.po | 254 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 135 insertions(+), 119 deletions(-) commit 24ca3c0120108cfde73f03a63d5774e5f712ee7a Author: Daniel Mustieles Date: Tue Aug 27 19:41:50 2013 +0200 Updated Spanish translation po/es.po | 264 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 140 insertions(+), 124 deletions(-) commit 344f8b82d6210fc168dfdc281889b83944a1e4dc Author: Fran Diéguez Date: Tue Aug 27 03:00:49 2013 +0200 Updated Galician translations po/gl.po | 242 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 128 insertions(+), 114 deletions(-) commit afa3bbac17cd08c07803165c998deb050f7efedb Author: Yaron Shahrabani Date: Mon Aug 26 18:08:09 2013 +0300 Updated Hebrew translation. po/he.po | 1313 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 807 insertions(+), 506 deletions(-) commit 76d5c4fd8db8d78a16aaac6bb3775c0fbae6608f Author: Balázs Úr Date: Sun Aug 25 10:18:23 2013 +0200 Updated Hungarian translation po/hu.po | 247 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 131 insertions(+), 116 deletions(-) commit 9e17012f4e9757773ab5d333cf871df0e6095766 Author: Milo Casagrande Date: Sat Aug 24 18:47:32 2013 +0200 [l10n] Updated Italian translation. po/it.po | 242 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 128 insertions(+), 114 deletions(-) commit 050ab48c197f8f0f4e17c0c75231ca33addedd4e Author: Enrico Nicoletto Date: Fri Aug 23 21:34:44 2013 -0300 Updated Brazilian Portuguese translation for brasero manual help/pt_BR/pt_BR.po | 69 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 23 deletions(-) commit c5e42f26cc9c933614f01af72a7df54364314d76 Author: Enrico Nicoletto Date: Fri Aug 23 16:25:41 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 1274 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 569 insertions(+), 705 deletions(-) commit 9f3ba2870438fd333b68702f776cbf7b0351972c Author: Kjartan Maraas Date: Fri Aug 23 20:12:05 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 240 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 126 insertions(+), 114 deletions(-) commit 17744c5cf1eb1cf5c1d0fd461fa21ac72cf325e3 Author: Alexandre Franke Date: Fri Aug 23 13:43:55 2013 +0200 Update French translation help/fr/fr.po | 83 ++++++++++++-------- po/fr.po | 242 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 179 insertions(+), 146 deletions(-) commit 6518af0abcf756c0bba15747edb30c8fde112000 Author: Marek Černocký Date: Fri Aug 23 07:44:10 2013 +0200 Updated Czech translation po/cs.po | 305 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 159 insertions(+), 146 deletions(-) commit 337fbfcbfbcfdf7c70600a5e1fa6342c52ed98ba Author: Piotr Drąg Date: Fri Aug 23 00:15:49 2013 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit ffbe7d2e69678813a5a0a735fb36642c7d3491c6 Author: Joshua Lock Date: Tue Aug 20 14:40:06 2013 +0100 brasero-medium-properties: add Cancel button to image properties dialogue Otherwise the user can't close the dialogue without changing the image properties. libbrasero-burn/brasero-medium-properties.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit b54aa12db27ed634daf8041bed9d0b003354c7a8 Author: Joshua Lock Date: Wed Aug 21 15:51:23 2013 +0100 Add brasero-utils GOptionGroup to main context This exposes runtime enabling of logging from libbrasero-utils src/main.c | 2 ++ 1 file changed, 2 insertions(+) commit 9fd51c182366b296bac5572952fe9ab080c49f55 Author: Joshua Lock Date: Wed Aug 21 15:49:57 2013 +0100 brasero-misc: expose a GOption for enabling brasero utils debugging libbrasero-utils/brasero-misc.c | 21 +++++++++++++++++++++ libbrasero-utils/brasero-misc.h | 3 +++ 2 files changed, 24 insertions(+) commit 0ade622575ecd3750d6d393200354d187f9e349d Author: Joshua Lock Date: Wed Aug 21 15:49:26 2013 +0100 brasero-misc: tweak BRASERO_UTILS_LOG to behave more conformantly BRASERO_UTILS_LOG should behave similarly to BRASERO_BURN_LOG and BRASERO_MEDIA_LOG, writing to stdout using printf rather than using glogv with a utils specific log domain. In future all three macros should use GLib's logging functionality libbrasero-utils/brasero-misc.c | 10 +++------- libbrasero-utils/brasero-misc.h | 8 ++------ 2 files changed, 5 insertions(+), 13 deletions(-) commit 537f12c128bcd96d4ec819e4fa1568e20d0b75d2 Author: Joshua Lock Date: Tue Aug 20 18:57:33 2013 +0100 brasero-jacket-edit: generalise text justification to reduce duplication libbrasero-utils/brasero-jacket-edit.c | 81 ++++++---------------------------- 1 file changed, 13 insertions(+), 68 deletions(-) commit 33520f866236b54e9c87650a1ff6fa84c98a616c Author: Joshua Lock Date: Tue Aug 20 14:43:35 2013 +0100 brasero-src-selection: don't populate the model until after construction As has already been done for brasero-drive-selection and brasero-dest-selection. libbrasero-burn/brasero-src-selection.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 4dce1774a1fef76adeb9d48c51f2f9465a84ab0c Author: Tanguy Ortolo Date: Thu Aug 22 17:08:48 2013 +0100 burn-audio2cue: Avoid generating invalid frame number 75 The conditional increment to the frame number, which is probably meant to avoid loosing the last incomplete frame in the very last track of a disk, has the side effect of generating frame numbers equal to 75, when they should be between 0 and 74 included, which results in an unburnable image. While the code could be adapted to count the last frame, it is clearer and less intrusive to the original code to simply remove the conditional increment, and possibily loosing 1/75th a second on the very last track should not matter to anyone. https://bugzilla.gnome.org/show_bug.cgi?id=664756 plugins/audio2cue/burn-audio2cue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit de85342adb2fa24abb3f89e694dcdc66246e6608 Author: Michael Biebl Date: Sun Jun 3 13:39:10 2012 +0200 Use proper typelib versioning The typelib version should be bumped when the API of the referenced library changes, so use BRASERO_MAJOR_VERSION.SOVERSION instead of the package version. https://bugzilla.gnome.org/show_bug.cgi?id=677732 configure.ac | 3 +++ libbrasero-burn/Makefile.am | 10 +++++----- libbrasero-media/Makefile.am | 8 ++++---- 3 files changed, 12 insertions(+), 9 deletions(-) commit 6540da8d1d53e3b31f0239aa44dd3832ca90c02e Author: Andrej Belym Date: Thu Aug 22 16:43:07 2013 +0100 brasero-data-project: Fixed segfault when renaming or removing folder in... project. When adding folder from filesystem to project and creating new folder in this folder, removing or renaming causes segfault. This happens because new folder must have flag 'is_grafted' (project node not from real file or folder), but code in brasero-data-project.c in function brasero_data_project_add_node_real doesn't handle nodes with flag 'is_fake' correctly (new empty folder has this flag). Node isn't marked as grafted with function brasero_file_node_graft. I've just added call of this function. https://bugzilla.gnome.org/show_bug.cgi?id=679460 libbrasero-burn/brasero-data-project.c | 1 + 1 file changed, 1 insertion(+) commit f4716732028cd64e106d4f39902df814ae8e5540 Author: Jose Rostagno Date: Thu Aug 22 16:39:18 2013 +0100 build: use AM_CPPFLAGS instead of INCLUDES Resolves warnings with new autotools https://bugzilla.gnome.org/show_bug.cgi?id=700481 docs/reference/libbrasero-burn/Makefile.am | 4 ++-- docs/reference/libbrasero-media/Makefile.am | 4 ++-- libbrasero-burn/Makefile.am | 2 +- libbrasero-media/Makefile.am | 2 +- libbrasero-utils/Makefile.am | 2 +- nautilus/Makefile.am | 2 +- plugins/audio2cue/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 +- 19 files changed, 21 insertions(+), 21 deletions(-) commit c6571695f5852f96fdd52af2c7fcf25110c512a6 Author: Gabor Kelemen Date: Thu Aug 22 00:39:10 2013 +0200 Update and relicence Hungarian help translation help/hu/hu.po | 89 +++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 56 insertions(+), 33 deletions(-) commit b62a675cda43578a23288475aaadccb3d45373a0 Author: Piotr Drąg Date: Tue Aug 20 23:05:19 2013 +0200 Updated Polish translation po/pl.po | 206 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 103 insertions(+), 103 deletions(-) commit 6d6ff976dca4644b19521fc42638ccc23e5e0742 Author: Joshua Lock Date: Mon Aug 19 18:30:28 2013 +0100 brasero-burn-options: don't disable the Properties button for image files Several users have reported problems when trying to make a 1:1 copy of a disc to a hard drive when they have a small amount of free space in their home directory. Ensure that the Properties button is never desensitised for fake drives so that the user can always choose an alternative location. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=650362 libbrasero-burn/brasero-burn-options.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 413e00046b8e9b980ef08bbd4c54f4d3ece733e4 Author: Joshua Lock Date: Mon Aug 19 17:06:23 2013 +0100 brasero-project-type-chooser: tweak spacing to be more consistent src/brasero-project-type-chooser.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 623b10113015abf1871e114d0212bd772cb67319 Author: Plamena Manolova Date: Thu Jul 11 16:44:24 2013 +0100 Add padding to "Create new project" label Fixes bug 702982 src/brasero-project-type-chooser.c | 1 + 1 file changed, 1 insertion(+) commit 56851ad0570d17d21df0d8d9670721df8942f405 Author: Michael Catanzaro Date: Sun Aug 18 09:11:48 2013 -0500 help: add missing logo Most GNOME programs put the logo to the left of the title help/C/figures/logo32.png | Bin 0 -> 2515 bytes help/C/index.page | 2 +- help/Makefile.am | 4 +++- 3 files changed, 4 insertions(+), 2 deletions(-) commit 9bb4376f8a078ebd71670fd4fb24a33034d3768c Author: Michael Catanzaro Date: Sun Aug 18 09:07:15 2013 -0500 help: add missing author credit and license info help/C/index.page | 10 ++++++++++ 1 file changed, 10 insertions(+) commit d8724c84639bcabcbc0feae7ef4624700b72d3d6 Author: Tomas Bzatek Date: Thu Oct 4 15:33:12 2012 +0200 readom: Support reading Blu-ray media https://bugzilla.gnome.org/show_bug.cgi?id=685492 plugins/cdrkit/burn-readom.c | 1 + 1 file changed, 1 insertion(+) commit 2eb68c9855e202899a3ab71d14d884c80c57b38a Author: Joshua Lock Date: Mon Aug 12 16:36:38 2013 +0100 brasero-project-type-chooser: fix icons on buttons for 'Recent projects' The call to gtk_recent_info_get_icon() causes a segfault as a member of the GtkIconSize enum is no longer a valid size parameter for this function following a recent round of deprecations. Instead use gtk_recent_info_get_gicon () and create the GtkImage from the GIcon with the desired size. src/brasero-project-type-chooser.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 521eda1a5fb77fe2d494366a6b7ee7c85d2044e4 Author: Joshua Lock Date: Fri Aug 9 18:22:12 2013 +0100 brasero-dest-selection: populate model after construction As Jonh did for brasero-drive-selection in 4cdec3b2, move model population from init to construction to resolve an issue in drawing. https://bugzilla.gnome.org/show_bug.cgi?id=666445 libbrasero-burn/brasero-dest-selection.c | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) commit 83685b9aa8e8fbd7f4249bcae6bd948153c53be0 Author: Joshua Lock Date: Mon Aug 5 12:38:58 2013 +0100 burn-normalize: disable normalisation for now Since the port to GStreamer 1.0 the rganalysis pipleline stops after the first track is processed and pauses the entire audio disc burning process indefinitely. Disable the normalisation plugin for now as I haven't yet been able to determine an appropriate fix for this issue. https://bugzilla.gnome.org/show_bug.cgi?id=699599 plugins/transcode/burn-normalize.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 2a350feb62a570e6d7f05181ff1de4710a1cdf7f Author: Chao-Hsiung Liao Date: Wed Aug 7 12:33:34 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 395 ++++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 380 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 391 insertions(+), 384 deletions(-) commit 4d94da6515ad4a28ce633b36529f5741cb526260 Author: Joshua Lock Date: Tue Jul 16 16:47:48 2013 +0100 brasero-eject-dialog: don't show an error when user cancels eject src/brasero-eject-dialog.c | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) commit f3d0b989b41ec0cee4d551f1ca02687db98a333d Author: Jean-Benoit MARTIN Date: Fri Jul 19 11:53:21 2013 +0100 brasero-gio-media: Eject empty drive with no error message When an empty drive is ejected the user is presented an error dialog when the I/O opeartion times out - this is due to the fact that the GDrive::changed signal is not emitted when an empty drive is ejected and therefore brasero_gio_operation_end() isn't called. Work around this by checking if the drive is empty in brasero_gio_operation_eject_finish () and ending the I/O opeartion if it is. https://bugzilla.gnome.org/show_bug.cgi?id=701730 libbrasero-media/brasero-gio-operation.c | 7 +++++++ 1 file changed, 7 insertions(+) commit f8f3939f51c06c70a1b3d36a1621508b4ae9ecd2 Author: Joshua Lock Date: Fri Jul 19 13:27:27 2013 +0100 brasero-eject-dialog: fix a leak src/brasero-eject-dialog.c | 1 - 1 file changed, 1 deletion(-) commit 0eab4d1b7a77b196e451bbafdc3384a817f60ca9 Author: Joshua Lock Date: Mon Jul 8 20:50:13 2013 +0100 Don't allow folders in a data disc to have an empty name Disc creation fails when a folder name is empty. https://bugzilla.gnome.org/show_bug.cgi?id=703823 libbrasero-burn/brasero-data-project.c | 5 +++++ 1 file changed, 5 insertions(+) commit 0fa711d1c93995ccad5d05b722a916b04f9c91cb Author: Joshua Lock Date: Fri Jul 5 22:03:49 2013 +0100 Default to a non-zero volume for the BraseroSongControl player widget src/brasero-setting.c | 3 +++ 1 file changed, 3 insertions(+) commit dac5109c1988c410ecd2221dad4db4b214843bb7 Author: Joshua Lock Date: Fri Jul 5 17:33:20 2013 +0100 Prevent splitting tracks into parts with fixed length longer than track Trying to split the track into parts with a fixed length longer than the track can't work, therefore set the maximum range of the length spinner to the length of the track to help the user to make a sane choice. https://bugzilla.gnome.org/show_bug.cgi?id=703797 src/brasero-split-dialog.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 8aab33c11f65bbaea484e3455f72bc28b1176011 Author: Joshua Lock Date: Tue Jul 30 18:36:30 2013 +0100 brasero.doap: add myself as a maintainer brasero.doap | 7 +++++++ 1 file changed, 7 insertions(+) commit d36ca5bc3a9d8e39ca13148b97a97fde377f2acc Author: Kjartan Maraas Date: Thu Jul 18 13:43:57 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit b577d89d21133f0cb3398189b35fc23407bf1b2d Author: Marek Černocký Date: Wed Jul 10 22:17:29 2013 +0200 Updated Czech translation help/cs/cs.po | 2717 ++++++++++++++------------------------------------------- 1 file changed, 667 insertions(+), 2050 deletions(-) commit 4cdec3b2aa5e726714d34fff003480403ae6ae77 Author: Jonh Wendell Date: Wed Jun 19 12:19:29 2013 -0300 brasero-drive-selection: populate the tree model after construction Having it in the init was leading to an issue in the draw. Postpone it to constructed phase fixes it. libbrasero-media/brasero-drive-selection.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit d219fc69127226b6783b4a37524750a9272ad94a Author: Jonh Wendell Date: Wed Jun 19 12:17:13 2013 -0300 configure: fix the version number configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 55179ef171985a92336cdaf7c759e2c5db778a25 Author: Jiro Matsuzawa Date: Fri May 31 22:29:00 2013 +0900 l10n: Update Japanese translation po/ja.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6ce0c5c28a568ce6229e918e0893e88e87585231 Author: Olav Vitters Date: Sat May 25 13:02:41 2013 +0200 fix kn po file po/kn.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e283ca416af21a515a0c29a6c2ce513c49a042a1 Author: Kjartan Maraas Date: Mon May 13 10:06:11 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 302 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 153 insertions(+), 149 deletions(-) commit 6076e372f0ba0e289a8dee20811e05b510303799 Author: Yuri Myasoedov Date: Wed May 1 09:37:50 2013 +0400 Updated Russian translation po/ru.po | 309 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 157 insertions(+), 152 deletions(-) commit 42dad93225d4df9e207a80320630e38ccca4e869 Author: OKANO Takayoshi Date: Mon Apr 15 22:47:30 2013 +0900 l10n: Update Japanese translation po/ja.po | 324 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 166 insertions(+), 158 deletions(-) commit 3b5632589f17db6019b29abf8bd32d95edcbf4a2 Author: Muhammet Kara Date: Wed Apr 10 23:44:55 2013 +0300 [l10n] Updated Turkish translation po/tr.po | 623 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 315 insertions(+), 308 deletions(-) commit 45cecda00ae84b4aaa872430ff3e8ad40bd98df6 Author: Kalev Lember Date: Sun Jan 27 23:25:54 2013 +0100 build: Simplify tracker version searching and support 0.16 API Use an iterator instead of a deep dependency tree. This should simplify adding support for new tracker versions in the future. https://bugzilla.gnome.org/show_bug.cgi?id=692664 configure.ac | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) commit 20b63251e0de8dbcacb586e71bd4759cc04127f8 Author: Rajesh Ranjan Date: Wed Apr 10 15:15:57 2013 +0530 hindi translation correctd po/hi.po | 259 +++++++++++++++++++++------------------------------------------ 1 file changed, 85 insertions(+), 174 deletions(-) commit ab9926f47d0cafd8e974c5a70e3b762b3447478a Author: Gabor Kelemen Date: Sun Apr 7 14:06:32 2013 +0200 Updated Hungarian help translation help/hu/hu.po | 60 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 26 deletions(-) commit 31c4ae585dec58219db8e9012382292066787766 Author: Alexandre Franke Date: Thu Apr 4 19:01:15 2013 +0200 Update French translation help/fr/fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0f558b1da97b4e1075e67857b272249541f8c39e Author: Inaki Larranaga Murgoitio Date: Tue Apr 2 22:25:30 2013 +0200 Updated Basque language po/eu.po | 302 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 154 insertions(+), 148 deletions(-) commit 8dc0a8812dd1b64b0f4a0d1691d632c6c049fe5e Author: Dimitris Spingos Date: Tue Apr 2 17:14:20 2013 +0300 Updated Greek translation help/el/el.po | 80 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 35 deletions(-) commit 3efc261bcbf964e4e5699fc2a3dceaf65b717ccb Author: Enrico Nicoletto Date: Mon Apr 1 19:03:27 2013 -0300 Updated Brazilian Portuguese translation help/pt_BR/pt_BR.po | 774 ++++++++++++++-------------------------------------- 1 file changed, 208 insertions(+), 566 deletions(-) commit 282aedcdf6437200577cfb4270d69b51a69f3894 Author: Yaron Shahrabani Date: Thu Mar 28 14:21:09 2013 +0200 Updated Hebrew translation. po/he.po | 517 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 260 insertions(+), 257 deletions(-) commit 3f2b4749dd9c448882cd2cf5e816aadf45ae2bb4 Author: Daniel Mustieles Date: Tue Mar 26 17:35:29 2013 +0100 Fixed syntax in translation of Keywords string po/kn.po | 227 ++++++++++++++++++++++----------------------------------------- 1 file changed, 78 insertions(+), 149 deletions(-) commit 8a0af475f6bd85782ed40b60e32ac2c804fd2302 Author: Daniel Korostil Date: Tue Mar 26 18:24:41 2013 +0200 Update uk translation po/uk.po | 325 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 167 insertions(+), 158 deletions(-)