# Generated by Makefile. Do not edit.

commit 2e516545e548d203496ec7f37ad2d7142f5ff4fb
Author: David King <amigadave@amigadave.com>
Date:   Mon Sep 20 09:22:56 2021 +0100

    Release 3.12.3

 NEWS         | 12 ++++++++++++
 configure.ac |  6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)

commit f5fbda6688cdba1d7637ebdf7f2b9e3d675a54cc
Author: Ville Skyttä <ville.skytta@iki.fi>
Date:   Thu May 17 11:49:22 2012 +0300

    Remove spurious man page tabs
    
    https://gitlab.gnome.org/GNOME/brasero/-/issues/230

 docs/brasero.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit da231e9b99737fabaeb07f3513492a7720c2f279
Author: Asier Sarasua Garmendia <asiersarasua@ni.eus>
Date:   Fri Sep 17 16:11:45 2021 +0000

    Update Basque translation

 help/eu/eu.po | 3144 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 2215 insertions(+), 929 deletions(-)

commit e448acb10bf8928d950e92bfad57e8e30bd1ad9b
Author: scootergrisen <scootergrisen@gmail.com>
Date:   Thu Feb 6 16:49:23 2020 +0100

    help: Add danish screenshot: brasero-main-window.png
    
    https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/5

 help/da/figures/brasero-main-window.png | Bin 0 -> 51370 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 9bbafba2f400e91832f2b359083eb4917a186bfa
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Fri Sep 17 09:48:18 2021 +0000

    Update Brazilian Portuguese translation

 help/pt_BR/pt_BR.po | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit 26e10427e385fe51788bb4a944d11a926ddfe9e3
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Sat Jun 6 21:47:51 2015 +0800

    trivial: Fix a wrong header guard
    
    https://gitlab.gnome.org/GNOME/brasero/-/issues/287
    https://bugzilla.gnome.org/show_bug.cgi?id=750488

 plugins/checksum/burn-volume-read.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fa7e9ab764e0ec6cad5efdd609830b69a6c1b32a
Author: Balazs Ur <balazs@urbalazs.hu>
Date:   Thu Sep 16 18:13:06 2021 +0000

    Update Hungarian translation

 help/hu/hu.po | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit a87184460af69ad1e07a7f9b654630d4e3502604
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Thu Sep 16 14:36:26 2021 +0000

    Update Ukrainian translation

 help/uk/uk.po | 484 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 240 insertions(+), 244 deletions(-)

commit 5ab5511c23bf6d17b1e655ab50684bbb13e061df
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Sep 16 16:16:38 2021 +0200

    Updated Czech help translation

 help/cs/cs.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit e11d10a68c414f6aac5ba4a8f564ee07d0f4b63e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 16 16:15:34 2021 +0200

    Update Polish translation

 help/pl/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4893dc897e3518b56477b5a2c09db8b0bd6d4896
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Thu Sep 16 14:15:00 2021 +0000

    Update Swedish translation

 help/sv/sv.po | 52 ++++++----------------------------------------------
 1 file changed, 6 insertions(+), 46 deletions(-)

commit 3de2143e16407c1e255c5788b8dcccfa1cb5234b
Author: scootergrisen <scootergrisen@gmail.com>
Date:   Sun Mar 8 06:14:50 2020 +0000

    Remove "." and change "disk" to "disc".

 help/C/tools-check-integrity.page | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6e0097bf5a26eb838297badcbb1ac0d603559179
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 23:40:28 2021 +0200

    growisofs: Fix burning BD-R media not working
    
    The BD-R flags were simply never applied to the plugin, so the brasero
    core didn't know how to burn that type of media.
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1704341
    and https://bugzilla.redhat.com/show_bug.cgi?id=1456971
    
    Closes: #324

 plugins/growisofs/burn-growisofs.c | 3 +++
 1 file changed, 3 insertions(+)

commit 42d01a125eae57097fe08bcc7c5bb186787dca9b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 23:45:03 2021 +0200

    libbrasero-burn: Fix BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS
    
    The macro was never used and was missing an opening parenthesis.

 libbrasero-burn/brasero-plugin-registration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 982c1b93bba1b3a85a0fbc619d2731ebfaea3980
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 22:44:58 2021 +0200

    libbrasero-burn: Better log for brasero_check_flags_for_drive()
    
    Print some debug when flags don't match.

 libbrasero-burn/burn-basics.c | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

commit f1ec303f59e53dd809ac581924bdf907ae1cb920
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 15:09:35 2021 +0200

    libbrasero-media: Fix memset() warning
    
    libbrasero-media/scsi-read-track-information.c: In function ‘brasero_read_track_info’:
    libbrasero-media/scsi-read-track-information.c:116:33: warning: argument to ‘sizeof’ in ‘memset’ call is the same pointer type ‘BraseroScsiTrackInfo *’ {aka ‘struct _BraseroScsiTrackInfo *’} as the destination; expected ‘BraseroScsiTrackInfo’ {aka ‘struct _BraseroScsiTrackInfo’} or an explicit length [-Wsizeof-pointer-memaccess]
      116 |         memset (&hdr, 0, sizeof (info));
          |                                 ^

 libbrasero-media/scsi-read-track-information.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4fad49aa4dc16bf2c679970483ba82a8bd506908
Author: Robert McQueen <rob@endlessm.com>
Date:   Wed Feb 19 12:17:35 2020 +0000

    transcode plugin - fix required gstreamer plugins
    
    Make the gstreamer plugins tested for by the transcode plugin match the
    plugins it uses.
    
    Fixes: #325

 plugins/transcode/burn-vob.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 48024e7a87c38193c95d927b0fe9ea87ebc527c2
Author: David King <amigadave@amigadave.com>
Date:   Thu Sep 16 14:23:08 2021 +0100

    ci: Build against Tracker 3.0

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ddf25f215768cbc3c577960caef4dce1d8b16969
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Dec 24 13:22:43 2020 +0100

    Support Tracker 3.0
    
    Add the compile-time checks, and add the minimal code catering for
    the API changes. In 3.0 connections are no longer singletons.

 configure.ac                 | 6 +++++-
 src/brasero-search-tracker.c | 8 ++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

commit b41d69ac256c6098e6e9bae70491d9d1687b0ce6
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Dec 24 13:15:21 2020 +0100

    Observe nfo:FileDataObject/nie:InformationElement split
    
    These resources are interpreted differently in Tracker 3.0 compared
    to older versions, the newer version makes those 2 different resources
    (one representing the "file", other the "content) that relate to each
    other. In older tracker versions, these 2 aspects were conflated in
    a single resource.
    
    The query is implicitly crossing that barrier, so make it explicit.
    With this change, the query may run with either version.

 src/brasero-search-tracker.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 3eb5f88bdfe3a900fd53e92d3f501e9e4cf4c507
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Dec 24 13:04:03 2020 +0100

    Only use fts:rank with FTS searches
    
    This fixes two things:
    - The use of fts:match depends on priv->keywords being set, but
      fts:rank() has undefined behavior if fts:match is not present.
      Its value is returned in the cursor, but fortunately unused,
      so it can go away.
    
    - Fixes "garbage" being added at the end of the query, concretely
      ") } ORDER BY ... " is appended at the supposed end of the query
      string. Older SPARQL parser implementations would allow garbage
      at the end of its parsing state, I suspect "LIMIT 0 OFFSET 10000"
      was just a mean to push it to that state that it'd allow the
      remaining string, so that is gone too.

 src/brasero-search-tracker.c | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

commit e272e7f2cfe56cf8e217eb9b0dc9a0229f527dd8
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Dec 24 12:37:13 2020 +0100

    Fix ORDER BY clauses in Tracker search
    
    The ?urn variable is not defined anywhere else in the query, so
    ordering is left undefined. Access the url/filename properly here.

 src/brasero-search-tracker.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8b222b28a2634ff6fabd75882f3c25de8cd425f5
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Dec 24 12:19:49 2020 +0100

    Obtain TrackerSparqlConnection in a single point
    
    The is_available vmethod tries to create a connection if it's not
    there. But the BraseroSearchTracker initialization already tries to
    obtain the SPARQL connection. Let this method return wether
    initialiation was successful.

 src/brasero-search-tracker.c | 6 ------
 1 file changed, 6 deletions(-)

commit 44c46c0c297aea204908f09d9570b87ed48688ef
Author: David King <amigadave@amigadave.com>
Date:   Thu Sep 16 14:08:16 2021 +0100

    doap: Add description

 brasero.doap | 2 ++
 1 file changed, 2 insertions(+)

commit 4427a31763499261827afdb826d8447bb6c438aa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 22:49:18 2021 +0200

    docs: Fix linking of gtk-doc scanning tool
    
    Which means that gtk-doc can now list the object types and generate a
    tree_index.sgml file.

 docs/reference/libbrasero-burn/Makefile.am  | 6 +++---
 docs/reference/libbrasero-media/Makefile.am | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 582fea96ee20afb9a295aa99f5fdb8b6ca678c7e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 16:50:22 2021 +0200

    ci: Add CI

 .gitlab-ci.yml | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit 5be9cef9131ba4342a5c2618ad4a678b99e91fb9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 9 17:16:37 2021 +0200

    doap: Add myself as a helper

 brasero.doap | 7 +++++++
 1 file changed, 7 insertions(+)

commit a1e89343a45045113abe910f01c4c54e023d718d
Author: Boyuan Yang <073plan@gmail.com>
Date:   Sun Sep 5 21:55:11 2021 +0000

    Update Chinese (China) translation

 help/zh_CN/zh_CN.po | 1435 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 793 insertions(+), 642 deletions(-)

commit 3b7057043efcfa599ecac113cb23b4bd81951299
Author: eshagh shahidani <eshagh094@gmail.com>
Date:   Tue Aug 31 14:41:57 2021 +0000

    Update Persian translation

 po/fa.po | 230 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 109 insertions(+), 121 deletions(-)

commit 107370392e83a85e0665fc1dbcb4bc34703f53fc
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Jul 28 21:41:38 2021 +0000

    Update Friulian translation

 po/fur.po | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

commit 8399f65c888de14e6fc2baf5afbda15965d4e020
Author: Hugo Carvalho <hugokarvalho@hotmail.com>
Date:   Sun Jun 27 14:27:06 2021 +0000

    Update Portuguese translation

 help/pt/pt.po | 81 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 43 insertions(+), 38 deletions(-)

commit 20eec100a29ed3dffaca906ffda0616fe71199f9
Author: Quentin PAGÈS <pages_quentin@hotmail.com>
Date:   Fri Jun 18 19:40:06 2021 +0000

    Update Occitan translation

 po/oc.po | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 4ab10690eb17110c9a8787531b4c83552078ca20
Author: Ridhubharan Venkatachalam <ridhudon@gmail.com>
Date:   Fri May 21 14:12:56 2021 +0000

    Update Tamil translation

 po/ta.po | 1792 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1030 insertions(+), 762 deletions(-)

commit cba1d34a15ca752f0742749617cd090210de3f01
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Sat Apr 17 04:37:40 2021 +0000

    Update Nepali translation

 po/ne.po | 975 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 421 insertions(+), 554 deletions(-)

commit 8fd2a044155a0903baddd0b270d8488ea459cae4
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Mon Apr 12 21:50:50 2021 +0200

    Updated Danish translation

 help/da/da.po | 1124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1124 insertions(+)

commit 8c75cc54011acc1769e8e2b02c54f1974fe8e1c1
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Mon Apr 12 21:50:50 2021 +0200

    add da to LINGUAS

 help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1dc8bce61519489f0f4de8af0e7c217b217550a5
Author: Yosef Or Boczko <yoseforb@gnome.org>
Date:   Mon Mar 29 19:41:10 2021 +0000

    Update Hebrew translation

 po/he.po | 2023 +++++++++-----------------------------------------------------
 1 file changed, 288 insertions(+), 1735 deletions(-)

commit ea6f631555a53a6ddcd7fcb3a13788e6b55d0251
Author: Seong-ho Cho <shcho@gnome.org>
Date:   Tue Mar 16 23:00:17 2021 +0000

    Update Korean translation

 help/ko/ko.po | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 6787133aa731798e2f996cf7fa75d48c66252313
Author: Jordi Mas <jmas@softcatala.org>
Date:   Mon Mar 15 21:29:30 2021 +0100

    Update Catalan translation

 po/ca.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b2ce8d823be3e1646cf8a79babf4734b7da4ec32
Author: Seong-ho Cho <shcho@gnome.org>
Date:   Sat Mar 13 05:57:33 2021 +0000

    Update Korean translation

 help/ko/ko.po | 45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

commit 38ffe92e78a92a6f4578a303f57e4a160e734618
Author: Fran Dieguez <frandieguez@gnome.org>
Date:   Tue Feb 23 23:32:46 2021 +0000

    Update Galician translation

 po/gl.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit b95684262a5b47fb98007acac29940be375fa6d8
Author: A S Alam <aalam@fedoraproject.org>
Date:   Sun Feb 14 05:09:21 2021 +0000

    Update Punjabi translation

 po/pa.po | 370 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 183 insertions(+), 187 deletions(-)

commit 817dbf90d43f10559060210b275b009900150c5d
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Jan 21 06:23:48 2021 +0000

    Update Friulian translation

 po/fur.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit fa00819a5019b793a1752a1cce31e736f515575c
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri Jan 8 14:13:20 2021 +0100

    Update Catalan translation

 help/ca/ca.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b855d311cafab0d3926b95acb747423e04401d6c
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Jan 2 18:43:55 2021 +0100

    Update Catalan translation

 po/ca.po | 62 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

commit f75f728e5f34c45599cb72512ff2d20ec64c1fb2
Author: Jordi Mas <jmas@softcatala.org>
Date:   Mon Dec 28 22:42:26 2020 +0100

    Update Catalan translation

 help/ca/ca.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit df4a62a686f867996aea882a388c6e8f4db7a933
Author: Jordi Mas <jmas@softcatala.org>
Date:   Tue Dec 22 16:34:56 2020 +0100

    Update Catalan translation

 help/ca/ca.po | 32 ++++++++++++++++----------------
 po/ca.po      | 42 +++++++++++++++++++++---------------------
 2 files changed, 37 insertions(+), 37 deletions(-)

commit 9444f4acfdd6d707ffb85f9a5d99f67f9d55fe36
Author: Juliano de Souza Camargo <julianosc@protonmail.com>
Date:   Mon Dec 7 10:59:09 2020 +0000

    Update Portuguese translation

 po/pt.po | 713 +++------------------------------------------------------------
 1 file changed, 24 insertions(+), 689 deletions(-)

commit 2514def641fbe48e57e0b78e9c41526a9252b5b3
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sun Oct 18 08:01:26 2020 +0000

    Update Friulian translation

 po/fur.po | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 46b9d11686aa51dd1427b33ce724190c4857fcc3
Author: Jordi Mas <jmas@softcatala.org>
Date:   Tue Sep 22 22:03:28 2020 +0200

    Update Catalan translation

 help/ca/ca.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1e15631684bcb6db943cae183d34b05f39ae962b
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Sep 22 11:30:23 2020 +0000

    Update Friulian translation

 po/fur.po | 176 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 88 insertions(+), 88 deletions(-)

commit 6290eaf21f9e44ee2888bc4e6a72c083e04131ff
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Sep 12 23:43:53 2020 +0200

    Update Catalan translation

 help/ca/ca.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7f640f5fe9f306bc58c15cdaa9546af2f4bea2ef
Author: Jordi Mas i Hernandez <jmas@softcatala.org>
Date:   Fri Sep 11 18:20:00 2020 +0000

    Update Catalan translation

 help/ca/ca.po | 714 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 474 insertions(+), 240 deletions(-)

commit d754f171b151de3af26ff3b0dc6df0ecc97de87e
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Mon Sep 7 15:41:27 2020 +0000

    Update Friulian translation

 po/fur.po | 86 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

commit 5945fdff108c6cf3b67b8be9d9be71e4e9010031
Author: Charles Monzat <charles.monzat@free.fr>
Date:   Sun Sep 6 11:53:53 2020 +0200

    Update help French translation

 help/fr/figures/brasero-main-window.png | Bin 67090 -> 63552 bytes
 help/fr/fr.po                           |  53 ++++++++++++++++----------------
 2 files changed, 27 insertions(+), 26 deletions(-)

commit 1f39cad806e9506c7a4db77c3574d55299c0b181
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Sep 3 19:23:13 2020 +0200

    Fix broken markup in Dzonghka translation

 po/dz.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 97f86a3a454fe8ffda548b34e5bea3e441b456de
Author: Juliano Camargo <julianosc@protonmail.com>
Date:   Sun Aug 23 23:20:42 2020 +0000

    Update Portuguese translation

 po/pt.po | 160 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 84 insertions(+), 76 deletions(-)

commit e892749d40dfb92d20ed73fa97ad4024936dd301
Author: Jwtiyar Nariman <jwtiyar@gmail.com>
Date:   Tue Aug 4 20:41:36 2020 +0000

    Add Central Kurdish translation

 po/LINGUAS |    1 +
 po/ckb.po  | 4619 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4620 insertions(+)

commit 192119d1caceb0bd30fe8b107a573cb38b7098f5
Author: அருள் <arulinux@gmail.com>
Date:   Sat Aug 1 16:28:24 2020 +0000

    Update Tamil translation

 po/ta.po | 1237 +++++++++++++++++++++++---------------------------------------
 1 file changed, 466 insertions(+), 771 deletions(-)

commit 6e314b613391dab6a199555e19433bf6efdcfc3b
Author: Guntupalli Karunakar <karunakar@indlinux.org>
Date:   Tue Jul 28 14:59:43 2020 +0000

    Update Hindi translation

 po/hi.po | 379 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 188 insertions(+), 191 deletions(-)

commit 5f7d6bc9af8b9a041d76dfc382db4729c112648b
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Sat Jul 18 12:01:01 2020 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

commit f0a437c160e32aa3f39625e308b10ac6f6492526
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Jul 16 05:41:22 2020 +0000

    Update Kazakh translation

 po/kk.po | 65 +++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 38 insertions(+), 27 deletions(-)

commit 334e99db9ace5870dfbe118a4f7fb54c8120eb89
Merge: fead1aa2 bd69808e
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Jul 10 15:25:14 2020 +0000

    Merge branch 'add_uk' into 'master'
    
    Add Ukrainian translation for docs
    
    See merge request GNOME/brasero!8

commit bd69808e0efdf1f91766d1b95639fa0d5c68b1cc
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Fri Jul 10 13:06:47 2020 +0300

    Add Ukrainian translation for docs

 help/Makefile.am |    2 +-
 help/uk/uk.po    | 1179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1180 insertions(+), 1 deletion(-)

commit fead1aa290b7a85b24a0de50e8f83603bc4d08d7
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Fri Jul 3 08:46:02 2020 +0000

    Update Romanian translation

 help/ro/ro.po | 53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

commit e2d95c7ce8b8bb509cc497ddc9f18b7d56118cfb
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Fri May 1 15:04:41 2020 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 121004bb8242487ac7af4c0a0867489343272ce4
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Apr 28 14:38:04 2020 +0200

    Replace deprecated projects.gnome.org URL with wiki.gnome.org URL

 data/brasero.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 25824317d61c2fc950b6c19bdae29d6a58adde15
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Tue Mar 17 05:26:06 2020 +0000

    Update Occitan translation

 po/oc.po | 65 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 31 deletions(-)

commit f3aab055a9a4a21bce435f6ec0633d2b7d7d5be6
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Fri Mar 13 04:45:10 2020 +0000

    Update Indonesian translation

 help/id/id.po | 50 +++++++++++++++++++++-----------------------------
 1 file changed, 21 insertions(+), 29 deletions(-)

commit 73a121d978fdf14ea8b30859988f7b5faa29640e
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Mar 10 21:08:01 2020 +0000

    Update Ukrainian translation

 po/uk.po | 529 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 180 insertions(+), 349 deletions(-)

commit 2fc5c38b1ad445b3e0f0a36311cb8c09b1327f4c
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Mar 8 08:53:42 2020 +0100

    Updated Czech help translation

 help/cs/cs.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 95f16cd0b8072253e7540f05e3deff9a580dcbeb
Author: Zander Brown <zbrown@gnome.org>
Date:   Wed Feb 19 19:03:36 2020 +0000

    Update British English translation

 po/en_GB.po | 40 +++++++++++++++++++++++-----------------
 1 file changed, 23 insertions(+), 17 deletions(-)

commit cbb9c953822c6015619c918f5c0800addb38c258
Author: Balázs Úr <balazs@urbalazs.hu>
Date:   Mon Feb 17 22:03:35 2020 +0000

    Update Hungarian translation

 help/hu/hu.po | 116 +++++++++++++++-------------------------------------------
 1 file changed, 29 insertions(+), 87 deletions(-)

commit 80b73c77c72eccd70415902ccccdebf699255d00
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Mon Feb 17 12:33:27 2020 +0000

    Update Brazilian Portuguese translation

 help/pt_BR/pt_BR.po | 55 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 26 deletions(-)

commit bb1c4360fa3d6455759fea3863046c8eac79f8ac
Author: Fran Dieguez <frandieguez@gnome.org>
Date:   Sat Feb 15 21:03:45 2020 +0000

    Update Galician translation

 help/gl/gl.po | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 8ebb4c7d5ec021513ccb0a64e1f159b01befc7d3
Author: Tim Sabsch <tim@sabsch.com>
Date:   Sat Feb 15 15:53:36 2020 +0000

    Update German translation

 help/de/de.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 3ca97853b799acc678fea04bd7a5e6e0f73ad2bd
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 15 13:44:40 2020 +0100

    Update Polish translation

 help/pl/pl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit daad1e0a99e877f26da6eb896f64c09825928d14
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Fri Feb 14 20:59:05 2020 +0000

    Update Swedish translation

 help/sv/sv.po | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)

commit dc1d0941a2ed8aa5ac58abe4de30fe8b1d5503a3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Feb 12 09:00:53 2020 +0100

    Updated Spanish translation

 help/es/es.po | 50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

commit 2760d80e2352f12e55aaf874cec18113bb36c21a
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Feb 11 16:26:29 2020 +0100

    help: Update main window screenshot to GNOME 3.34 theme

 help/C/figures/brasero-main-window.png | Bin 55398 -> 66693 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 31567fd09ff697281acb252ff55a0c5cac22b421
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Feb 11 16:24:04 2020 +0100

    help: Update localized main window screenshots to GNOME 3.34 theme

 help/bg/figures/brasero-main-window.png    | Bin 92139 -> 72743 bytes
 help/cs/figures/brasero-main-window.png    | Bin 65152 -> 72251 bytes
 help/de/figures/brasero-main-window.png    | Bin 55667 -> 70134 bytes
 help/el/figures/brasero-main-window.png    | Bin 71655 -> 83290 bytes
 help/es/figures/brasero-main-window.png    | Bin 58089 -> 71543 bytes
 help/eu/figures/brasero-main-window.png    | Bin 78012 -> 70343 bytes
 help/fi/figures/brasero-main-window.png    | Bin 73729 -> 69504 bytes
 help/fr/figures/brasero-main-window.png    | Bin 69225 -> 67090 bytes
 help/hu/figures/brasero-main-window.png    | Bin 68463 -> 71105 bytes
 help/it/figures/brasero-main-window.png    | Bin 88761 -> 67485 bytes
 help/ja/figures/brasero-main-window.png    | Bin 88150 -> 94778 bytes
 help/ko/figures/brasero-main-window.png    | Bin 66110 -> 71758 bytes
 help/lv/figures/brasero-main-window.png    | Bin 70006 -> 69047 bytes
 help/pl/figures/brasero-main-window.png    | Bin 57130 -> 75901 bytes
 help/pt_BR/figures/brasero-main-window.png | Bin 58050 -> 67804 bytes
 help/ro/figures/brasero-main-window.png    | Bin 77450 -> 67988 bytes
 help/ru/figures/brasero-main-window.png    | Bin 58340 -> 73094 bytes
 help/sv/figures/brasero-main-window.png    | Bin 91857 -> 67848 bytes
 help/zh_TW/figures/brasero-main-window.png | Bin 80359 -> 88353 bytes
 19 files changed, 0 insertions(+), 0 deletions(-)

commit 3330d23439d5127ed4266d90e575d4d94c88cc36
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Feb 11 16:19:55 2020 +0100

    help: Remove unused French main window screenshot
    
    Looks like an accidental commit; file name does not match.

 help/fr/figures/brasero-main-window-fr.png | Bin 62912 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 3e31ccd5b45f84b6468b630697ffaa9884e2db23
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Sun Feb 9 01:28:57 2020 +0000

    Update German translation

 po/de.po | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

commit a83726fdc688d2c7b6aa95979534d0ae524a5015
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri Dec 27 21:48:58 2019 +0100

    Fix to Catalan translation

 po/ca.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 99e8b2a99644f1a4b10ab8fc3a61f83fa6674e01
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri Dec 27 21:48:44 2019 +0100

    Fix to Spanish translation

 po/es.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a3b5513a56f5c2f5f03a9ba4a9881368dc471a36
Author: Fran Dieguez <frandieguez@gnome.org>
Date:   Fri Dec 27 15:25:06 2019 +0000

    Update Galician translation

 help/gl/gl.po | 1419 +--------------------------------------------------------
 1 file changed, 19 insertions(+), 1400 deletions(-)

commit 1913212bc12c505dfc2cf6b10370fba2dee81940
Author: Fran Dieguez <frandieguez@gnome.org>
Date:   Wed Dec 25 14:23:29 2019 +0000

    Update Galician translation

 po/gl.po | 42 ++++++++++++++++++++----------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

commit 779d7885cde0a1224daeb875e7d442e323f9bd2c
Author: Sabri Ünal <libreajans@gmail.com>
Date:   Mon Dec 2 15:41:15 2019 +0000

    Update Turkish translation

 po/tr.po | 155 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 77 insertions(+), 78 deletions(-)

commit f2bd8aadc1b08fb736679fe63fa87ce73d28e02f
Author: Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
Date:   Tue Nov 12 16:24:32 2019 +0000

    Update Malay translation

 po/ms.po | 7559 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 3650 insertions(+), 3909 deletions(-)

commit 8463777d29a1e5c0964c8d887a684a00ff9141d5
Author: Charles Monzat <charles.monzat@free.fr>
Date:   Sat Oct 26 09:29:17 2019 +0200

    Updated French help translation

 help/fr/figures/brasero-main-window-fr.png | Bin 0 -> 62912 bytes
 help/fr/fr.po                              | 262 +++++++++++++----------------
 2 files changed, 115 insertions(+), 147 deletions(-)

commit b14df0a85e66e51be11d0f2a17047f05bec51b4c
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Thu Aug 29 07:20:45 2019 +0000

    Update Nepali translation

 po/ne.po | 1091 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 579 insertions(+), 512 deletions(-)

commit 65d682d77dc10062bf050e0b1f0e7e6fa4c7811b
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sun Aug 25 22:01:20 2019 +0200

    Update Catalan translation

 po/ca.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 92743b593f1b9c744c9f8a4305c1e5eca3dea69c
Author: Jor Teron <jor.teron@gmail.com>
Date:   Wed Jul 24 18:39:59 2019 +0000

    Add Karbi translation

 po/LINGUAS |    1 +
 po/mjw.po  | 4754 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4755 insertions(+)

commit bd1a4d5bcdc47a6bb7744a09e10ad40c44bdf5a4
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Mon Apr 8 20:55:51 2019 +0200

    Updated Danish translation

 po/da.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c75ab96dc99c4333f6c9d98938d6f5feaf4c7eb2
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Apr 7 03:43:00 2019 +0200

    Updated Danish translation

 po/da.po | 173 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 87 insertions(+), 86 deletions(-)

commit 513dab3aaaa3a5ea5aedc6b601e026563d00a04a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Mar 28 21:33:30 2019 +0100

    Added Slovenian translation

 po/sl.po | 113 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 56 insertions(+), 57 deletions(-)

commit 0fc153b86d10d89eb8ac387a567ee856d63e564e
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Mar 6 09:46:48 2019 +0000

    Update Friulian translation

 po/fur.po | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit d1b589646d7a28df67ec52cd1dd1f6a1d9333d05
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Mar 5 21:12:46 2019 +0000

    Update Friulian translation

 po/fur.po | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 34d8a9b9b02f1d3e614262a990421906fe32b3e4
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Tue Mar 5 17:51:19 2019 +0100

    Updated Danish translation

 po/da.po | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 2cfd12580acf49a223c4f3d522a4338b19acfe27
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Feb 22 08:15:37 2019 +0000

    Update Icelandic translation

 po/is.po | 56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

commit 0006af49b0d613e9a79d4b90db0e6f98af2f6cfc
Author: Pieter Schalk Schoeman <pieter@sonbesie.co.za>
Date:   Sun Jan 20 21:33:22 2019 +0000

    Update Afrikaans translation

 po/af.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit fe623ef57b437257ef81a642e4d0e9356050581b
Author: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
Date:   Tue Jan 15 07:36:45 2019 +0000

    Update Esperanto translation

 po/eo.po | 1342 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 652 insertions(+), 690 deletions(-)

commit a71e415fcb3f544d4866d3e7bbe8b91d11063a98
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Sat Jan 12 05:43:44 2019 +0000

    Update Indonesian translation

 po/id.po | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

commit 6935395e2b3dc04e104a04556084c175b09a8032
Author: Shantha kumar <shantha.thamizh@gmail.com>
Date:   Tue Dec 11 02:14:46 2018 +0000

    Update Tamil translation

 po/ta.po | 523 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 205 insertions(+), 318 deletions(-)

commit bf0f4f1c9101754f235fe2d57e5a1c71cdb7377e
Author: Charles Monzat <charles.monzat@numericable.fr>
Date:   Wed Dec 5 08:08:07 2018 +0000

    Update French translation

 po/fr.po | 477 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 237 insertions(+), 240 deletions(-)

commit 58da42ae04faf29573383bc83b70996316bb10fd
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Tue Sep 18 16:45:21 2018 +0200

    Updated Czech screenshot for a help

 help/cs/cs.po                           |   2 +-
 help/cs/figures/brasero-main-window.png | Bin 99605 -> 65152 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

commit edc404652a86fc3d4165b32cbfda6a9d5d180002
Merge: 53e70825 a695a5fc
Author: Federico Mena Quintero <federico.mena@gmail.com>
Date:   Thu Aug 16 17:16:27 2018 +0000

    Merge branch 'master' into 'master'
    
    Honouring manually modified labels. Closes #1.
    
    Closes #1
    
    See merge request GNOME/brasero!1

commit 53e708253c079214ac400f8c4ad3953924011f60
Merge: 6c45f9e7 1914ba3a
Author: Federico Mena Quintero <federico.mena@gmail.com>
Date:   Thu Aug 16 17:04:36 2018 +0000

    Merge branch 'geyslan' into 'master'
    
    Check pointer before strcmp() call
    
    See merge request GNOME/brasero!2

commit 1914ba3aede6cc33071ea7fe30e10d0037a450a3
Author: Geyslan <geyslan@gmail.com>
Date:   Sat Aug 11 11:54:56 2018 -0300

    Check pointer before strcmp() call
    
    Due an unchecked pointer, a strcmp() call was crashing with a malformed URI.
    
    Signed-off-by: Geyslan <geyslan@gmail.com>

 nautilus/nautilus-burn-extension.c | 2 ++
 1 file changed, 2 insertions(+)

commit a695a5fc6bf270b1c6b216adfcbeb90390338931
Author: Pimm "de Chinchilla" Hogeling <pimmhogeling@gmail.com>
Date:   Mon Jun 11 16:40:11 2018 +0200

    Closes #1.
    
    Honouring manually modified labels.
    
    Previously, adding a track would cause a new "default" label to be generated for the project, even after a label had been manually entered by the user.
    
    With this patch, user-inputted labels are no longer overwritten by "default" labels. Looking at the code, this seems to be the intended behaviour. I haven't fully tested how it behaves when saving and loading projects to and from the file system.

 src/brasero-project-name.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 6c45f9e7b652714d06b36b5d091a96535c59f8bf
Author: Gun Chleoc <fios@foramnagaidhlig.net>
Date:   Fri Jun 1 10:14:24 2018 +0000

    Update Scottish Gaelic translation

 po/gd.po | 572 +++++++++++++++------------------------------------------------
 1 file changed, 135 insertions(+), 437 deletions(-)

commit 68393017042ce8276f1eb6042a77e13af130402d
Author: Pieter Schalk Schoeman <pieter@sonbesie.co.za>
Date:   Tue May 29 09:47:06 2018 +0000

    Update Afrikaans translation

 po/af.po | 222 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 97 insertions(+), 125 deletions(-)

commit 223c412a2844927a35127c8345e778882106a7fb
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Mar 23 22:32:36 2018 +0100

    Update Polish translation

 help/pl/figures/brasero-main-window.png | Bin 56389 -> 57130 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 6e113ea4c1192486ba7705a1fa2cb50b560837ef
Author: Mingcong Bai <jeffbai@aosc.xyz>
Date:   Tue Mar 20 17:08:51 2018 +0800

    Update zh_CN translation

 po/zh_CN.po | 111 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 55 deletions(-)

commit 384475db257f38cef9929ea00096bc9b129bc21d
Author: Marcos Lans <marcoslansgarza@gmail.com>
Date:   Wed Mar 14 22:47:59 2018 +0000

    Update Galician translation

 help/gl/gl.po | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit ebd761ddb116f4ace953cf218fbb6d6cb7c381aa
Author: Aefgh39622 <sumoisrock@gmail.com>
Date:   Sat Mar 10 00:53:16 2018 +0000

    Update Japanese translation

 po/ja.po | 634 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 453 insertions(+), 181 deletions(-)

commit e3b519cfd1ee63a720c84e4d8d052904dbadd04c
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Feb 25 06:37:27 2018 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0b2ecc460ac35fa27ee985c6013597de8f4fdbb0
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Fri Feb 23 09:34:28 2018 +0000

    Update Scottish Gaelic translation

 po/gd.po | 684 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 344 insertions(+), 340 deletions(-)

commit 6732719d01079e18ba3d139d2bfb978875749eb9
Author: Marcos Lans <marcoslansgarza@gmail.com>
Date:   Wed Feb 21 22:02:39 2018 +0000

    Update Galician translation

 help/gl/gl.po | 1552 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 834 insertions(+), 718 deletions(-)

commit 563d3d291b2efc0a7f78144ea110bcce1c4b9780
Author: Mart Raudsepp <leio@gentoo.org>
Date:   Thu Feb 8 20:09:32 2018 +0000

    Update Estonian translation

 po/et.po | 1264 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 1259 insertions(+), 5 deletions(-)

commit 7e12526f2ad132468bd9505153f9e7fdbe22712f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Feb 8 03:22:12 2018 +0100

    Update Polish translation

 help/pl/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 567326a7625ed1099d9f61e97ad30b1f11f14f7c
Author: Stas Solovey <whats_up@tut.by>
Date:   Wed Dec 13 17:53:19 2017 +0000

    Update Russian translation

 po/ru.po | 76 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 36 insertions(+), 40 deletions(-)

commit 31ce5eadf049afbe8eaf1b08c02d5cb7d465fc23
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Dec 7 08:41:11 2017 +0000

    Update Icelandic translation

 po/is.po | 51 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 28 insertions(+), 23 deletions(-)

commit e9d835a81ae5baec9588ac1225944297dac4c53a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Dec 4 19:55:32 2017 +0100

    Remove the OMF file
    
    It’s a gnome-doc-utils/ScrollKeeper leftover.

 help/brasero.omf.in | 9 ---------
 1 file changed, 9 deletions(-)

commit 2fd12402fa70550ef49ca4cb870b494a0532ffdb
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Wed Nov 8 12:40:47 2017 -0500

    build: Install appstream metadata to non-deprecated location

 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3631c6a894fc0eb57728898267f7c04edc4635f4
Author: Xavi Ivars <xavi.ivars@gmail.com>
Date:   Thu Oct 5 13:32:04 2017 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 430 +++++++++++++++++++++++++++---------------------------
 1 file changed, 214 insertions(+), 216 deletions(-)

commit 40c7a40efc628a7e21afdbc892efd33d97068030
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Oct 1 14:41:56 2017 +0200

    help: Rename translated screenshots

 .../{brasero_main.png => brasero-main-window.png}      | Bin
 .../{brasero_main.png => brasero-main-window.png}      | Bin
 help/el/figures/brasero_main.png                       | Bin 104223 -> 0 bytes
 help/es/figures/brasero_main.png                       | Bin 84979 -> 0 bytes
 .../{brasero_main.png => brasero-main-window.png}      | Bin
 .../{brasero_main.png => brasero-main-window.png}      | Bin
 .../{brasero_main.png => brasero-main-window.png}      | Bin
 .../{brasero_main.png => brasero-main-window.png}      | Bin
 .../{brasero_main.png => brasero-main-window.png}      | Bin
 .../{brasero_main.png => brasero-main-window.png}      | Bin
 10 files changed, 0 insertions(+), 0 deletions(-)

commit b91b27523f27dcee015ce1f9deede2bc51fbbdfd
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 30 15:29:39 2017 +0200

    gschema: Fix gettext-domain

 data/org.gnome.brasero.gschema.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0e061ac5fd0a24d1dc6a2e5d7cd5336d4c652f82
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 30 03:24:25 2017 +0200

    Add Polish help screenshots

 help/pl/figures/brasero-main-window.png | Bin 0 -> 56389 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 9f55c83c1d266bfccb620a0db5c7640e691c67d4
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Sep 25 00:00:07 2017 +0200

    th: Fix a markup typo

 help/bg/bg.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3497ee10cab8ea25689996b0245ce37c3a0b5283
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Thu Sep 14 21:47:40 2017 +0200

    Updated Esperanto translation

 po/eo.po | 81 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 38 deletions(-)

commit 4e7516da1fb8557b1b9ad878e6ab9cda6542f7bd
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Tue Sep 12 12:31:56 2017 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 90888b2f754034b963aa816320c25a2e44f57460
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Sep 10 18:02:43 2017 +0200

    Updated Danish translation

 po/da.po | 177 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 87 insertions(+), 90 deletions(-)

commit ad05355d7bb6835f5318a5e48b3ffbfded75a45c
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sun Sep 10 08:39:03 2017 +0200

    Fixes to Catalan translation

 po/ca.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 00bd0eac7ce67c74384722742cf41db4063547c3
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Sep 9 14:20:42 2017 +0200

    Update Basque language

 po/eu.po | 67 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 32 deletions(-)

commit c650bca520f94142a88e2035567f4ccc407b7fa4
Author: Lyubomir Vasilev <lyubomirv@abv.bg>
Date:   Fri Sep 8 08:14:51 2017 +0300

    Updated Bulgarian translation

 po/bg.po | 97 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 46 insertions(+), 51 deletions(-)

commit 114d5fde953a3c49060a12ae9cbbf044f5b93ada
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Mon Sep 4 07:12:33 2017 +0000

    Update Nepali translation

 po/ne.po | 399 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 172 insertions(+), 227 deletions(-)

commit 7ec6e7582f8d8420bde98b85778a0295c38f43c6
Author: Balázs Úr <urbalazs@gmail.com>
Date:   Sun Sep 3 14:10:44 2017 +0000

    Update Hungarian translation

 po/hu.po | 159 ++++++++++++++++++++++-----------------------------------------
 1 file changed, 55 insertions(+), 104 deletions(-)

commit 321a1c7cea0a10305c5785af4c5918c0ed6fd0a6
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 2 03:46:52 2017 +0000

    Update Korean translation

 po/ko.po | 112 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 59 insertions(+), 53 deletions(-)

commit 26e4d8ce3986316fe553470937deaf061b022cdc
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:   Fri Sep 1 11:52:55 2017 +0000

    Update Belarusian translation

 po/be.po | 109 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 54 insertions(+), 55 deletions(-)

commit caef603ac99cbb7d84e3f1ac31d93064470ec311
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Tue Aug 29 20:43:13 2017 +0000

    Update Finnish translation

 po/fi.po | 88 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 42 insertions(+), 46 deletions(-)

commit dfa0e56d8fc45a8c9f318f82f5eb986fe60bb74e
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sun Aug 27 23:10:24 2017 +0300

    Update Latvian translation

 po/lv.po | 101 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 49 insertions(+), 52 deletions(-)

commit 9ddf77da4d579b9357cc0891746c7d4d5f95a4a0
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sat Aug 26 16:24:31 2017 +0200

    Updated Danish translation

 po/da.po | 229 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 118 insertions(+), 111 deletions(-)

commit 8313effbdb717627c301671c4e0251681e67a900
Author: Marcos Lans <marcoslansgarza@gmail.com>
Date:   Fri Aug 25 20:39:50 2017 +0000

    Update Galician translation

 po/gl.po | 176 ++-------------------------------------------------------------
 1 file changed, 3 insertions(+), 173 deletions(-)

commit 265578ac4da07f561cbba1f7809bd2ad1248096b
Author: Danial Behzadi <dani.behzi@ubuntu.com>
Date:   Thu Aug 24 22:16:02 2017 +0000

    Update Persian translation

 po/fa.po | 567 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 322 insertions(+), 245 deletions(-)

commit 24076017abadbc378af6c4d205fb2b45fe03ccc0
Author: hanniedu <hannie@ubuntu-nl.org>
Date:   Thu Aug 24 11:13:20 2017 +0200

    Updated Dutch translation Master 3.26

 po/nl.po | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

commit ed29fdca1b02174b2fcc56fec5da5f7ded3dc45c
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Wed Aug 23 06:38:46 2017 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 160 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 78 insertions(+), 82 deletions(-)

commit 6d13f647837968f9d056d55528b3516b11cb1e5d
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Sun Aug 20 06:13:25 2017 +0000

    Update Nepali translation

 po/ne.po | 777 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 355 insertions(+), 422 deletions(-)

commit 1ebf8189c59fe923c760dbd87660ccddfec5087f
Author: Efstathios Iosifidis <eiosifidis@gnome.org>
Date:   Fri Aug 18 16:53:05 2017 +0000

    Update Greek translation

 po/el.po | 99 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 48 insertions(+), 51 deletions(-)

commit 6d15a983187009a0f4d48ff65b731023dbc52da6
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Aug 14 19:45:59 2017 +0200

    Updated Serbian translation

 po/sr.po       | 97 ++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 99 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 95 insertions(+), 101 deletions(-)

commit fe3c55d6483c60ed5fe891459c4604b2d9c77b25
Author: Fran Dieguez <frandieguez@gnome.org>
Date:   Sat Aug 12 10:32:32 2017 +0000

    Update Galician translation

 po/gl.po | 80 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 39 insertions(+), 41 deletions(-)

commit ed90977fe376c11d061642aa2f67397650354bd2
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Fri Aug 11 12:06:41 2017 +0000

    Update Italian translation

 po/it.po | 233 +++++++++++++++++++++++----------------------------------------
 1 file changed, 84 insertions(+), 149 deletions(-)

commit 8575ccee931614c4120ec414d96002a17dcb93a0
Author: Anish Sheela <aneesh.nl@gmail.com>
Date:   Mon Aug 7 19:03:38 2017 +0000

    Update Malayalam translation

 po/ml.po | 116 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 56 insertions(+), 60 deletions(-)

commit a855812c04d1c08950894f28f7f7777e8fbbb914
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Aug 5 23:15:28 2017 +0200

    docs: Remove unused image from ro translation

 help/ro/figures/brasero_main.png | Bin 77450 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit b927e519417c14d8cc80e152aeb84666895ec794
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Fri Aug 4 18:48:50 2017 +0000

    Update Romanian translation

 po/ro.po | 93 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 45 insertions(+), 48 deletions(-)

commit f0c7ac25f7e01a608f74111e64ff196fb470ed9f
Author: Kalev Lember <klember@redhat.com>
Date:   Mon Jul 31 17:35:40 2017 +0100

    3.12.2

 NEWS         | 5 +++++
 configure.ac | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 4a286f5267a1c61cd92d8ffb5dd51b7e34ecc97b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 31 10:10:16 2017 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 77 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 36 insertions(+), 41 deletions(-)

commit d252902b058578debaa3eeadfc0b874034e35255
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Jul 27 05:14:58 2017 +0000

    Update Kazakh translation

 po/kk.po | 60 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)

commit 2afc8924571e1b56751f21c6d4650b181cb9741e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jul 25 20:10:22 2017 +0200

    Updated Spanish translation

 po/es.po | 33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)

commit 0961f5abdcb6759a449e5390f67eca2f1d194c53
Author: gogo <trebelnik2@gmail.com>
Date:   Tue Jul 25 16:38:31 2017 +0000

    Update Croatian translation

 po/hr.po | 136 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 60 insertions(+), 76 deletions(-)

commit abe895091a2119e4f2dc010f43dc255143943170
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Mon Jul 24 23:32:34 2017 +0300

    Updated Lithuanian translation

 po/lt.po | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

commit 0f97b5f2594ede7949b4e7d9ed994b8072f3a66e
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Mon Jul 24 11:39:26 2017 +0000

    Update Nepali translation

 po/ne.po | 2094 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 914 insertions(+), 1180 deletions(-)

commit 7cf9d3146d0782d1ff3a594f59d50f0cdd14688d
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Sat Jul 22 21:30:19 2017 -0400

    build: Allow building with tracker2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ad5d67a0e1ebf1b1d50f75a3d0f76c3bcc8932d2
Author: Furkan Tokaç <developmentft@gmail.com>
Date:   Sat Jul 22 12:09:17 2017 +0000

    Update Turkish translation

 po/tr.po | 101 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 48 insertions(+), 53 deletions(-)

commit 6e2d7864b88c59b31d8500b133ab7212199c6694
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Jul 21 15:57:22 2017 +0200

    Updated Slovenian translation

 po/sl.po | 96 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 46 insertions(+), 50 deletions(-)

commit 1585cc77103fda65645f4a985b8495eee841d2c2
Author: Charles Monzat <superboa@hotmail.fr>
Date:   Mon Jul 17 08:26:13 2017 +0000

    Update French translation

 po/fr.po | 38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)

commit dfea890d9f35f7b04777b3a00472fa9d2bff4c04
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Thu Jul 13 10:07:27 2017 +0000

    Update Slovak translation

 po/sk.po | 102 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 52 deletions(-)

commit 4925b2723be4a77ab677bd7e4d4277b6f4e9527d
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Mon Jul 10 09:41:36 2017 +0000

    Update Indonesian translation

 po/id.po | 99 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 47 insertions(+), 52 deletions(-)

commit 83c39cc886bce01d333948756982a1ed6ff8912d
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Jul 8 13:43:02 2017 +0200

    Update Catalan translation

 po/ca.po | 76 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 37 insertions(+), 39 deletions(-)

commit 1b73018dbe41892b3163181fe09aa51f2b67437a
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri Jul 7 06:55:58 2017 +0000

    Update Friulian translation

 po/fur.po | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit 9512db8cac58631458c090194d6559cbb37531aa
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Sat Jul 1 10:06:48 2017 +0000

    Update Swedish translation

 po/sv.po | 79 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 37 insertions(+), 42 deletions(-)

commit 8bbe7dc2e65884524d474ab7d098465d13e0a815
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Jul 1 11:41:07 2017 +0200

    Updated Czech translation

 po/cs.po | 92 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 44 insertions(+), 48 deletions(-)

commit b653d11bccb6d0164881f611ddac9bffe2f966b8
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jun 29 13:18:41 2017 +0200

    Add Polish help translation

 help/Makefile.am |    2 +-
 help/pl/pl.po    | 1132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1133 insertions(+), 1 deletion(-)

commit 027819a582a3c1c930d855d7b373c6edd2de70e4
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jun 29 13:16:53 2017 +0200

    Update Polish translation

 po/pl.po | 624 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 310 insertions(+), 314 deletions(-)

commit bb975e4fd356085efe5fb8c6abe69bd7ab68a6e4
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Thu Jun 29 07:52:01 2017 +0700

    Updated Vietnamese translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

 po/vi.po | 307 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 152 insertions(+), 155 deletions(-)

commit 75cb1405a3588c67dd1feb62a7fe2daa0582e84d
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Wed Jun 28 18:46:42 2017 +0000

    Update German translation

 po/de.po | 2349 ++------------------------------------------------------------
 1 file changed, 47 insertions(+), 2302 deletions(-)

commit 8f591b949dc0fa697c9b01661cc427bd95c06948
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Wed Jun 28 18:37:28 2017 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 106 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 54 deletions(-)

commit fbd107820b7dc27d6b47639495fe2a18a09dc024
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Jun 28 17:14:17 2017 +0200

    Mark a string in the .deskop file for translation

 data/brasero.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 41ffb9def928cd590878b6d098daa837c9e5dc68
Author: Richard Shaw <hobbes1069@gmail.com>
Date:   Mon Jun 26 09:49:02 2017 +0200

    Remove check for dvdcss_interface_2
    
    The current version of libdvdcss has removed the dvdcss_interface_2 symbol
    so Brasero incorrectly assumes it's the wrong version.
    
    Patch originally from https://bugzilla.redhat.com/show_bug.cgi?id=1193628
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744916

 plugins/dvdcss/burn-dvdcss.c | 3 ---
 1 file changed, 3 deletions(-)

commit 013ce3c28db9cb6c573360f811a143b1f4036358
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Jun 22 14:15:37 2017 +0000

    Update Kazakh translation

 po/kk.po | 56 ++++++++++++++++++++++----------------------------------
 1 file changed, 22 insertions(+), 34 deletions(-)

commit d2f0c4fc01c535e535dfbd14527d279fc2df64af
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri May 5 16:06:31 2017 +0000

    Update Friulian translation

 po/fur.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 7e7ecf2c6d82040dfd56c565ab1e49c8f56f93ae
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sat Mar 25 17:34:08 2017 +0100

    Updated Danish translation

 po/da.po | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 8d6244fa2e9d35dd576886ac7ebf661e08bb411e
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Mar 2 11:10:47 2017 +0000

    Update Icelandic translation

 po/is.po | 56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

commit a2894c0d7838a79dc48f8aa284a69d8db5d05c8e
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Thu Feb 16 13:33:25 2017 +0100

    Updated Danish translation

 po/da.po | 285 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 138 insertions(+), 147 deletions(-)

commit 7a5ec84309c30ba7b7e8b7737d849af2727886b6
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue Jan 10 06:44:02 2017 +0000

    Update Icelandic translation

 po/is.po | 54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

commit fb260bfbeabfb639ae6197bb260c9e047f3c2faf
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue Jan 10 06:27:08 2017 +0000

    Update Icelandic translation

 po/is.po | 53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

commit 99c283f7a985234a95e30858fe41ce27e10d569f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Nov 21 10:24:58 2016 +0000

    Update Spanish translation

 po/es.po | 52 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 22 deletions(-)

commit 57a0cf1850705b4df41c16f9dbb259d12cd54fa4
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue Oct 11 08:56:25 2016 +0000

    Update Icelandic translation

 po/is.po | 95 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 44 insertions(+), 51 deletions(-)

commit bb35bc33e389f43006bb89663f9aee309bc22744
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Tue Sep 27 10:45:43 2016 +0000

    Updated French translation

 po/fr.po | 62 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 27 insertions(+), 35 deletions(-)

commit d498a8e36f367cc9e9733b8e960ca7e4206d544d
Author: gogo <trebelnik2@gmail.com>
Date:   Thu Sep 22 21:09:16 2016 +0000

    Added Croatian translation

 po/LINGUAS |    1 +
 po/hr.po   | 4987 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4988 insertions(+)

commit 735d6591ba95624d98220dc45a21ece2fbf332a6
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 6 05:09:11 2016 +0200

    Updated Polish translation

 po/pl.po | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit be042a2c46f556c58c36836143f67901a72c01cc
Author: David King <amigadave@amigadave.com>
Date:   Sun Sep 4 12:18:00 2016 +0200

    Update British English translation

 po/en_GB.po | 968 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 491 insertions(+), 477 deletions(-)

commit 6df4c7244b7ae201a82c9bca79f3fe6b77b34532
Author: Tiago Santos <tiagofsantos81@sapo.pt>
Date:   Thu Sep 1 08:34:11 2016 +0000

    Updated Portuguese translation

 help/pt/pt.po | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit 7d20b1055757fd26de8aecacbfaf28e5098f8d77
Author: Tiago S <almosthumane@portugalmail.pt>
Date:   Wed Aug 31 14:23:00 2016 -0300

    Added Portuguese translation

 help/Makefile.am |    2 +-
 help/pt/pt.po    | 1146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1147 insertions(+), 1 deletion(-)

commit 381533b785ef771e8aca1c006072b44bbe7de8da
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 22 15:35:12 2016 +0200

    Updated Polish translation

 po/pl.po | 434 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 211 insertions(+), 223 deletions(-)

commit 859ce4f19f9cd80a5103fe28aba4ce72ad2f9ae7
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sun Aug 7 13:14:06 2016 +0000

    Updated Friulian translation

 po/fur.po | 50 +++++++++++++++++++++-----------------------------
 1 file changed, 21 insertions(+), 29 deletions(-)

commit c3f4d12c5759983a316e26db34347fc158993e88
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Aug 2 16:41:44 2016 +0200

    Updated Spanish translation

 po/es.po | 44 ++++++++++++++++++--------------------------
 1 file changed, 18 insertions(+), 26 deletions(-)

commit 81412260eaafb1d0e9ef6de1a9ad5766df09c113
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jul 14 20:58:33 2016 +0200

    Add Language headers to po files
    
    Future versions of gettext will fail if this header is missing.

 po/as.po          | 2 +-
 po/bn.po          | 1 +
 po/br.po          | 1 +
 po/ca@valencia.po | 2 +-
 po/dz.po          | 1 +
 po/en@shaw.po     | 1 +
 po/es.po          | 2 +-
 po/fa.po          | 2 +-
 po/fr.po          | 2 +-
 po/gu.po          | 2 +-
 po/id.po          | 2 +-
 po/ko.po          | 2 +-
 po/ku.po          | 1 +
 po/mai.po         | 1 +
 po/mk.po          | 1 +
 po/ms.po          | 1 +
 po/nb.po          | 2 +-
 po/nds.po         | 1 +
 po/nn.po          | 2 +-
 po/sl.po          | 2 +-
 po/sr@latin.po    | 2 +-
 po/ta.po          | 2 +-
 po/ug.po          | 2 +-
 po/zh_CN.po       | 2 +-
 po/zh_HK.po       | 2 +-
 25 files changed, 25 insertions(+), 16 deletions(-)

commit 780dff8c656109aa7c482c8abb45e750507efd43
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Sat Jun 11 08:03:24 2016 +0000

    Updated Scottish Gaelic translation

 po/gd.po | 70 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 31 insertions(+), 39 deletions(-)

commit 14d03eecba21becb0a9c05609ae98764a4b6d155
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue May 31 17:08:16 2016 +0100

    build: Disable format-y2k error

 nautilus/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 447691a6fbfbe264bb7fbdb47cf33393a91fdbea
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue May 31 17:07:20 2016 +0100

    build: Honor ABI version for introspection

 configure.ac                 |  4 ++--
 libbrasero-burn/Makefile.am  | 18 +++++++++---------
 libbrasero-media/Makefile.am | 20 ++++++++++----------
 3 files changed, 21 insertions(+), 21 deletions(-)

commit d5723247ac2fbd5d344acc205934c7c60b2036c4
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue May 31 16:45:41 2016 +0100

    build: Use modern autotools integration for introspection
    
    No need to replicate a ton of m4 and make dark magic: we can use the
    introspection.m4 and the Makefile.introspection rules to build
    introspection data properly for us — without breaking distcheck.

 configure.ac                 |  76 +------------
 libbrasero-burn/Makefile.am  |  99 ++++++++---------
 libbrasero-media/Makefile.am | 255 +++++++++++++++++++++++--------------------
 3 files changed, 188 insertions(+), 242 deletions(-)

commit 7ed500b063c1a1cea7d07f41d22e0be3d3b7ab22
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue May 31 16:45:03 2016 +0100

    build: Use -Wno-error=format-y2k
    
    Because two digits are enough for everybody.

 src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 55f4f7267612d2977b470b2b20e5802fbb1ef019
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue May 31 16:27:57 2016 +0100

    build: Use -Wno-error=format-nonliteral
    
    Let's get Brasero building for another year.

 libbrasero-burn/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 6e272f1540bcac956013417959e1dcaad6012134
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon May 30 16:06:56 2016 +0000

    Updated Occitan translation

 po/oc.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 43b51f0eecbb7b258bbbd227181766ad240ec52c
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sun May 8 17:19:13 2016 +0000

    Updated Occitan translation

 po/oc.po | 101 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 41 insertions(+), 60 deletions(-)

commit cab56744ae0d2da9e458ba166639c94e8a4c92a4
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sat Apr 16 08:31:22 2016 +0000

    Updated Friulian translation

 po/fur.po | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit ce66d87ce46e3db04158aa21619e9e93113bb3fe
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Tue Apr 12 22:05:05 2016 +0000

    Updated Swedish translation

 help/sv/sv.po | 427 +++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 272 insertions(+), 155 deletions(-)

commit 0d8e21aa88ef551ddbc8e8ce00a563ab9f90757f
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon Apr 11 16:08:47 2016 +0000

    Updated Occitan translation

 po/oc.po | 1027 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 605 insertions(+), 422 deletions(-)

commit 4c1ddb9840fd8c40787016735ef7b2ab097a1059
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sat Apr 9 10:19:03 2016 +0000

    Updated Friulian translation

 po/fur.po | 60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

commit 1ce17ff88a23a5ee8ff2f0930ff2c3efbb675385
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Fri Apr 8 15:50:20 2016 +0000

    Updated Persian translation

 po/fa.po | 2763 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1314 insertions(+), 1449 deletions(-)

commit 86ab988ffcd47f122269414fe922bd5ffaa63a49
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Apr 7 10:56:14 2016 +0000

    Updated Friulian translation

 po/fur.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 8fed27914b395c6b0e1344655747e7d4bc0ebd1b
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sun Apr 3 08:40:14 2016 +0000

    Updated Friulian translation

 po/fur.po | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 572576c391aeb20903ca14c0fc7b406776055140
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri Apr 1 00:57:57 2016 +0000

    Updated Friulian translation

 po/fur.po | 114 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 74 insertions(+), 40 deletions(-)

commit cc53a9f69fd1535dfd056ef6e8e3ac3f8d94c5ef
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri Apr 1 00:11:10 2016 +0000

    Updated Friulian translation

 po/fur.po | 185 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 98 insertions(+), 87 deletions(-)

commit 28ae11e6246d1d970f5931e60e47f62814794d71
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Mar 31 23:18:53 2016 +0000

    Updated Friulian translation

 po/fur.po | 127 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 67 insertions(+), 60 deletions(-)

commit 8568a8a9b573f47b5300f03a330f8aafe8a29fd9
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Mar 31 13:01:42 2016 +0000

    Updated Friulian translation

 po/fur.po | 97 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 46 deletions(-)

commit cc34547b97a5ab90c532224e3c199ece95731cb6
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Mar 30 20:36:08 2016 +0000

    Updated Friulian translation

 po/fur.po | 94 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 46 deletions(-)

commit f8f620a844a11f3745bc9461ff7cf5c7ee42ee6e
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Mar 30 19:58:33 2016 +0000

    Updated Friulian translation

 po/fur.po | 81 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 38 deletions(-)

commit aca94f3477d4cc9b5e1f2d31ff77e8c684e40562
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Mar 30 14:50:59 2016 +0000

    Updated Friulian translation

 po/fur.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 33b638c7802511ba4381ea73092ff208b5a4f212
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Mar 30 14:45:40 2016 +0000

    Updated Friulian translation

 po/fur.po | 108 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 60 insertions(+), 48 deletions(-)

commit c4e1d8e5e31b3cd24c3586108c89f3a2eb6d0cff
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Mar 29 13:50:58 2016 +0000

    Updated Friulian translation

 po/fur.po | 198 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 103 insertions(+), 95 deletions(-)

commit a8ec54c888eed4326890336f48a2e864764d3e2f
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Mar 29 10:22:10 2016 +0000

    Updated Friulian translation

 po/fur.po | 198 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 99 insertions(+), 99 deletions(-)

commit f1abd56da23a9876751eacf6b07f8aab0a8709ad
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Mar 29 08:28:14 2016 +0000

    Updated Friulian translation

 po/fur.po | 109 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 71 insertions(+), 38 deletions(-)

commit 38ab84335bff6e06bae3a6554fe456133caec099
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Mon Mar 28 22:55:47 2016 +0000

    Updated Friulian translation

 po/fur.po | 117 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 79 insertions(+), 38 deletions(-)

commit 63e9c0c697b2c04ae9b30c03c977044bb591f18e
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sun Mar 27 16:05:15 2016 +0000

    Updated Friulian translation

 po/fur.po | 191 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 98 insertions(+), 93 deletions(-)

commit b42d437cbbce68357ef04de3409b5939dbecfebe
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sun Mar 27 08:14:16 2016 +0000

    Updated Friulian translation

 po/fur.po | 162 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 82 insertions(+), 80 deletions(-)

commit 3e6baa6302d5be7472d57eed714c001c842ae5ca
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sat Mar 26 13:43:35 2016 +0000

    Updated Friulian translation

 po/fur.po | 114 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 58 insertions(+), 56 deletions(-)

commit fc3cc48553ee604429b1b906d96141f4b3ec45f9
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sat Mar 26 13:13:43 2016 +0000

    Added Friulian translation

 po/LINGUAS |    1 +
 po/fur.po  | 4766 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4767 insertions(+)

commit cb50c724f6b3853b64174325f84b896aaec31126
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Mar 20 23:02:04 2016 +0100

    Updated Danish translation

 po/da.po | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 45f24c261301d78250a7e7cddf386ee0d03dc800
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sun Mar 13 10:42:18 2016 +0200

    Update Latvian translation

 help/lv/lv.po | 134 ++++++++++++++++++----------------------------------------
 1 file changed, 42 insertions(+), 92 deletions(-)

commit e6421517969f875e502b602e89218083c77406c4
Author: Seong-ho Cho <shcho@gnome.org>
Date:   Sat Mar 12 18:01:09 2016 +0000

    Updated Korean translation

 help/ko/ko.po | 86 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 47 insertions(+), 39 deletions(-)

commit a23f49c778dd63e6bc7900869d2681ecc6594d98
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Mar 9 00:56:38 2016 +0000

    Updated Portuguese translation

 po/pt.po | 119 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 59 deletions(-)

commit abe6be32787f63fdbf992d7cbce9a2b57d6811d9
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Feb 27 15:49:19 2016 +0100

    Update Catalan translation

 po/ca.po | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit e186eb27fe9e9b1df77287f60d13418f766202c4
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Tue Feb 23 18:12:09 2016 +0000

    Updated Occitan translation

 po/oc.po | 73 +++++++++++++++++++++++++++-------------------------------------
 1 file changed, 31 insertions(+), 42 deletions(-)

commit 83ea3f2911b6bfeed83a7eae4ad3c323ade78c91
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Tue Feb 23 17:30:07 2016 +0000

    Updated Occitan translation

 po/oc.po | 5752 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2903 insertions(+), 2849 deletions(-)

commit 2121ce2f270a53688d099f08c78c34ae6a0c2fe8
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Jan 25 16:22:32 2016 +0000

    Add a missing tag to the AppData file

 data/brasero.appdata.xml.in | 1 +
 1 file changed, 1 insertion(+)

commit a198435c4ebc8b11ed5f93613ea005606c59a0b2
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Jan 25 13:32:28 2016 +0000

    Add a missing tag to the AppData file

 data/brasero.appdata.xml.in | 1 +
 1 file changed, 1 insertion(+)

commit 003ee2cf66fb32665f23133e892fbb4a21dd4b6e
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Jan 10 17:09:31 2016 +0200

    Updated Lithuanian translation

 po/lt.po | 105 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 48 insertions(+), 57 deletions(-)

commit 992d18b2638e78f3310c84e47a68302616a427b5
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Thu Dec 24 02:59:57 2015 +0100

    Updated Esperanto translation

 po/eo.po | 222 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 111 insertions(+), 111 deletions(-)

commit 61b7bad7cdd7694b530d9c439a02dd8608df2f03
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Thu Oct 22 05:06:45 2015 +0000

    Updated Portuguese translation

 po/pt.po | 44 ++++++++++++++++++--------------------------
 1 file changed, 18 insertions(+), 26 deletions(-)

commit 06552997aac681e8dc70263d1e588eb876a16f72
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Mon Oct 19 11:01:41 2015 +0700

    Updated Thai translation

 po/th.po | 1126 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 571 insertions(+), 555 deletions(-)

commit a59aaf763188858591d332c331d17a01bc196a0d
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sun Oct 18 13:25:19 2015 +0200

    Fixes to Catalan translation

 help/ca/ca.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 44d69328be7eff6dda3f26c9ef17a60fbcb2ae8a
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Fri Oct 9 11:19:14 2015 +0000

    Updated German translation

 help/de/de.po | 676 +++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 411 insertions(+), 265 deletions(-)

commit 70ea7165e4ac79e8bf99cd7c061c1d39e8dd98a3
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Sep 24 04:43:18 2015 +0200

    Update Arabic translation

 po/ar.po | 360 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 175 insertions(+), 185 deletions(-)

commit ab2bfd6693e67a4615bb7eb858933aceed99827c
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   Tue Sep 22 11:46:29 2015 +0200

    Updated Dutch translation Master 3.18

 po/nl.po | 293 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 139 insertions(+), 154 deletions(-)

commit bd1b460dfd5270805f2d462e79c4964e4dad1dfa
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 12 14:05:08 2015 +0900

    Updated Korean translation

 help/ko/ko.po | 537 +++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 326 insertions(+), 211 deletions(-)

commit e67d875a2b54d4da5d55cb1189dea385c6acb40f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 10 19:44:23 2015 +0200

    Fix FSF address in Polish translation

 po/pl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7453249f6028d0f640e830bef9c5a19f21defffa
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Sep 3 14:00:41 2015 +0000

    Updated Icelandic translation

 po/is.po | 139 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 79 insertions(+), 60 deletions(-)

commit 01958ada232628cb357a47b940cafe62b932ca24
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Wed Sep 2 16:24:58 2015 +0000

    Updated Icelandic translation

 po/is.po | 241 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 121 insertions(+), 120 deletions(-)

commit 1b48a0d894b1b445d9b6b82292bf30f7011a6aaf
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Aug 26 12:22:58 2015 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 554 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 277 insertions(+), 277 deletions(-)

commit 2a420d78fbdbc80130ffebc62ce3d8fc1f63e779
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 24 19:37:13 2015 +0200

    Updated Polish translation

 po/pl.po | 225 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 110 insertions(+), 115 deletions(-)

commit a50186b26228d8444e86db522122a5554f16f64e
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sat Aug 15 16:54:41 2015 +0200

    Updated Esperanto translation

 po/eo.po | 5097 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2549 insertions(+), 2548 deletions(-)

commit c1d2fed1b6f902efb9634df72c5529987c6f0265
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Mon Jul 20 15:21:36 2015 +0000

    Added Icelandic translation

 po/LINGUAS |    1 +
 po/is.po   | 4775 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4776 insertions(+)

commit 49d269c6c17dc1185865d16f9df7cadc9ff5a3fa
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Mon Jun 29 22:37:16 2015 +0000

    Updated Portuguese translation

 po/pt.po | 639 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 319 insertions(+), 320 deletions(-)

commit 2c8d40436e363ab118071bc6ca7b9ea78973758a
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri May 29 18:35:55 2015 +0200

    Update Catalan translation

 po/ca.po | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

commit e061ef0964dd7f86e3bcf765365e04fad0a03984
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Apr 28 06:12:04 2015 -0400

    3.12.1

 NEWS         | 4 ++++
 configure.ac | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit e15237bbebf28f97af697997be35e95800f71689
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Thu Mar 26 16:39:21 2015 +0100

    icon: provide a symbolic variant of the app icon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746820

 data/icons/Makefile.am                             |  1 +
 .../hicolor_apps_scalable_brasero-symbolic.svg     | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

commit 0b8bddce966431e8ce96b9c76f368ec296b8cb67
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Tue Apr 14 23:28:50 2015 +0000

    Updated Galician translation

 po/gl.po | 246 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 113 insertions(+), 133 deletions(-)

commit 0f15c4c5a87fdc23cc203cb8518f6d909b2e4419
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Wed Apr 8 20:27:58 2015 +0300

    [l10n] Updated Estonian translation

 po/et.po | 98 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 56 insertions(+), 42 deletions(-)

commit bd67f7888b71669ff534b131ed04ad522990358a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Mar 15 23:08:01 2015 +0100

    Remove Polish help translation
    
    6% translated is not worth keeping.

 help/Makefile.am                 |   2 +-
 help/pl/figures/brasero_main.png | Bin 97376 -> 0 bytes
 help/pl/pl.po                    | 806 ---------------------------------------
 3 files changed, 1 insertion(+), 807 deletions(-)

commit dba251b028c37dcbb504b0528f1268ccfc465960
Author: Josef Andersson <josef.andersson@gmail.com>
Date:   Sun Mar 15 21:11:46 2015 +0000

    Updated Swedish translation

 po/sv.po | 2418 +-------------------------------------------------------------
 1 file changed, 9 insertions(+), 2409 deletions(-)

commit 2bbb5fd101e34e58d8ababf61a7b21b68a4bed0c
Author: Samir Ribic <samir.ribic@etf.unsa.ba>
Date:   Fri Mar 13 20:26:52 2015 +0000

    Added Bosnian translation

 po/LINGUAS |    1 +
 po/bs.po   | 4929 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4930 insertions(+)

commit 3ea54f39d842ac10a16228e8af35272ba073fcd4
Author: Josef Andersson <josef.andersson@gmail.com>
Date:   Sun Mar 8 10:17:57 2015 +0000

    Updated Swedish translation

 help/sv/sv.po | 3245 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 2287 insertions(+), 958 deletions(-)

commit 8015416d6073342111df73d73c683ba5beb675c0
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Tue Mar 3 02:20:28 2015 +0000

    Updated Kazakh translation

 po/kk.po | 5617 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2774 insertions(+), 2843 deletions(-)

commit 889c039405a871e3b71b4cedf8bf6a18100df41a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Mar 2 19:46:22 2015 +0100

    Updated Polish translation

 po/pl.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit ced8a93b1d1e2caa9c1bf7680990a659a35a8ab7
Author: Stas Solovey <whats_up@tut.by>
Date:   Thu Feb 26 20:49:51 2015 +0000

    Updated Russian translation

 po/ru.po | 103 ++++++++++++++++++++-------------------------------------------
 1 file changed, 33 insertions(+), 70 deletions(-)

commit ce187bb2d5925e6c0c25be27d60c6eb0c0600828
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jan 8 18:21:53 2015 +0100

    Updated Spanish translation

 po/es.po | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit 10d593fc9ff8fb9a38ccceaaca8b6ee2f907f7e1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 5 20:03:47 2015 +0100

    Updated Norwegian bokmål translation from Åka Sikrom

 po/nb.po | 176 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 100 insertions(+), 76 deletions(-)

commit 0502f75de434d1f9a3f3fcd5b804de42963a2e4a
Author: David Gumberg <davidzgumberg@gmail.com>
Date:   Mon Oct 13 22:10:37 2014 -0700

    Make brasero help logo 48x48
    
    Made the brasero help logo 48x48 as per https://wiki.gnome.org/DocumentationProject/Guide/Website#Icons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730499
    
    also updated makefile.am

 help/C/figures/logo32.png | Bin 2515 -> 0 bytes
 help/C/figures/logo48.png | Bin 0 -> 4519 bytes
 help/C/index.page         |   5 ++++-
 help/Makefile.am          |   2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

commit afb743ca477b7a14c24392ca849d216b69751c15
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sun Nov 30 22:53:40 2014 +0900

    l10n: Update Japanese translation

 po/ja.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 3d7d5ac7e3cec5cb34d6fb7fda3e79e930daa7bf
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Nov 29 09:38:19 2014 -0500

    Fixes to Catalan translation

 po/ca.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit eae0a1f76566c40205fe61d62ffb97f1ed73383f
Author: Hajime Taira <htaira@redhat.com>
Date:   Sat Nov 29 18:22:15 2014 +0900

    l10n: Update Japanese translation

 po/ja.po | 310 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 149 insertions(+), 161 deletions(-)

commit 1c8ad690896bbb56b276756557ad98c6fdc2bb40
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Sat Nov 22 05:09:05 2014 +0000

    Added Nepali translation

 po/LINGUAS |    1 +
 po/ne.po   | 5167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5168 insertions(+)

commit 54ef73372eeea9bd6e27dbbea88db8ebcdfe1085
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Fri Nov 21 14:55:03 2014 +0700

    Updated Vietnamese translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

 po/vi.po | 400 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 201 insertions(+), 199 deletions(-)

commit e571369434175c7cfcb2c12df91af776f1b017b6
Author: Frédéric Péters <fpeters@0d.be>
Date:   Thu Nov 13 12:10:43 2014 +0100

    release: 3.12.0

 NEWS         | 6 +++++-
 configure.ac | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 2d2d4be966d5a76ee5e78f77863b6403ee9c7b34
Author: Laurent Bigonville <bigon@bigon.be>
Date:   Sat Oct 4 15:31:19 2014 +0200

    Fix segfault when displaying the plugin dialog
    
    This partially revert changes from
    426841b445f8f62191f2b0569088e0da15c42068
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728376

 src/brasero-plugin-manager-ui.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit ecffe2800b651ee3b4e2c1c8264f787329bb802b
Author: Timo Jyrinki <timo@debian.org>
Date:   Mon Nov 3 18:43:41 2014 +0200

    Change Finnish translation team web page to l10n.gnome.org

 po/fi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 283b67aad7130012a078a2bce95022923f814e83
Author: Seong-ho Cho <shcho@gnome.org>
Date:   Sat Oct 4 22:43:04 2014 +0900

    Updated Korean help translation

 help/ko/figures/brasero-main-window.png | Bin 0 -> 66110 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit d5927682bb8ab7be7051edfe389cfbe428c76bf8
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Thu Oct 2 06:49:42 2014 +0300

    Updated Bulgarian translation

 po/bg.po | 814 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 396 insertions(+), 418 deletions(-)

commit 14f3126ae370242af3f52ec5070f6302f0f4341c
Author: Krishnababu Krothapalli <k.meetme@gmail.com>
Date:   Tue Sep 23 14:22:45 2014 +0000

    Updated Telugu translation

 po/te.po | 362 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 247 insertions(+), 115 deletions(-)

commit 4df12008fd28c2603bcda25dc3ec8451d3e85297
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Tue Sep 23 15:59:31 2014 +0200

    Updated translation for Afrikaans (af)

 po/af.po | 6394 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3238 insertions(+), 3156 deletions(-)

commit c7264631b3417a9fa68df66828978ad178ed76b9
Author: Maria  Mavridou <mavridou@gmail.com>
Date:   Sun Sep 21 13:40:58 2014 +0000

    Updated Greek translation

 po/el.po | 678 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 328 insertions(+), 350 deletions(-)

commit faf9ba38cde86f7b0ec656ed84383096a2772af8
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 21 14:53:08 2014 +0200

    Updated Danish translation

 po/da.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 844d87fde3671d38f5e073cc94a224f3ed53d648
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Sep 17 13:23:28 2014 +0000

    Updated Indonesian translation

 help/id/id.po | 95 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 46 insertions(+), 49 deletions(-)

commit eb05201fd2575b8e34d259cf9b2fe76839c9a40f
Author: Rajesh Ranjan <rajeshkajha@yahoo.com>
Date:   Wed Sep 17 06:05:07 2014 +0000

    Updated Hindi translation

 po/hi.po | 794 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 448 insertions(+), 346 deletions(-)

commit 7c1b54fb178086d6fa2de35caf83849a8caeb8eb
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Sun Sep 14 12:36:31 2014 +0000

    Updated Swedish translation

 po/sv.po | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

commit 30e635503143447c809d9e763a5dd081b1ba4ec5
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Thu Sep 11 18:45:47 2014 +0530

    Updated Marathi Translations

 po/mr.po | 545 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 279 insertions(+), 266 deletions(-)

commit 499a24b09369be1d9d1b588bfea394504026e1f0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Sep 10 19:59:27 2014 -0400

    3.11.4

 NEWS         | 7 +++++++
 configure.ac | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit ebfb991b4a2432247eed6846038d489b0afe477f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Sep 10 09:46:24 2014 -0400

    Fix desktop file to follow the spec
    
    OnlyShowIn is not allowed in Desktop Actions as standardized.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730956

 data/brasero.desktop.in.in | 5 -----
 1 file changed, 5 deletions(-)

commit e366293937cb17a9e738c50fefa5583a6ce9fbf9
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Sep 10 13:54:23 2014 +0100

    Make the AppData file validate
    
    The screenshots were deleted during the great website purge of 2014.

 data/brasero.appdata.xml.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 2a57646f42256513f0bfdbc14ead2b45b4661b8e
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
Date:   Sun Sep 7 13:25:22 2014 +0300

    Finnish translation update by Jiri Grönroos

 po/fi.po | 53 ++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 34 insertions(+), 19 deletions(-)

commit aac49623c32846458861b43cecf50e99fad7c315
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 6 05:56:36 2014 +0900

    Updated Korean translation

 po/ko.po | 74 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 35 insertions(+), 39 deletions(-)

commit 4209b449d813e8835b007190ef10e747d27e189c
Author: Saibal Ray <sray@redhat.com>
Date:   Thu Sep 4 11:03:15 2014 +0000

    Updated Bengali (India) translation

 po/bn_IN.po | 1193 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 662 insertions(+), 531 deletions(-)

commit 1ef1716230039f2a9194b2e476043ab618fcc2c0
Author: Ani Peter <peter.ani@gmail.com>
Date:   Wed Sep 3 08:39:20 2014 +0000

    Updated Malayalam translation

 po/ml.po | 1010 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 422 insertions(+), 588 deletions(-)

commit 25973121f6ffdfb5c93998164e856d79b8d35636
Author: Shankar Prasad <prasad.mvs@gmail.com>
Date:   Tue Sep 2 11:44:05 2014 +0000

    Updated Kannada translation

 po/kn.po | 1133 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 517 insertions(+), 616 deletions(-)

commit a6fac1994123bb2e8805ef56b7735408172d610d
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Sep 2 16:18:34 2014 +0530

    Updated gujarati translations

 po/gu.po | 544 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 279 insertions(+), 265 deletions(-)

commit ad81ce6bdcf92bd3ccd59b48adf8e299f58fa4a0
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Fri Aug 22 10:40:38 2014 +0000

    Updated Oriya translation

 po/or.po | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

commit f9565f50aa15d61dc1930ec8a306035b6257b89d
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   Wed Aug 20 16:55:22 2014 +0200

    Update Dutch translation Master 3.14

 po/nl.po | 1343 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 697 insertions(+), 646 deletions(-)

commit 4ef90701cfbc1dfdef71299d495339185d1b910a
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Mon Aug 18 19:14:17 2014 +0200

    Chain up to parent constructor in 'constructed' vfuncs
    
    Since gtk+ commit
    commit 9c37b3de7466a22d4c784657a86c522e2a4f118a
    Author: Jasper St. Pierre <jstpierre@mecheye.net>
    Date:   Thu Jun 26 18:22:42 2014 -0400
    
        gtk: Don't use GObjectClass.constructor
    
        Use the newer constructed instead, which has a fast path in GObject.
    
    brasero crashes at startup. This is caused by some 'constructed'
    implementations which don't' chain up to the parent class.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732692

 libbrasero-burn/brasero-tool-dialog.c       | 2 ++
 libbrasero-media/brasero-medium-selection.c | 2 ++
 2 files changed, 4 insertions(+)

commit 158818e136832885223eed0acc10c2d335192260
Author: Lasse Liehu <lasse.liehu@gmail.com>
Date:   Sun Aug 17 14:44:14 2014 +0300

    Finnish translation update

 help/fi/fi.po | 1820 +++++++++++++++++++++++++++------------------------------
 1 file changed, 874 insertions(+), 946 deletions(-)

commit 4220d5feabd9c91f27d13fa2fe2395c837926a2f
Author: Lasse Liehu <lasse.liehu@gmail.com>
Date:   Sun Aug 17 14:28:59 2014 +0300

    Finnish translation update

 po/fi.po | 513 ++++++++++++++++-----------------------------------------------
 1 file changed, 131 insertions(+), 382 deletions(-)

commit 8c0aa8825cb039fd7e9a5de80288743b4fe9120c
Author: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>
Date:   Fri Aug 1 10:26:39 2014 +0200

    Updated Romanian Translation

 help/ro/ro.po | 74 +++++++++++++++++++++++++++++------------------------------
 po/ro.po      | 16 ++++++-------
 2 files changed, 44 insertions(+), 46 deletions(-)

commit 3e5ff1b1e2d8498b030e6be9b0a5e27a55a77b8b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jul 31 17:20:54 2014 +0200

    doap: add <programming-language>

 brasero.doap | 1 +
 1 file changed, 1 insertion(+)

commit 8bb49bf17c8315071541b4540619bc22d1f542c7
Author: Olav Vitters <olav@vitters.nl>
Date:   Wed Jul 30 17:53:59 2014 +0200

    doap category apps

 brasero.doap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e26079e5cce727a95df65f05ee1a495fd882aef2
Author: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>
Date:   Wed Jul 30 16:43:46 2014 +0200

    Updated Romanian Translation

 help/ro/ro.po | 167 ++++++++++++++++++++++++++--------------------------------
 po/ro.po      |  41 +++++++-------
 2 files changed, 96 insertions(+), 112 deletions(-)

commit 801efa602c1290718f2fb69d7158f25c6c176d7f
Author: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>
Date:   Tue Jul 29 19:45:04 2014 +0200

    Updated Romanian Translation

 po/ro.po | 317 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 160 insertions(+), 157 deletions(-)

commit 79635e43130b9a105c6e7ed796a9e9f4fab4e3f9
Author: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>
Date:   Tue Jul 29 19:34:54 2014 +0200

    Updated Romanian Translation

 help/ro/figures/brasero-main-window.png |  Bin 0 -> 77450 bytes
 help/ro/ro.po                           | 3850 +++++++++++++++++++------------
 2 files changed, 2325 insertions(+), 1525 deletions(-)

commit 455304f5006e576bf72e674eea949c817e9a43d0
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Wed May 28 23:57:10 2014 +0000

    Updated Turkish translation

 po/tr.po | 549 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 284 insertions(+), 265 deletions(-)

commit d350c622326934e0f85f5c796c407fc77c4c778f
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Thu May 22 21:36:52 2014 +0000

    Updated Swedish translation

 po/sv.po | 2122 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1143 insertions(+), 979 deletions(-)

commit 512d7f0b17177245a0163117a26f2a929c78e8fd
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri May 9 00:29:15 2014 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 311 +++++++++++++++++++++++++++---------------------------
 1 file changed, 156 insertions(+), 155 deletions(-)

commit 71813944154116de29b1ea081336b74ea453fc2d
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun May 4 21:02:21 2014 +0200

    Updated Belarusian translation.

 po/be.po | 289 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 124 insertions(+), 165 deletions(-)

commit 9c4e50f7623ca9887d718883a9088188f0e030b3
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Thu Apr 24 10:53:11 2014 +0000

    Updated Greek translation

 help/el/el.po | 99 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 52 deletions(-)

commit bcdc9de60c25a5d5dd0dcd5675e1e543a39a3235
Author: Dirgita <dirgitadevina@gmail.com>
Date:   Wed Apr 23 09:35:58 2014 +0000

    Updated Indonesian translation

 po/id.po | 162 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 82 insertions(+), 80 deletions(-)

commit f06f5cf887062668c9cbb8803e8467aab8588513
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Mon Apr 21 12:21:27 2014 +0300

    Updated Greek help images

 help/el/figures/brasero-main-window.png | Bin 0 -> 71655 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit e65f811b23e1baa9e598d54e4793fe86b9d8c8be
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Apr 15 14:14:11 2014 +0200

    Updated Spanish translation

 po/es.po | 228 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 104 insertions(+), 124 deletions(-)

commit 0a626ea902190559301cfd12b16252cf9bc29a3f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Apr 15 14:14:00 2014 +0200

    Updated Spanish translation

 help/es/es.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 79e2903a120180bd6ccc93a0ece1c11617fe3919
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Tue Apr 15 04:09:41 2014 +0000

    Updated Brazilian Portuguese translation

 help/pt_BR/pt_BR.po | 1259 ++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 882 insertions(+), 377 deletions(-)

commit 15cfc2bb285f4b061aa2ba20152284652ffbe25d
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Apr 2 15:35:08 2014 +0200

    Updated Czech translation

 help/cs/cs.po | 509 +++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 310 insertions(+), 199 deletions(-)

commit 6686b35899fb5b438ff1e37082ed4fa19ebc3101
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Tue Apr 1 14:45:52 2014 +0200

    Updated Hungarian translation

 help/hu/hu.po | 524 ++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 326 insertions(+), 198 deletions(-)

commit ef6781b9ae5355c2f3bb6a9a480de99b91a298cd
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Tue Apr 1 14:45:34 2014 +0200

    Added localized picture

 help/hu/figures/brasero-main-window.png | Bin 0 -> 68463 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 7d52168d037bea003392a726abc9cad87e84fb1c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Apr 1 14:17:40 2014 +0200

    Updated Spanish translation

 help/es/es.po | 525 ++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 326 insertions(+), 199 deletions(-)

commit 0a18a5442d5e390bac82fd08896cb3f6d6baa9e5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Mar 31 21:39:28 2014 +0200

    Updated Slovenian translation

 po/sl.po | 310 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 156 insertions(+), 154 deletions(-)

commit bf9d8b64750e2ec53c73436e0e5b7331840f9613
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Mar 31 16:43:59 2014 +0000

    Updated French translation

 help/fr/fr.po | 510 ++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 318 insertions(+), 192 deletions(-)

commit 565a96c6679bbb377e2501deec5ba447ad38b0c7
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Mar 31 15:48:27 2014 +0200

    Mark images as not translatable to keep them off translators radar

 help/C/index.page | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f16fb90864986f15194133ca99c76f771fe3c00a
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sun Mar 23 21:15:57 2014 +0100

    User docs: Make page ID the same as file name

 help/C/prob-cd.page | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9bb9cd7adc96ef831a3adee4e290ff9f5a710bd2
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Mar 23 19:15:59 2014 +0100

    Updated Danish translation

 po/da.po | 312 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 155 deletions(-)

commit ee87e48af49d31aa85d61a92db4f2062ff1ae1fd
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Sat Mar 22 14:07:24 2014 -0500

    Revert "help: add missing author credit and license info"
    
    This reverts commit 9bb4376f8a078ebd71670fd4fb24a33034d3768c.
    
    Needs to go through signoff. I'll ping Kat.
    
    Conflicts:
            help/C/index.page

 help/C/index.page | 10 ----------
 1 file changed, 10 deletions(-)

commit 3db314fde66e10baf0aebb3419094601027a4f65
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Sat Mar 22 16:41:43 2014 +0100

    Updated slovak translation

 po/sk.po | 327 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 154 insertions(+), 173 deletions(-)

commit 769aaed62909a64449796db786a108e3173c517f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Mar 22 15:50:35 2014 +0100

    Updated Basque language

 po/eu.po | 309 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 156 insertions(+), 153 deletions(-)

commit 95807e74110fc12648fe4b01a55e66e90dd339fb
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Mar 22 00:32:23 2014 +0100

    kn: List of keywords must end with a colon

 po/kn.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ba008c34605d86e171b2e5d932e841377974a94d
Author: A S Alam <apreet.alam@gmail.com>
Date:   Wed Mar 19 15:43:59 2014 -0500

    update Punjabi Translation 19March2014: Alam

 po/pa.po | 313 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 156 deletions(-)

commit baa77cb99e74e32c67a0d1bb4cdad28f1a6509f7
Author: naybnet <naybnet@gmail.com>
Date:   Sun Mar 16 12:58:37 2014 +0000

    Updated French translation

 po/fr.po | 317 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 161 insertions(+), 156 deletions(-)

commit 17afd9898c7e607092decf7e4b4104f6c442d9e1
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Mar 16 09:13:56 2014 +0100

    Updated Serbian translation

 po/sr.po       | 310 ++++++++++++++++++++++++++++-----------------------------
 po/sr@latin.po | 310 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 308 insertions(+), 312 deletions(-)

commit 219cc39763b73e134cb6572bc1d888d96a18343e
Author: Tiagosdot <almosthumane@portugalmail.pt>
Date:   Sun Mar 16 00:00:28 2014 +0000

    Updated Portuguese translation

 po/pt.po | 317 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 161 insertions(+), 156 deletions(-)

commit 347a252913613c7494e650fb2be4895a9443d1fc
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Thu Mar 13 21:06:50 2014 +0000

    Updated German translation

 po/de.po | 337 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 170 insertions(+), 167 deletions(-)

commit e8bc31f4afb12fbe4cf6410872973f08ec620ebd
Author: Paweł Żołnowski <pawel@zolnowski.name>
Date:   Wed Mar 12 17:30:58 2014 +0100

    Updated Polish translation

 po/pl.po | 296 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 128 insertions(+), 168 deletions(-)

commit b82a4738c161f9ffda67c777883edfb99dbe0206
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:   Tue Mar 11 20:57:21 2014 +0400

    Updated Russian translation

 po/ru.po | 1308 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 718 insertions(+), 590 deletions(-)

commit bddb75c1b05c24fa4774c7165658002ca724f0af
Author: Gábor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 9 04:07:12 2014 +0000

    Updated Hungarian translation

 po/hu.po | 319 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 160 insertions(+), 159 deletions(-)

commit 0ef7e492209ded4aafc4810394e33b6958c86e3c
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sat Mar 8 16:01:48 2014 +0200

    Updated Latvian translation

 po/lv.po | 310 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 154 insertions(+), 156 deletions(-)

commit e15d7ba6ebbe50851fe0df4086cc338e0b4f7926
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Mar 6 17:26:43 2014 +0900

    Updated Korean translation

 po/ko.po | 307 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 152 insertions(+), 155 deletions(-)

commit 83c6cbcfdfb92e0a1f1dca82b840a17c1ccb8407
Author: Pau Iranzo <paugnu@gmail.com>
Date:   Thu Mar 6 00:28:42 2014 +0100

    [l10n] Update Catalan translation

 po/ca.po | 315 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 158 insertions(+), 157 deletions(-)

commit 72ee67bd4afc09af0c9ddaa9a9108f8551ec7927
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Mon Feb 24 23:30:07 2014 +0200

    Updated Lithuanian translation

 po/lt.po | 289 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 123 insertions(+), 166 deletions(-)

commit cdf1b45e2c33e114d552fb5e2550d0b79b698fa0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Feb 19 20:31:52 2014 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 87709dbcef059dcc25e2c4622a158d88a607b759
Author: Joshua Lock <joshua.lock@intel.com>
Date:   Mon Feb 17 09:53:27 2014 +0000

    build: support tracker 1.0
    
    Thanks to Bjørn Lie <bjorn.lie@gmail.com> for the patch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724486

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5d06b179a4f9d6b4c49255cc6a51507228ec32e3
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Feb 11 23:26:19 2014 +0200

    Updated Ukrainian translation

 po/uk.po | 313 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 156 deletions(-)

commit eed47afd770dfea64c44e6c0e2f9ed4190c483ce
Author: GunChleoc <fios@foramnagaidhlig.net>
Date:   Tue Feb 4 14:30:50 2014 +0000

    Updated Scottish Gaelic translation

 po/gd.po | 1545 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 899 insertions(+), 646 deletions(-)

commit e2f0bf649eb85c4c5124d4f19d9e6151f1dba4c9
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Feb 4 10:06:51 2014 +0100

    Updated Czech translation

 po/cs.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 145eb1c6fa4e00c738bfd7e8d0f55098dd02b9ad
Author: Shankar Prasad <prasad.mvs@gmail.com>
Date:   Mon Feb 3 17:16:12 2014 +0530

    updated kn.po

 po/kn.po | 1235 ++++++++++++++++++++++++--------------------------------------
 1 file changed, 481 insertions(+), 754 deletions(-)

commit 50a9559e596692199cadaeaf3a4526ca66be4538
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Jan 31 22:59:07 2014 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 309 +++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 314 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 309 insertions(+), 314 deletions(-)

commit a2bdbd11dd053eeb85286863f1efe7303be728ea
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Wed Jan 8 21:19:31 2014 +0100

    Update FSF Address
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721535

 COPYING                             | 4 ++--
 libbrasero-media/COPYING            | 4 ++--
 nautilus/nautilus-burn-bar.c        | 2 +-
 nautilus/nautilus-burn-bar.h        | 2 +-
 nautilus/nautilus-burn-extension.c  | 4 ++--
 po/ar.po                            | 4 ++--
 po/dz.po                            | 4 ++--
 src/baobab-cell-renderer-progress.c | 4 ++--
 src/baobab-cell-renderer-progress.h | 4 ++--
 src/eggtreemultidnd.c               | 4 ++--
 src/eggtreemultidnd.h               | 4 ++--
 11 files changed, 20 insertions(+), 20 deletions(-)

commit d794618783438a2aae38a54073b14101e3065d37
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Sun Jan 26 00:37:49 2014 +0200

    Updated Hebrew translation

 po/he.po | 355 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 180 insertions(+), 175 deletions(-)

commit 173354f1ce57eaf4f4fa93cbac3cd85dc7af2bf2
Author: GunChleoc <fios@foramnagaidhlig.net>
Date:   Wed Jan 22 20:05:46 2014 +0100

    Added Scottish Gaelic translation

 po/LINGUAS |    1 +
 po/gd.po   | 4892 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4893 insertions(+)

commit 38d70e6d5de915e4aa747cc1b9217b5dec3d1f00
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 21 21:07:25 2014 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 281 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 116 insertions(+), 165 deletions(-)

commit 43b39281b08a3efdbdae6e2fc3c73dff0f925ab3
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Tue Jan 21 20:01:33 2014 +0530

    Assamese translation updated

 po/as.po | 313 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 156 deletions(-)

commit 6655b78ba2b8949d1f82855d356ca8e4ac262059
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Tue Jan 21 18:28:03 2014 +0530

    Updated Odia translation.

 po/or.po | 540 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 274 insertions(+), 266 deletions(-)

commit c9c7798b7dab68babd2b9f24ec7da450d23252e6
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Jan 21 17:38:40 2014 +0500

    Tajik translation updated

 po/tg.po | 949 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 570 insertions(+), 379 deletions(-)

commit d234900d9b96c2bfe6965047751941bc008dad9d
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Jan 18 14:09:34 2014 +0100

    Add a trailing semicolon to keywords in Vietnamese translation

 po/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3289d462cf6c10c560ad1802842b05c9d8f46743
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Wed Jan 15 17:03:41 2014 +0500

    Tajik translation updated

 po/tg.po | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit c301111b05e7d868f6eb6cc306747ed87743bae5
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Wed Jan 15 16:53:16 2014 +0500

    Tajik translation updated

 po/tg.po | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit c205386a67398e9fff6fb4f5bdd2b69236fba6f2
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Wed Jan 15 16:36:31 2014 +0500

    Tajik translation updated

 po/tg.po | 91 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 50 insertions(+), 41 deletions(-)

commit 135dae48b44716964ec1d9a4ed44752bac942158
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Mon Jan 13 17:25:21 2014 +0200

    Updated Greek translation

 help/el/el.po | 509 +++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 330 insertions(+), 179 deletions(-)

commit f70b177a81dcd6e4a91d1476f47daab0a13be05a
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Jan 12 11:43:58 2014 +0100

    Updated Czech translation

 po/cs.po | 288 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 124 insertions(+), 164 deletions(-)

commit a7bfb1e43f1bcb0dddd85210cbc4dcb555f7f807
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Sun Jan 12 13:14:16 2014 +0500

    Tajik translation updated

 po/tg.po | 109 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 61 insertions(+), 48 deletions(-)

commit 267e60e9eba2706c8590f698eb401b1fbd48bd49
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Wed Jan 8 16:37:45 2014 +0500

    Tajik translation updated

 po/tg.po | 114 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 61 insertions(+), 53 deletions(-)

commit 8fce49ff602be9929a1aa2287ddaa2204df52de2
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Wed Jan 8 13:06:06 2014 +0500

    Tajik translation updated

 po/tg.po | 112 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 55 deletions(-)

commit d26daf237061f4f3503d1f5bc6c01359ff5531c4
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Jan 7 23:26:04 2014 +0500

    Tajik translation updated

 po/tg.po | 142 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 72 insertions(+), 70 deletions(-)

commit 332b77b1361ab305adeeba97e08619890a91cb9c
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Jan 7 16:58:21 2014 +0500

    Tajik translation updated

 po/tg.po | 138 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 69 insertions(+), 69 deletions(-)

commit 14f4e9bb125fc28d58632c73ccaf2db0bf858b42
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Jan 7 14:10:58 2014 +0500

    Tajik translation updated

 po/tg.po | 609 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 291 insertions(+), 318 deletions(-)

commit bdefb1c5d400ec035d5450d421e9ce47113ebb5b
Author: Shantha kumar <shkumar@redhat.com>
Date:   Tue Jan 7 13:34:03 2014 +0530

    Tamil Translations Updated

 po/ta.po | 583 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 341 insertions(+), 242 deletions(-)

commit 815a6934db5af9b633bb0734ca1405bc70f5fb7e
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Sun Jan 5 04:02:07 2014 -0200

    Updated Brazilian Portuguese translation
    
    Fixes BGO#712175

 po/pt_BR.po | 229 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 104 insertions(+), 125 deletions(-)

commit 097abff40f56bde15234f524085a0db80de19277
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Jan 4 12:48:20 2014 +0700

    Updated Indonesian translation

 po/id.po | 283 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 121 insertions(+), 162 deletions(-)

commit fb3b77940c9e46cc514729ac9eabe5acfd6812fe
Author: Tong Hui <tonghuix@gmmail.com>
Date:   Sat Dec 28 19:28:12 2013 +0800

    Update Chinese simplified translation

 po/zh_CN.po | 1100 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 560 insertions(+), 540 deletions(-)

commit 9463b2a9d03abc569a7de89b66ace32f6fae3864
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
Date:   Wed Dec 18 17:22:24 2013 +0530

    Updated Telugu Translations

 po/te.po | 861 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 374 insertions(+), 487 deletions(-)

commit 918d8256738bbeca9fd8964d2e1295271ad33d90
Author: Joshua Lock <joshua.lock@intel.com>
Date:   Mon Dec 16 12:10:19 2013 +0000

    build: updated configure.ac and NEWS for a 3.11.3 release

 NEWS         | 6 ++++++
 configure.ac | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 8aed7aa204c2ecec5d24c561a01ffbc83d3b779d
Author: Joshua Lock <joshua.lock@intel.com>
Date:   Mon Dec 16 10:27:21 2013 +0000

    Fix build - remove final piece of eggsmclient usage

 src/main.c | 2 --
 1 file changed, 2 deletions(-)

commit 922c90d18839381085fe53df077a5d64e69f995a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Dec 15 01:31:39 2013 +0100

    Updated POTFILES.in

 po/POTFILES.in | 2 --
 1 file changed, 2 deletions(-)

commit cb05e3bffd3c80fe9f46ddc98f246596d4bfa665
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Dec 5 22:16:23 2013 -0500

    Make brasero work under wayland
    
    Drop oldschool X session support, with all its X11-specifics.
    If session management support is still desired, it should just
    use the GtkApplication session support.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719944

 src/Makefile.am           |    8 -
 src/brasero-app.c         |   11 +-
 src/brasero-xsession.c    |  134 ----
 src/brasero-xsession.h    |   44 --
 src/eggdesktopfile.c      | 1520 ---------------------------------------------
 src/eggdesktopfile.h      |  163 -----
 src/eggsmclient-private.h |   59 --
 src/eggsmclient-xsmp.c    | 1375 ----------------------------------------
 src/eggsmclient.c         |  604 ------------------
 src/eggsmclient.h         |  117 ----
 src/main.c                |    1 -
 11 files changed, 4 insertions(+), 4032 deletions(-)

commit e70482c46741ffbe63d144506158c792e417eaf2
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Dec 11 10:26:54 2013 +0100

    [l10n] Updated Italian translation.

 po/it.po | 154 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 88 insertions(+), 66 deletions(-)

commit 201928e26dec6abd3d2f5302b82d55963d3080e6
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Sat Nov 23 21:55:06 2013 +0100

    build: support tracker 0.18
    
    https://bugzilla.gnome.org/show_bug.cgi?id=715079

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f8bcf7b375899717c75b897dd44c310eebf568e0
Author: Joshua Lock <joshua.lock@intel.com>
Date:   Mon Nov 25 18:01:11 2013 +0000

    brasero.doap: update homepage
    
    projects.gnome.org is being deprecated, the wiki page is the place to be.

 brasero.doap | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 03758a72cd3cde770b1d5a52fe055246c4842667
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Nov 24 12:50:00 2013 +0700

    Added Indonesian translation of help

 help/Makefile.am |    2 +-
 help/id/id.po    | 1153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1154 insertions(+), 1 deletion(-)

commit 207514091c2260c72781843c25fb33b37fa1b08c
Author: Joshua Lock <joshua.lock@intel.com>
Date:   Fri Nov 22 12:29:35 2013 +0000

    Post release version bump

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit df5af2f8d8392ccf088bc599f6108d80d90cd518
Author: Joshua Lock <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <tbzatek@redhat.com>
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 <shkumar@redhat.com>
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 <iosifidis@opensuse.org>
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 <fran.dieguez@mabishu.com>
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 <daniel.mustieles@gmail.com>
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 <liverig@gmail.com>
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 <mcatanzaro@gnome.org>
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 <mcatanzaro@gnome.org>
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 <joshua.lock@intel.com>
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 <iosifidis@opensuse.org>
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 <rudolfsm@src.gnome.org>
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 <carles.ferrando@gmail.com>
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 <cyber19rider@gmail.com>
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 <kmaraas@gnome.org>
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 <root.167d36d4acb91@gmail.com>
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 <mahfiaz@gmail.com>
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 <root.167d36d4acb91@gmail.com>
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 <brunomb.nova@gmail.com>
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 <jmatsuzawa@gnome.org>
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 <ted.korostiled@gmail.com>
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 <khaledhosny@eglug.org>
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 <amrlima@gmail.com>
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 <papapep@gmx.com>
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 <dooteo@zundan.com>
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 <timo@debian.org>
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 <apreet.alam@gmail.com>
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 <lakristho@gmail.com>
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 <cwryu@debian.org>
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 <ngoswami@redhat.com>
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 <rudolfsm@src.gnome.org>
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 <ihar.hrachyshka@gmail.com>
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 <leftmostcat@gmail.com>
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 <kmaraas@gnome.org>
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 <andika@gmail.com>
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 <christian.kirbach@gmail.com>
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 <omerta13@yandex.ru>
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: Мирослав Николић <miroslavnikolic@rocketmail.com>
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ý <marek@manet.cz>
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 <joshua.lock@intel.com>
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 <daniel.mustieles@gmail.com>
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 <piotrdrag@gmail.com>
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 <vnwildman@gmail.com>
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 <pclouds@gmail.com>
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č <mateju@svn.gnome.org>
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 <j_h_liau@yahoo.com.tw>
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ý <pavol@klacansky.com>
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 <aurisc4@gmail.com>
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 <daniel.mustieles@gmail.com>
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 <fran.dieguez@mabishu.com>
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 <sh.yaron@gmail.com>
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 <urbalazs@src.gnome.org>
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 <milo@ubuntu.com>
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 <liverig@gmail.com>
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 <liverig@gmail.com>
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 <kmaraas@gnome.org>
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 <alexandre.franke@gmail.com>
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ý <marek@manet.cz>
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 <piotrdrag@gmail.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <tanguy+debian@ortolo.eu>
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 <biebl@debian.org>
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 <white.wolf.2105@gmail.com>
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 <joserostagno@hotmail.com>
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 <kelemeng@gnome.hu>
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 <piotrdrag@gmail.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <plamena.n.manolova@intel.com>
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 <mcatanzaro@gnome.org>
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 <mcatanzaro@gnome.org>
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 <tbzatek@redhat.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <j_h_liau@yahoo.com.tw>
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 <joshua.lock@intel.com>
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 <jean-benoit.martin@eurogiciel.fr>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <joshua.lock@intel.com>
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 <kmaraas@gnome.org>
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ý <marek@manet.cz>
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 <jonh.wendell@intel.com>
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 <jonh.wendell@intel.com>
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 <jmatsuzawa@gnome.org>
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 <olav@vitters.nl>
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 <kmaraas@gnome.org>
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 <omerta13@yandex.ru>
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 <kano@na.rim.or.jp>
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 <muhammetk@acikkaynak.name.tr>
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 <kalevlember@gmail.com>
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 <rranjan@redhat.com>
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 <kelemeng@gnome.hu>
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 <alexandre.franke@gmail.com>
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 <dooteo@zundan.com>
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 <dmtrs32@gmail.com>
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 <liverig@gmail.com>
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 <sh.yaron@gmail.com>
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 <daniel.mustieles@gmail.com>
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 <ted.korostiled@gmail.com>
Date:   Tue Mar 26 18:24:41 2013 +0200

    Update uk translation

 po/uk.po | 325 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 167 insertions(+), 158 deletions(-)

commit 898d7473a47e60acedbf36e5c178c180ac521e33
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 25 22:45:08 2013 -0400

    3.8.0

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 52c0e5aed11ef2fd6df70b21f068270556d2c318
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Mar 25 23:35:03 2013 +0100

    Update French translation

 help/fr/fr.po | 55 +++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 39 insertions(+), 16 deletions(-)

commit d3d6acb107dc08958b814c37d1f147ae2a58d9d9
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Mar 25 23:09:51 2013 +0530

    Updated kn translations

 po/kn.po | 613 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 310 insertions(+), 303 deletions(-)

commit f406837ddf20fdcccf44d9c8664832843026f75c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Mar 25 17:44:38 2013 +0100

    Updated Spanish translation

 help/es/es.po | 52 ++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 36 insertions(+), 16 deletions(-)

commit a04c9d99a1791b6d9fd19b698a279d3fcde6e737
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
Date:   Mon Mar 25 14:55:28 2013 +0530

    Updated Telugu Translations

 po/te.po | 939 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 536 insertions(+), 403 deletions(-)

commit 45182b91036a25a099e344692a9efc6ea13f8cc4
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Mar 24 19:06:59 2013 +0100

    Fix translations of keywords in .desktop files

 po/el.po | 2 +-
 po/ml.po | 2 +-
 po/pt.po | 2 +-
 po/sk.po | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 38ed48f1889983fabdd9e3eb7eb77eee167fadb0
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sun Mar 24 13:10:41 2013 +0100

    [l10n] Updated German doc translation

 help/de/de.po | 46 +++++++++++++++++++++++++++++++++-------------
 1 file changed, 33 insertions(+), 13 deletions(-)

commit c04f0c3dd16ad8cca9036ed0f9a61e067c8147f3
Author: Eliane Ramos Pereira <elirpereira@gmail.com>
Date:   Wed Aug 15 01:29:30 2012 -0300

    Fix mistake in user help, bug 669390

 help/C/project-save.page | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit 58163e550405ba5267a751ca5f0b09d23b7710a1
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Mar 22 23:19:00 2013 +0900

    Updated Korean document translation

 help/ko/ko.po | 100 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

commit b9daad784a1d69888c7c5fcdd7c98d778db16e9e
Author: Ani Peter <apeter@redhat.com>
Date:   Fri Mar 22 11:27:51 2013 +0530

    Completed brasero for Malayalam

 po/ml.po | 485 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 331 insertions(+), 154 deletions(-)

commit 3ac1b69162c90c70bf0eab839af2c1bd4d4e2bce
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Mar 22 04:37:33 2013 +0900

    Updated Korean document translation

 help/ko/ko.po | 1207 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 711 insertions(+), 496 deletions(-)

commit 2a199f2a6197f6cf52d6506add2483968e92152a
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Thu Mar 21 12:10:46 2013 +0530

    hindi translation

 po/hi.po | 425 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 220 insertions(+), 205 deletions(-)

commit d86d98aec5f55280209712071e4836b0095c12b3
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Wed Mar 20 16:56:37 2013 +0530

    Updated Odia Translation.

 po/or.po | 615 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 311 insertions(+), 304 deletions(-)

commit 7a49bf77d0e243bd8025e369a7449143229e6588
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Mar 19 21:02:42 2013 +0100

    [l10n] Added Tadjik translation

 po/LINGUAS |    1 +
 po/tg.po   | 4795 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4796 insertions(+)

commit 8803acbbdb898a6e3cbdc9a53abe26c9bd15fcd0
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Mon Mar 18 20:57:02 2013 +0100

    Updated slovak translation

 po/sk.po | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 0e3d55aa266e8cd360f3fd25f0ecba5fe04d7440
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Mon Mar 18 12:52:17 2013 +0530

    Updated Marathi Translations

 po/mr.po | 623 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 316 insertions(+), 307 deletions(-)

commit cdc7a2ba8aa6effefde3a75025ebabda71396b90
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Sun Mar 17 17:50:52 2013 -0300

    Updated Brazilian Portuguese translation for help files

 help/pt_BR/pt_BR.po | 311 ++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 240 insertions(+), 71 deletions(-)

commit 2544800b2a9d5c7396f2de8cc650f48f6bd1576b
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Sun Mar 17 17:49:54 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

commit 558697627e42078a9e2ba21acb199872fd9f2ea1
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun Mar 17 19:57:12 2013 +0100

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 665 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 339 insertions(+), 326 deletions(-)

commit 868718145bedba1d83ba76a90ad9c57e5c77c606
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Mar 17 19:40:32 2013 +0530

    Punjabi: Translation updated (aalam)

 po/pa.po | 310 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 153 deletions(-)

commit 6745f5165c7b775c8a04e1ddd32610f0fb6f3008
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Mar 17 14:48:57 2013 +0100

    Updated Danish translation

 po/da.po | 396 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 202 insertions(+), 194 deletions(-)

commit edf8cc7ede1e17abcaab48557b1f42f4979820ed
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 17 20:20:52 2013 +0900

    Updated Korean translation

 po/ko.po | 631 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 324 insertions(+), 307 deletions(-)

commit b7827be8c9ec6e1274764f36cabdc9e4e35ddfb6
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sun Mar 17 11:39:53 2013 +0200

    Updated Latvian translation

 po/lv.po | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

commit d03a00a9abb56d96460aa44d4969c506f19aa6be
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Sat Mar 16 19:54:14 2013 +0100

    Updated Hungarian translation

 po/hu.po | 616 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 312 insertions(+), 304 deletions(-)

commit 1723e2e33e8933305ccd2b99ee52675a945b83be
Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
Date:   Thu Mar 14 17:17:30 2013 +0530

    Updated Tamil translation

 po/ta.po | 987 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 567 insertions(+), 420 deletions(-)

commit 538a851fe00a1162dc4d545392508d2608d05ee3
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu Mar 14 18:33:37 2013 +0700

    Updated Indonesian translation

 po/id.po | 1535 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 837 insertions(+), 698 deletions(-)

commit a99d451457e93e7429deeeeae7a35a404c72c92b
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Mar 13 15:11:40 2013 +0530

    Updated gujarati file

 po/gu.po | 310 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 153 deletions(-)

commit 79e3333768ae29f82a65126411d28abf069fab3b
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Tue Mar 12 17:58:47 2013 +0200

    [l10n] Updated Estonian translation

 po/et.po | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

commit accd817a42985a9da00a41b8b2da29044ef22fd7
Author: Anish A <aneesh.nl@gmail.com>
Date:   Tue Mar 12 19:05:59 2013 +0400

    Updated Malayalam Localization

 po/ml.po | 448 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 230 insertions(+), 218 deletions(-)

commit 21d28cfe7ad4dea58acf31d338e73508e0094048
Author: António Lima <amrlima@gmail.com>
Date:   Tue Mar 12 01:12:14 2013 +0000

    Updated Portuguese translation and converted to New Spelling (Novo AO)

 po/pt.po | 1135 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 573 insertions(+), 562 deletions(-)

commit c03abd4671e115cba3785e363ca52651c243546f
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
Date:   Mon Mar 11 23:35:01 2013 +0200

    Finnish translation update by Jiri Grönroos

 po/fi.po | 613 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 310 insertions(+), 303 deletions(-)

commit 99a6cc0e74e977ce5c446390f1fbe4bb3cdef1b1
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Mon Mar 11 22:18:48 2013 +0100

    [l10n] Updated Italian translation.

 po/it.po | 298 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 151 insertions(+), 147 deletions(-)

commit 756f5421aef65a63efb7f5ceb1b5c8b4f3a78467
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Mar 11 10:44:21 2013 +0100

    Updated Serbian translation

 po/sr.po       | 312 +++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 312 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 316 insertions(+), 308 deletions(-)

commit c206832f39d588422cecce9f4091171a6857cae4
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun Mar 10 18:00:22 2013 +0100

    [l10] Minor updat in Catalan translation

 po/ca.po | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 8aaeb1100c00d204af1e017567c0e74244018809
Author: Joan Duran <jodufi@gmail.com>
Date:   Sun Mar 10 17:59:03 2013 +0100

    [l10] Updated Catalan translation

 po/ca.po | 324 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 167 insertions(+), 157 deletions(-)

commit a57dfbb1e8730fa29798698274c6e7531eac91fb
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Mar 9 16:44:52 2013 +0200

    Updated Lithuanian translation

 po/lt.po | 1269 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 684 insertions(+), 585 deletions(-)

commit fc5b57e0cd301faf0e7ed870d478a8006cc09ffe
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Fri Mar 8 21:06:58 2013 +0100

    Update French translation

 po/fr.po | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 6313dbf35ca8eab9b323add33ea3122a03408da0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Mar 8 20:44:23 2013 +0100

    Updated Polish translation

 po/pl.po | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 0effbf3b5ae4cce52af4a1d9ce8e81666f632d84
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Fri Mar 8 17:26:45 2013 +0100

    [l10n] Updated German translation

 po/de.po | 537 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 283 insertions(+), 254 deletions(-)

commit 277f521571258b4d1009026fc3a9870ef8f0e8ba
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Fri Mar 8 10:35:30 2013 +0200

    Updated Greek translation

 po/el.po | 312 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 158 insertions(+), 154 deletions(-)

commit 0be6281e00779341bd5125900cb0c2c4bd97b6ce
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Mar 7 17:41:28 2013 +0100

    Updated Slovenian translation

 po/sl.po | 298 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 151 insertions(+), 147 deletions(-)

commit d90db9ed9250a4b009647c8f31da97153f7cbe03
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Mar 7 15:54:32 2013 +0100

    Updated Galician translations

 po/gl.po | 300 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 152 insertions(+), 148 deletions(-)

commit d17619112202225b07cb4d7080e716bf5d84aaed
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Mar 7 14:22:49 2013 +0100

    Updated Spanish translation

 po/es.po | 312 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 158 insertions(+), 154 deletions(-)

commit 2dd788b8a498d6175734cb54e64bd8430eab369f
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Thu Mar 7 16:02:29 2013 +0300

    Updated Belarusian translation.

 po/be.po | 606 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 307 insertions(+), 299 deletions(-)

commit f76c5fe5362417896273eafc3983f220941aab50
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Mar 7 13:14:36 2013 +0100

    Updated Czech translation

 po/cs.po | 310 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 153 deletions(-)

commit bf23c3a4f16c7453df8150af7e6249a0cfcc0c4c
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Thu Mar 7 21:02:05 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 299 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 152 insertions(+), 147 deletions(-)

commit 6215fb4392b7af58ccc3353224e6c59c3eb4ac35
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Thu Mar 7 12:37:50 2013 +0530

    Assamese translation updated for gnome 3.8

 po/as.po | 314 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 159 insertions(+), 155 deletions(-)

commit fc933d784b07d950b3eea7899b0e412f88c6e13d
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Thu Mar 7 01:23:43 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 3505b535e4ab483918935e66311808c88ec43f26
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 6 22:30:22 2013 -0500

    3.7.91

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit c2c9cf99d23173df87cc409c37fe57ea9bb47934
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Mar 1 15:28:41 2013 -0500

    Add a question mark to the question
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694897

 src/brasero-data-disc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f97db8502c9e38f6f893a87b57d526874d93c9a6
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Wed Mar 6 23:05:23 2013 -0300

    Updated Brazilian Portuguese translation

 help/Makefile.am                           |   2 +-
 help/pt_BR/figures/brasero-main-window.png | Bin 0 -> 58050 bytes
 help/pt_BR/pt_BR.po                        | 839 +++++++++++++++++++++++++++++
 po/pt_BR.po                                | 396 +++++++-------
 4 files changed, 1040 insertions(+), 197 deletions(-)

commit 20f120c2a83fc1a4b25c08b2a6aba3d1fc8b78d9
Author: Pavol Klačanský <pavol@klacansky.com>
Date:   Wed Mar 6 19:17:59 2013 +0100

    Updated slovak translation

 po/sk.po | 6564 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3483 insertions(+), 3081 deletions(-)

commit 0f3a9aa92554ef9d8a45e311381bcd5dd7ea1b03
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sun Mar 3 20:15:15 2013 +0100

    [l10n] Updated German translation

 po/de.po | 276 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 128 insertions(+), 148 deletions(-)

commit 0d2d59c98bc39b4019644f4730a933352638eace
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Feb 28 16:02:44 2013 +0530

    Updated gujarati file

 po/gu.po | 307 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 155 insertions(+), 152 deletions(-)

commit d69493aab5b30b9109efcac215d8c0f961b84b38
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Feb 22 01:35:59 2013 +0000

    Punjabi: Translation updated (aalam)

 po/pa.po | 308 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 155 insertions(+), 153 deletions(-)

commit 4bbbefad363ee757b291c2f2561fe3081454001e
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Wed Feb 20 21:03:19 2013 +0100

    Update French translation

 po/fr.po | 598 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 302 insertions(+), 296 deletions(-)

commit 074810b1dba346816595e2f446bfaa0e136e1c42
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Wed Feb 20 12:15:02 2013 +0200

    Updated Latvian translation

 po/lv.po | 399 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 202 insertions(+), 197 deletions(-)

commit 2df402fee61f1696173d52932d4420fd57b8430b
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Feb 18 10:18:14 2013 +0100

    Updated Czech translation

 po/cs.po | 320 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 162 insertions(+), 158 deletions(-)

commit 960709648475d52408b0ca4f14c48054a0dcacba
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 16 20:59:42 2013 +0100

    Updated Polish translation

 po/pl.po | 312 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 156 insertions(+), 156 deletions(-)

commit 91d65f0a357def7962de758d54fc1e70e5b24e93
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Wed Feb 13 19:55:18 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 38 ++++++++++++++------------------------
 1 file changed, 14 insertions(+), 24 deletions(-)

commit b6fc2ba59cc6bdf439cbb970e8bbcbc57205b71b
Author: Jose Rostagno <joserostagno@vijona.com.ar>
Date:   Mon Jan 28 16:15:27 2013 -0300

    Support notification filtering
    
    Set the desktop-entry hint on all notifications, to give gnome-shell
    a chance to apply notification filtering.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690998

 data/brasero.desktop.in.in            | 1 +
 libbrasero-burn/brasero-burn-dialog.c | 2 ++
 2 files changed, 3 insertions(+)

commit cc5bdc3e4612f2320cc2ea0d21817288b0d483ad
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Feb 4 19:43:24 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  2 +-
 po/zh_TW.po | 17 ++++++++---------
 2 files changed, 9 insertions(+), 10 deletions(-)

commit a22a53d1addfec12ef1a88580319260437ff1f29
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Feb 4 19:38:18 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 108 ++++++++++++++++++++----------------------------------------
 po/zh_TW.po |  23 ++++++++-----
 2 files changed, 50 insertions(+), 81 deletions(-)

commit 967d699e9eccd51b732a01fbf2854ca7ed992fbe
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Feb 2 16:25:13 2013 +0100

    Updated Basque language

 po/eu.po | 6555 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3300 insertions(+), 3255 deletions(-)

commit d2397f18e2fa082955ce10f5ef9cec68dafc5367
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Thu Jan 24 22:26:10 2013 -0500

    use mpegaudioparse gstreamer plugin instead of mp3parse
    
    Fix "not suitable for audio or video media" error when
    attempting to create a mp3 audio project
    The plugin was basically renamed for gstreamer 1.0.
    Thanks tuxor for identifying the problem!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687886

 libbrasero-utils/brasero-metadata.c | 4 ++--
 plugins/transcode/burn-transcode.c  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit a2f5f1b47a39946d6c173217f654c1f0994f7e26
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Jan 24 22:24:53 2013 +0100

    [l10n] Updated Italian translation.

 po/it.po | 212 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 108 insertions(+), 104 deletions(-)

commit a27e663409610071b7aa5ba786e43bd26d5de2ba
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 21 11:06:02 2013 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 99922e3bbffe5768d934458e609a4b5d6fd68e65
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jan 18 09:54:09 2013 +0100

    Updated Serbian translation

 po/sr.po       | 343 +++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 343 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 346 insertions(+), 340 deletions(-)

commit fa417a1b5899c9586683b0f7722f963dd1d1dba6
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Mon Jan 14 22:35:55 2013 +0200

    Updated Lithuanian translation

 po/lt.po | 352 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 177 insertions(+), 175 deletions(-)

commit 2bbad7ce43db3cb721386c20dda301c98d7948c6
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sun Jan 13 20:22:05 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 9862 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 4878 insertions(+), 4984 deletions(-)

commit 1399359a863905226f8241e47dd5b403ce149558
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Fri Jan 11 08:41:48 2013 +0200

    Updated Bulgarian translation

 po/bg.po | 312 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 158 insertions(+), 154 deletions(-)

commit f1c65bb52a68d635a9ad192df8bc1f9ddfff736e
Author: Javier Jardón <jjardon@gnome.org>
Date:   Thu Jan 3 16:56:26 2013 +0000

    build: Rename configure.in to configure.ac
    
    configure.in name has been deprecated for long time and it will be
    dropped in future versions of autotools

 autogen.sh                   | 2 +-
 configure.in => configure.ac | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit f4cab07f8c2740e1fcb5eba17c430aca869aacda
Author: Gil Forcada <gforcada@gnome.org>
Date:   Thu Jan 3 01:25:55 2013 +0100

    [l10n] Updated Catalan documentation

 help/ca/ca.po | 1695 +++++----------------------------------------------------
 1 file changed, 125 insertions(+), 1570 deletions(-)

commit 5cc3fc2c66303a6780c0ad23b5dd3c32169d29b3
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Dec 24 20:32:47 2012 +0100

    Updated Galician translations

 po/gl.po | 217 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 110 insertions(+), 107 deletions(-)

commit 578f9ff2a3b510ca0a3b41a5548b5db928cf0811
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Sun Dec 23 18:44:26 2012 +0200

    Updated Greek translation

 po/el.po | 328 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 168 insertions(+), 160 deletions(-)

commit 5eaa8a2e89194b17de2f5bf63178faf41675e1df
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Dec 21 17:17:56 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 310 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 157 insertions(+), 153 deletions(-)

commit 1621717e1dc140c272cb5268f483fef8ef52d8d7
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Dec 20 13:34:03 2012 +0200

    Updated Hebrew translation.

 po/he.po | 358 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 181 insertions(+), 177 deletions(-)

commit cbf55ec5b8a170c7cb1a6193d68a600f69e14ae6
Author: Aleksej Kabanov <ak099@mail.ru>
Date:   Wed Dec 19 11:36:27 2012 +0400

    Updated Russian translation

 po/ru.po | 1239 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 683 insertions(+), 556 deletions(-)

commit a5a35ee41aec6b27fa309e3b4f0b0b2d56e03393
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Dec 18 08:38:45 2012 +0100

    Updated Slovenian translation

 po/sl.po | 1243 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 687 insertions(+), 556 deletions(-)

commit 5bbd3de8061f833537427912892d61440fdc2bc7
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Nov 27 16:56:23 2012 +0100

    Updated Polish translation

 po/pl.po | 107 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 51 deletions(-)

commit f8539c085de3b12b8e02a89e96c796aab1e2a89f
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Thu Nov 22 15:23:43 2012 +0530

    Assamese translation updated

 po/as.po | 615 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 363 insertions(+), 252 deletions(-)

commit 5ccdd686d5e551a0b402641d5fbafb0fc8a38d07
Author: Colin Walters <walters@verbum.org>
Date:   Tue Nov 6 14:22:56 2012 -0500

    Fix some compiler warnings made fatal by gnome-common
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=608953

 libbrasero-burn/burn-plugin.c | 2 ++
 src/Makefile.am               | 1 +
 2 files changed, 3 insertions(+)

commit f8b37ce6e63c4a0af6f1432e29307699dcc6a2d8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 2 22:17:05 2012 -0400

    Remove nonexisting options from the man page
    
    Neither --debug nor --version are accepted by brasero,
    so don't show them in the man page.

 docs/brasero.1 | 6 ------
 1 file changed, 6 deletions(-)

commit 9870c60055f25023609447c90955022385ac97bb
Author: Walter Cheuk <wwycheuk@gmail.com>
Date:   Tue Oct 30 18:18:56 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 370 +++++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po | 285 +++++++++++++++++++++++-----------------------
 2 files changed, 349 insertions(+), 306 deletions(-)

commit fa23f24e098d332a2865994aab4b09bf5fef6d9e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Oct 29 13:34:49 2012 +0100

    Updated Spanish translation

 po/es.po | 302 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 154 insertions(+), 148 deletions(-)

commit 5c20074debe064a63501f4bd909436688af36922
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Oct 29 13:32:47 2012 +0100

    Changed mismatched accelerator in string. Fixes bug #675247

 libbrasero-burn/brasero-burn-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e2c533197da441898667e0afd477b074042301b8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Oct 27 17:19:45 2012 -0400

    Add keywords to the desktop file
    
    This makes gnome-shell search more useful.

 data/brasero.desktop.in.in | 1 +
 1 file changed, 1 insertion(+)

commit a7f93625667fcbdf5735592e291a8d3625c22061
Author: Hendrik Knackstedt <kn.hendrik@gmail.com>
Date:   Wed Oct 24 10:59:28 2012 +0200

    Updated German translation

 po/de.po | 1630 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 1141 insertions(+), 489 deletions(-)

commit 82a2b68f4a17ba075d1728fdf8c5668a80791e8d
Author: Hendrik Knackstedt <kn.hendrik@gmail.com>
Date:   Tue Oct 16 00:05:58 2012 +0200

    Updated German translation

 po/de.po | 1754 ++++++++++++++++++++------------------------------------------
 1 file changed, 553 insertions(+), 1201 deletions(-)

commit 253031b69c5dcbcf079c445ec530afb7ccd9ea82
Author: Paul Menzel <paulepanter@users.sourceforge.net>
Date:   Thu Oct 11 14:40:06 2012 +0200

    Libburnia plugin: Fix while loop in `brasero_libisofs_write_image_to_fd_thread()` (#685983)
    
    In commit 1b8397ee [1]
    
            commit 1b8397ee252df2d554682ca2d694d5937fbf6e39
            Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
            Date:   Tue Oct 5 10:10:17 2010 +0200
    
                Fix for #630651 [2] - Basero creating incomplete image (.ISO) files
    
    distributed since Brasero 2.91.1
    
            $ git tag --contains 1b8397ee252df2d554682ca2d694d5937fbf6e39 | sort | head -n 1
            BRASERO_2_91_1
    
    a small bug was introduced by forgetting to substitude a command with a newly introduced variable in the loop condition. This broke the loop reading out the data to be written to the disc.
    
    This small error had a huge impacted as writing images on the fly always failed, because only half of the image was written to the disc. Several bug reports exist for this problem and are most likely due to this problem [3][4][5].
    
    Substituting this command with the variable fixes the problem reported in GNOME Bugzilla bug 685983 [6].
    
    Creating this patch would not have been possible without the invaluable and quick observations and explanations of Thomas Schmitt from the libburnia project [7]. In the end Michael Biebl from the Debian project stepped up to look into this problem and bisected this problem to the above commit. Thomas Schmitt pointed out the error afterward. A big thanks to both of them and everybody else reporting errors and providing logs!
    
    [1] http://git.gnome.org/browse/brasero/commit/?id=1b8397ee252df2d554682ca2d694d5937fbf6e39
    [2] https://bugzilla.gnome.org/show_bug.cgi?id=630651
    [3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688229
    [4] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594753
    [5] https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/780117
    [6] https://bugzilla.gnome.org/show_bug.cgi?id=685983
    [7] http://libburnia-project.org/
    
    Signed-off-by: Colin Walters <walters@verbum.org>

 plugins/libburnia/burn-libisofs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cdfa290321f5ac96e752470b6140271c3f5604a1
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Sun Oct 7 08:00:50 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po | 78 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

commit 971ef065006216e29c4f32bc5a5f950eab77aa58
Author: Francisco Domech Jimenez <frandj72@gmail.com>
Date:   Fri Sep 28 23:45:18 2012 +0200

    [l10n] Updated Catalan documentation

 help/ca/ca.po | 3545 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 2049 insertions(+), 1496 deletions(-)

commit 69b37db289c506a0dec0af06ce8b436409209fa3
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Sep 25 15:42:07 2012 +0200

    Bump NEWS to 3.6.0

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit 15ac0a3045738c9c2e2bb6e01bfd130084c9db71
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Sep 25 15:38:30 2012 +0200

    Bump version to 3.6.0

 configure.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5970359e60d7f9bc33d0600a016e3d5a9eacf92e
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Mon Sep 24 11:13:13 2012 +0300

    [l10n] Updated Estonian translation

 po/et.po | 3165 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1587 insertions(+), 1578 deletions(-)

commit 66cdeed05cee7dcae0e3894fbcb7749cfd5db9ac
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun Sep 23 01:30:50 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

commit 58aefeecf2e7d65d0351dfc65901c7285dba2eea
Author: Joan Duran <jodufi@gmail.com>
Date:   Sun Sep 23 01:30:41 2012 +0200

    [l10n] Updated Catalan translation

 po/ca.po | 328 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 169 insertions(+), 159 deletions(-)

commit ffaaa85f58c2db63834b976940a2670e684fb010
Author: Ani Peter <apeter@redhat.com>
Date:   Sat Sep 22 00:16:40 2012 +0530

    Updated Malayalam file

 po/ml.po | 232 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 106 insertions(+), 126 deletions(-)

commit 2b40ef03e4a685999581695840fe199bb2f675b3
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Sep 21 10:36:42 2012 +0300

    Uploaded Ukranian

 po/uk.po | 5608 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2797 insertions(+), 2811 deletions(-)

commit bf7dba740ae34ddce47cc1b8f24d6d50a543dda3
Author: Ani Peter <apeter@redhat.com>
Date:   Thu Sep 20 14:47:52 2012 +0530

    Updated Malayalam file

 po/ml.po | 1272 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 652 insertions(+), 620 deletions(-)

commit 2f07e234f4b3a8036a37d94d50925f50ada82380
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Thu Sep 20 13:00:56 2012 +0530

    hindi updated file by Chandan Kumar

 po/hi.po | 351 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 212 insertions(+), 139 deletions(-)

commit ee5f9e2d81652d6971aa2677b2764a10f5a8700e
Author: Sayak Sarkar <sayak.bugsmith@gmail.com>
Date:   Thu Sep 20 11:20:04 2012 +0530

    Updated Bengali India Translations

 po/bn_IN.po | 5915 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2851 insertions(+), 3064 deletions(-)

commit cb120b75e0ba257f0884f0219b7c22fb69e5f179
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Sep 19 20:09:55 2012 +0530

    update Punjabi Translation

 po/pa.po | 5362 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2691 insertions(+), 2671 deletions(-)

commit 8410d2f7cddb6f5d102f9a1fa5d60ce50ca08696
Author: Frédéric Péters <fpeters@0d.be>
Date:   Wed Sep 19 11:38:53 2012 +0200

    Fix build, link libbrasero-burn against libm (for ceil(3))

 configure.in                | 4 ++++
 libbrasero-burn/Makefile.am | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit c7785c7257ed2bedf8a722526d6fe8d81652aa1b
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Sep 18 17:20:03 2012 +0200

    Bump NEWS to 3.5.92

 NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 8886c12a1e8d10eb1e10316971ce5de2e24220e4
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Sep 18 17:17:55 2012 +0200

    Bump version to 3.5.92

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ec3a7a20abb1c2c1b145a7852c6dc670604bb7b2
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Sep 18 16:55:02 2012 +0200

    Fix build against gstreamer-plugins-base-1.0
    
    This makes Preview working again.

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0b3775a946d1b255cf4f9b14b7f14a9a187aed51
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Sep 18 16:55:02 2012 +0200

    Fix build without preview
    
    Blind patch, please test thoroughly.

 src/brasero-layout.c  | 10 ++++++++++
 src/brasero-preview.c |  2 +-
 src/brasero-preview.h |  4 ++--
 src/brasero-project.c |  2 ++
 4 files changed, 15 insertions(+), 3 deletions(-)

commit c3d0b13b622b5dc94d29301f3b6c87192cd07595
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Sep 18 16:55:02 2012 +0200

    build: Require gstpbutils-1.0 instead of 0.10

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cbfaa0c6956a869cfd797aa7349f514ce367eba7
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Tue Sep 18 12:49:50 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po | 120 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

commit 92f9ffaa4a8c63fcd013900a7d3d0cdb7b2832d3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Sep 17 14:18:11 2012 +0200

    Updated Spanish translation

 help/es/es.po | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

commit 1e97dc77e8943f8789d1c7303d6e77162f44e464
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Mon Sep 17 15:21:25 2012 +0530

    hindi update

 po/hi.po | 449 ++++++++++++++++++++++++---------------------------------------
 1 file changed, 171 insertions(+), 278 deletions(-)

commit 9b2c68d933e61d9a871c82591b315f15ed0caf28
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Mon Sep 17 11:25:18 2012 +0300

    Updated Latvian translation

 po/lv.po | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 2887410ff4a6a2589e01205eb392c7f93b4ac216
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Mon Sep 17 11:22:04 2012 +0300

    Updated Latvian translation

 po/lv.po | 5313 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2648 insertions(+), 2665 deletions(-)

commit 36341e65206dbce66658a21c79f3358f7e8e0513
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Sep 16 13:15:02 2012 +0200

    Updated Spanish translation

 po/es.po | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

commit fcc8ce94574a2fda9f42c23d2cdbd23e4f6bc125
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 16 13:11:47 2012 +0200

    Updated Danish translation

 po/da.po | 5516 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2764 insertions(+), 2752 deletions(-)

commit eb755c4b90d215447a92c75121a05a2f81679832
Author: António Lima <amrlima@gmail.com>
Date:   Fri Sep 14 10:42:18 2012 +0100

    Updated Portuguese translation

 po/pt.po | 5463 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2744 insertions(+), 2719 deletions(-)

commit 8ae9fcdf5f2955667c3638c932c6b8e9de2f326e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 13 21:23:06 2012 +0200

    Fix broken tag in Simplified Chinese help translation

 help/zh_CN/zh_CN.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2fbb15927cbf2edecd976ae5aa2f39dcbacee6ab
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Sep 13 13:18:56 2012 +0200

    Fixed tag errors

 help/cs/cs.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 29022d357623b51f86212996692ef6747453f8aa
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 13 12:13:44 2012 +0200

    Updated Hungarian help translation

 help/hu/hu.po | 1353 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 680 insertions(+), 673 deletions(-)

commit 13789e077db5c9d364a90de8e1b88defeab8a91e
Author: Timo Jyrinki <timo@debian.org>
Date:   Wed Sep 12 18:46:10 2012 +0300

    Finnish translation update by Jiri Grönroos

 po/fi.po | 5566 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 3169 insertions(+), 2397 deletions(-)

commit 6d691c335b92d4f4671886c953e1776268535f26
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Wed Sep 12 20:08:44 2012 +0530

    Updated Odia Translation

 po/or.po | 5324 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 2717 insertions(+), 2607 deletions(-)

commit 0541a1f1beb4146bbbd595b85338c7fe74d4ca55
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Sep 10 11:59:42 2012 +0200

    Update French translation

 help/fr/fr.po | 1480 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 741 insertions(+), 739 deletions(-)

commit f8aebb6a6ce98862289d567418ae787312e7c285
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 9 18:25:02 2012 +0900

    Updated Korean translation

 po/ko.po | 5539 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2738 insertions(+), 2801 deletions(-)

commit fd86994b5ff874aa90318b3e6a99f5586b5f8d20
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Sep 8 00:25:29 2012 +0200

    Updated Czech translation

 po/cs.po | 6375 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3167 insertions(+), 3208 deletions(-)

commit 0ea408962636d4fd4e3d983fc4b458101efa76f9
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Thu Sep 6 19:41:51 2012 +0200

    Updated Slovenian translation

 po/sl.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 0f5722ac293e6b8cd4f4e4f8b27abdfe3bc6b519
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Sep 6 20:57:10 2012 +0700

    Updated Thai translation.

 po/th.po | 5553 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2766 insertions(+), 2787 deletions(-)

commit 3b1330f6b586ef9798a0c20e9a7e5c00388f2884
Author: Wolfgang Stoeggl <c72578@yahoo.de>
Date:   Thu Sep 6 00:05:35 2012 +0200

    Updated German translation

 po/de.po | 5672 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2843 insertions(+), 2829 deletions(-)

commit c2abc83b9d4598768148b64a729877c396156606
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Sep 5 19:40:28 2012 +0100

    Updated British English translation

 po/en_GB.po | 5531 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2773 insertions(+), 2758 deletions(-)

commit 400a9982be3f818aca7576d5dccba6149c47f7fd
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Sep 4 23:16:04 2012 +0200

    Updated Galician translations

 po/gl.po | 62 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

commit d15839b98a836f7b1075a11b0b49721503aa7b2c
Author: Fábio Nogueira <fnogueira@gnome.org>
Date:   Tue Sep 4 09:03:34 2012 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 5543 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2782 insertions(+), 2761 deletions(-)

commit f5e21572558320f8c3ee2a654e0f2ecdcabc3f0b
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Sep 4 09:14:28 2012 +0200

    Updated Hungarian translation

 po/hu.po | 6316 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3181 insertions(+), 3135 deletions(-)

commit d3d75c39634eb5ac088f50a00040f08e9834d5e3
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sun Sep 2 19:35:05 2012 +0200

    [l10n] Updated German doc translation

 help/de/de.po | 1442 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 714 insertions(+), 728 deletions(-)

commit e123f5769d1181f5f71f664591466efbe5612ee4
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Sep 2 11:48:14 2012 +0200

    Updated Swedish translation

 po/sv.po | 5229 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2619 insertions(+), 2610 deletions(-)

commit bd072802b13a295a1a8bd636a9b84841b5062b64
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Sep 2 11:40:37 2012 +0530

    updated Tamil translation

 po/ta.po | 5529 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2777 insertions(+), 2752 deletions(-)

commit e7f6bf49b5cad30567368c71195493e6ab202b45
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 1 21:09:43 2012 +0200

    Updated Polish translation

 po/pl.po | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 9c319a7e6399456ee889f431032d50111799da53
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Tue Aug 28 23:05:02 2012 +0300

    Updated Lithuanian translation

 po/lt.po | 6161 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 2838 insertions(+), 3323 deletions(-)

commit bd05c0a7f812cd985b70e434b4dfb067ea88eba7
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Mon Aug 27 22:58:13 2012 +0530

    Implemented FUEL entries to Assamese translation

 po/as.po | 370 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 185 insertions(+), 185 deletions(-)

commit 7703b3c43de65d5cef614d1e47c6ff7be7d8f789
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Aug 23 18:26:24 2012 +0200

    Updated Spanish translation

 help/es/es.po | 1377 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 692 insertions(+), 685 deletions(-)

commit 256b8ec413f25eea8ad32248777af58bd6093e72
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 23 02:36:27 2012 +0200

    Updated Polish translation

 po/pl.po | 5530 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2774 insertions(+), 2756 deletions(-)

commit 58540bb28ae1e3c0a86baa3aa20243248c604a06
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Wed Aug 22 11:19:19 2012 +0300

    Updated Greek translations

 help/el/el.po | 2876 ++++++++++++++-------------------------------------------
 po/el.po      |  322 ++++---
 2 files changed, 852 insertions(+), 2346 deletions(-)

commit b2682e0415d29e5c38a96322e894ca04edab69da
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Wed Aug 22 14:03:13 2012 +0700

    Updated Vietnamese translation

 po/vi.po | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

commit 02be4fc32c07fccbd38ca07cd920d9c06759ba30
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Wed Aug 22 14:02:04 2012 +0700

    po/vi: imported from Damned Lies

 po/vi.po | 5433 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2728 insertions(+), 2705 deletions(-)

commit a193b000a7f7b1a6c75ddd786559c84f5b81ffbb
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Aug 17 02:41:37 2012 +0900

    Port to new documentation infrastructure
    
    Use yelp-tools instead gnome-doc-utils

 Makefile.am       |  3 +--
 autogen.sh        |  2 +-
 configure.in      |  2 +-
 help/Makefile.am  | 11 +++++------
 src/brasero-app.c |  2 +-
 5 files changed, 9 insertions(+), 11 deletions(-)

commit 526d70150af05fd6700c37deac7c0d6c540a4198
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Wed Aug 1 11:09:53 2012 +0100

    Port brasero to GStreamer 1.0
    
    Tentative port. Barely tested so far.

 configure.in                        |  14 ++--
 libbrasero-utils/brasero-metadata.c | 102 ++++++++++++---------------
 plugins/transcode/burn-normalize.c  |  15 ++--
 plugins/transcode/burn-transcode.c  | 135 +++++++++++++-----------------------
 plugins/transcode/burn-vob.c        |  80 +++++++++------------
 src/brasero-player-bacon.c          |  77 +++++++++++---------
 src/brasero-song-control.c          |   7 +-
 7 files changed, 188 insertions(+), 242 deletions(-)

commit 84784825f250c694e8a2e785e0aee3df7f615a90
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Aug 17 23:24:17 2012 +0200

    Updated Galician translations

 po/gl.po | 357 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 183 insertions(+), 174 deletions(-)

commit bcfc54eabe0e1e1b2116078e9279d8517e6fbeea
Author: Kevin_Wei_2 <kevin_wei3@yahoo.com.tw>
Date:   Thu Aug 16 08:55:40 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 help/zh_HK/zh_HK.po | 1839 ++++++++++++++++++++++++-------------------------
 help/zh_TW/zh_TW.po | 1912 +++++++++++++++++++++++++--------------------------
 2 files changed, 1836 insertions(+), 1915 deletions(-)

commit fa236b21e01ff38a1c892610e02d46053bb06fe4
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Aug 15 19:59:31 2012 +0200

    [l10n] Updated Italian translation.

 po/it.po | 5508 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2727 insertions(+), 2781 deletions(-)

commit c0af1c798d4cd7a2f11ec5d4a6601205ded0b263
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Mon Aug 13 12:16:27 2012 +0530

    Updated Marathi Translations

 po/mr.po | 5639 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2786 insertions(+), 2853 deletions(-)

commit 9671664f5f0c10c24310fcb652fb2face92b848f
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Aug 10 16:22:15 2012 +0530

    Updated kn translation

 po/kn.po | 307 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 165 insertions(+), 142 deletions(-)

commit 63d724f868066c31e6638a690f8b4ddbafa0da4e
Author: Muhammet Kara <muhammetk@acikkaynak.name.tr>
Date:   Thu Aug 9 16:54:53 2012 +0300

    [l10n]Updated Turkish translation

 po/tr.po | 5347 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2685 insertions(+), 2662 deletions(-)

commit 2e00ced453f4cae28231af2dc15e5c9ba0328a3c
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Aug 6 22:23:06 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po | 712 +++++++++++++++++++++------------------------------------------
 1 file changed, 235 insertions(+), 477 deletions(-)

commit 9d6b7032a8b901f51ba5c085770e5a129a8330f8
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Thu Aug 2 11:47:17 2012 +0900

    [l10n] Update Japanese translation
    
    Modify the About label

 po/ja.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 02ab8a48888342184942efbc3eea1aa59bc10759
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Tue Jul 31 16:36:08 2012 +0100

    brasero-project: include libxml/xmlerror.h for xmlError
    
    Explicitly include required libxml headers, instead of
    relying on GStreamer's headers to include them. Fixes
    brasero-project.c:2616:2: error: unknown type name ‘xmlError’

 src/brasero-project.c | 2 ++
 1 file changed, 2 insertions(+)

commit abb3f20da7f67ca071689f5a4079c94d6785e84e
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Jul 26 11:44:08 2012 +0530

    Updated Gujarati Translations

 po/gu.po | 5361 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2648 insertions(+), 2713 deletions(-)

commit 531b8cec34e2c7e502a7bf7803ce61e73d8cbd36
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Jul 23 23:03:36 2012 +0200

    Updated Serbian translation

 po/sr.po       | 8116 ++++++++++++++++++++++----------------------------------
 po/sr@latin.po | 8112 ++++++++++++++++++++++---------------------------------
 2 files changed, 6346 insertions(+), 9882 deletions(-)

commit 84cc00719d819765dac99767d110fb9b8505d067
Author: Yu Yang <xxxjjjc@gmail.com>
Date:   Sun Jul 22 16:09:44 2012 +0800

    Update Chinese simplified translaton for help

 help/zh_CN/zh_CN.po | 3279 ++++++++++++++++++++++++++++++---------------------
 1 file changed, 1917 insertions(+), 1362 deletions(-)

commit 379bcd7deb43bdfadf121441c211a16fcef17016
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu Jul 19 11:31:32 2012 +0700

    Updated Indonesian translation

 po/id.po | 5159 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 2524 insertions(+), 2635 deletions(-)

commit 6ba24c532c2132261fa15b5c5adf737e039789e0
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Jul 17 14:40:26 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 261 ++++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po | 263 +++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 271 insertions(+), 253 deletions(-)

commit 0e81b6045e4920bad2ed674472c73d0f73ee2547
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Jul 15 14:40:23 2012 +0300

    Updated Belarusian translation.

 po/be.po | 263 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 140 insertions(+), 123 deletions(-)

commit bbc9e180a8bd20c12968225f492d8519d4f6ba86
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Jul 4 21:02:01 2012 +0300

    Updated Bulgarian translation

 po/bg.po | 6367 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3191 insertions(+), 3176 deletions(-)

commit bb4ebb77f031101061a3c5c0527afc9ecb683f32
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jun 27 20:07:18 2012 +0200

    Updated Slovenian translation

 po/sl.po | 114 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

commit 46567f51190ed7f6d727e9adb735cf6cd5438896
Author: Sasi Bhushan Boddepalli <sasi@swecha.net>
Date:   Wed Jun 27 13:58:46 2012 +0530

    Updated Telugu Translation

 po/te.po | 5294 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2675 insertions(+), 2619 deletions(-)

commit 7ffdc7e8704a32e4726407f0e9f485669bc3cc14
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Wed Jun 13 15:37:43 2012 +0530

    Assamese translation reviewed

 po/as.po | 6708 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 3219 insertions(+), 3489 deletions(-)

commit f9802b6e671f4abc292cd90b413f1ebbcf520284
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jun 4 19:26:36 2012 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c8ae48b346efffc4d899d09bf25fb7f745e358cd
Author: Aleksej Kabanov <ak099@mail.ru>
Date:   Sun May 27 00:04:46 2012 +0400

    Updated Russian translation

 po/ru.po | 5229 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 2562 insertions(+), 2667 deletions(-)

commit cf17006286158796125b3b30079558aee0b702a7
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Fri May 25 20:17:54 2012 +0800

    update Simplified Chinese (zh_CN) translation

 po/zh_CN.po | 5198 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2608 insertions(+), 2590 deletions(-)

commit cad6775a90b9d5af6126ef5fb7a77955742eb9f6
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Wed May 23 18:27:53 2012 +0200

    Update French translation

 po/fr.po | 281 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 148 insertions(+), 133 deletions(-)

commit 0bd6b7c449cbce675906f8ac098375cda14a5b92
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Thu May 3 13:22:07 2012 +0300

    Efstathios Iosifidis <diamond_gr@freemail.gr>

 help/el/el.po | 3706 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 2196 insertions(+), 1510 deletions(-)

commit 7d16b3d8f88b9547d22e45f6e95375b695dd7a1e
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Wed May 2 12:46:25 2012 +0300

    Updated Greek translation

 po/el.po | 6401 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3305 insertions(+), 3096 deletions(-)

commit 4a46acbb747d9c6776cd0985e245016424a532ac
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Mon Apr 16 11:22:47 2012 +1000

    Put settings in the correct path
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674169

 libbrasero-burn/burn-plugin.c | 2 +-
 src/brasero-drive-settings.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2c78914bd12f47b087bd21ae68fcef22766c81ab
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Apr 22 11:14:07 2012 +0300

    Updated Hebrew translation.

 po/he.po | 6135 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 2929 insertions(+), 3206 deletions(-)

commit 32ded5eb5ae14c2177e644e5d1693cfffc2e89ef
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Apr 21 13:00:32 2012 +0200

    Updated Slovenian translation

 po/sl.po | 5446 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2740 insertions(+), 2706 deletions(-)

commit 20de44c88f903c605e1057cb19267b901ac05c98
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Apr 19 19:28:38 2012 +0200

    Updated Galician translations

 po/gl.po | 6513 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3264 insertions(+), 3249 deletions(-)

commit 85de031d2e341bf055edbe9de3ac8125a96104e9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Apr 18 19:54:34 2012 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

commit 5a3d4f51a55d631a624b6f6d45cd72f6ca3018dd
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Apr 17 17:29:29 2012 +0200

    Updated Spanish translation

 po/es.po | 280 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 146 insertions(+), 134 deletions(-)

commit c1b08dce9066d67f376bfd89fa56a4cf8ced5b39
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Tue Mar 6 00:07:55 2012 -0500

    Add Desktop Actions for Unity
    
    This adds Unity quicklist support, now that desktop actions are part of
    the .desktop spec
    http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671442

 data/brasero.desktop.in.in | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 031368ec27f99ce73580606e7b2846e905160ef1
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Mon Apr 16 20:49:37 2012 +0700

    Updated Vietnamese translation

 po/vi.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit a1dec1323cd89b4b8f66b9334bcd3428806ec19c
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Apr 10 20:53:18 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 5341 +++++++++++++++++++++++++++--------------------------
 1 file changed, 2672 insertions(+), 2669 deletions(-)

commit 408f7b6a361d711d1e6149194f4720b29b1cf474
Author: Jordi Serratosa <jordis@softcatala.cat>
Date:   Tue Apr 10 20:52:29 2012 +0200

    [l10n] Fixes on Catalan translation

 po/ca.po | 5350 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2677 insertions(+), 2673 deletions(-)

commit 26c48163a02b6ce0ea373da8f11e5742c340e740
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Apr 1 13:18:01 2012 +0700

    Updated Vietnamese translation

 po/vi.po | 72 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

commit f1d0213d50cd6668f79f02c5bfac15d6065f55cb
Author: David King <amigadave@amigadave.com>
Date:   Mon Mar 26 20:08:19 2012 +0100

    Bump NEWS to 3.4.0

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

commit a7faa47e38d8658ea549c5bc909df1ef058ba2e2
Author: David King <amigadave@amigadave.com>
Date:   Mon Mar 26 19:57:22 2012 +0100

    Bump version to 3.4.0

 configure.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8f30103aa0c3efbc9d2b55879c1bbefa5a428c0c
Author: Sasi Bhushan <sasi@swecha.net>
Date:   Sun Mar 25 14:16:19 2012 +0530

    Added Telugu to DOC_LINGUAS

 help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f4e4eaed43e2050981a355b01cdc387fb7b524c4
Author: Sasi Bhushan <sasi@swecha.net>
Date:   Sun Mar 25 14:11:38 2012 +0530

    Added Telugu help Translations

 help/te/te.po | 807 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 807 insertions(+)

commit 73afe1367d4ff54b20823327839836aef585640b
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sun Mar 25 01:39:35 2012 +0900

    Updated Japanese translation.

 po/ja.po | 267 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 133 insertions(+), 134 deletions(-)

commit 1686d59fa827666138fe71a368806a3f3e49a068
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Tue Mar 20 11:35:26 2012 +0100

    Add initial Khmer translation

 po/LINGUAS |    1 +
 po/km.po   | 4979 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4980 insertions(+)

commit ce73eee1ce32ecc945f2866cb241533ddaa3bcd6
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Tue Mar 20 13:36:51 2012 +0530

    hindi translation by Chandan Kumar

 po/hi.po | 5654 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 2750 insertions(+), 2904 deletions(-)

commit a04800463ec022df7e350cde26e9ef36d3700789
Author: David King <amigadave@amigadave.com>
Date:   Mon Mar 19 20:06:49 2012 +0000

    Bump NEWS to 3.3.92

 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit aba537c7ef81b57b6127b256e9fc7dcf77e9f083
Author: David King <amigadave@amigadave.com>
Date:   Mon Mar 19 20:02:08 2012 +0000

    Bump version to 3.3.92

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1b924680af7cf8e65dd9ecc2c25701d35ef33a7c
Author: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Date:   Mon Mar 19 16:55:47 2012 +0530

    Malayalam translation updated by Sadiq and me

 po/ml.po | 6709 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3327 insertions(+), 3382 deletions(-)

commit d550d8ff772adaede061f6ecc1e2169c4235822e
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Sun Mar 18 16:32:33 2012 +0530

    Updated Kannada Translation

 po/kn.po | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

commit d61b7b46ab1931f4aeae74635e03838877280bd8
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Sun Mar 18 16:06:26 2012 +0530

    Updated Kannada Translation

 po/kn.po | 5277 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2666 insertions(+), 2611 deletions(-)

commit 73a90ac411279786eeffff0c4aad22d90d4813c3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Mar 18 11:21:08 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

commit eac6bda6cf177342ed10da34c28f07efb72064d7
Author: Michael Biebl <biebl@debian.org>
Date:   Thu Mar 15 21:59:29 2012 +0100

    Fix formatting error in man page

 docs/brasero.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2b6f8ea5c5b739d87c687cf3e5fbf5da0f2f4747
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 14 10:08:58 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit e4dc66a823101c331a49c624c3f0a774b2761c5a
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Mar 6 04:08:33 2012 +0100

    Updated Hungarian help translation

 help/hu/hu.po | 177 +++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 121 insertions(+), 56 deletions(-)

commit 84189de0aa9be4588040be508c78e37388ff3f30
Author: David King <amigadave@amigadave.com>
Date:   Mon Mar 5 19:15:44 2012 +0000

    Bump NEWS to 3.1.91

 NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

commit f067786d0d2d62572bb4744375ee614aa3e30aaa
Author: David King <amigadave@amigadave.com>
Date:   Mon Mar 5 19:07:59 2012 +0000

    Bump version to 3.3.91

 configure.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f09dd45737b5d86104d2351c0dbfe81e1b328314
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Fri Mar 2 22:50:32 2012 +0330

    Updated Persian Translation

 po/fa.po | 5492 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2750 insertions(+), 2742 deletions(-)

commit c0fefd6e3765678a500fec3f75f16db05e3acdc9
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Feb 20 16:44:21 2012 +0300

    Updated Belarusian translation.

 po/be.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7f15a31be84ea71f03d99142850e4fc7349200ba
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Feb 19 15:28:11 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 715657a3cf9d1866ea4ee5c18dc8d0f41787148b
Author: Petr Kovar <pkovar@redhat.com>
Date:   Fri Feb 17 17:33:24 2012 +0100

    Update Czech help translation by Stepan Simsa

 help/cs/cs.po | 3528 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 2067 insertions(+), 1461 deletions(-)

commit 10c110a5f2ea140d06f3015a8a1bbbfe89400ae6
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sun Feb 12 10:41:53 2012 -0500

    git.mk: update from 'canonical source'
    
    The previous version has a bug with recursive rules that can result in
    .gitignore being written to twice at the same time during a recursive
    make with '-j'.  This was causing periodic build failures.
    
    The new version reworks this logic and appears to be working much
    better.

 git.mk | 50 +++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 37 insertions(+), 13 deletions(-)

commit 0841f5a94c39fc23e786b88f9b5cd54e5a8951e7
Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
Date:   Fri Feb 10 16:28:39 2012 -0500

    po: Added en_CA.po and updated LINGUAS file

 po/LINGUAS  |    1 +
 po/en_CA.po | 4923 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4924 insertions(+)

commit 78fe8ca9560f7c56fa73f55971d722f76f510603
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Oct 22 18:04:01 2011 +0200

    Call gettext() where translated string array items are used.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662465

 libbrasero-burn/brasero-filtered-uri.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a3c53273c3249209a49052a1625398302e4d4af5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jan 19 10:11:46 2012 +0100

    build: Support build against tracker 0.13/0.14
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667852

 configure.in | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 6a6c32acc7f5992c64c5346d0d35508a896cf89b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Feb 6 22:12:01 2012 +0100

    Updated Galician doc translations

 help/gl/gl.po | 463 +++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 359 insertions(+), 104 deletions(-)

commit daf00ecd289b9266a1662125b3d2054833a3bc39
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   Mon Feb 6 19:42:25 2012 +0100

    Updated Dutch translation

 po/nl.po | 5529 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2767 insertions(+), 2762 deletions(-)

commit 57167255a8d32b13fc3b66d6fed25492f120c646
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sun Feb 5 15:01:41 2012 +0200

    Added lv for Latvian in Makefile.am in help.

 help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2e9b64671f25d4db69211a28eef944ffed9c1531
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sun Feb 5 14:56:14 2012 +0200

    Added figure picture for Latvian help.

 help/lv/figures/brasero-main-window.png | Bin 0 -> 70006 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 2ca3414b2c3ec178958818be8531365913516007
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sun Feb 5 14:50:30 2012 +0200

    Added Latvian translation for help by Matīss Jānis Āboltiņš.

 help/lv/lv.po | 1005 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1005 insertions(+)

commit f4f463126ae6367a66408bf0b3975799455c5bd9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 25 11:13:50 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7fd83f44bde23ee23b6421dfd523996d2dbc078d
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:   Mon Jan 23 13:44:40 2012 +0100

    Fixed typo in Arabic translation

 po/ar.po | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 87ca77f3f1ac415344d12e1ff01199aaf160dffe
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Jan 13 19:08:22 2012 +0100

    Updated Slovenian translation

 help/sl/sl.po | 288 +++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 216 insertions(+), 72 deletions(-)

commit 929900ac7330c01664e853d2ca97fb712082b0b1
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Tue Dec 27 11:37:48 2011 +0100

    Updated French translation

 po/fr.po | 82 ++--------------------------------------------------------------
 1 file changed, 2 insertions(+), 80 deletions(-)

commit 3da4abd64aeb4673450187e0b1cf33feee70e5c4
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Tue Dec 27 11:36:43 2011 +0100

    Updated French doc translation

 help/fr/fr.po | 126 ++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 97 insertions(+), 29 deletions(-)

commit 95ca4108833482181b2243246dfb4892b67fd8db
Author: Jovan Naumovski <jovan3.14@gmail.com>
Date:   Sun Dec 25 17:37:50 2011 +0100

    Updated Macedonian translation.

 po/mk.po | 9509 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 5417 insertions(+), 4092 deletions(-)

commit 4a686b038de0bc6ab318e430ba55bb3ab9fcfe7d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Dec 21 22:24:38 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 197 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 100 insertions(+), 97 deletions(-)

commit d8d527781d102816468e6e98f97319ea549f4eb6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Dec 16 15:55:31 2011 +0100

    Updated Slovenian translation

 help/sl/sl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 25137b102c5e14c5d7ee7380cb22d973df137899
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Dec 15 15:19:22 2011 +0100

    Fix broken tags in Hungarian help translation. https://bugzilla.gnome.org/show_bug.cgi?id=666258

 help/hu/hu.po | 39 ++++++++++++++++-----------------------
 1 file changed, 16 insertions(+), 23 deletions(-)

commit 4b7ec811ef112b1fe664ad63d451c6b787c9d637
Author: Thura Hlaing <trhura@gmail.com>
Date:   Thu Nov 24 21:27:39 2011 +0100

    [l10n]Added Brumese translation

 po/LINGUAS |    1 +
 po/my.po   | 4900 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4901 insertions(+)

commit 29d86675a2b635cfc7743087f9a48d746664a018
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Thu Nov 24 22:33:31 2011 +0400

    Updated Russian translation

 help/ru/ru.po | 2376 ++++++++++++++++-----------------------------------------
 1 file changed, 645 insertions(+), 1731 deletions(-)

commit 73df58d9980df35f50a4f2305b37d3737801afba
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Nov 19 12:16:26 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 4773 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2397 insertions(+), 2376 deletions(-)

commit 96e9406a39ef631100004e468812f4c49c6ce317
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Nov 5 23:33:53 2011 +0100

    [l10n] Updated German doc translation

 help/de/de.po | 296 +++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 178 insertions(+), 118 deletions(-)

commit a5351b156cebdedc3777e817a9eabc2b41d6fbdc
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Nov 2 16:10:27 2011 +0100

    Updated Spanish translation

 help/es/es.po | 145 +++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 103 insertions(+), 42 deletions(-)

commit 8a93615edef413960694dddd8bccf8c2fd3b7ea6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Nov 2 16:10:12 2011 +0100

    Updated Spanish translation

 po/es.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit d20b81a68ebadeb9025973ee7088ab0943ceac66
Author: Paulina Gonzalez <pau.gonzalezbr@gmail.com>
Date:   Mon Oct 31 12:46:40 2011 -0300

    Created page for Integrity Checking tool

 help/C/tools-check-integrity.page | 46 +++++++++++++++++++++++++++++++++++++++
 help/Makefile.am                  |  3 ++-
 2 files changed, 48 insertions(+), 1 deletion(-)

commit 28169e05ad85ca784020b989592eb9c2e8efb232
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Oct 30 23:17:26 2011 +0100

    Updated Spanish translation

 help/es/es.po | 34 +++++++---------------------------
 1 file changed, 7 insertions(+), 27 deletions(-)

commit b8977d1d409a86bb95ed6b1ec35b857ed4a8bbad
Author: Gabor Karsay <gabor.karsay@gmx.at>
Date:   Sat Oct 29 22:09:00 2011 +0200

    [l10n] Updated German doc translation

 help/de/de.po | 323 +++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 193 insertions(+), 130 deletions(-)

commit 941dba37e9f67e11b9710dede649e92006782466
Author: Aleksander Łukasiewicz <aleksander@lukasiewicz.org>
Date:   Fri Oct 28 19:01:19 2011 +0200

    Updated Polish translation of help

 help/pl/pl.po | 1665 ++++++++++++++++++++++-----------------------------------
 1 file changed, 646 insertions(+), 1019 deletions(-)

commit a51420f5ba2d564d1c9470d7a608b8dc7c398289
Author: Ekaterina Gerasimova <kittykat3756@googlemail.com>
Date:   Thu Oct 27 17:53:57 2011 +0200

    Fixed typo in split-track.page

 help/C/split-track.page | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f9d1053a648110efbeb02bee6ee162eaaa809306
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Oct 24 00:52:08 2011 +0100

    Add a fix for optical drive not selected by default.
    
    Fixes bgo #662541 - Optical drive selection not displayed

 libbrasero-media/brasero-medium-selection.c | 2 ++
 1 file changed, 2 insertions(+)

commit f516ca9aa2edcad6bc32b62c4e58a783990f3621
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Oct 24 01:37:22 2011 +0300

    Updated Belarusian translation.

 po/be.po | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

commit 44c784b86e3108dfe0a2fca50fcce5af93487a67
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Oct 22 17:54:04 2011 +0200

    Updated Hungarian translation

 po/hu.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6e4d73897b60058b7f429e0c67e675b62ffa76fd
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Oct 22 17:32:15 2011 +0200

    Updated Hungarian translation

 po/hu.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit b4d19689d6041282c2496da4b08c050ad3e5369e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Oct 22 17:31:57 2011 +0200

    Updated Hungarian help translation

 help/hu/hu.po | 199 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 131 insertions(+), 68 deletions(-)

commit f6b48d8fb7bb042717e563cdedca21f63296f450
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Oct 22 12:10:05 2011 +0200

    Updated Spanish translation

 help/es/es.po | 219 +++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 139 insertions(+), 80 deletions(-)

commit a762940ffdc7dec81a35602a5448fde821e66a88
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Oct 22 12:01:11 2011 +0200

    Updated Spanish translation

 help/es/es.po                           |  62 +++++++++++++++++++-------------
 help/es/figures/brasero-main-window.png | Bin 0 -> 58089 bytes
 2 files changed, 37 insertions(+), 25 deletions(-)

commit ba2fadfd907e737e27fca042849a059bfa4b905d
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Fri Oct 21 22:00:51 2011 +0200

    Updated French doc translation

 help/fr/fr.po | 267 ++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 205 insertions(+), 62 deletions(-)

commit 1f6c224d4d13b13e13b40781bd4b1d09495a16a2
Author: Craig Keogh <cskeogh@adam.com.au>
Date:   Sun Feb 6 17:19:05 2011 +1030

    Honor aclocal flags, bug 641650

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit e6ad57334d73b26427a5fd3b842ab4031ed134d6
Author: Erling A. Jacobsen <linuxcub@email.dk>
Date:   Thu Oct 20 18:03:37 2011 +0200

    Correct CD cover dimensions, bug 660918
    
    http://en.wikipedia.org/wiki/CD_and_DVD_packaging lists slightly
    different dimensions for the back cover of a jewel case.

 libbrasero-utils/brasero-jacket-view.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f8aef8ae82831ebfda9520d6e7e82a2cad99383d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Oct 7 00:04:17 2011 +0200

    Update categories in brasero.desktop
    
    I don't think Utility (nor Core) should be there, and it exposes a
    gnome-shell bug where brasero appears twice because it's in two
    categories.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661134

 data/brasero.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5f6524df57094b0fea5e3c55e5d79eef85b226a0
Author: David King <amigadave@amigadave.com>
Date:   Thu Oct 20 21:14:56 2011 +0200

    Use g_mkdtemp() rather tha mkdtemp(), bug 623890

 libbrasero-burn/brasero-session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 20ed2c7b698e5961e0bec7fd87fc8e5ffcaaa234
Author: Mike Auty <ikelos@gentoo.org>
Date:   Wed Feb 2 13:14:32 2011 +0200

    Link with uninstalled libraries, not system ones
    
    Place the built and uninstalled libraries first on the linker
    command-line, so that Brasero does not link to an already-installed
    version. Fixes bug 641233.

 nautilus/Makefile.am            | 2 +-
 plugins/audio2cue/Makefile.am   | 2 +-
 plugins/cdrdao/Makefile.am      | 2 +-
 plugins/cdrkit/Makefile.am      | 6 +++---
 plugins/cdrtools/Makefile.am    | 8 ++++----
 plugins/checksum/Makefile.am    | 4 ++--
 plugins/dvdauthor/Makefile.am   | 2 +-
 plugins/dvdcss/Makefile.am      | 2 +-
 plugins/growisofs/Makefile.am   | 4 ++--
 plugins/libburnia/Makefile.am   | 4 ++--
 plugins/local-track/Makefile.am | 4 ++--
 plugins/transcode/Makefile.am   | 6 +++---
 plugins/vcdimager/Makefile.am   | 2 +-
 13 files changed, 24 insertions(+), 24 deletions(-)

commit 6df46b408e03e88801c6a84695d387a85452c320
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Oct 20 22:48:58 2011 +0100

    Fix for Broken (and useless) brasero-nautilus.desktop desktop file
    
    Closes bgo #662275

 nautilus/brasero-nautilus.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 842686c0c31b9d956c0c507e6b27913b6fc91f1c
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Oct 20 22:38:54 2011 +0100

    Bump to 3.2.1

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9c696d0e72bf2a105750fba9efb01518a958efce
Author: Jean Schurger <jean@schurger.org>
Date:   Thu Oct 20 20:42:20 2011 +0200

    Fix printf format string handling, bug 661091
    
    Without this patch, Brasero fails to build if GCC has
    -Werror=format-security enabled.

 plugins/libburnia/burn-libisofs.c  | 4 ++--
 plugins/transcode/burn-transcode.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 25737ca0630f9b05a4e9df1d07a013722c7db842
Author: Ekaterina Gerasimova <kittykat3756@googlemail.com>
Date:   Thu Oct 20 18:08:37 2011 +0200

    Fixed typos in help, bug 662037

 help/C/create-cover.page      | 2 +-
 help/C/project-disc-copy.page | 2 +-
 help/C/tools-blank.page       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit ad80bca95b3bee320404de24b128c008d83397dd
Author: Ekaterina Gerasimova <kittykat3756@googlemail.com>
Date:   Thu Oct 20 17:57:29 2011 +0200

    Improved help based on translator comments, bug 661259

 help/C/create-cover.page |  4 +---
 help/C/project-save.page |  5 ++++-
 help/C/split-track.page  | 33 +++++++++++++++++++++++++++++----
 3 files changed, 34 insertions(+), 8 deletions(-)

commit c19b64c319d75aeadac547a224ad4b9c7bc0d097
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 17 15:14:39 2011 +0200

    Updated Slovenian translation

 po/sl.po | 35 +++++++----------------------------
 1 file changed, 7 insertions(+), 28 deletions(-)

commit 112f0d46827f1092a528c20b1900b5ed5ff49c37
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Oct 17 13:46:54 2011 +0200

    Updated Hungarian translation

 help/hu/hu.po | 709 ++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 571 insertions(+), 138 deletions(-)

commit a0c8e128a5b285b34626bf22bbbd8ead9c069aaa
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Oct 17 13:33:24 2011 +0200

    Added Hungarian help translation

 help/hu/hu.po | 474 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 474 insertions(+)

commit 1146a2b95b27a6312060a561b8d21c373aafa442
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Oct 17 13:33:07 2011 +0200

    Added hu to DOC_LINGUAS

 help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 01bb6adad57025e5ebac77e239e1864950423efa
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Oct 16 22:24:33 2011 +0200

    [l10n] Updated German doc translation

 help/de/de.po | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 118 insertions(+), 16 deletions(-)

commit dc53c9ba37a5cebe79aaf09c914e32d05a7a2377
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 16 13:08:14 2011 +0200

    Updated Spanish translation

 help/es/es.po | 29 ++++++++---------------------
 1 file changed, 8 insertions(+), 21 deletions(-)

commit 49650b950c678f09f8e335d20251fd4d96b68b33
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 16 13:02:16 2011 +0200

    Fixed typo

 help/C/project-image-burn.page | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a84e2a1bc1a54fbb847525bc1cabc5ab67637dc2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 16 13:01:29 2011 +0200

    Updated Spanish translation

 help/es/es.po | 163 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 135 insertions(+), 28 deletions(-)

commit e1abe53ecc1c4c3b0a5373f493854cc98ded7d8b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 16 12:53:55 2011 +0200

    Updated Spanish translation

 po/es.po | 5351 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2677 insertions(+), 2674 deletions(-)

commit 4a5b2a9757ec70b7e7e02d956b046d1293abb0ab
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 16 12:34:10 2011 +0200

    Revert "Updated Spanish translation"
    
    This reverts commit a4fb6462af12b15d250c1d12df4353aaf038b3d3.

 help/es/es.po | 25889 ++++----------------------------------------------------
 1 file changed, 1794 insertions(+), 24095 deletions(-)

commit a4fb6462af12b15d250c1d12df4353aaf038b3d3
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 16 12:16:12 2011 +0200

    Updated Spanish translation

 help/es/es.po | 25885 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 24093 insertions(+), 1792 deletions(-)

commit 64479d872a2fcd2fa068e22e1bcc54eb67dbc847
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Oct 14 22:22:54 2011 +0200

    Updated Slovenian translation

 help/sl/sl.po | 2522 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 1500 insertions(+), 1022 deletions(-)

commit 3a8594419065223dde56ec001650d7131e9ebbd1
Author: Marta Bogdanowicz <majus85@gmail.com>
Date:   Thu Oct 6 21:53:20 2011 +0200

    Added a new page to help, bug 661755

 help/C/project-image-burn.page | 78 ++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am               |  1 +
 2 files changed, 79 insertions(+)

commit 1d022cbbfd87c0266c749d5abfe1ada828e5500f
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Oct 10 17:01:52 2011 +0530

    Updated Telugu Translations

 po/te.po | 3330 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1616 insertions(+), 1714 deletions(-)

commit e4e1a578585e20fd4864a630ad054f6e15a92b23
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Oct 9 16:09:00 2011 +0200

    Updated French translation

 po/fr.po | 5504 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2753 insertions(+), 2751 deletions(-)

commit a5db37c7bb89a6069ee79d444c65eff720d0105b
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Oct 9 16:04:29 2011 +0200

    Updated French doc translation

 help/fr/figures/brasero-main-window.png | Bin 73228 -> 69225 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit e08e597b067e978e688734c1e8d75df13e89f8d6
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Oct 9 15:53:23 2011 +0200

    Updated French doc translation

 help/fr/figures/brasero-main-window.png |  Bin 0 -> 73228 bytes
 help/fr/figures/brasero_main.png        |  Bin 90873 -> 0 bytes
 help/fr/fr.po                           | 2157 ++++++++-----------------------
 3 files changed, 573 insertions(+), 1584 deletions(-)

commit 8ad12e995d748661db41950d511c1cdd61237179
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Oct 6 23:39:28 2011 +0200

    Updated Spanish translation

 help/es/es.po | 33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)

commit 259783e7e56684760887d521beb50c79a07797ae
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Oct 6 22:18:30 2011 +0200

    [l10n] Updated German doc translation

 help/de/de.po | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit ae1cebee55ec6be73493410d26c5a66d6b2963f2
Author: Marta Bogdanowicz <majus85@gmail.com>
Date:   Thu Oct 6 11:35:39 2011 +0200

    Fix grammar and punctuation in help

 help/C/create-cover.page | 2 +-
 help/C/prob-cd.page      | 4 ++--
 help/C/prob-dvd.page     | 2 +-
 help/C/split-track.page  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit aed9f316002b230e7bf22f2e6102367f72b5dab6
Author: Funda Wang <fundawang@gmail.com>
Date:   Wed Sep 28 02:02:37 2011 +0200

    fix string format

 plugins/libburnia/burn-libburn-common.c | 1 +
 plugins/libburnia/burn-libburn.c        | 1 +
 2 files changed, 2 insertions(+)

commit 0752e1dc492545bca14f3702f9db6d68006e70ca
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Sep 27 10:26:17 2011 +0100

    Bump NEWS to 3.2.0.

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 3303058064976af0b5570f2e3550520b0e9dad61
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Sep 27 10:24:48 2011 +0100

    Bump to 3.2.0

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit dd22dda8c4f8918d85efe26401b453bad2aefcb9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Sep 25 15:13:29 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 4741 +++++++++++++++++++++++++++---------------------------
 po/zh_TW.po | 5175 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 4961 insertions(+), 4955 deletions(-)

commit 6c950ec304c029397e6dc49e4d589884bbd09564
Author: Fran Dieguez <fran@openhost.es>
Date:   Sat Sep 24 14:40:51 2011 +0200

    Updated Galician translations

 help/gl/gl.po | 119 +++++++++++++++++++++-------------------------------------
 1 file changed, 43 insertions(+), 76 deletions(-)

commit 35808fa7ca20913cbdf63a2ed9e038a25193d060
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Sep 23 22:12:13 2011 +0200

    [l10n] Updated German doc translation

 help/de/de.po | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 138 insertions(+), 22 deletions(-)

commit f18d9a4fa86266deca2ad90310ef30af757085fa
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Sep 23 16:28:57 2011 +0200

    [l10n] Updated German doc translation

 help/de/de.po | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

commit 789b1b18a767c90eac3ac0c4e992a3d652372945
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Sep 23 16:09:12 2011 +0200

    [l10n] Changed screenshot for German doc translation

 help/de/figures/brasero-main-window.png | Bin 0 -> 55667 bytes
 help/de/figures/brasero_main.png        | Bin 78848 -> 0 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 3584aaf0b7a3334a84cac0dfe81b982ab6cda44c
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Fri Sep 23 01:37:30 2011 +0900

    Added Korean doc translation

 help/Makefile.am |   2 +-
 help/ko/ko.po    | 770 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 771 insertions(+), 1 deletion(-)

commit 702bd903ea62f319bbb05bcf13b566890bbd2f00
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Sep 20 23:33:13 2011 +0100

    write NEWS for 3.1.92 release.

 NEWS | 246 +++++++++++++------------------------------------------------------
 1 file changed, 45 insertions(+), 201 deletions(-)

commit a7f4afe69b0c8f3e2d4c25f45cbb17d7934e8741
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Sep 20 22:26:17 2011 +0100

    Bump to 3.1.92

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0e5dcb0eb23e9a62bb27705f7e0c5d27e88ef160
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 5 12:21:01 2011 +0200

    build: Support tracker 0.11/0.12
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658240

 configure.in | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

commit 1581212cbbbb4e0ee6f6112d1dede1588f60554b
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sat Sep 17 23:28:24 2011 +0300

    Updated Belarusian translation (some fixes after manual testing).

 po/be.po | 90 +++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 44 insertions(+), 46 deletions(-)

commit 0a0848687b67e8ec27a79ce7113ec6ac52b10973
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Sep 17 11:44:39 2011 +0900

    Updated Japanese translation

 po/ja.po | 5200 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2602 insertions(+), 2598 deletions(-)

commit b03df165d87595f91343aded4859c0a96b461006
Author: dmustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 14 16:57:28 2011 +0200

    Updated Spanish translation

 po/es.po | 1155 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 576 insertions(+), 579 deletions(-)

commit b71622a8d4c3507496fd8caf3ca107c9ba460767
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Sep 11 17:35:33 2011 +0200

    Updated Spanish translation

 help/es/es.po | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

commit f13eb3e3390418f7aa3b4dc851ff2d8f4af96522
Author: Fran Dieguez <fran@openhost.es>
Date:   Sun Sep 11 00:24:47 2011 +0200

    Updated galician translations

 help/gl/gl.po | 3391 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1909 insertions(+), 1482 deletions(-)

commit cd1631ac9806554c55cf3c8c97611bee889d3be7
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Sat Sep 10 16:57:19 2011 +0430

    Updated Persian translation

 po/fa.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b03f32af1d1f25b112d3fd0146a3622d09286cb6
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Sat Sep 10 16:51:25 2011 +0430

    Updated Persian translation

 po/fa.po | 408 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 204 insertions(+), 204 deletions(-)

commit 4930389053985c58a91fbd254972402c5bc4a4e4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 10 13:12:42 2011 +0200

    Updated Spanish translation

 help/es/es.po | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

commit b146bf0394b69043c3740ead41a99f5cf38c44e2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 10 13:12:04 2011 +0200

    Updated Spanish translation

 help/es/es.po | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit f317f1fcc4e217e2dd8d491961f70730b3c461d9
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 10 13:10:27 2011 +0200

    Fixed one string

 help/C/prob-cd.page | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 45ee8ee26df7c3e9b7a750e68cc3faf8c652638c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 10 13:02:45 2011 +0200

    Updated Spanish translation

 help/es/es.po | 58 +++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 39 insertions(+), 19 deletions(-)

commit 42d2646397e945504b846a452c57ba69cdd1a0af
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 10 12:57:53 2011 +0200

    Updated Spanish translation

 help/es/es.po | 28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

commit de38ee6441272b28a22d76e632927b844acebfc2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 10 12:56:26 2011 +0200

    String was not necessary

 help/C/create-cover.page | 5 -----
 1 file changed, 5 deletions(-)

commit 7546148b9bba3ca287a8ed557c38c1061432c4bd
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 10 12:50:27 2011 +0200

    Fixed two strings

 help/C/create-cover.page | 5 ++---
 help/C/prob-dvd.page     | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

commit a0c27aff513a25cc70db169539de5c98a9a6e15d
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Sep 9 15:25:52 2011 +0100

    Make maintiner mode enabled by default
    
    See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2b3319868f52e55510fdc7cd66456cbe827fdf59
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Sep 8 08:09:31 2011 +0200

    Updated Spanish translation

 help/es/es.po | 39 ++++++++++++++++++++++++++++++++-------
 1 file changed, 32 insertions(+), 7 deletions(-)

commit 7cf3b1d95ca2dea10bf4cc1568ecdc5f6c51734c
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Wed Sep 7 22:01:44 2011 +0200

    [l10n] Updated German doc translation

 help/de/de.po | 2066 ++++++++++++---------------------------------------------
 1 file changed, 413 insertions(+), 1653 deletions(-)

commit fbf34e585016e614d575fe6aecb2853441dcaef0
Author: dmustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 7 18:36:18 2011 +0200

    Updated Spanish translation

 help/es/es.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 8292eede24778531f57ecd8a8ce13ef4f5f7f2e2
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed Sep 7 13:52:11 2011 +0100

    configure.in: Remove gconf dependency
    
    Brasero is using gsettings now instead gconf

 configure.in | 7 -------
 1 file changed, 7 deletions(-)

commit 25b70082d880d49e54d8e233962e263a5b8ac870
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 6 20:26:53 2011 +0200

    Updated Spanish translation

 help/es/es.po | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit d2676e819ba48b0c498cd58b5385aef50f9fdd5a
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 6 20:21:59 2011 +0200

    Updated Spanish translation

 help/es/es.po | 38 +++++++++++++++++++++++++++-----------
 1 file changed, 27 insertions(+), 11 deletions(-)

commit cc4b92fb34c5cf969011d1a780c9c5adccfd578e
Author: dmustieles <daniel.mustieles@gmail.com>
Date:   Tue Sep 6 12:37:58 2011 +0200

    Updated Spanish translation

 help/es/es.po | 92 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 40 insertions(+), 52 deletions(-)

commit 34f47ef40f2f35c648daf1e55e35594d092ba7c4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 6 05:59:49 2011 +0200

    Updated Spanish translation

 help/es/es.po | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit d06b772966a895e6927c8ac7308de1189b2adb1c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Sep 5 20:49:43 2011 +0200

    Updated Spanish translation

 help/es/es.po | 3355 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1851 insertions(+), 1504 deletions(-)

commit eda09e074385f5b8947fc807ff1d5767b1cb5619
Author: Ekaterina Gerasimova <kittykat3756@googlemail.com>
Date:   Mon Aug 29 21:55:20 2011 +0200

    Rewrote help in Mallard

 help/C/Makefile.am                     |   38 -
 help/C/brasero.xml                     | 1791 --------------------------------
 help/C/create-cover.page               |   73 ++
 help/C/figures/brasero-main-window.png |  Bin 0 -> 55398 bytes
 help/C/figures/brasero_main.png        |  Bin 78299 -> 0 bytes
 help/C/index.page                      |   19 +
 help/C/introduction.page               |   39 +
 help/C/legal.xml                       |   76 --
 help/C/prob-cd.page                    |   43 +
 help/C/prob-dvd.page                   |   41 +
 help/C/project-audio.page              |   62 ++
 help/C/project-data.page               |   70 ++
 help/C/project-disc-copy.page          |   49 +
 help/C/project-save.page               |   70 ++
 help/C/project-video.page              |   57 +
 help/C/split-track.page                |   55 +
 help/C/tools-blank.page                |   45 +
 help/Makefile.am                       |   25 +-
 18 files changed, 640 insertions(+), 1913 deletions(-)

commit 3900941033a7b794dfcc8c73ce8721c5124e2824
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Sep 4 19:07:49 2011 +0300

    Updated Lithuanian translation

 po/lt.po | 2474 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1185 insertions(+), 1289 deletions(-)

commit f391afa2a9b0401c46633c7f232b3d1790cf1770
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Sep 4 18:34:01 2011 +0300

    Updated Belarusian translation.

 po/be.po | 5630 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2835 insertions(+), 2795 deletions(-)

commit 7e3d1174cecc13b641710313249d4c5f46231534
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 1 14:30:53 2011 -0400

    build: fix a build warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657989

 libbrasero-media/brasero-medium-selection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0f13732c97e0c50d2e6a50b8c42e0e8df4b3d376
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 1 14:30:30 2011 -0400

    all: switch to g_format_size()
    
    Instead of the deprecated g_format_size_for_display()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657989

 configure.in                                | 2 +-
 libbrasero-burn/brasero-dest-selection.c    | 2 +-
 libbrasero-burn/brasero-drive-properties.c  | 2 +-
 libbrasero-burn/brasero-progress.c          | 2 +-
 libbrasero-burn/brasero-src-image.c         | 2 +-
 libbrasero-burn/brasero-status-dialog.c     | 2 +-
 libbrasero-burn/brasero-track-data-cfg.c    | 2 +-
 libbrasero-media/brasero-medium-selection.c | 2 +-
 src/brasero-project-manager.c               | 4 ++--
 src/brasero-project.c                       | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

commit 551199e64b69b79d67bf83ebfd1e083797070fe1
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 29 16:37:44 2011 +0200

    Updated POTFILES.in

 po/POTFILES.in | 143 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 70 insertions(+), 73 deletions(-)

commit b8d9109b67a0354aedcc6884498c0bc898e2e665
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sun Aug 28 19:41:45 2011 +0100

    Adapt configure for tracker-sparql.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4f94e73637be30e7d6916a1e1f5053af7cd08ca9
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sun Aug 28 19:37:16 2011 +0100

    Use libtracker-sparql instead of libtracker-client since it's deprecated. Fixes bgo #651630.

 src/brasero-search-tracker.c | 147 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 123 insertions(+), 24 deletions(-)

commit a25c38ccf640469494d678a42cae483f4800772c
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Aug 28 21:19:35 2011 +0300

    Updated Belarusian translation.

 po/be.po | 4520 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 2110 insertions(+), 2410 deletions(-)

commit ac0a1196126f3ee1b494a3e505294e761faa0559
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sun Aug 28 15:03:39 2011 +0100

    Remove beagle from Brasero. Fixes bgo #657313 and #639257.
    
    Beagle is dead upstream and people should use tracker instead. Long live Beagle.

 README                      |  11 +-
 configure.in                |  26 ---
 src/Makefile.am             |   7 -
 src/brasero-search-beagle.c | 453 --------------------------------------------
 src/brasero-search-beagle.h |  54 ------
 src/brasero-search-engine.c |  12 --
 6 files changed, 4 insertions(+), 559 deletions(-)

commit 51d4444bbe951db7a6bd6e62b5d0b4c72bc59165
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Sun Aug 28 19:17:00 2011 +0900

    Updated Japanese translation

 po/ja.po | 298 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 149 insertions(+), 149 deletions(-)

commit 502d1bafde3420a783863a659bf39d52a6162ef6
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Aug 27 10:30:13 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 320 +++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 321 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 321 insertions(+), 320 deletions(-)

commit baf34fa63f77f0666ff9afe282ff3f0a55b528b5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 26 12:27:32 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 327 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 168 insertions(+), 159 deletions(-)

commit 5e8e87905dcf38fd5b30febc53d878a047446aa4
Author: Stefan Sauer <ensonic@google.com>
Date:   Thu Aug 25 15:42:31 2011 +0200

    Revert "build: add checks for beagle libraryies to configure as it is used in the code"
    
    This reverts commit 90e5d3c213f82222af7dd1243d7c721cf980f8a5.

 configure.in    | 7 -------
 src/Makefile.am | 6 ++----
 2 files changed, 2 insertions(+), 11 deletions(-)

commit 90e5d3c213f82222af7dd1243d7c721cf980f8a5
Author: Stefan Sauer <ensonic@google.com>
Date:   Thu Aug 25 11:57:51 2011 +0200

    build: add checks for beagle libraryies to configure as it is used in the code
    
    Solves build failure. Fixes #657313

 configure.in    | 7 +++++++
 src/Makefile.am | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 5bdd9aed374322aaaaa93ca3153cce4269fc0f78
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sun Aug 21 00:03:01 2011 +0100

    Make Brasero build with tracker 0.10. 0.8 is older enough and shouldn't be available in any system with GNOME 3.2. This is a temporary fix until we move to tracker-sparql.

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit db7277136f33c6cfab444b386d2f12282071dd15
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sat Aug 20 23:37:32 2011 +0100

    Fix bgo #649178 - Wrong semi-colon in brasero-nautilus.desktop.

 nautilus/brasero-nautilus.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f81f48c25cb78e8b5b11ad598add3d56f3d4e58e
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Wed Aug 17 22:29:16 2011 +0100

    Fix Documenters list in the About Dialog. Fixes bgo #646112. Added myself to Application authors

 src/brasero-app.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 273108b2e75c3b8cbb3b267fe559dccac56f016d
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Wed Aug 17 15:37:48 2011 +0100

    Bump to 3.1.5.

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 400a4d521496f367e1db035daedcf9c96c2eeca3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 7 17:09:35 2011 -0400

    nautilus: wait for the track to load file info before adding to session
    
    https://bugzilla.gnome.org/show_bug.cgi?id=647102

 nautilus/nautilus-burn-extension.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 6d3a697dabe40742c1b2d5e31aff0bb5709325c6
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Aug 15 17:59:27 2011 +0700

    Updated Thai translation.

 po/th.po | 2715 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1389 insertions(+), 1326 deletions(-)

commit 9c1ed59c894494726337f69aa28fb6e14fdad66a
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Jul 28 18:44:26 2011 +0200

    Added eu (Basque) language to DOC_LINGUAS

 help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 36ffb0eb3d61f8efecfb48e4de31bd83412f0266
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Jul 28 18:41:09 2011 +0200

    Added Basque language

 help/eu/eu.po                    | 1074 ++++++++++++++++++++++++++++++++++++++
 help/eu/figures/brasero_main.png |  Bin 0 -> 78012 bytes
 2 files changed, 1074 insertions(+)

commit 7fd14933556a29b3377f2e459f5c7e66a39b3aed
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Wed Jul 20 13:25:56 2011 +0300

    Updated Finnish translation

 po/fi.po | 1077 +++++++++-----------------------------------------------------
 1 file changed, 150 insertions(+), 927 deletions(-)

commit 90a0f8b6a4109acbc524f3d951e9a91f206d25c1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jul 14 13:41:07 2011 -0400

    all: don't use deprecated H/V variants of GTK widgets
    
    Use orientation instead
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652992

 libbrasero-burn/brasero-burn-dialog.c        |  4 ++--
 libbrasero-burn/brasero-burn-options.c       |  8 ++++----
 libbrasero-burn/brasero-drive-properties.c   |  6 +++---
 libbrasero-burn/brasero-image-properties.c   |  2 +-
 libbrasero-burn/brasero-image-type-chooser.c |  4 ++--
 libbrasero-burn/brasero-image-type-chooser.h |  4 ++--
 libbrasero-burn/brasero-progress.c           |  7 ++++---
 libbrasero-burn/brasero-progress.h           |  4 ++--
 libbrasero-burn/brasero-src-image.c          |  4 ++--
 libbrasero-burn/brasero-status-dialog.c      |  2 +-
 libbrasero-burn/brasero-sum-dialog.c         |  2 +-
 libbrasero-burn/brasero-tool-dialog.c        |  4 ++--
 libbrasero-burn/brasero-video-options.c      |  2 +-
 libbrasero-utils/brasero-disc-message.c      |  2 +-
 libbrasero-utils/brasero-jacket-background.c | 10 +++++-----
 libbrasero-utils/brasero-jacket-edit.c       |  8 +++++---
 libbrasero-utils/brasero-jacket-edit.h       |  4 ++--
 libbrasero-utils/brasero-jacket-font.c       |  2 +-
 libbrasero-utils/brasero-jacket-font.h       |  4 ++--
 libbrasero-utils/brasero-misc.c              |  8 ++++----
 libbrasero-utils/brasero-notify.c            |  2 +-
 nautilus/nautilus-burn-bar.c                 |  2 +-
 nautilus/nautilus-burn-bar.h                 |  4 ++--
 src/brasero-app.c                            |  4 ++--
 src/brasero-audio-disc.c                     |  3 ++-
 src/brasero-audio-disc.h                     |  4 ++--
 src/brasero-data-disc.c                      |  5 +++--
 src/brasero-data-disc.h                      |  4 ++--
 src/brasero-eject-dialog.c                   |  2 +-
 src/brasero-file-chooser.c                   |  3 ++-
 src/brasero-file-filtered.c                  |  6 +++---
 src/brasero-filter-option.c                  |  4 +++-
 src/brasero-filter-option.h                  |  4 ++--
 src/brasero-layout.c                         | 15 +++++++++------
 src/brasero-layout.h                         |  4 ++--
 src/brasero-multi-song-props.c               |  2 +-
 src/brasero-player.c                         |  4 ++--
 src/brasero-playlist.c                       |  5 +++--
 src/brasero-playlist.h                       |  4 ++--
 src/brasero-plugin-manager-ui.c              |  9 +++++----
 src/brasero-plugin-manager-ui.h              |  4 ++--
 src/brasero-plugin-option.c                  | 12 ++++++------
 src/brasero-project-type-chooser.c           | 16 ++++++++--------
 src/brasero-project-type-chooser.h           |  4 ++--
 src/brasero-project.c                        |  4 +++-
 src/brasero-project.h                        |  4 ++--
 src/brasero-rename.c                         | 12 +++++++-----
 src/brasero-rename.h                         |  4 ++--
 src/brasero-song-control.c                   |  8 ++++----
 src/brasero-split-dialog.c                   | 12 ++++++------
 src/brasero-time-button.c                    |  2 +-
 src/brasero-time-button.h                    |  4 ++--
 src/brasero-video-disc.c                     |  6 ++++--
 src/brasero-video-disc.h                     |  4 ++--
 54 files changed, 148 insertions(+), 129 deletions(-)

commit 29b3a0dad81ef6ef60e974532f7a8dc4f3d007f2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 12 14:58:39 2011 +0200

    Revert accidental commit

 libbrasero-burn/brasero-burn-dialog.c        |  4 ++--
 libbrasero-burn/brasero-burn-options.c       |  8 ++++----
 libbrasero-burn/brasero-drive-properties.c   |  6 +++---
 libbrasero-burn/brasero-image-properties.c   |  2 +-
 libbrasero-burn/brasero-image-type-chooser.c |  4 ++--
 libbrasero-burn/brasero-image-type-chooser.h |  4 ++--
 libbrasero-burn/brasero-progress.c           |  6 +++---
 libbrasero-burn/brasero-progress.h           |  4 ++--
 libbrasero-burn/brasero-src-image.c          |  4 ++--
 libbrasero-burn/brasero-status-dialog.c      |  2 +-
 libbrasero-burn/brasero-sum-dialog.c         |  2 +-
 libbrasero-burn/brasero-tool-dialog.c        |  4 ++--
 libbrasero-burn/brasero-video-options.c      |  2 +-
 libbrasero-utils/brasero-disc-message.c      |  2 +-
 libbrasero-utils/brasero-jacket-background.c | 10 +++++-----
 libbrasero-utils/brasero-jacket-edit.c       |  6 +++---
 libbrasero-utils/brasero-jacket-edit.h       |  4 ++--
 libbrasero-utils/brasero-jacket-font.c       |  2 +-
 libbrasero-utils/brasero-jacket-font.h       |  4 ++--
 libbrasero-utils/brasero-misc.c              |  8 ++++----
 libbrasero-utils/brasero-notify.c            |  2 +-
 nautilus/nautilus-burn-bar.c                 |  2 +-
 nautilus/nautilus-burn-bar.h                 |  4 ++--
 src/brasero-app.c                            |  4 ++--
 src/brasero-audio-disc.c                     |  2 +-
 src/brasero-audio-disc.h                     |  4 ++--
 src/brasero-data-disc.c                      |  4 ++--
 src/brasero-data-disc.h                      |  4 ++--
 src/brasero-eject-dialog.c                   |  2 +-
 src/brasero-file-chooser.c                   |  2 +-
 src/brasero-file-filtered.c                  |  6 +++---
 src/brasero-filter-option.c                  |  2 +-
 src/brasero-filter-option.h                  |  4 ++--
 src/brasero-layout.c                         | 12 ++++++------
 src/brasero-layout.h                         |  4 ++--
 src/brasero-multi-song-props.c               |  2 +-
 src/brasero-player.c                         |  4 ++--
 src/brasero-playlist.c                       |  4 ++--
 src/brasero-playlist.h                       |  4 ++--
 src/brasero-plugin-manager-ui.c              |  8 ++++----
 src/brasero-plugin-manager-ui.h              |  4 ++--
 src/brasero-plugin-option.c                  | 12 ++++++------
 src/brasero-project-type-chooser.c           | 16 ++++++++--------
 src/brasero-project-type-chooser.h           |  4 ++--
 src/brasero-project.c                        |  2 +-
 src/brasero-project.h                        |  4 ++--
 src/brasero-rename.c                         | 10 +++++-----
 src/brasero-rename.h                         |  4 ++--
 src/brasero-song-control.c                   |  8 ++++----
 src/brasero-split-dialog.c                   | 12 ++++++------
 src/brasero-time-button.c                    |  2 +-
 src/brasero-time-button.h                    |  4 ++--
 src/brasero-video-disc.c                     |  4 ++--
 src/brasero-video-disc.h                     |  4 ++--
 54 files changed, 129 insertions(+), 129 deletions(-)

commit c46fad128d1c0a6e044ae133ac2a71f1c329edd1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 12 12:47:58 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

commit 8a9420f9eab24bb96c5184069789a03a6754f517
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jun 21 07:50:34 2011 +0200

    Remove GtkHBox/GtkVBox and friends

 libbrasero-burn/brasero-burn-dialog.c        |  4 ++--
 libbrasero-burn/brasero-burn-options.c       |  8 ++++----
 libbrasero-burn/brasero-drive-properties.c   |  6 +++---
 libbrasero-burn/brasero-image-properties.c   |  2 +-
 libbrasero-burn/brasero-image-type-chooser.c |  4 ++--
 libbrasero-burn/brasero-image-type-chooser.h |  4 ++--
 libbrasero-burn/brasero-progress.c           |  6 +++---
 libbrasero-burn/brasero-progress.h           |  4 ++--
 libbrasero-burn/brasero-src-image.c          |  4 ++--
 libbrasero-burn/brasero-status-dialog.c      |  2 +-
 libbrasero-burn/brasero-sum-dialog.c         |  2 +-
 libbrasero-burn/brasero-tool-dialog.c        |  4 ++--
 libbrasero-burn/brasero-video-options.c      |  2 +-
 libbrasero-utils/brasero-disc-message.c      |  2 +-
 libbrasero-utils/brasero-jacket-background.c | 10 +++++-----
 libbrasero-utils/brasero-jacket-edit.c       |  6 +++---
 libbrasero-utils/brasero-jacket-edit.h       |  4 ++--
 libbrasero-utils/brasero-jacket-font.c       |  2 +-
 libbrasero-utils/brasero-jacket-font.h       |  4 ++--
 libbrasero-utils/brasero-misc.c              |  8 ++++----
 libbrasero-utils/brasero-notify.c            |  2 +-
 nautilus/nautilus-burn-bar.c                 |  2 +-
 nautilus/nautilus-burn-bar.h                 |  4 ++--
 src/brasero-app.c                            |  4 ++--
 src/brasero-audio-disc.c                     |  2 +-
 src/brasero-audio-disc.h                     |  4 ++--
 src/brasero-data-disc.c                      |  4 ++--
 src/brasero-data-disc.h                      |  4 ++--
 src/brasero-eject-dialog.c                   |  2 +-
 src/brasero-file-chooser.c                   |  2 +-
 src/brasero-file-filtered.c                  |  6 +++---
 src/brasero-filter-option.c                  |  2 +-
 src/brasero-filter-option.h                  |  4 ++--
 src/brasero-layout.c                         | 12 ++++++------
 src/brasero-layout.h                         |  4 ++--
 src/brasero-multi-song-props.c               |  2 +-
 src/brasero-player.c                         |  4 ++--
 src/brasero-playlist.c                       |  4 ++--
 src/brasero-playlist.h                       |  4 ++--
 src/brasero-plugin-manager-ui.c              |  8 ++++----
 src/brasero-plugin-manager-ui.h              |  4 ++--
 src/brasero-plugin-option.c                  | 12 ++++++------
 src/brasero-project-type-chooser.c           | 16 ++++++++--------
 src/brasero-project-type-chooser.h           |  4 ++--
 src/brasero-project.c                        |  2 +-
 src/brasero-project.h                        |  4 ++--
 src/brasero-rename.c                         | 10 +++++-----
 src/brasero-rename.h                         |  4 ++--
 src/brasero-song-control.c                   |  8 ++++----
 src/brasero-split-dialog.c                   | 12 ++++++------
 src/brasero-time-button.c                    |  2 +-
 src/brasero-time-button.h                    |  4 ++--
 src/brasero-video-disc.c                     |  4 ++--
 src/brasero-video-disc.h                     |  4 ++--
 54 files changed, 129 insertions(+), 129 deletions(-)

commit 1ebad12441c2b59bf8056c37dee78eef71df8d12
Author: Qijiang Fan <fqj1994@gmail.com>
Date:   Sun Jun 26 09:15:58 2011 +0000

    Fix two typos.

 po/zh_CN.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 74b869513fd658da2c106d3c15e3f8c93aa6d112
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sun Jun 26 03:33:55 2011 +0300

    Updated Turkish translation file header

 po/tr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4aa0bb34e3140ce193caf30ed4d35d1a051b165f
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sun Jun 26 02:15:43 2011 +0300

    Updated Turkish translation

 po/tr.po | 78 +++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 35 insertions(+), 43 deletions(-)

commit 2ca697673174797b7142c75bd254ad06f9baf9f4
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Sun Jun 19 20:07:08 2011 +0400

    Updated Russian translation

 help/ru/figures/brasero_main.png |  Bin 0 -> 58340 bytes
 help/ru/ru.po                    |  909 ++++++++---------
 po/ru.po                         | 2041 ++++++++++++++++++++------------------
 3 files changed, 1533 insertions(+), 1417 deletions(-)

commit 5dad2cf81d3679accb4229e1d49b103ae1816933
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Jun 15 21:03:33 2011 +0200

    Updated Swedish translation

 po/sv.po | 746 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 706 insertions(+), 40 deletions(-)

commit 0c42585bf2dce315833842e38ba6b7970b3a43d6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jun 9 13:47:14 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 130 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 77 insertions(+), 53 deletions(-)

commit d9ce7b2195ab5d1067a9d24d27f1cf379426d75b
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Fri Jun 3 05:11:29 2011 +0430

    Added Persian translation

 po/fa.po | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 9ecd507d3787bdf6c5b0829652d46c0d30a36d63
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Fri Jun 3 05:09:43 2011 +0430

    Added Persian translation

 po/LINGUAS |    1 +
 po/fa.po   | 4790 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4791 insertions(+)

commit d2f0aa92afd05a18d92f6f307f033c2a2b8d4720
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 14:15:44 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 1708 ++++++++++++++++++++++++++---------------------------
 1 file changed, 847 insertions(+), 861 deletions(-)

commit 872cbc5ce636a8f83a8b3a18759155c1ded5ab21
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 4 00:36:25 2011 -0400

    Use the primary-toolbar style class where applicable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646680

 libbrasero-utils/brasero-jacket-edit.c | 2 ++
 src/brasero-project.c                  | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 844e1cdff8a5a98b76ef8299c5f9175d0fe3afae
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun May 1 19:52:47 2011 +0200

    Added UG translation

 po/ug.po | 9968 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 4984 insertions(+), 4984 deletions(-)

commit e544b4ef8e5117bb72feee375306867207dda5a2
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sat Apr 30 03:15:00 2011 +0300

    Updated Turkish translation

 po/tr.po | 5710 +++++++++++++++++++++++---------------------------------------
 1 file changed, 2097 insertions(+), 3613 deletions(-)

commit 1129f201de8f4dcadbac8e847ead3719fec7ceec
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Apr 24 20:36:33 2011 +0200

    Added UG translation

 po/ug.po | 330 ++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 234 insertions(+), 96 deletions(-)

commit f4b2de8ee773ad5caccf5e6420b83a03f56c4243
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Thu Apr 14 18:41:06 2011 +0700

    Updated Vietnamese translation

 po/vi.po | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 328728b1ec6f590034c11ef34b0a3fb08a86b518
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Thu Apr 14 18:40:34 2011 +0700

    po/vi.po: import from Damned Lies

 po/vi.po | 1387 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 667 insertions(+), 720 deletions(-)

commit ec74d0a2978a1ae51ca2c461fbd0055e59d5475f
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Apr 5 07:31:00 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 1370 +++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 1370 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 1348 insertions(+), 1392 deletions(-)

commit 0eb01ecade432388f0346e72a79cf5314fb65195
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Apr 4 23:21:30 2011 +0100

    Bump NEWS

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 507abdaa90451fbb7fee7e0ddded1a5c69aea424
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Apr 4 23:20:03 2011 +0100

    Bump to 3.0.0
    
    Brasero 3.0.0 released! Congrats everyone let's celebrate for
    this important milestone.

 configure.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 4276816db2f27a8c90611d1a73b3c69bf0b9420c
Author: Jiro Matsuzawa <matsuzawa.jr@gmail.com>
Date:   Mon Apr 4 01:20:39 2011 +0900

    Updated Japanese translation.

 po/ja.po | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit 57849c3fd19f2b21e2d259b5c6b91990e5124e5e
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sun Apr 3 03:10:11 2011 +0200

    Updated Esperanto translation

 po/eo.po | 1755 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 845 insertions(+), 910 deletions(-)

commit 05ef0d4cbcb09b2176d8ad58e2d9a2a919c22d8a
Author: Jordi Serratosa <serratosa@gmail.com>
Date:   Sat Apr 2 20:24:00 2011 +0200

    [l10n]Fixes on Catalan translation

 po/ca.po | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

commit 3fe5d18f53e6b5caab816bfe5a05d1b2d46ac223
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sun Apr 3 01:02:11 2011 +0900

    Updated Japanese translation.

 po/ja.po | 2176 +++++++++++++++++++++++---------------------------------------
 1 file changed, 798 insertions(+), 1378 deletions(-)

commit 5a98c79798855dbc41d6cd34927f0b6b3e4ec98f
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Apr 1 12:34:42 2011 +0530

    Updated kn translations

 po/kn.po | 3106 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1601 insertions(+), 1505 deletions(-)

commit 201960950cba5caece17c624d6e7eae6b70144d6
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Mar 31 13:22:34 2011 +0530

    Updated Gujarati Translations

 po/gu.po | 337 ++++++++++++++-------------------------------------------------
 1 file changed, 73 insertions(+), 264 deletions(-)

commit 858dec43a55029e80e22b473bd080fef2e01afab
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Wed Mar 30 16:55:28 2011 +0530

    hindi updated

 po/hi.po | 4501 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2377 insertions(+), 2124 deletions(-)

commit 0c2c66c486b8747b43702ca7e19fe6c46bab0e95
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Mon Mar 28 23:38:06 2011 +0200

    Updated Danish translation

 po/da.po | 1774 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 881 insertions(+), 893 deletions(-)

commit 35561cf229ad94cf3dbfe97ef7fb4a78f97a8ff8
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:13:33 2011 +0200

    Added UG translation

 po/ug.po | 1387 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 685 insertions(+), 702 deletions(-)

commit b8278c2561feddc0b6575ceda555852bb6694bca
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Mar 27 14:50:51 2011 +0530

    Updated Tamil translation

 po/ta.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dab80756c92ca70efec55fdb1416063907ab155b
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Mar 27 14:48:16 2011 +0530

    Updated Tamil translation

 po/ta.po | 1767 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 875 insertions(+), 892 deletions(-)

commit 5697f690dc1a7622ad4fb33a95a99f8c0da102c1
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Mar 26 22:32:11 2011 +0530

    update tranlation for Punjabi by A S Alam

 po/pa.po | 2065 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1059 insertions(+), 1006 deletions(-)

commit cd29201d3d52139228d225b5afb94364a48b9c63
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Mar 26 14:02:34 2011 +0200

    Updated Hebrew translation.

 po/he.po | 1126 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 562 insertions(+), 564 deletions(-)

commit b19cb9743cd2eaf861b74aa7633b2d20ac31b30b
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Mar 26 09:07:17 2011 +0100

    Updated Swedish translation

 po/sv.po | 1203 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 600 insertions(+), 603 deletions(-)

commit a6706b7340b3bfbdecb1731370c8bbab0d951ddf
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri Mar 25 13:53:05 2011 +0000

    Bump to 2.92.93 and write NEWS.
    
    Last beta before 3.0 yay.

 NEWS         | 22 ++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 418ed3f51ef989772899a2d11ff41c1085681a41
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri Mar 25 13:49:19 2011 +0000

    Use /opt/gnome for schemas instead of /apps
    
    Last minute change which makes much more sense

 data/org.gnome.brasero.gschema.xml.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f0057cbbb023d328fd6b6545df6fa91370412bf9
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Fri Mar 25 14:13:18 2011 +0530

    Updated Assamese translations

 po/as.po | 4907 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 2776 insertions(+), 2131 deletions(-)

commit 71d8cca5cc08cf08ee9c57e836f176ce752e3ff9
Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com>
Date:   Thu Mar 24 12:20:13 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 2640 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1381 insertions(+), 1259 deletions(-)

commit 5f9e73bb6e1fbca042e6961e3879be30bf82c0ea
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Thu Mar 24 13:51:23 2011 +0530

    Updated Marathi Translations

 po/mr.po | 4476 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 2330 insertions(+), 2146 deletions(-)

commit ce0550b644bc887fab6585e5844d1b94c6822d47
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Mar 23 22:26:07 2011 +0100

    [l10n] Updated Italian translation

 po/it.po | 1775 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 882 insertions(+), 893 deletions(-)

commit e15c35ecabddc7c49f2dfacbcd0c10026d5b0f8f
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Mar 21 19:25:25 2011 -0400

    Add new app icons
    
    Designed by Lapo Calamandrei.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645179

 data/icons/Makefile.am                       |    6 +-
 data/icons/hicolor_apps_16x16_brasero.png    |  Bin 899 -> 1032 bytes
 data/icons/hicolor_apps_16x16_brasero.svg    |  377 ----
 data/icons/hicolor_apps_22x22_brasero.png    |  Bin 1396 -> 1544 bytes
 data/icons/hicolor_apps_22x22_brasero.svg    |  496 -----
 data/icons/hicolor_apps_24x24_brasero.png    |  Bin 2432 -> 1586 bytes
 data/icons/hicolor_apps_256x256_brasero.png  |  Bin 0 -> 65564 bytes
 data/icons/hicolor_apps_32x32_brasero.png    |  Bin 2519 -> 2515 bytes
 data/icons/hicolor_apps_32x32_brasero.svg    |  548 -----
 data/icons/hicolor_apps_48x48_brasero.png    |  Bin 4721 -> 4519 bytes
 data/icons/hicolor_apps_scalable_brasero.svg |  543 -----
 data/icons/hicolor_apps_src_brasero.svg      | 2859 ++++++++++++++++++++++++++
 12 files changed, 2861 insertions(+), 1968 deletions(-)

commit afb3e181a6d81f7081bac334969f8a426d66bd48
Author: Marián Bača <majoobaca@gmail.com>
Date:   Sun Mar 20 17:10:54 2011 +0100

    Updated Slovak translation

 po/sk.po | 1913 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 943 insertions(+), 970 deletions(-)

commit 52402584914de1403e145bc636842b1070ad7310
Author: Милош Поповић <gpopac@gmail.com>
Date:   Sat Mar 19 15:16:25 2011 +0100

    Updated Serbian translation

 po/sr.po       | 13532 +++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 13532 +++++++++++++++++++++++++++----------------------------
 2 files changed, 13454 insertions(+), 13610 deletions(-)

commit 5ff0aa38c32607d666878b35411d8d675d22d94c
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Mar 18 20:49:07 2011 +0530

    Updated Bengali India Translation

 po/bn_IN.po | 3247 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 1600 insertions(+), 1647 deletions(-)

commit 7b8537f8a1ff352c61732092790d6ccea820a5b4
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Mar 18 02:23:21 2011 +0200

    Updated Arabic translation

 po/ar.po | 1120 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 559 insertions(+), 561 deletions(-)

commit 76b132f6fc79f5a7b640650ccc9654dfba444a6f
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Thu Mar 17 12:54:30 2011 +0000

    Updated British English translation

 po/en_GB.po | 1770 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 878 insertions(+), 892 deletions(-)

commit f40a205f8f5a25d0b97ee97bfd997b505e76dddc
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Mar 13 02:57:51 2011 +0100

    Updated Romanian translation

 po/ro.po | 1487 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 734 insertions(+), 753 deletions(-)

commit b5ae516445bd344ec467d2a05860eb74abe0606a
Author: António Lima <amrlima@gmail.com>
Date:   Sat Mar 12 19:47:54 2011 +0000

    Updated Portuguese translation

 po/pt.po | 1754 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 870 insertions(+), 884 deletions(-)

commit 85a5c692e336ca8a61a369a809952810ee86965f
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sat Mar 12 14:39:16 2011 +0000

    Really remove Brasero nautilus extension from application list.
    
    Apparently set NoDisplay=True is not enough.

 nautilus/brasero-nautilus.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6f683419b2714ad75926e7651063c8c9e75c2c26
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sat Mar 12 14:16:53 2011 +0000

    Don't add CD/DVD creator to Applications list fixes bgo #643984
    
    Doesn't make sense have nautilus extension on gnome-shell.

 nautilus/brasero-nautilus.desktop.in.in | 1 +
 1 file changed, 1 insertion(+)

commit 4c98281f1618638a7aa9b57d87311c078c74404e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 9 19:27:20 2011 +0100

    Updated Polish translation

 po/pl.po | 1678 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 797 insertions(+), 881 deletions(-)

commit 2b97a9ac69f4738cb9a973a1a1e8102700ccba9c
Author: Olav Vitters <olav@vitters.nl>
Date:   Tue Mar 8 22:30:24 2011 +0100

    DOAP: fix download location

 brasero.doap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5823c7ee9b0ee13ed3403dee56eb9fdd5466ce23
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Mar 8 10:34:22 2011 +0100

    Post release bump to 2.91.92

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 06b7cea1f54be1ee6a28e190e1c22d179499171a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Mar 8 10:02:47 2011 +0100

    Updated NEWS

 NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit aa3eec0581d450edd417a191f4b75f2206edc1d1
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sat Mar 5 15:22:58 2011 +0200

    Updated Latvian translation.

 po/lv.po | 2921 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1509 insertions(+), 1412 deletions(-)

commit 44d0f168578ad012d03e766afa229889ea65a0ad
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Fri Mar 4 13:29:35 2011 +0530

    Updated Oriya Translation

 po/or.po | 30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

commit 2541028b69a81f109a62c72b7e32c7643a6fd3fe
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Wed Mar 2 16:38:09 2011 +0530

    updated kn translations

 po/kn.po | 105 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 43 insertions(+), 62 deletions(-)

commit 03470fe24406f3f4da8b7a05e7463cd1af821b51
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Tue Mar 1 20:13:50 2011 +0530

    Updated Oriya Translation

 po/or.po | 2919 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1512 insertions(+), 1407 deletions(-)

commit b28d359859a95386db82dd7c18fd70ea46bbf747
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Feb 28 17:32:02 2011 +0530

    updated kn translations

 po/kn.po | 118 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 50 insertions(+), 68 deletions(-)

commit c6acaae91f6a324401378ee2a8f07dcede3903da
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Feb 28 15:27:07 2011 +0530

    updated kn translations

 po/kn.po | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

commit 95df11f2be12c2400b6cba47d21a4e0bbe26b048
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Feb 28 13:22:52 2011 +0530

    Updated Gujarati Translations

 po/gu.po | 181 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 75 insertions(+), 106 deletions(-)

commit 7cd955035c35a22e70ff542086f26a30485a9d8f
Author: Joan Duran <jodufi@gmail.com>
Date:   Sun Feb 27 18:41:53 2011 +0100

    [l10n] Updated Catalan translation

 po/ca.po | 1701 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 838 insertions(+), 863 deletions(-)

commit f6fbc0c9575e3e1498fa5fd28f6f878897c81c90
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 27 17:26:52 2011 +0900

    Updated Korean translation

 po/ko.po | 1585 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 783 insertions(+), 802 deletions(-)

commit fc74a1a80f4a594d2c2bc3ee484d57b2e962f633
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Feb 25 20:43:37 2011 +0200

    Uploaded Ukranian

 po/uk.po | 2197 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1267 insertions(+), 930 deletions(-)

commit 240b320d3ff538163e1c424b068f3f06fa88d627
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Feb 22 20:11:21 2011 +0200

    Uploaded Ukranian

 po/uk.po | 2136 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 916 insertions(+), 1220 deletions(-)

commit e83ef7c519701afe7de95c184ae240030a902eca
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Feb 22 06:26:41 2011 +0200

    Uploaded Ukranian

 po/uk.po | 2956 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1521 insertions(+), 1435 deletions(-)

commit 55bd51ce0f2defbf1ecfb992edaaa017f678c370
Author: Aron Xu <aronxu@gnome.org>
Date:   Fri Feb 25 01:00:39 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po | 1520 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 753 insertions(+), 767 deletions(-)

commit bca28fb509ee418e304748623a131c1542eb8b82
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Wed Feb 23 21:47:24 2011 +0100

    Updated French translation

 po/fr.po | 1779 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 885 insertions(+), 894 deletions(-)

commit d505b01361336ad93ae409239029142a9b8e71bf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Feb 22 12:49:58 2011 +0100

    Post release version bump to 2.91.91

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 543601244d6b6531b3298914287714a01c97bdc4
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Feb 21 22:45:56 2011 +0000

    Update NEWS for 2.91.90 release.

 NEWS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit f83d9a41e541d6777b8b2c8851f5e2fd79b92b3e
Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>
Date:   Mon Feb 14 15:12:36 2011 -0500

    Fix packagekit integration
    
    Brasero currently crashes when trying to copy an audio cd without
    having cdrdao installed. This patch fixes up the packagekit
    backend so it will actually work and install missing binaries.

 libbrasero-utils/brasero-pk.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 19357733ae2f409f119ef686a534edc15b1451f2
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Feb 21 22:37:43 2011 +0000

    Fix Bug 642913 - ‘NautilusMenuProviderIface’ has no member named ‘get_toolbar_items’
    
    Extensions aren't suppose to install toolbar items anymore.

 nautilus/nautilus-burn-extension.c | 13 -------------
 1 file changed, 13 deletions(-)

commit edc47e171d8991de66eb8ec17c133d813c18c5f4
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Feb 21 22:26:47 2011 +0000

    Update configure to match GTK+ 3.0.0 GLIB 2.18 and Nautilus 3.0
    
    Update dependencies to stable releases

 configure.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit a3408cdde2073c859457c1fff20ffe5496af0219
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Feb 20 13:25:56 2011 +0100

    Updated Slovenian translation

 po/sl.po | 33 +++++++++++++++++++++++++++------
 1 file changed, 27 insertions(+), 6 deletions(-)

commit 10c09f49f336b3a41ec00a321958bc80656b446a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Feb 19 12:37:50 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 1154 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 576 insertions(+), 578 deletions(-)

commit b55b8d01ac85247d80842f53443b25a3c7dbba62
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Feb 19 01:08:28 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po | 1341 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 661 insertions(+), 680 deletions(-)

commit cda37d23a63c25858f89750c7de04e192a885819
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu Feb 17 22:07:57 2011 +0530

    update kn translation

 po/kn.po | 85 ++++++++++++++++++++++++++--------------------------------------
 1 file changed, 34 insertions(+), 51 deletions(-)

commit 38b9ed84df490a4be57d04705715f086066150e0
Author: Xandru Armesto <xandru@softastur.org>
Date:   Tue Feb 15 17:51:10 2011 +0100

    Updated Asturian translation

 po/ast.po | 4730 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2289 insertions(+), 2441 deletions(-)

commit 96930b188c1aa291fb94d893f6bc49d32b8add5c
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Feb 14 12:45:16 2011 +0530

    Updated Gujarati Translations

 po/gu.po | 4325 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2279 insertions(+), 2046 deletions(-)

commit 62aef94fb5f211d25f10f923041fa5e3e1137a95
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Sat Feb 12 14:27:06 2011 +0700

    Updated Indonesian translation

 po/id.po | 2295 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1171 insertions(+), 1124 deletions(-)

commit 218df5b7fc3c713ffcdf7f3709aab0171c75a473
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sat Feb 5 16:55:10 2011 +0000

    Fix Bug 641407 - libbrasero-media3.pc doesn't work
    
    Libbrasero-media3 and libbrasero-burn3 had a typo in gtk+-3.0 call.

 libbrasero-burn3.pc.in  | 2 +-
 libbrasero-media3.pc.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e3bdb3771ddffdfc6b4987ab0a964fca210b3582
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 31 18:41:50 2011 +0100

    Fixed a small warning

 libbrasero-media/brasero-medium-selection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6b6433d45758c96e518b67c2e28c51c3bc458b72
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 31 18:40:15 2011 +0100

    Post release bump to 2.91.7

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b09ced744fb3b3be4c030e691413399b08368a12
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 31 17:33:23 2011 +0100

    Updated NEWS file

 NEWS | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit dc4393a98d72123ba811d7ae37ba41628451d065
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 31 17:23:41 2011 +0100

    Fix #640715 - desktop file adjustments This adds brasero.desktop to two more categories - Core and Utility

 data/brasero.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 27cc96cc0437b6ddbc848ab5c41c47fb0ddd65ee
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jan 29 14:48:23 2011 +0100

    Fixed warning messages

 libbrasero-media/brasero-medium-selection.c | 14 +++++++++++---
 src/brasero-layout.c                        | 11 +++++++----
 2 files changed, 18 insertions(+), 7 deletions(-)

commit 30afca6926be4c957903eaaa935d54cc8012f21c
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Fri Jan 28 22:48:16 2011 +0100

    [l10n] Updated German translation

 po/de.po | 1604 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 790 insertions(+), 814 deletions(-)

commit 448c51b9f2ad384d05e166b5999610a144fa767c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jan 26 23:55:51 2011 +0100

    QA of Galician translations

 po/gl.po | 87 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 44 insertions(+), 43 deletions(-)

commit 42a4e7a166971325c23b12bc0246920b3ec7d40c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jan 25 11:52:23 2011 +0100

    Remove uses of gtk_widget_style_attach ()

 libbrasero-burn.pc.in      | 12 ------------
 libbrasero-media.pc.in     | 12 ------------
 src/brasero-player-bacon.c |  3 ---
 3 files changed, 27 deletions(-)

commit 76d4eaa4d39b4d386a541a93c47252abf4ae66e5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jan 25 11:51:05 2011 +0100

    Remove crufts remaing from the time we could build against gtk 2 and 3

 Makefile.am                            |  6 +++---
 configure.in                           | 14 ++++----------
 libbrasero-burn/Makefile.am            | 26 +++++++++++++-------------
 libbrasero-burn3.pc.in                 | 12 ++++++++++++
 libbrasero-media/Makefile.am           | 28 ++++++++++++++--------------
 libbrasero-media3.pc.in                | 12 ++++++++++++
 libbrasero-utils/Makefile.am           |  8 ++++----
 libbrasero-utils/brasero-jacket-view.c |  3 ---
 nautilus/Makefile.am                   |  6 +++---
 plugins/audio2cue/Makefile.am          |  2 +-
 plugins/cdrdao/Makefile.am             |  2 +-
 plugins/cdrkit/Makefile.am             |  6 +++---
 plugins/cdrtools/Makefile.am           |  8 ++++----
 plugins/checksum/Makefile.am           |  4 ++--
 plugins/dvdauthor/Makefile.am          |  2 +-
 plugins/dvdcss/Makefile.am             |  2 +-
 plugins/growisofs/Makefile.am          |  4 ++--
 plugins/libburnia/Makefile.am          |  4 ++--
 plugins/local-track/Makefile.am        |  4 ++--
 plugins/transcode/Makefile.am          |  6 +++---
 plugins/vcdimager/Makefile.am          |  2 +-
 src/Makefile.am                        |  6 +++---
 22 files changed, 91 insertions(+), 76 deletions(-)

commit 9b0d6977810a276a136a37047242f8088693b110
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jan 25 11:17:19 2011 +0100

    Fix all warnings with gcc 4.6.0
    This also fixes a few bugs (return values not used mainly)

 libbrasero-burn/brasero-burn-dialog.c        | 14 +-------
 libbrasero-burn/brasero-burn-options.c       | 52 ++++++++++++----------------
 libbrasero-burn/brasero-burn.c               | 22 ++----------
 libbrasero-burn/brasero-caps-session.c       | 11 +++---
 libbrasero-burn/brasero-data-project.c       | 17 +--------
 libbrasero-burn/brasero-data-vfs.c           |  5 ---
 libbrasero-burn/brasero-dest-selection.c     |  6 ----
 libbrasero-burn/brasero-drive-properties.c   |  7 ----
 libbrasero-burn/brasero-filtered-uri.c       |  3 --
 libbrasero-burn/brasero-image-properties.c   | 13 -------
 libbrasero-burn/brasero-image-type-chooser.c |  4 ---
 libbrasero-burn/brasero-medium-properties.c  |  9 +----
 libbrasero-burn/brasero-session-cfg.c        | 10 ------
 libbrasero-burn/brasero-session.c            | 13 -------
 libbrasero-burn/brasero-status-dialog.c      |  3 --
 libbrasero-burn/brasero-track-data-cfg.c     | 29 ++++------------
 libbrasero-burn/brasero-track-image.c        |  3 --
 libbrasero-burn/brasero-track-stream.c       |  3 --
 libbrasero-burn/brasero-video-options.c      |  4 ---
 libbrasero-burn/burn-image-format.c          |  2 ++
 libbrasero-burn/burn-job.c                   |  7 ++--
 libbrasero-burn/burn-mkisofs-base.c          |  2 --
 libbrasero-burn/burn-plugin.c                |  3 --
 libbrasero-burn/burn-process.c               |  2 --
 libbrasero-burn/burn-task-ctx.c              |  5 ---
 libbrasero-burn/burn-task.c                  |  3 --
 libbrasero-media/brasero-drive-selection.c   | 11 +-----
 libbrasero-media/brasero-medium-monitor.c    |  3 --
 libbrasero-media/brasero-medium-selection.c  | 23 +-----------
 libbrasero-media/brasero-medium.c            | 17 ++-------
 libbrasero-media/brasero-volume.c            |  9 -----
 libbrasero-utils/brasero-disc-message.c      |  3 --
 libbrasero-utils/brasero-io.c                | 12 ++++---
 libbrasero-utils/brasero-jacket-edit.c       |  2 --
 libbrasero-utils/brasero-jacket-font.c       |  6 ----
 libbrasero-utils/brasero-jacket-view.c       | 14 ++------
 libbrasero-utils/brasero-metadata.c          |  3 --
 nautilus/nautilus-burn-bar.c                 |  8 -----
 nautilus/nautilus-burn-extension.c           |  5 ++-
 plugins/cdrkit/burn-genisoimage.c            |  2 --
 plugins/cdrkit/burn-wodim.c                  |  7 +---
 plugins/cdrtools/burn-cdda2wav.c             |  2 --
 plugins/cdrtools/burn-cdrecord.c             |  5 ---
 plugins/cdrtools/burn-mkisofs.c              |  3 --
 plugins/checksum/burn-checksum-files.c       | 14 --------
 plugins/dvdauthor/burn-dvdauthor.c           |  3 --
 plugins/dvdcss/burn-dvdcss.c                 |  2 --
 plugins/local-track/burn-local-image.c       |  2 --
 plugins/transcode/burn-normalize.c           |  2 --
 plugins/transcode/burn-vob.c                 |  9 -----
 plugins/vcdimager/burn-vcdimager.c           |  8 +----
 src/brasero-app.c                            | 10 +-----
 src/brasero-audio-disc.c                     | 21 ++---------
 src/brasero-data-disc.c                      | 15 --------
 src/brasero-file-filtered.c                  |  3 --
 src/brasero-player-bacon.c                   | 21 ++---------
 src/brasero-plugin-manager-ui.c              | 14 ++------
 src/brasero-pref.c                           |  3 --
 src/brasero-project-name.c                   | 14 --------
 src/brasero-project-parse.c                  |  2 +-
 src/brasero-rename.c                         |  4 +--
 src/brasero-setting.c                        |  9 +++--
 src/brasero-song-control.c                   |  9 ++---
 src/brasero-split-dialog.c                   |  4 ---
 src/brasero-video-disc.c                     | 20 +++--------
 src/brasero-video-tree-model.c               |  6 ----
 66 files changed, 87 insertions(+), 495 deletions(-)

commit f571b9716746866ad472b4874fbc0e9bc10a2af1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 23 13:51:40 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 557 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 236 insertions(+), 321 deletions(-)

commit 9b6dc3c220005b69dc9ede5fed67dfca547d3347
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 22 15:48:42 2011 +0100

    Updated Swedish translation

 po/sv.po | 517 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 238 insertions(+), 279 deletions(-)

commit eb1732416ce64a630bb933d6e0503d76e4c37564
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Fri Jan 21 23:10:25 2011 +0300

    Updated Russian translation

 po/ru.po | 1244 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 533 insertions(+), 711 deletions(-)

commit 6ca91acc671c89d24865c4d4bdfce52a41671e86
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Jan 18 01:00:29 2011 +0100

    build: explicitely require ICE in configure (#639732)

 configure.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f51c58e1c330847b2b62627c2ad65c6a27f7c886
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 15 21:06:09 2011 +0100

    Updated Slovenian translation

 po/sl.po | 721 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 341 insertions(+), 380 deletions(-)

commit f4187dcc4459cb98c04c98340ef8044351925e82
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Jan 15 18:27:31 2011 +0100

    Updated Basque language

 po/eu.po | 73 ++++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 53 insertions(+), 20 deletions(-)

commit 7e14e0a0cf46aafb033df983f9f4a65d5af303d0
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Jan 15 16:17:35 2011 +0100

    Updated Czech translation

 po/cs.po | 521 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 251 insertions(+), 270 deletions(-)

commit d650a17d74dfe1a83776011a3272099d1aed5df0
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Jan 14 16:20:16 2011 +0100

    Updated Galician translations

 po/gl.po | 717 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 350 insertions(+), 367 deletions(-)

commit aeb372c3a649ff5c636820fb0cfd0a3dee98c0f0
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Jan 13 21:02:31 2011 +0100

    Updated Hungarian translation

 po/hu.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 061808e5b5e8946d5f5cf431a2a65236cbf46456
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Jan 13 21:02:31 2011 +0100

    Updated Hungarian translation

 po/hu.po | 1176 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 536 insertions(+), 640 deletions(-)

commit 3a049eb5d522e026cc87ae14c7bd74513151c087
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jan 13 19:37:43 2011 +0100

    Updated Spanish translation

 po/es.po | 737 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 360 insertions(+), 377 deletions(-)

commit ca882e6d39ee3bfd9ed5bace9c66c39f95bce168
Author: George Stefanakis <george.stefanakis@gmail.com>
Date:   Thu Jan 13 13:00:53 2011 +0200

    Updated Greek translation

 po/el.po | 2243 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 1002 insertions(+), 1241 deletions(-)

commit ca861a19abb6c6391fabda79993e26826a7512d3
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Jan 12 12:01:00 2011 +0200

    Updated Arabic translation

 po/ar.po | 2896 +++++++++++---------------------------------------------------
 1 file changed, 514 insertions(+), 2382 deletions(-)

commit ced6cdd7edcbb3f1518f2691849bd3502c7b321e
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Jan 12 07:31:54 2011 +0200

    Updated Bulgarian translation

 po/bg.po | 920 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 412 insertions(+), 508 deletions(-)

commit 0f450d08b58aef374dcf347eb43919c1b92afee9
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jan 11 20:35:41 2011 +0200

    Updated Hebrew translation.

 po/he.po | 728 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 354 insertions(+), 374 deletions(-)

commit 4f7832f495dd7baf6c861e0f05764d017f9fe623
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Jan 10 23:17:24 2011 +0100

    Updated Basque language

 po/eu.po | 2538 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1234 insertions(+), 1304 deletions(-)

commit 8da6d500d89063cc0fabb439cc32c635befc863b
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Jan 10 19:39:45 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

commit 3a987c5d525d7bdc0b72da72d55221250a3c84d2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 10 18:35:14 2011 +0100

    Removed the search widget as search (included with tracker) is integrated with GtkFileChooser

 po/POTFILES.in                |    3 -
 src/Makefile.am               |   11 -
 src/brasero-mime-filter.c     |  325 ------------
 src/brasero-mime-filter.h     |   78 ---
 src/brasero-project-manager.c |   25 -
 src/brasero-search-entry.c    |  667 ------------------------
 src/brasero-search-entry.h    |   77 ---
 src/brasero-search.c          | 1146 -----------------------------------------
 src/brasero-search.h          |   64 ---
 9 files changed, 2396 deletions(-)

commit db53f7e0a5a6e1547ccc3e8583534bef56e429b2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 10 18:17:07 2011 +0100

    Post release version bump

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 70805066e4f4829501f86f2a039402e02cdbc122
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 10 17:25:41 2011 +0100

    Updated NEWS

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit c7ba4a2633673150ca7af4afafa342f9419d3cd4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 10 17:17:56 2011 +0100

    More fixes for #6319957

 libbrasero-burn/brasero-burn-dialog.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit c6b1595725482467433b7b4c505cb0ca9c988c1a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jan 10 16:48:06 2011 +0100

    Fix for 631957 - drop status icon use

 configure.in                          | 10 +++++++
 libbrasero-burn/Makefile.am           |  2 ++
 libbrasero-burn/brasero-burn-dialog.c | 53 +++++++++++++++++++++++++++++++++--
 3 files changed, 63 insertions(+), 2 deletions(-)

commit 222c0206dca497c22ba6bc451c78a928553f8162
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Jan 9 23:48:40 2011 +0100

    Updated Swedish translation

 help/sv/sv.po | 35 +++++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)

commit 6c52feebb818e4f346c5c473256a3358eb1253d0
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Jan 8 18:44:31 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po | 796 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 395 insertions(+), 401 deletions(-)

commit 97fe1cb4e59ae43ff05556b7686b8a494f2c218d
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Thu Jan 6 21:28:44 2011 +0100

    Updated Slovenian translation

 po/sl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0417f6f98a314e7c3b6a2e3b63cc94cb29cbcc29
Author: Luis <lmedinas@gnome.org>
Date:   Thu Jan 6 15:52:42 2011 +0000

    Remove gtk_range_set_update_policy() not available on gtk+-3.0 anymore
    
    Fixes bgo #638773 Git master fails to build with GTK+-3 from git master

 src/brasero-song-control.c | 1 -
 1 file changed, 1 deletion(-)

commit 89798baaccae29222885272cd9a19dca159aadbd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 2 18:22:44 2011 +0100

    Updated Norwegian bokmål translation from Torstein Adolf Winterseth

 po/nb.po | 744 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 367 insertions(+), 377 deletions(-)

commit 98356a8afa44f0195f6abe03acc3042ab36705e9
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Dec 29 15:42:53 2010 +0100

    Updated Swedish translation

 po/sv.po | 972 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 483 insertions(+), 489 deletions(-)

commit 11d99d51e2dd95d7ec35912a2c03ae7538f2c08e
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Dec 28 13:43:41 2010 +0100

    Updated Czech translation

 po/cs.po | 953 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 473 insertions(+), 480 deletions(-)

commit 5ab28dd8b7f5dbe50da7bad8b02e1c9d85b80b9d
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Dec 26 14:37:21 2010 +0700

    Updated Vietnamese translation

 po/vi.po | 258 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 125 insertions(+), 133 deletions(-)

commit f7fb26972618c1cd20ab297695e5847398fd0305
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Dec 26 14:15:01 2010 +0700

    po/vi.po: import from Damned Lies

 po/vi.po | 8784 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 4508 insertions(+), 4276 deletions(-)

commit eb5c5bae6a6effb47c6e084e1ac436142be88f31
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Dec 26 13:50:25 2010 +0700

    po/vi.po: import translations from Ubuntu/Maverick

 po/vi.po | 1143 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 1142 insertions(+), 1 deletion(-)

commit d9a251f098c0b71e6c88fb0b024e7c7dc657cde7
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 18:28:15 2010 +0100

    Added UG translation

 po/ug.po | 209 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 103 insertions(+), 106 deletions(-)

commit ff93dfcde3a47c6e4dc5a75fcb87e8330ca7d1bc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Dec 23 18:26:25 2010 +0100

    Post release version bump

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6d9bb27b38d0b47ccad4f879655dc5049fb825ff
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Dec 23 17:36:27 2010 +0100

    One more change to match gtk+3 changes

 src/brasero-app.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3a9156d017b9b7d06121e617a3d6f6241056e914
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Dec 23 14:16:05 2010 +0100

    Explicitly link against X11 GDK backend

 configure.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c4a45c9497c850f4e21a75a2bffe698209aa2cb1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Dec 23 12:12:42 2010 +0100

    Updated NEWS

 NEWS | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit f4649cab0a4499461331a210de85728895696565
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 22 21:19:11 2010 +0100

    Remove any use of gdk_cursor_unref and bump glib/GTK+ requirements

 configure.in                          | 4 ++--
 libbrasero-burn/brasero-burn-dialog.c | 2 +-
 libbrasero-burn/brasero-tool-dialog.c | 2 +-
 src/brasero-playlist.c                | 2 +-
 src/brasero-project.c                 | 2 +-
 src/brasero-search.c                  | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

commit b81634cb669c3ad1da054ec6ec8cb7333ab92c85
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 22 17:29:28 2010 +0100

    Update to compile against gtk3 2.91.7

 src/eggdesktopfile.c      | 103 +++++++++++++++++++++++++++++++++-------------
 src/eggdesktopfile.h      |   8 +++-
 src/eggsmclient-private.h |   6 +++
 src/eggsmclient-xsmp.c    |  17 +++++---
 src/eggsmclient.c         |  39 ++++++++++++++----
 5 files changed, 128 insertions(+), 45 deletions(-)

commit c5db429255ba907c817afe93ea3234be0c908af0
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 20 14:23:32 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 251fff8ab24e58b49cc4f96051074d2211d29e31
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Sun Dec 19 16:28:52 2010 +0100

    Updated Norwegian Nynorsk translation

 po/nn.po | 2285 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1210 insertions(+), 1075 deletions(-)

commit 78d3883822464cd74ae2290662b21c55380fa171
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Dec 9 19:39:07 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 1000 +++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po | 1001 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1008 insertions(+), 993 deletions(-)

commit 35b91f09a7c086e480c479c2afcdf9aee65a4690
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Dec 6 21:01:38 2010 +0100

    Fix 636499 - Port to the new gtk+ 3.0 GtkStyleContext

 src/baobab-cell-renderer-progress.c | 17 +++++------------
 src/brasero-project.c               | 10 ++++++++--
 2 files changed, 13 insertions(+), 14 deletions(-)

commit 0ff759dfbea13cc10bf1671eb4b5f0d378ec927e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Dec 6 18:37:08 2010 +0100

    Fix to build against GTK+ 3

 libbrasero-utils/brasero-jacket-edit.c | 11 +----------
 libbrasero-utils/brasero-jacket-view.c |  2 +-
 2 files changed, 2 insertions(+), 11 deletions(-)

commit a3b0605e2bc2e7f6262a43338f254d22d75f1b90
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Dec 2 23:33:58 2010 -0500

    Fix the build with recent GTK+
    
    GdkDrawable apis are gone.

 libbrasero-burn/brasero-burn-dialog.c  | 2 +-
 libbrasero-burn/brasero-burn-options.c | 2 +-
 libbrasero-utils/brasero-io.c          | 2 +-
 src/brasero-player-bacon.c             | 2 +-
 src/brasero-project.c                  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit d58ae3265899229fd0934c899077815345c38e00
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 29 22:00:28 2010 +0100

    Post release version bump

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e9c7a5a0aaac2a5239d28974eb5db91b71a97905
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 29 21:38:28 2010 +0100

    Upated NEWS

 NEWS | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit 20f55186b1aad3a7eab88d56e76724bc138f0cd3
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Nov 26 12:13:31 2010 +0700

    Updated Indonesian translation

 po/id.po | 1762 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 816 insertions(+), 946 deletions(-)

commit 3776435f07c57e27c0a67119936d9a6fe9c39fd1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 24 16:29:32 2010 +0100

    Make sure that the size is displayed correctly when burning tracks internally copied with cdda2wav

 libbrasero-burn/brasero-track-stream.c |  2 +-
 plugins/cdrtools/burn-cdda2wav.c       | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit ede93d27a289d7f82c1369d996628a44ffd986a9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 24 15:33:09 2010 +0100

    Silenced a warning when unhibiting

 libbrasero-burn/burn-dbus.c | 1 -
 1 file changed, 1 deletion(-)

commit cdb870455c6ed162209379b48f47e40d1886e75a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 24 15:29:01 2010 +0100

    Silenced a warning

 libbrasero-burn/brasero-session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ba359862978159150779fc5c04d535a4beacae07
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 24 16:48:29 2010 +0100

    Do not show useless dialog warning about the nature of the medium when we are copying audio from a CDRW

 libbrasero-burn/brasero-burn.c | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

commit cec13935105cbb3ecd667ec7d109599fd4e0b56c
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Mon Nov 22 19:56:08 2010 +0200

    Updated Romanian translation

 po/ro.po | 465 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 227 insertions(+), 238 deletions(-)

commit 15cda245bb148ac124a902001f897d90a519d54a
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 10:55:58 2010 +0100

    Added UG translation

 po/ug.po | 105 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 51 deletions(-)

commit c8c8b765aaa9882aea0bfad694ba4577e53f9135
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Nov 15 11:33:11 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po | 75 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 33 insertions(+), 42 deletions(-)

commit 144c1cbdfe86ad0bd6c826f82164418aba0d76bf
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Nov 14 12:20:12 2010 +0100

    Updated Slovenian translation

 po/sl.po | 459 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 222 insertions(+), 237 deletions(-)

commit a5e74557cebc7fed559238c15fe2499786ca2304
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 21:45:01 2010 +0100

    Added UG translation

 po/ug.po | 833 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 350 insertions(+), 483 deletions(-)

commit 4f8308bff405d50bb8e432e3c292d059c52f8d34
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Nov 13 01:02:23 2010 +0100

    Updated Galician translations

 po/gl.po | 456 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 222 insertions(+), 234 deletions(-)

commit 4a64a1a0b438ca4ca4e4248dcfc2f322dd3ee324
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Nov 12 14:49:04 2010 +0200

    Updated Hebrew translation.

 po/he.po | 134 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 68 insertions(+), 66 deletions(-)

commit 1b8dcb6c2124e88d0156ecaf1e33684a20b2eeee
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Nov 11 17:21:49 2010 +0100

    Updated Spanish translation

 po/es.po | 97 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 47 deletions(-)

commit 16e30385fdeb57fe9895f66843759b2404445737
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 11 14:12:20 2010 +0100

    Fix use of deprecated signal for GApplication

 src/brasero-app.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

commit 5e17933eb60508fb51b5e8f52abe6d8ee2df6496
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 11 14:03:08 2010 +0100

    Fix for BRASERO_TRACK_IMAGE_CFG tracks which did not return a valid value while they were processing an image size

 libbrasero-burn/brasero-track-image-cfg.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit 8066bef21c436fdb232d23120e65e37c29b138dc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 11 13:55:25 2010 +0100

    Some cleaning

 libbrasero-burn/brasero-track-data-cfg.c | 59 ++++----------------------------
 1 file changed, 6 insertions(+), 53 deletions(-)

commit 89f49c2c2b006dd0e410d01d26813a394d7189d9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 11 13:53:05 2010 +0100

    Move the disc name entry into the nautilus bar.
    This is the first patch of a series which attempt at refreshing the nautilus burn extension UI

 nautilus/Makefile.am               |   6 +-
 nautilus/nautilus-burn-bar.c       | 310 +++++++++++++++++++++++++++++++++++--
 nautilus/nautilus-burn-bar.h       |  23 ++-
 nautilus/nautilus-burn-extension.c | 112 ++++++++------
 4 files changed, 382 insertions(+), 69 deletions(-)

commit 2741b1df4afd11943adbe4e855a30b3111094c7a
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Nov 9 02:57:45 2010 +0100

    Use gtk_paned_new() instead gtk_[h|v]paned_new()

 src/brasero-layout.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 105aab9a15b902d340832725ad30ced9dae9e5d3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 8 20:44:18 2010 +0100

    Post release version bump

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1ae7c40fcedf764cbeb81ff1eec6da3b44e40afd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 8 20:10:42 2010 +0100

    Updated NEWS

 NEWS | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit 8c97ee72501bbebc1677ac1ff5b173cccf190c00
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 8 19:48:53 2010 +0100

    Fix #633375 - prepare for the demise of size_request
    Patch by Matthias Clasen

 libbrasero-utils/brasero-jacket-view.c | 52 ++++++++++++++++++++++++++++------
 src/brasero-player-bacon.c             | 31 +++++++++++++++-----
 2 files changed, 67 insertions(+), 16 deletions(-)

commit 45f990389988ba5a8158f04b0c642775d0f091b8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 8 17:02:23 2010 +0100

    Fix #634176 - Fails to Build against GTK+ 3
    Patch by James M. Cape

 libbrasero-utils/brasero-jacket-view.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 193167ef6616a5e0ca8dc747872a5ceac8d3bed5
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Nov 6 15:46:37 2010 +0200

    Updated Hebrew translation

 po/he.po | 375 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 181 insertions(+), 194 deletions(-)

commit e0552db12740f33896eedbbf535abdc44b9b6a9d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Nov 6 15:43:46 2010 +0200

    Updated Hebrew translation

 po/he.po | 378 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 190 insertions(+), 188 deletions(-)

commit cede3643fd5b57529350d2e3595a215c04d61769
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Tue Nov 2 01:34:41 2010 +0900

    Fix error in Japanese translation

 po/ja.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit daad4cdee2d901a1c8528c1357a0e62c2d9b2001
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Thu Oct 28 17:24:35 2010 +0300

    Updated Romanian translation
    
    Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>

 help/ro/ro.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e8a2262a304a4ea1d219bc6bf356bc1a5c125ea7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Oct 27 12:29:03 2010 +0200

    Updated Spanish translation

 po/es.po | 394 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 190 insertions(+), 204 deletions(-)

commit 292c8550a0a07f4288da6a7cc48caa97b3cfc689
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri Oct 22 18:36:17 2010 +0100

    Fix g_application use with the lastest GLib/GIO release.

 src/main.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 0beca1d9ff2b33129a92cb4eb316b3b14923dcd3
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri Oct 22 18:35:45 2010 +0100

    Bump GLIB and GIO requirenments.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1b87f6d767986d738326b99e399e9e0c672e7d79
Author: Xhacker Liu <liu.dongyuan@gmail.com>
Date:   Sun Oct 24 10:27:40 2010 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po | 378 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 183 insertions(+), 195 deletions(-)

commit 1a17bc882066f50f59350a5b7f9ffafd9c5636ba
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Oct 24 03:13:45 2010 +0300

    Updated Romanian translation
    
    Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>

 help/Makefile.am |   2 +-
 help/ro/ro.po    | 233 +++++++++++++++++++++++++++----------------------------
 2 files changed, 115 insertions(+), 120 deletions(-)

commit 96280f9b2394feb83bc5186a8ba70c8cb4455e2a
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Sun Oct 17 16:57:09 2010 +0300

    Updated Romanian translation

 help/ro/figures/brasero_main.png |  Bin 0 -> 77450 bytes
 help/ro/ro.po                    | 1813 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 1813 insertions(+)

commit 4548ed0f0b294b49c0cf2032d3f731ab8d7f1735
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sat Oct 23 00:38:00 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 2119 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 1104 insertions(+), 1015 deletions(-)

commit 297db3573536c033fb6c9fa3a2827d66ca0c092c
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri Oct 22 12:30:58 2010 +0100

    Fix crash for Bug 632576 - Brasero segfaults just before it should start
    burning

 libbrasero-burn/burn-dbus.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 68f8e52fea355179c49998ab825f53b7b80c1678
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri Oct 22 00:16:34 2010 +0100

    Remove the last bites of combo box text api going away.

 src/brasero-rename.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e8f05b813cfd0b5cd52685976e33a525737c028e
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Oct 21 23:38:55 2010 +0100

    Remove more bites of combo box text api going away.

 libbrasero-utils/brasero-jacket-background.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 00a0c549effc998f0afcb4533e33216579c90e8c
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Oct 21 23:20:56 2010 +0100

    Fix Bug 632607 - handle combo box text api going away
    
    Patch by Matthias Clasen.

 libbrasero-utils/brasero-jacket-background.c | 10 +++++-----
 src/brasero-project.c                        | 14 +++++++-------
 src/brasero-rename.c                         | 22 +++++++++++-----------
 src/brasero-search.c                         |  8 ++++----
 src/brasero-split-dialog.c                   | 10 +++++-----
 5 files changed, 32 insertions(+), 32 deletions(-)

commit 376f769dcd0d2acf748f58b13e910b9f0dda732b
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Oct 21 23:20:01 2010 +0100

    Fix Bug 632599 - handle GtkComboBoxEntry going away
    
    Patch by Matthias Clasen.

 src/brasero-search-entry.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 0d0ba5dac3f4c38815fbe6083291170df3a9eb46
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Oct 21 18:19:26 2010 +0200

    Added UG translation

 po/ug.po | 9849 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 4992 insertions(+), 4857 deletions(-)

commit f45861a0254512480b7991e542a98588b7f0cc98
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 18 18:23:51 2010 +0200

    Post release version bump 2.91.2

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a48ec40bedc9877ee09ae9d6009b071fdacc942f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 18 17:35:57 2010 +0200

    Updated POTFILES.in after file removal

 po/POTFILES.in | 1 -
 1 file changed, 1 deletion(-)

commit 29b5168b579191df925626c3a3a289eec1c3af95
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 17 16:10:29 2010 +0200

    prerelease version bump to 2.91.1 and NEWS file update. (a postrelease bump is to be used now)

 NEWS         | 37 +++++++++++++++++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)

commit 0d7083d95d7293d0a9ffef58c81c2849b77ceff3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 17 15:58:49 2010 +0200

    Fix #612980 - Copy disc to ISO image always uses brasero.iso by default

 libbrasero-burn/brasero-image-properties.c | 72 ++++++++++++++----------------
 libbrasero-burn/brasero-session-cfg.c      | 19 +++++++-
 libbrasero-burn/burn-image-format.c        |  9 ++--
 libbrasero-burn/burn-image-format.h        |  3 +-
 4 files changed, 59 insertions(+), 44 deletions(-)

commit 7a048097d1274155e5aa948d8eb773c8bb60ebf3
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Oct 17 16:49:20 2010 +0300

    Updated Romanian translation

 po/ro.po | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit 6b5ea4d0541f9bc7019f8939dc677a9ef999715d
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Oct 17 16:19:18 2010 +0300

    Updated Romanian translation

 po/ro.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit a474f9ab7b31bb409fd49cc2bf4060d54f31924d
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Sun Oct 17 16:13:57 2010 +0300

    Updated Romanian translation

 po/ro.po | 765 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 394 insertions(+), 371 deletions(-)

commit 9a65b0c246193d7ba9037672306d7b72f3c7582b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 17 13:35:53 2010 +0200

    Fix #631957 - drop status icon use and removed the icon tray

 libbrasero-burn/Makefile.am           |   2 -
 libbrasero-burn/brasero-burn-dialog.c | 105 ---------
 libbrasero-burn/brasero-tray.c        | 404 ----------------------------------
 libbrasero-burn/brasero-tray.h        |  85 -------
 4 files changed, 596 deletions(-)

commit 0b27d829020d60794594cccb2e445e3f91a781bf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 17 13:33:00 2010 +0200

    Remove unneeded icon

 src/brasero-layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 87178761508aaa4e486a6e21341f6329304d6461
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Oct 16 21:30:55 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 471 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 251 insertions(+), 220 deletions(-)

commit f536086630914ea1bc5888f2a1566c02d57c9a56
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Wed Oct 13 19:32:06 2010 +0200

    [l10n] Updated German translation

 po/de.po | 659 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 349 insertions(+), 310 deletions(-)

commit 80c5cd4ecc72b16a3c859636fcf22f372703d8f1
Author: YunQiang Su <wzssyqa@gmail.com>
Date:   Wed Oct 13 22:22:22 2010 +0800

    Fix two problems in Simplified Chinese translation.

 po/zh_CN.po | 459 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 237 insertions(+), 222 deletions(-)

commit 51498781f65c4488bf1b86de96b9c52da3173a3b
Author: Andreas Henriksson <andreas@fatal.se>
Date:   Mon Oct 11 15:18:11 2010 +0200

    There are no statusbar resize grips since Gtk+ 2.91.1
    
    Resize grip handling was moved from statusbar to window in Gtk+ 2.91.1.
    
    There's one place where brasero uses 2 status bars, and disables
    the resize grip in one of them.
    
    Remove this code since it will not needed with Gtk+ 3, which brasero
    will require in the future, as discussed with Luis Medinas.
    
    See also:
    "Add resize grips to GtkWindow"
    http://git.gnome.org/browse/gtk+/commit/?id=f6347baf648fb5b7486354fd800b28bdf571f731
    
    "Remove resize grip handling from GtkStatusbar"
    http://git.gnome.org/browse/gtk+/commit/?id=b04bceb47e8503658481fcca44f90dae6ad65457
    
    "Add a migration guide section about resize grips"
    http://git.gnome.org/browse/gtk+/commit/?id=f8490e425f2c76533bc1733989d176c8a5ca06f7

 src/brasero-app.c | 1 -
 1 file changed, 1 deletion(-)

commit 45d05fd0f4902c7e4692f859f2a111c0fd1703fd
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Oct 11 10:29:07 2010 +0200

    Updated Galician translations

 po/gl.po | 441 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 230 insertions(+), 211 deletions(-)

commit e40d8ffbce765c6b67a3b3a979552aa45d02ab07
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 9 22:41:38 2010 +0200

    Add a new check for the volume free space when creating an image

 libbrasero-burn/brasero-session-cfg.c | 164 +++++++++++++++++++++++++++-------
 1 file changed, 134 insertions(+), 30 deletions(-)

commit d1302cc6423d70d288f40b5f7ac40625993167e3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 9 21:53:25 2010 +0200

    Some fixes for API documentation

 libbrasero-burn/brasero-session-cfg.c | 60 +++++++++++++++++------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

commit 008ea8bf739466de326aae6cf450ab594fe99e69
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 9 21:49:48 2010 +0200

    Optimize the auto configure path in BraseroSessionCfg

 libbrasero-burn/brasero-session-cfg.c | 285 ++++++++++++++++++++++------------
 1 file changed, 187 insertions(+), 98 deletions(-)

commit 01cda20576d265be6e1e42955520d3c18faf43da
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 9 15:55:22 2010 +0200

    Removed remaining expose-event signal connection

 src/brasero-playlist.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 54103de1f4edfea4638a9488c9aa2dcfec8ada14
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 9 03:01:10 2010 +0900

    Updated Korean translation

 po/ko.po | 2196 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1131 insertions(+), 1065 deletions(-)

commit e02c407e04bb9cb0308d20438bcc3a668d7aad03
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Oct 7 14:17:05 2010 +0200

    Updated Spanish translation

 po/es.po | 434 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 226 insertions(+), 208 deletions(-)

commit a7fc26ce16d13bbf829873b488ad928301b2b514
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Oct 7 01:40:47 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 92 +++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 54 insertions(+), 38 deletions(-)

commit 556919cc380590f08cfc266ab6bc4dd2510a9f0d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 6 14:15:35 2010 +0200

    Removed some deprecated API

 libbrasero-burn/brasero-enums.h      |   3 --
 libbrasero-burn/brasero-status.c     |  16 ------
 libbrasero-burn/brasero-status.h     |   3 --
 libbrasero-burn/brasero-track-data.c | 100 -----------------------------------
 libbrasero-burn/brasero-track-data.h |  13 -----
 5 files changed, 135 deletions(-)

commit 4a4bc3d3873c50ae5215447b622bbf49e8e9c565
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Oct 6 15:06:14 2010 +0200

    Updated Slovenian translation

 po/sl.po | 462 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 236 insertions(+), 226 deletions(-)

commit 2f35954d131765c95e0bfe26ad61a1fc1b3f26c7
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Sep 13 13:31:46 2010 +0200

    Updated Hebrew translation.

 po/he.po | 57 +++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 37 insertions(+), 20 deletions(-)

commit 1b8397ee252df2d554682ca2d694d5937fbf6e39
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 5 10:10:17 2010 +0200

    Fix for #630651 - Basero creating incomplete image (.ISO) files

 plugins/libburnia/burn-libisofs.c | 78 +++++++++++++++++++++++++++------------
 1 file changed, 55 insertions(+), 23 deletions(-)

commit a94e44f0769e940df4e545e057fb74d4fa4d4477
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 4 18:47:13 2010 +0200

    Bumped version and updated NEWS file

 NEWS         | 155 +++--------------------------------------------------------
 configure.in |   6 +--
 2 files changed, 9 insertions(+), 152 deletions(-)

commit ae823895df89687c3d23b9c9b90ddc784e26d892
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 4 18:46:44 2010 +0200

    Removed the logo file

 data/Makefile.am                   |  2 --
 src/brasero-project-type-chooser.c | 54 +++-----------------------------------
 src/brasero-project-type-chooser.h |  4 +--
 3 files changed, 6 insertions(+), 54 deletions(-)

commit 4d7e8238f1f7ff8f2f327b2653be653eb7ff6290
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 4 18:03:40 2010 +0200

    Bumped version number for release
    Removed logo file

 data/logo.png | Bin 52547 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 5cf86279336be600ad597164fe012b9b36374e5c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 4 17:29:33 2010 +0200

    Fixes #631160 - Needs porting to new rendering regime
    Patch by Kjartan Maraas modified by Philippe Rouquier
    It completly modifies our hack to GtkTextView display our background
    In addition the dialog to choose the backgrounds has been reworked to include radio buttons now.

 libbrasero-burn/brasero-cover.c              |   3 +-
 libbrasero-utils/brasero-jacket-background.c | 108 ++++--
 libbrasero-utils/brasero-jacket-background.h |  10 +-
 libbrasero-utils/brasero-jacket-view.c       | 520 ++++++++++++---------------
 libbrasero-utils/brasero-jacket-view.h       |  15 +-
 libbrasero-utils/brasero-tool-color-picker.c |  19 +-
 6 files changed, 322 insertions(+), 353 deletions(-)

commit 31541b3dabb9d821c42a681a995c355d644b8188
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 4 17:27:16 2010 +0200

    Partial fix for #631160 - Needs porting to new rendering regime
    Main patch from Kjartan Maraas with fixes from Philippe Rouquier

 src/baobab-cell-renderer-progress.c | 14 ++++----------
 src/brasero-data-disc.c             |  2 --
 src/brasero-file-chooser.c          | 10 +++++-----
 src/brasero-mime-filter.c           |  2 +-
 src/brasero-player-bacon.c          | 13 +++++--------
 src/brasero-playlist.c              |  4 ++--
 src/brasero-plugin-manager-ui.c     |  4 ++--
 src/brasero-project-type-chooser.c  | 30 +++++++++++-------------------
 src/brasero-search.c                |  4 ++--
 src/brasero-setting.c               |  6 +++---
 src/eggdesktopfile.c                |  2 +-
 11 files changed, 36 insertions(+), 55 deletions(-)

commit 5ed5001aa1cb042230851874e936594466b44601
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 3 16:35:12 2010 +0200

    Fixed the name of the icon for the background setting button in cover editor

 libbrasero-utils/brasero-jacket-edit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6956457b1e360069ee650509193af476690f6277
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 2 17:47:20 2010 +0200

    Only build against gtk+3

 configure.in                           | 35 ++++++----------------------------
 libbrasero-utils/brasero-jacket-view.c | 14 ++++++--------
 2 files changed, 12 insertions(+), 37 deletions(-)

commit 16362e90278513c367e12e33661b415544b31123
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Wed Sep 29 19:51:41 2010 +0200

    Updated Lithuanian translation

 po/lt.po | 284 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 143 insertions(+), 141 deletions(-)

commit 7d5b55f115ad32395e3f6374893dc75031ef96ad
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Wed Sep 29 19:06:04 2010 +0200

    Updated Dutch translation by Redmar

 po/nl.po | 3438 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 1480 insertions(+), 1958 deletions(-)

commit b33d42ba002567ab328cad3133ca3ceec50cac13
Author: Joan Duran <jodufi@gmail.com>
Date:   Wed Sep 29 01:21:52 2010 +0200

    Updated Catalan translation

 po/ca.po | 2081 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1090 insertions(+), 991 deletions(-)

commit 7f700c8d4944830992d7d970e17a4de0f8458338
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 27 11:47:26 2010 -0400

    Adapt to GtkObject removal in GTK3
    
    Most of the changes here move destroy implementations to GtkWidgetClass
    instead of GtkObjectClass, and adapt the destroy signature.
    
    Bug 630675

 libbrasero-burn/brasero-burn-dialog.c  |  9 ++++-----
 libbrasero-utils/brasero-jacket-view.c |  8 ++++----
 src/brasero-app.c                      |  2 +-
 src/brasero-layout.c                   | 11 +----------
 src/brasero-player-bacon.c             |  9 ++++-----
 src/brasero-player.c                   | 11 ++++++-----
 src/brasero-playlist.c                 | 10 +++++-----
 src/brasero-search-entry.c             |  9 ---------
 src/brasero-search.c                   | 10 +++++-----
 src/brasero-song-control.c             |  8 ++++----
 10 files changed, 34 insertions(+), 53 deletions(-)

commit 6b346e09cad0f14ba1f1f66bf74b7712b6280dca
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Sun Sep 26 15:30:35 2010 +0300

    Updated Bulgarian translation

 po/bg.po | 291 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 156 insertions(+), 135 deletions(-)

commit 83d9a3f27c1edc42dcf4b0e807bccd8cdffd78b0
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Fri Sep 24 01:57:33 2010 +0900

    Updated Japanese translation

 po/ja.po | 270 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 135 insertions(+), 135 deletions(-)

commit 790a6d51ee69238f5fcc85e14ab3a8af47a7e418
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Sep 22 21:45:12 2010 +0200

    Bump the gtk+ version requirements after previous deprecated API use removals

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e34b792e5b83150854e4dad8b5212d07f557ac83
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Sep 22 21:39:32 2010 +0200

    Fix #630178 - Deprecation of gtk_dialog_set_has_separator() in GTK+ 2.21.8
    Patch by Matthias Clasen

 libbrasero-burn/brasero-burn-dialog.c       |  2 --
 libbrasero-burn/brasero-burn-options.c      |  1 -
 libbrasero-burn/brasero-image-properties.c  |  2 --
 libbrasero-burn/brasero-medium-properties.c |  1 -
 libbrasero-burn/brasero-tool-dialog.c       |  2 --
 libbrasero-utils/brasero-jacket-buffer.c    | 22 +---------------------
 libbrasero-utils/brasero-jacket-edit.c      |  3 +--
 src/brasero-audio-disc.c                    |  4 ++--
 src/brasero-data-disc.c                     |  4 ++--
 src/brasero-eject-dialog.c                  |  1 -
 src/brasero-multi-song-props.c              |  1 -
 src/brasero-plugin-option.c                 |  1 -
 src/brasero-pref.c                          |  1 -
 src/brasero-project.c                       |  1 -
 src/brasero-song-properties.c               |  1 -
 src/brasero-split-dialog.c                  |  2 --
 src/brasero-video-disc.c                    |  4 ++--
 17 files changed, 8 insertions(+), 45 deletions(-)

commit 3d0567c096182f9a448f62291c34fe8241e3a934
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Sun Sep 19 12:00:09 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 126cdcf9d05ab4fccaf12cbbc5f8ac615e3f8560
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Mon Sep 13 18:14:19 2010 +0300

    Updated Finnish translation from Launchpad from Ubuntu Finnish Translators.

 po/fi.po | 2527 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 1185 insertions(+), 1342 deletions(-)

commit 5c9c9ff2b1b64f54de96b2977819e1948e16a390
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Sep 13 01:08:47 2010 +0100

    Remove dbus-glib requires from pkgconfig file

 libbrasero-burn.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 499b0efd5beb40b4071272a86d48b84d0bca54e7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 12 05:29:56 2010 +0200

    Added a new string to help users work around some problems with copying encrypted video DVDs.
    In some cases encryption keys cannot be retrieved for a video DVD and (among other things) setting region code helps.

 libbrasero-burn/brasero-error.h |  3 ++-
 plugins/dvdcss/burn-dvdcss.c    | 12 ++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit b14121e7813522eec6387804ca127778ca93c145
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 12 14:31:56 2010 +0200

    Some more debugging to find out about problems with encrypted DVDs

 plugins/dvdcss/burn-dvdcss.c | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

commit d1586291859d506c52240190aad93abe9e40857d
Author: Shushi Kurose <md81bird@hitaki.net>
Date:   Sun Sep 12 01:33:08 2010 +0900

    Updated Japanese translation.

 po/ja.po | 1266 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 565 insertions(+), 701 deletions(-)

commit 38260af2610d0bb95d931df15d04919874cc17f3
Author: António Lima <amrlima@gmail.com>
Date:   Fri Sep 10 22:39:40 2010 +0100

    Updated Portuguese translation

 po/pt.po | 2010 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1052 insertions(+), 958 deletions(-)

commit b309f6a81b806378adb3294a47e09c0a70c48a7b
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Sep 9 19:52:14 2010 +0100

    Fix typo on the previous commit
    
    Thanks to Christian to point it.

 libbrasero-burn/burn-dbus.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 52338e2b136d828fec51800efd2870f7751e1751
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Sep 9 18:39:31 2010 +0100

    Fix Bug #629190 - minor issues in gdbus conversion.
    
    Thank to Christian Persch for the help.

 libbrasero-burn/burn-dbus.c   | 11 ++---------
 libbrasero-utils/brasero-pk.c |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

commit 31a0a6febe060caeba7a5c27a75458fec84a8140
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 9 19:54:21 2010 +0200

    Updated Polish translation

 po/pl.po | 1930 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 984 insertions(+), 946 deletions(-)

commit 2c798f85d40058afece34eb40311a70a3e1619af
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Sep 9 16:42:40 2010 +0100

    Remove dbus-glib check from configure
    
    Dbus-glib is replaced by GDBus.

 configure.in | 7 -------
 1 file changed, 7 deletions(-)

commit 7ce580f5e11defb7f78926d31316ffbc1efdd0da
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Sep 9 16:41:07 2010 +0100

    Replace last part of dbus-glib by GDBus

 libbrasero-utils/Makefile.am  |  4 +-
 libbrasero-utils/brasero-pk.c | 92 ++++++++++++++++++++++++-------------------
 2 files changed, 53 insertions(+), 43 deletions(-)

commit 2fb88b1fe58634368c2e0c924eca3aeee2667c54
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Wed Sep 8 18:27:02 2010 +1000

    Fix Inhibit() d-bus parameters

 libbrasero-burn/burn-dbus.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit ea7d424639709a7226ba21667004daed3d2fcfe8
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Sep 7 23:30:31 2010 +0100

    Remove dbus libraries from the Makefile.

 libbrasero-burn/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

commit 4afc2b43258b696d172e6f7145549df09110bde4
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Sep 7 20:24:59 2010 +0200

    Use --with-gtk switch for gtk 2/3 selection
    
    Also fix the .pc.in files, forgotten part for commit
    a7a93300c40d866a27dcd9aadceb94efc5b1c673.
    
    Bug #628697.

 libbrasero-burn.pc.in  | 2 +-
 libbrasero-media.pc.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a7a93300c40d866a27dcd9aadceb94efc5b1c673
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Sep 3 15:14:27 2010 +0200

    Use --with-gtk switch for gtk 2/3 selection
    
    ... like every other module, instead of an --enable-gtk3 switch.
    
    Bug #628697.

 configure.in                 | 78 ++++++++++++++++++++------------------------
 libbrasero-burn/Makefile.am  |  4 +--
 libbrasero-media/Makefile.am |  4 +--
 3 files changed, 40 insertions(+), 46 deletions(-)

commit 12ca0e2b25dbe491addcebf6ea64e9572c1333ec
Author: YunQiang Su <wzssyqa@gmail.com>
Date:   Sun Sep 5 03:35:52 2010 +0800

    Update Simplified Chinese help translation.

 help/zh_CN/zh_CN.po | 49 +++++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 26 deletions(-)

commit 23d8729083723ea06ee85a16a5567f525854c7c3
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Sep 4 00:48:05 2010 +0200

    Updated Swedish translation

 po/sv.po | 77 ++++++++++++++++++++++++++--------------------------------------
 1 file changed, 31 insertions(+), 46 deletions(-)

commit 9a5d3ea02e5d53cbb87919bab2e58d486c377894
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 3 20:29:11 2010 +0200

    Fix image checksuming that did not occur when GConf or GSetting returned 0 as a value for the checksum type key

 plugins/checksum/burn-checksum-image.c | 1 +
 1 file changed, 1 insertion(+)

commit c9c4550811498f6045804d4a6525f8f6974a3752
Author: drtv <vasudeven@git.gnome.org>
Date:   Fri Sep 3 16:06:11 2010 +0530

    Updated Tamil translation

 po/ta.po | 38 ++++++++++++++++++++++----------------
 1 file changed, 22 insertions(+), 16 deletions(-)

commit 6d13ff9aa98ebf47f78b42a66b0cf22591517953
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Sep 2 20:43:10 2010 +0200

    [i18n] Updated German translation

 po/de.po | 47 +++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

commit 062381ee9b58c28354c39eb5d2ef8197824ea301
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Sep 2 14:17:22 2010 +0600

    Added initial Kazakh translation

 po/LINGUAS |    1 +
 po/kk.po   | 4903 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4904 insertions(+)

commit ecfb192848c0caa2b73e7e5f2451d6e121321751
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Tue Aug 31 21:58:01 2010 +0700

    Updated Indonesian translation

 po/id.po | 1021 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 499 insertions(+), 522 deletions(-)

commit cb84335448c64b71864fc47e2063ae80f61e7e05
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Tue Aug 31 16:20:25 2010 +1000

    Don't hardcode gconf gsettings backend

 src/main.c | 2 --
 1 file changed, 2 deletions(-)

commit ef511ceb5cde1f2053d01e46413744a32ff370a1
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Tue Aug 31 16:17:32 2010 +1000

    Fix brasero plugin directory

 configure.in                | 1 -
 libbrasero-burn/Makefile.am | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 7ea2d7240aeed924b26ccef460957e910060b45e
Author: Adrian Guniš <andygun696@gmail.com>
Date:   Tue Aug 31 13:08:58 2010 +0200

    Updated Czech translation

 po/cs.po | 2115 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1081 insertions(+), 1034 deletions(-)

commit a23fa72a1c7348345e2a55b8ce60bd647c93624a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Aug 30 20:40:09 2010 +0200

    Bump version and update NEWS

 NEWS         | 22 ++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 1a8e6f7ab71843be66567d7560fa6734436ae560
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Aug 30 16:36:59 2010 +0200

    Fix incomplete port of a patch from stable

 src/brasero-cli.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 4b8c4d5752e2b593a55e895423970c14c237c414
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Aug 30 15:34:20 2010 +0200

    Fix #627687 - Rhythmbox create audio CD does not work

 src/brasero-cli.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit e8badc664d2cdee8f5582b334ba543f1b64d4c95
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Aug 30 14:42:28 2010 +0200

    Give a fallback icon if no parent is specified for our message dialogs

 libbrasero-utils/brasero-misc.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 4e97e8ee9d11cdf720295fa18f3e84fdbd5121ab
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Aug 30 14:53:50 2010 +0200

    Fix #627005 - Starting brasero with --device=/dev/sr0 floating point exception
    GTK+ was not ready while displaying an error

 src/main.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 8181622b0f8236b9472bc37e51475c12fe521f93
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Aug 29 21:28:20 2010 +0200

    [l10n] Updated Italian translation

 po/it.po | 1950 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 997 insertions(+), 953 deletions(-)

commit 9f0e23f6ea91b8bff9c687de1e678d8d149904b7
Author: Gheyret Kenji <gheyret@hotmail.com>
Date:   Sat Aug 28 13:00:01 2010 +0200

    Added UG translation

 po/LINGUAS |    1 +
 po/ug.po   | 4861 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4862 insertions(+)

commit 5f01b076e1e71e377d5a6eeeeffb17dfa5c58493
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Fri Aug 27 18:23:04 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fbe0dfe7ca9c7dae67334a40d0079f482fa66b96
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Aug 27 09:44:23 2010 +0100

    Update British English translation

 po/en_GB.po | 2027 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1059 insertions(+), 968 deletions(-)

commit 936f161f8a4f12d30270826af7f51d3f33f6aca8
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Fri Aug 27 02:45:49 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 887 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 577 insertions(+), 310 deletions(-)

commit f1f0db9cdbc790526b1d50ac2458f7e860c78694
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Thu Aug 26 21:14:12 2010 +0300

    l10n: Updated Greek translation for brasero

 po/el.po | 2107 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1124 insertions(+), 983 deletions(-)

commit eaa5815ee28856f4fa52f573dc75150d15d14f09
Author: Hajime Taira <htaira@redhat.com>
Date:   Thu Aug 26 23:42:09 2010 +0900

    Updated Japanese translation.

 po/ja.po | 3060 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 1857 insertions(+), 1203 deletions(-)

commit dff2635c2f28dcd05e0661f5fdb49b67e2500394
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Aug 26 03:12:52 2010 +0200

    Updated Hungarian translation

 po/hu.po | 1947 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 992 insertions(+), 955 deletions(-)

commit 3ab61134c025ff79b3f4aa1a2c563d1453bd8b72
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Tue Aug 24 23:02:45 2010 +0200

    Updated Danish translation

 po/da.po | 1960 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1023 insertions(+), 937 deletions(-)

commit 8f97b0f890d1336f5d84c3d4fa382071f8163eb2
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Aug 21 19:54:22 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 32 +++++++++++++++-----------------
 po/zh_TW.po | 32 +++++++++++++++-----------------
 2 files changed, 30 insertions(+), 34 deletions(-)

commit a1ee8f4bb7846997118f2e393333637eb7d15bb9
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 20 23:33:57 2010 +0200

    Updated French translation
    
    Contributed by Claude Paroz and Bruno Brouard

 po/fr.po | 1944 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 992 insertions(+), 952 deletions(-)

commit 5bf04348ddf2c0f76cf4affde702c870a541bc2a
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Aug 19 18:29:02 2010 +0200

    Updated Arabic translation

 po/ar.po | 1962 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1015 insertions(+), 947 deletions(-)

commit 4416d0a8d68fa3721b99fb9c19b7f5a9e26a34fc
Author: Funda Wang <fundawang@gmail.com>
Date:   Thu Aug 19 16:58:42 2010 +0200

    Updated zh_CN translation.

 po/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

commit c3513791c2ac00a41a4dc6dc6623a2a49a56e93e
Author: Frédéric Péters <fpeters@0d.be>
Date:   Wed Aug 18 12:30:50 2010 +0200

    Bump release to 2.31.90 and update NEWS

 NEWS         | 34 ++++++++++++++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 36 insertions(+), 2 deletions(-)

commit f7dcf9ab7edd609be6459f81a8dc0069a8979a21
Author: A S Alam <aalam@users.sf.net>
Date:   Tue Aug 17 07:07:40 2010 +0530

    update translation for Punjabi

 po/pa.po | 1995 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1057 insertions(+), 938 deletions(-)

commit 9fe10177dcddaef949af2d830d064ee76ec12272
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon Aug 16 13:49:53 2010 +0300

    Updated Russian translation from Yuri Myasoedov

 po/ru.po | 2725 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1372 insertions(+), 1353 deletions(-)

commit 70df34a67ce9f8bad8257856fe453f0341640325
Author: Милош Поповић <gpopac@gmail.com>
Date:   Mon Aug 16 11:29:54 2010 +0200

    Updated Serbian translation

 po/sr.po       | 13723 +++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 13723 +++++++++++++++++++++++++++----------------------------
 2 files changed, 13618 insertions(+), 13828 deletions(-)

commit 6b7edf539d198de016907a214170113483f6a9dd
Author: Funda Wang <fundawang@gmail.com>
Date:   Sun Aug 15 09:00:39 2010 +0200

    Updated zh_CN translation.

 po/ChangeLog |  4 ++++
 po/zh_CN.po  | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit ba8b413621d8ed4caf5653131c222797ca1f8b80
Author: Funda Wang <fundawang@gmail.com>
Date:   Sun Aug 15 08:52:01 2010 +0200

    Updated zh_CN translation.

 po/ChangeLog |   4 +
 po/zh_CN.po  | 793 +++++++----------------------------------------------------
 2 files changed, 87 insertions(+), 710 deletions(-)

commit d8a63207a9b444381c864c3e0c4ca9ce6c8533a4
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Aug 9 18:18:35 2010 +0700

    Updated Indonesian translation

 po/id.po | 349 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 190 insertions(+), 159 deletions(-)

commit 6ae8434eafd77f9feeae4b1bfc22aa93d8eae1be
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Aug 4 13:03:25 2010 +0700

    Updated Indonesian translation

 po/id.po | 1803 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 922 insertions(+), 881 deletions(-)

commit 45a3fc60f8e6211b580c09f390d31955be22ebaf
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Aug 5 16:12:37 2010 +0200

    Updated Galician translations

 po/gl.po | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit 8589bb51da0a8e3d2820ef69b8dfa277857b07e9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Aug 4 20:08:56 2010 +0200

    Updated Slovenian translation

 po/sl.po | 72 ++++++++++++++++++++++++----------------------------------------
 1 file changed, 27 insertions(+), 45 deletions(-)

commit 56804be297e9da77f22b790c1c0240073d5d0069
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Aug 4 14:29:18 2010 +0200

    Updated Slovenian translation

 po/sl.po | 1583 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 814 insertions(+), 769 deletions(-)

commit 7706f7f2f2bd3060a4e91a771388eaf61d559674
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 4 13:55:42 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 1612 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 827 insertions(+), 785 deletions(-)

commit 22ed2e1debe4504f24ff21a60c786ef2781ed133
Author: Marián Bača <majoobaca@gmail.com>
Date:   Wed Aug 4 10:23:00 2010 +0200

    Added Slovak translation

 po/LINGUAS |    1 +
 po/sk.po   | 5102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5103 insertions(+)

commit 3a851693904b67a20f7cdc87b6af0d54fe13ab39
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Aug 1 20:49:15 2010 +0300

    Updated Romanian translation

 po/ro.po | 2762 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1487 insertions(+), 1275 deletions(-)

commit 92d8934c04e85e908af5809fccc0f836050c18ba
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Jul 30 13:14:47 2010 +0300

    Updated Hebrew translation.

 po/he.po | 185 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 93 insertions(+), 92 deletions(-)

commit e5f9c79b1c81a720ea9544945c7811143bf27d24
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Jul 30 08:29:38 2010 +0200

    Updated Spanish translation

 po/es.po | 45 +++++++++++++++------------------------------
 1 file changed, 15 insertions(+), 30 deletions(-)

commit f231e65b20fb2d40c74f92e1b09af268b7a2770a
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Jul 29 23:18:59 2010 +0100

    Fix for Bug 625592 - brasero dialog has _C mnemonic for two buttons
    
    Use 'o' for Continue on this dialog.

 libbrasero-burn/brasero-burn-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 390eace2607f1afea9c80c64533d78c460cbbb19
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Jul 29 22:42:26 2010 +0100

    Make nautilus extension build with GTK+-2.0 again.
    
    Per release team decision to delay GNOME 3.0
    Brasero can be build with GTK+-2.0 and GTK+-3.0

 configure.in | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

commit a339e6b320c84aa9caf3e542f31725a4f9b56595
Author: Luis Medinas <lmedinas@gmail.com>
Date:   Tue Jul 27 23:52:11 2010 +0100

    Initial port to GDBus
    
    First part of GDBus port

 libbrasero-burn/burn-dbus.c | 94 +++++++++++++++++++++------------------------
 libbrasero-burn/burn-dbus.h |  1 -
 2 files changed, 44 insertions(+), 51 deletions(-)

commit 25a7c23980eaf905b2580ce7ce34214607b74140
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Jul 26 21:25:45 2010 +0200

    Updated Swedish translation

 po/sv.po | 1630 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 852 insertions(+), 778 deletions(-)

commit 8c8a08e2ea0d2f5e2fc9e2b92836ccad1bd186f2
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Sun Jul 25 18:18:50 2010 +0300

    Updated Bulgarian translation

 po/bg.po | 2025 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1032 insertions(+), 993 deletions(-)

commit ada08d948ea570e10ff69ef856d6aeb14eaba0ea
Author: drtv <vasudeven@git.gnome.org>
Date:   Sun Jul 25 09:44:19 2010 +0530

    Updated Tamil translation

 po/ta.po | 1999 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1044 insertions(+), 955 deletions(-)

commit b423cffca609e6a15d0df6ab37a29e42aa43cc69
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jul 24 21:35:34 2010 +0200

    Set (with g_set_application_name ()) the same name as in the window title.

 src/brasero-app.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 86f8aede7eb26f3b0592d7a8e1c5267995bf5223
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jul 24 21:33:43 2010 +0200

    Fix the name of the application we use in burn-dbus.c as this may not be "Brasero"

 libbrasero-burn/burn-dbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 341a70e35f19d14002d1c8181837616251826eb9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jul 24 20:43:21 2010 +0200

    Remove all calls to gdk_gc* and gdk_draw* functions to prepare the upcoming changes in gtk3+

 libbrasero-utils/brasero-jacket-view.c | 132 +++++++++++++++------------------
 src/brasero-project-type-chooser.c     |  23 +++---
 2 files changed, 72 insertions(+), 83 deletions(-)

commit 9467fe76c045e654ad4d8c55b40b933fea86015c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jul 23 10:14:36 2010 +0200

    Fix error introduced by patch b1b8ae5c0bf918503cd10380c9634d814f9f7a23

 libbrasero-media/brasero-medium.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1ff673afb2b93b9a322dd6b65588840e025fa068
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Jul 22 10:10:38 2010 +0200

    Another try at #606010 - crashes at audio CD insertion

 libbrasero-media/brasero-medium.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 4fb271c0c8bfb7d04d5acd2500f760e4c14a02d4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jul 19 14:01:01 2010 +0200

    Try again to fix #606010  - crashes at audio CD insertion

 libbrasero-media/brasero-medium.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 9291cfff1855e4ba36fb2c4df2f14b03eb259dde
Author: baodao du <centerpoint@139.com>
Date:   Thu Jul 22 15:25:43 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 2125 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1103 insertions(+), 1022 deletions(-)

commit 8ed6b349a56b46fba87ecc4fd448c5b7a9f5f866
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Jul 21 00:02:14 2010 +0300

    Updated Lithuanian translation

 po/lt.po | 2137 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1115 insertions(+), 1022 deletions(-)

commit bf9a8a5fd8eff3828ebc23e744fb7b8bbffcb633
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jul 18 19:43:16 2010 +0200

    [i18n] Updated German translation

 po/de.po | 265 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 152 insertions(+), 113 deletions(-)

commit 97a4844b558ff1ed82cda2ab2843028227663fc2
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Jul 14 19:35:53 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 2076 ++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 2083 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 2157 insertions(+), 2002 deletions(-)

commit 8f3f286157549807cc6925c59a753a00c1d553a4
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jul 14 11:31:14 2010 +0200

    Updated Galician translations

 po/gl.po | 362 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 183 insertions(+), 179 deletions(-)

commit d6e71b15009658449c23a2bec9e44b00736caf22
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Wed Jul 14 10:27:51 2010 +0200

    Add Esperanto translation

 po/LINGUAS |    1 +
 po/eo.po   | 4858 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4859 insertions(+)

commit 8b9806efca181939087bb2915df14ca071fac7a6
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Jul 13 12:16:20 2010 +0100

    Bump release to 2.31.5 and update NEWS

 NEWS         | 31 +++++++++++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)

commit b0071996816290b60b6fb20aeb20e2a528430661
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 13 12:00:30 2010 +0300

    Updated Hebrew translation.

 po/he.po | 1520 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 801 insertions(+), 719 deletions(-)

commit 7d878f97c3ea1cc0b24f799ac191340c43cf0986
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:   Sat Jul 10 19:17:53 2010 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 2745 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 1351 insertions(+), 1394 deletions(-)

commit 5769197997bbe56fc2fbed58637d3f20cd36d37b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jul 10 10:19:57 2010 +0200

    Updated Spanish translation

 po/es.po | 300 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 167 insertions(+), 133 deletions(-)

commit c65485ccfd2be8216161cb3ed5897c0b3d17d39c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jul 9 09:36:08 2010 +0200

    Allow to build with gtk2 and gtk3
    Note that with gtk2 nautilus-extension will not be built as nautilus relies on gtk3 now
    Note also that both build should be parallel installable

 Makefile.am                         |  17 ++----
 configure.in                        | 116 +++++++++++++++++++++++-------------
 data/Makefile.am                    |   7 ++-
 libbrasero-burn.pc.in               |   6 +-
 libbrasero-burn/Makefile.am         |  83 +++++++++++++-------------
 libbrasero-burn/burn-basics.h       |   3 -
 libbrasero-media.pc.in              |   6 +-
 libbrasero-media/Makefile.am        |  53 ++++++++--------
 libbrasero-utils/Makefile.am        |  10 ++--
 nautilus/Makefile.am                |   6 +-
 plugins/audio2cue/Makefile.am       |   4 +-
 plugins/cdrdao/Makefile.am          |   4 +-
 plugins/cdrkit/Makefile.am          |  12 ++--
 plugins/cdrtools/Makefile.am        |  16 ++---
 plugins/checksum/Makefile.am        |   8 +--
 plugins/checksum/burn-volume-read.c |   2 +-
 plugins/dvdauthor/Makefile.am       |   4 +-
 plugins/dvdcss/Makefile.am          |   6 +-
 plugins/growisofs/Makefile.am       |   8 +--
 plugins/libburnia/Makefile.am       |   8 +--
 plugins/local-track/Makefile.am     |   8 +--
 plugins/transcode/Makefile.am       |  12 ++--
 plugins/vcdimager/Makefile.am       |   4 +-
 src/Makefile.am                     |   6 +-
 24 files changed, 215 insertions(+), 194 deletions(-)

commit af3b8cd8168848af359af1f0ca4b546f4fc3637e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jul 9 09:24:46 2010 +0200

    Fix some warnings

 src/brasero-layout.c  |  2 +-
 src/brasero-project.c | 15 +--------------
 2 files changed, 2 insertions(+), 15 deletions(-)

commit 8b63231f88ff1c27ad506403f2f62622360de6f1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jul 9 05:47:25 2010 +0200

    Properly initialize GApplication object

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 73eca1dcc8c8a125cd480316153acb7cd230c584
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jul 9 05:46:29 2010 +0200

    Forgotten file marked for translation

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 333b3cc5b5b1d778f2ba5435d7b3aabcc0eb72d2
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Jul 9 12:56:55 2010 +0200

    [i18n] Updated German translation

 po/de.po | 1600 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 821 insertions(+), 779 deletions(-)

commit b78471e0c36ef643c5767f455bf35e9e8e850b4b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jul 8 23:12:11 2010 +0200

    Updated Spanish translation

 po/es.po | 1492 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 778 insertions(+), 714 deletions(-)

commit 9849e06661d1f2af078ab3f4730dab5280cd3602
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jul 9 01:37:58 2010 +0200

    Fix #622332  - Port to GApplication

 configure.in      |  10 +-
 src/Makefile.am   |   8 +-
 src/brasero-app.c | 130 +++++++++++------
 src/brasero-app.h |   7 +-
 src/brasero-cli.c | 417 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/brasero-cli.h |  71 +++++++++
 src/main.c        | 430 +++---------------------------------------------------
 7 files changed, 594 insertions(+), 479 deletions(-)

commit c2bd985cddb615b13bbc4defb77e698363c7f5d6
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jul 8 16:58:03 2010 +0200

    Added galician translations for help

 help/Makefile.am |    2 +-
 help/gl/gl.po    | 1768 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1769 insertions(+), 1 deletion(-)

commit 405f8aa4d1bfabe373cd948fc6eb3647320059bd
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Jul 8 11:55:47 2010 +0100

    Bump GTK+ and libcanberra to 3.0
    
    Preparing for Brasero 3.0 release

 configure.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d16f2ec20b46a1e9021f2014873108243d2e1182
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jul 7 17:36:55 2010 +0200

    Updated Galician translations

 po/gl.po | 1311 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 697 insertions(+), 614 deletions(-)

commit db7367d278df41b8fe143426918aa1373ca9d0c4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jul 5 09:50:40 2010 +0200

    Fix previous patch updating some strings

 src/brasero-audio-disc.c | 2 +-
 src/brasero-video-disc.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2d9f925b51f9bae5ba00c6f4973306e3adc5341e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Jul 7 14:57:12 2010 +0200

    Fix problem with documentation when building out of tree

 docs/reference/libbrasero-burn/Makefile.am  | 2 +-
 docs/reference/libbrasero-media/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 7973e6a4b7cc04090d1c702e1fefb0c06f28420d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Jul 7 13:43:05 2010 +0200

    Silences a build warning

 plugins/cdrkit/burn-wodim.c      | 2 +-
 plugins/cdrtools/burn-cdrecord.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2bc56ea7417a8d6b17bef7e22d768475ab8d7d06
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Jul 7 13:58:03 2010 +0200

    Do not clean gtk-doc.make on make distclean as it is generated by autogen.sh

 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 16c79c08a55f814d237a2b75f75f8bc9e931d67d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Jul 7 11:59:47 2010 +0200

    Fix #614229  - Please review strings for translation

 libbrasero-burn/brasero-blank-dialog.c     |  3 ---
 libbrasero-burn/brasero-drive-properties.c |  4 ++--
 libbrasero-burn/brasero-src-image.c        |  2 +-
 libbrasero-burn/brasero-status-dialog.c    |  4 ++--
 libbrasero-burn/brasero-sum-dialog.c       |  2 +-
 libbrasero-burn/brasero-tray.c             |  7 +++++++
 libbrasero-burn/burn-plugin-manager.c      |  2 +-
 nautilus/nautilus-burn-bar.c               |  2 ++
 plugins/cdrkit/burn-genisoimage.c          |  1 -
 plugins/cdrkit/burn-wodim.c                |  4 ++--
 plugins/dvdauthor/burn-dvdauthor.c         |  2 +-
 plugins/dvdcss/burn-dvdcss.c               |  7 +++----
 plugins/libburnia/burn-libisofs.c          |  2 +-
 plugins/transcode/burn-transcode.c         |  5 +++--
 plugins/transcode/burn-vob.c               | 17 ++++++++++-------
 src/brasero-audio-disc.c                   |  3 ++-
 src/brasero-data-disc.c                    |  6 +++---
 src/brasero-project-manager.c              |  4 +++-
 src/brasero-project-type-chooser.c         |  2 +-
 src/brasero-project.c                      |  3 +--
 src/brasero-video-disc.c                   |  3 ++-
 src/main.c                                 |  4 ++--
 22 files changed, 50 insertions(+), 39 deletions(-)

commit a06231c1832b6e158264c8c0a82079d6cf8e4063
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jul 5 07:58:44 2010 +0200

    Fix POTFILES.in

 po/POTFILES.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 89dd155f7b06207b7916ba5cefd96fb5d057ddcf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jul 6 16:20:10 2010 +0200

    Fix #622968  - Add File Selector mis-behaves: No Places pane. Ctrl/click action wrong.
    DND code was misbehaving (again =().

 src/eggtreemultidnd.c | 81 +++++++++++++++++----------------------------------
 1 file changed, 26 insertions(+), 55 deletions(-)

commit 41860b61e1c05265538afbdb226df71951c52f0d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jul 6 15:59:51 2010 +0200

    In some rare cases the audio project did not show the help

 src/brasero-audio-disc.c | 2 +-
 src/brasero-project.c    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

commit d4f773fd25d5e7b4a451aac77349a4f5428dc472
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jul 6 15:36:45 2010 +0200

    Close any GtkFileChooserDialog if the user clicks to display the side pane

 src/brasero-project.c | 3 +++
 1 file changed, 3 insertions(+)

commit a3e022eeb65dfa0c3b495dd8028ab70e7c146438
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jul 5 21:14:02 2010 +0200

    Fix #623545  - "Increase compatibility with Windows" only cuts the length of ONE single filename to 64 characters

 libbrasero-burn/brasero-track-data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5fb6d689ba36b546bd4a42c3a8a0e678f85deeff
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jul 5 20:22:44 2010 +0200

    Fix session logging for tool dialogs (sum+blank)

 libbrasero-burn/brasero-blank-dialog.c |  2 ++
 libbrasero-burn/brasero-session.c      | 11 +++++++++--
 libbrasero-burn/brasero-sum-dialog.c   |  3 +++
 libbrasero-burn/brasero-tool-dialog.c  |  1 -
 4 files changed, 14 insertions(+), 3 deletions(-)

commit fb8fe2e836443f9e1bf14a6e87696f78cc593a65
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jul 5 20:01:30 2010 +0200

    Fix #623484  - No estimated drive speed shown

 libbrasero-burn/burn-task-ctx.c    | 21 ++++++++++-----------
 plugins/growisofs/burn-growisofs.c |  5 ++---
 2 files changed, 12 insertions(+), 14 deletions(-)

commit 55f2a4e83257fa0719c5e213106822815c332ac9
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Mon Jul 5 09:50:53 2010 +0200

    Updated Norwegian Nynorsk translation

 po/nn.po | 914 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 450 insertions(+), 464 deletions(-)

commit bdb7673340793c7a750ee261a8b0106ed7ab994d
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Jul 1 17:12:22 2010 +0200

    Updated Hungarian translation

 po/hu.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c56a1f08a0ee7afe9fa354a87be8d8ee05bcc7c3
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Jun 28 20:40:56 2010 +0000

    Update NEWS for 2.31.4 release

 NEWS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit e84372b772f0fb9d1f437aaaf2b6f1366f80bf43
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Jun 28 20:36:28 2010 +0000

    Bump to 2.31.4

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b78a985dd82c19a643f30b665fd7dbe5c868b61e
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Mon Jun 28 12:48:14 2010 +0530

    Corrected a typo

 po/bn_IN.po | 3820 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 2091 insertions(+), 1729 deletions(-)

commit 066629868697841c617b29799724cd700bf40ed0
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Sun Jun 27 21:21:05 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 493 +++++++++++++++++----------------------------------------------
 1 file changed, 132 insertions(+), 361 deletions(-)

commit db5f81aae2bf065a1390d6bc70fd4ef12764e24e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Jun 24 20:49:52 2010 +0200

    Fix #559103  - Never change window size because of the preview
    The preview widget has been refactored so it has a constant size.
    Some glitches have been corrected in the process.
    It also removes the last translatable string with tags inside

 libbrasero-burn/brasero-cover.c |   10 +-
 libbrasero-utils/brasero-misc.c |    2 +-
 po/POTFILES.in                  |    1 +
 src/Makefile.am                 |    4 +-
 src/brasero-audio-disc.c        |    5 +-
 src/brasero-layout.c            |   14 +-
 src/brasero-player-bacon.c      |   97 ++-
 src/brasero-player-bacon.h      |    3 +-
 src/brasero-player.c            | 1319 ++++++++++++---------------------------
 src/brasero-player.h            |    7 -
 src/brasero-preview.c           |   16 +-
 src/brasero-project.c           |    4 +-
 src/brasero-song-control.c      |  653 +++++++++++++++++++
 src/brasero-song-control.h      |   78 +++
 src/brasero-split-dialog.c      |   23 +-
 src/brasero-split-dialog.h      |    4 +-
 16 files changed, 1247 insertions(+), 993 deletions(-)

commit f6e1eb577a01164a9459581a0662f9d7c2823db4
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Jun 21 20:51:01 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po | 36 +++++++++++++++---------------------
 1 file changed, 15 insertions(+), 21 deletions(-)

commit 7779681c246be930f6b3bd6ca1099df43ddc4273
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 19 23:02:54 2010 +0200

    Minor fix for some drives when retrieving speeds through page 2A

 libbrasero-media/brasero-medium.c | 5 +++++
 1 file changed, 5 insertions(+)

commit e25bc00e3f027e2c3e90acde2489e195ff80a3e7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 19 22:42:26 2010 +0200

    Handle the case where despite our locking the medium, the user manages to eject it while the option dialog is showing

 src/brasero-project.c | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

commit 80d2acac12966b40747faef675cc824eb1dab4f5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 19 22:30:04 2010 +0200

    Have brasero use GSettings instead of GConf
    It also refactors the code in several places.

 configure.in                                  |  19 +-
 data/Makefile.am                              |  54 +---
 data/brasero.convert                          |  15 +
 data/brasero.schemas.in                       | 146 ----------
 data/mime/Makefile.am                         |  32 +++
 data/{ => mime}/brasero.xml.in                |   0
 data/org.gnome.brasero.gschema.xml.in         | 107 +++++++
 libbrasero-burn.pc.in                         |   1 -
 libbrasero-burn/Makefile.am                   |   6 +-
 libbrasero-burn/brasero-caps-burn.c           |  22 --
 libbrasero-burn/brasero-data-project.c        |   2 -
 libbrasero-burn/brasero-data-vfs.c            | 107 ++-----
 libbrasero-burn/brasero-data-vfs.h            |   8 +-
 libbrasero-burn/brasero-dest-selection.c      |   5 +-
 libbrasero-burn/brasero-drive-properties.c    |   1 -
 libbrasero-burn/brasero-drive-properties.h    |   5 +
 libbrasero-burn/brasero-plugin-information.h  |   6 +-
 libbrasero-burn/brasero-plugin-registration.h |   1 +
 libbrasero-burn/brasero-session-cfg.c         | 328 ++-------------------
 libbrasero-burn/brasero-session-cfg.h         |   5 -
 libbrasero-burn/brasero-session.c             | 173 ++++++++----
 libbrasero-burn/brasero-session.h             |   1 -
 libbrasero-burn/brasero-src-image.c           |  79 +++---
 libbrasero-burn/burn-basics.c                 |  16 --
 libbrasero-burn/burn-caps.c                   |  15 +-
 libbrasero-burn/burn-plugin-manager.c         | 277 +++++++-----------
 libbrasero-burn/burn-plugin.c                 | 138 +++------
 libbrasero-media.pc.in                        |   1 -
 nautilus/Makefile.am                          |   9 +-
 nautilus/nautilus-burn-extension.c            |  45 +--
 plugins/audio2cue/burn-audio2cue.c            |   1 +
 plugins/cdrdao/Makefile.am                    |   5 +-
 plugins/cdrdao/burn-cdrdao.c                  |  20 +-
 plugins/cdrkit/Makefile.am                    |   5 +-
 plugins/cdrkit/burn-genisoimage.c             |   1 +
 plugins/cdrkit/burn-readom.c                  |   1 +
 plugins/cdrkit/burn-wodim.c                   |  27 +-
 plugins/cdrtools/Makefile.am                  |   5 +-
 plugins/cdrtools/burn-cdda2wav.c              |   1 +
 plugins/cdrtools/burn-cdrecord.c              |  27 +-
 plugins/cdrtools/burn-mkisofs.c               |   1 +
 plugins/cdrtools/burn-readcd.c                |   1 +
 plugins/checksum/Makefile.am                  |   7 +-
 plugins/checksum/burn-checksum-files.c        |  17 +-
 plugins/checksum/burn-checksum-image.c        |  16 +-
 plugins/dvdauthor/burn-dvdauthor.c            |   1 +
 plugins/dvdcss/burn-dvdcss.c                  |   1 +
 plugins/growisofs/Makefile.am                 |   5 +-
 plugins/growisofs/burn-dvd-rw-format.c        |   3 +-
 plugins/growisofs/burn-growisofs.c            |  35 ++-
 plugins/libburnia/burn-libburn.c              |   1 +
 plugins/libburnia/burn-libisofs.c             |   1 +
 plugins/local-track/burn-local-image.c        |   1 +
 plugins/local-track/burn-uri.c                |   1 +
 plugins/transcode/burn-normalize.c            |   3 +-
 plugins/transcode/burn-transcode.c            |   1 +
 plugins/transcode/burn-vob.c                  |   1 +
 plugins/vcdimager/burn-vcdimager.c            |   1 +
 po/POTFILES.in                                |   4 +-
 src/Makefile.am                               |   6 +-
 src/brasero-app.c                             |  29 +-
 src/brasero-app.h                             |   4 -
 src/brasero-drive-settings.c                  | 392 ++++++++++++++++++++++++++
 src/brasero-drive-settings.h                  |  63 +++++
 src/brasero-filter-option.c                   | 154 +---------
 src/brasero-plugin-manager-ui.c               |  17 +-
 src/brasero-plugin-option.c                   | 216 +++-----------
 src/brasero-plugin-option.h                   |   3 -
 src/brasero-project-name.c                    |   3 +-
 src/brasero-project.c                         |  16 +-
 src/brasero-project.h                         |   3 -
 src/main.c                                    |  14 +-
 72 files changed, 1234 insertions(+), 1504 deletions(-)

commit 3994c4f7a859d9715cc772b4967d19884eca9ff7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Jun 9 03:54:14 2010 +0200

    Fix a problem with GConf key path

 data/brasero.schemas.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f4d1920940666824012386507e6e945bbc8b4b97
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jun 19 11:56:50 2010 +0200

    Added Norwegian bokmål translation

 po/nb.po | 218 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 102 insertions(+), 116 deletions(-)

commit 3bfb1c672336cbe84800839d7e4be9a212e26c0b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jun 17 10:25:28 2010 +0200

    Updated Slovenian translation

 po/sl.po | 2212 +++++++++++++++-----------------------------------------------
 1 file changed, 508 insertions(+), 1704 deletions(-)

commit 2f91a665177114bec3b266ff25c05b980b0e83d9
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jun 15 19:25:39 2010 +0200

    Updated Spanish translation

 po/es.po | 253 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 126 insertions(+), 127 deletions(-)

commit 636ddb8d2bf474ebc2ee0f6222399bcf6b62875a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 13 17:05:44 2010 +0200

    Updated Galician translations

 po/gl.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 7eb1502a41fdd3cc97442e688da4ca99302659c4
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 13 01:54:14 2010 +0200

    Updated Galician translations

 po/gl.po | 229 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 115 insertions(+), 114 deletions(-)

commit f72a644841c094b1ace06bde6370b6177de59295
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jun 11 21:40:02 2010 +0200

    Fix #621243  - Brasero reports outdated cdrtools on cdrtools-3.00
    Fix how we parse strings from cdrecord --version to support new version

 plugins/cdrtools/burn-cdda2wav.c | 4 ++--
 plugins/cdrtools/burn-cdrecord.c | 4 ++--
 plugins/cdrtools/burn-mkisofs.c  | 4 ++--
 plugins/cdrtools/burn-readcd.c   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

commit ff93b51da05643df58452792f19acabcdd307e14
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jun 7 21:17:11 2010 +0200

    Quiet a runtime warning

 src/brasero-player-bacon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3de8cc52aac906da4d2d5d3b479b7c99859858d6
Author: Umarzuki Bin Mochlis Moktar <umar@umarzuki.org>
Date:   Thu Jun 10 18:16:42 2010 +0200

    Added partial Malay Translation

 po/LINGUAS |    1 +
 po/ms.po   | 5334 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5335 insertions(+)

commit fee6742ae65373bed314515474b74a07ed4ae8f1
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Jun 10 12:09:52 2010 +0300

    Updated Hebrew translation.

 po/he.po | 124 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

commit 3441f411961f79ef51dd747938c7d38f7944be1e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jun 7 16:04:05 2010 +0200

    Removed a reference from POTFILES.in

 po/POTFILES.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b3b506291e030a43d8a79525744c0cd1a7199b9b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jun 7 15:44:03 2010 +0200

    Bump to 2.31.3 and update NEWS for release

 NEWS         | 16 ++++++++++++++--
 configure.in |  6 +++---
 2 files changed, 17 insertions(+), 5 deletions(-)

commit bcac9d15e257572a110b385772ac321b1449ae93
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jun 7 15:29:50 2010 +0200

    Fix #586040  - duplicated command listed in open-with dialog
    Have brasero detect if a single URI/path passed on the command line is a disc or not so we do not need an extra desktop file

 configure.in                           |   1 -
 data/Makefile.am                       |   5 +-
 data/brasero-copy-medium.desktop.in.in |  17 ---
 data/brasero.desktop.in.in             |   4 +-
 src/brasero-app.c                      | 251 +++++++++++++++++++++++++++++----
 src/brasero-app.h                      |   6 +
 src/main.c                             |  19 ++-
 7 files changed, 250 insertions(+), 53 deletions(-)

commit 87a3b1e5f85bdf5b495170d69789faec589f173e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jun 7 15:23:52 2010 +0200

    Improved handling of very short SVCDs
    Retry getting TOC several time when there are no errors but a 0 size
    Test READCD before actually using it to read TDBs not to lock for 3 seconds
    Some cosmetic code change

 libbrasero-burn/brasero-src-selection.c | 11 ++++-----
 libbrasero-media/brasero-medium.c       | 42 ++++++++++++++++++++++++++++-----
 libbrasero-media/scsi-error.h           |  3 ++-
 3 files changed, 42 insertions(+), 14 deletions(-)

commit d64483f3f51601571bb74f13881b045b3019520e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Jun 6 21:14:24 2010 +0200

    Silence a warning

 libbrasero-utils/brasero-misc.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 170ce7dd35c3a91b25574b05398d64073db0b2e6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 5 17:36:01 2010 +0200

    Fix #620589  - Disk project doesn't save the disk title

 src/brasero-project-name.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit cdfe9ea770c1b8ef74b7cbe6b520f3f162b6829b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 5 15:57:15 2010 +0200

    Fix wrong report of speed with both cdrecord and wodim

 plugins/cdrkit/burn-wodim.c      | 43 +++++++++++++++++++++++++++-------------
 plugins/cdrtools/burn-cdrecord.c | 42 +++++++++++++++++++++++++++------------
 2 files changed, 58 insertions(+), 27 deletions(-)

commit b9cbaa4e46db3426dbe56c3a4055bb8ed6d25f4b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 5 15:19:40 2010 +0200

    Fix #615959  - Displays "starting to record" during whole burn process
    It seems that is some unseen circumstances, cdrecord and wodim returns another string which prevented proper parsing of progress, ...

 plugins/cdrkit/burn-wodim.c      | 7 ++++++-
 plugins/cdrtools/burn-cdrecord.c | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 90f5fda8542cb7dba5cd65a6c5bea7715fc9ef70
Author: Liel Fridman <lielft@ubuntu.com>
Date:   Sat Jun 5 13:19:37 2010 +0300

    Updated Hebrew translation.

 po/he.po | 5141 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2834 insertions(+), 2307 deletions(-)

commit d0dd9a65e35b303c681e81c0c085c3bc97200128
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Jun 3 22:20:59 2010 +0200

    Updated Swedish translation

 po/sv.po | 740 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 369 insertions(+), 371 deletions(-)

commit 3e73abfd4882160fc11ccf8232516fb3e5891a85
Author: Alan Monfort <alan.monfort@free.fr>
Date:   Sat May 29 08:24:03 2010 +0200

    updated breton translation

 po/br.po | 1167 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 541 insertions(+), 626 deletions(-)

commit 82d7a2896f4ea28519d66c15a013b031aab35c23
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri May 28 16:26:06 2010 +0200

    Updated German translation

 po/de.po | 752 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 377 insertions(+), 375 deletions(-)

commit b81edba2b8e00febffee7a5ec14d58c886926227
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Fri May 28 17:07:36 2010 +0300

    Estonian translation updated

 po/et.po | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

commit a605193d7fac648b6154d954275da2889a86d5dc
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu May 27 02:25:58 2010 +0700

    Updated Indonesian translation; really fix some minor corrections

 po/id.po | 68 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 33 deletions(-)

commit 7057fb6f73248b1a9bb9ff21dd7d9d4549c82e25
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu May 27 01:59:02 2010 +0700

    Updated Indonesian translation

 po/id.po | 1666 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 964 insertions(+), 702 deletions(-)

commit 6e8edc7eb17ec66b172e6f1bfe7b448868757722
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Wed May 26 00:20:22 2010 +0100

    Bump to 2.31.2
    
    Release 2.31.2

 NEWS         | 248 +++++++++--------------------------------------------------
 configure.in |   6 +-
 2 files changed, 38 insertions(+), 216 deletions(-)

commit 90a48a7f0ddde93bd3d0a1fe1fef91d352ad9841
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue May 25 08:32:00 2010 +0200

    Updated Spanish translation

 po/es.po | 719 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 362 insertions(+), 357 deletions(-)

commit 3e80709ed098004c3b575c08d25e2babb75d58db
Author: Sira Nokyoongtong <gumaraa@gmail.com>
Date:   Tue May 25 13:22:46 2010 +0700

    Updated Thai translation.

 po/th.po | 660 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 331 insertions(+), 329 deletions(-)

commit 7e2fdbd3c2169a8e75f9338fe73b590840f95135
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 23:39:33 2010 +0200

    Second fix  for #613986  - Pressing create audio cd does nothing

 src/main.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 5e8d943f9c3bbd9527dfa43c975f45ffdd4eabdf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 23:19:56 2010 +0200

    Make sure priv->probe is NULL before the MEDIUM_PROBED_SIGNAL is fired.
    Otherwise a callback for the signal would get TRUE for brasero_medium_is_probing ().

 libbrasero-burn/brasero-session-cfg.c | 5 +++--
 libbrasero-media/brasero-medium.c     | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 1e5313173a3c240636194edb6bc1a5354ce88149
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 17:52:44 2010 +0200

    Fix multi DND in GtkFileChooser
    It had stopped working due to recent changes in above widget.
    It also fix a warning that appears in valgrind as an invalid read so it could be a candidate to fix #612834

 src/brasero-file-chooser.c | 37 +++++++++++++++++++++++++++++++++++--
 src/brasero-multi-dnd.c    | 26 +++++++++++---------------
 src/brasero-multi-dnd.h    |  3 +++
 src/eggtreemultidnd.c      | 35 +++++++++++++++++++++++++++++++----
 4 files changed, 80 insertions(+), 21 deletions(-)

commit a2452a9ff6b95f56014d1eb3053d1d0740b909ac
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 11:54:47 2010 +0200

    Correctly remember temporary directory

 libbrasero-burn/brasero-drive-properties.c | 20 +++++------
 libbrasero-burn/brasero-session-cfg.c      |  7 ----
 libbrasero-burn/brasero-session.c          | 53 ++++++++++++++++++++----------
 3 files changed, 46 insertions(+), 34 deletions(-)

commit 485451b9df2bf9def71bfed04ef5f87a607e0dae
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 11:14:19 2010 +0200

    Fix a double free of setting value which could lead to a crash

 src/brasero-layout.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit ab5f0627d34c3d4193f17a5bee2219899c69976a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun May 23 16:34:20 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 598 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 299 insertions(+), 299 deletions(-)

commit f82b6bdfc83cff15c9beb61ceec2f4a90d3d2b99
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun May 23 16:34:05 2010 +0200

    Add a missing file

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 439d4624e6c59b9c6f465006c3620e84365c7059
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat May 22 23:57:20 2010 +0200

    Updated Galician translations

 po/gl.po | 163 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 86 insertions(+), 77 deletions(-)

commit 6e7b3dba3d0b0b5a06407ccca67bf415c66ec7e3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 22 22:37:52 2010 +0200

    Fix #619366  - can't actually save error logs
    Fix #619368  - doesn't handle incorrect temp dirs properly
    Both bugs stem from the same problem: the absence of proper temporary directory.
    Now brasero asks the user for a new one.
    As for the log file it is saved in /tmp if the one given is not correct.
    Use open/write/close instead of fopen/fwrite/fclose to have atomicity and synchronization

 libbrasero-burn/brasero-burn-dialog.c    |  16 +++--
 libbrasero-burn/brasero-burn.c           |   3 +-
 libbrasero-burn/brasero-error.h          |   4 +-
 libbrasero-burn/brasero-session-helper.h |   3 -
 libbrasero-burn/brasero-session.c        | 100 ++++++++++++++-----------------
 5 files changed, 63 insertions(+), 63 deletions(-)

commit 3258a9043a6340e00da6a862e1cac96fcf939a40
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 22 18:16:35 2010 +0200

    When importing a session if a user chose to keep a file in his selection, the button was not updated properly. Fix this.
    It could lead to a crash sometimes.

 libbrasero-burn/brasero-data-session.c | 29 +++++++++++++++++++++--------
 1 file changed, 21 insertions(+), 8 deletions(-)

commit 186dc45d5554cbc104dd1f9b2914370f3c833bfd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 22 17:38:38 2010 +0200

    Fix #602854  - Empty project not available
    Update control after any burn operation

 src/brasero-project.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8abfd5f01d8fb696e662adfb14ef217a9b3f9c3e
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Fri May 21 21:38:59 2010 +0300

    Add Finnish help translation by Jukka Heikkilä.

 help/Makefile.am                 |    2 +-
 help/fi/fi.po                    | 1114 ++++++++++++++++++++++++++++++++++++++
 help/fi/figures/brasero_main.png |  Bin 0 -> 73729 bytes
 3 files changed, 1115 insertions(+), 1 deletion(-)

commit f7d887658bf6065a63583ed76c27e11f0199ddbe
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 22:17:36 2010 +0200

    Fix #613986  - Pressing create audio cd does nothing

 src/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 553f34ad033c193e22ae3ffe9667b26de3bddf4f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 22:17:08 2010 +0200

    Removed unused function and fixed de-initialization by cancelling all current jobs.

 libbrasero-utils/brasero-io.c | 77 +++++++++++++++++--------------------------
 libbrasero-utils/brasero-io.h |  3 --
 2 files changed, 30 insertions(+), 50 deletions(-)

commit e4ff3b9bf70b87e5bd8b8b2656fff4e8b732ecc6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 21:55:23 2010 +0200

    Allow cancelling of blanking again (fix a recent change)

 libbrasero-burn/brasero-burn.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

commit baa7b90c38915b46bb789166f07e8776bda3b1a9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 13:31:27 2010 +0200

    Do not ask for a disc with a 0 size when replacing a disc

 libbrasero-burn/brasero-burn-dialog.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c58f5060eb38293eb5ce166de7c5f7546a77bb7b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 13:27:33 2010 +0200

    Do not use int value in a g_signal_emit when a long is expected

 libbrasero-burn/brasero-burn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a7eb99f0c9173fe008c2772e077e0a18c65eab6b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 13:26:13 2010 +0200

    Actually retry to burn the disc if the user replaced it after a disc too small error

 libbrasero-burn/brasero-burn.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 714b9d2b74c4187134ce4b37439fddbc524e701a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 13:23:32 2010 +0200

    Don't cancel and terminate a burning/copying/... process if blanking failed. Ask the user if he want to insert another disc instead.

 libbrasero-burn/brasero-burn-dialog.c | 42 ++++++++++++++++++++++-----
 libbrasero-burn/brasero-burn.c        | 53 +++++++++++++++++++++++++++--------
 libbrasero-burn/brasero-burn.h        |  6 ++--
 3 files changed, 81 insertions(+), 20 deletions(-)

commit a10768f4e8bbd7dbdf8b1d9d39741c1e21b5c3f7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 12:16:34 2010 +0200

    Fix #598145  - Brasero's failure with some file names
    Raise libisofs and mkisofs priority (libisofs is now the highest in its category) so they will be used instead of genisoimage

 plugins/cdrtools/burn-mkisofs.c   | 2 +-
 plugins/libburnia/burn-libisofs.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 3be1c409190166288cf3a7e16973a642ddce464b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 11:49:36 2010 +0200

    Do not check for symlinks on cdda2wav so the plugin can use icedax.

 plugins/cdrtools/burn-cdda2wav.c | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 180bfb2d70ec2a3f1ec8c8098dd63eb63307e03c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu May 20 18:41:51 2010 +0200

    Updated Galician translations

 po/gl.po | 529 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 260 insertions(+), 269 deletions(-)

commit 7a97d4772cdfc4fbf569ac51f8ec533acafb335d
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 19 19:48:24 2010 -0400

    Updated Shavian translation

 po/en@shaw.po | 993 ++++++++++++++++++++++++----------------------------------
 1 file changed, 403 insertions(+), 590 deletions(-)

commit e62a41950e637c5ae34027c63f2a68f01a59b71a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 20 00:42:44 2010 +0200

    Fix #597694  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()
    Fix the few places where we did not check for the value returned by brasero_device_handle_open () which can be NULL
    Additionally add checks for NULL handle in every function that take one as an argument

 libbrasero-burn/brasero-data-session.c               | 15 +++++++++++++++
 libbrasero-media/burn-volume-source.c                |  2 ++
 libbrasero-media/scsi-get-configuration.c            |  2 ++
 libbrasero-media/scsi-get-performance.c              |  2 ++
 libbrasero-media/scsi-inquiry.c                      |  4 ++++
 libbrasero-media/scsi-mech-status.c                  |  2 ++
 libbrasero-media/scsi-mode-select.c                  |  2 ++
 libbrasero-media/scsi-mode-sense.c                   |  2 ++
 libbrasero-media/scsi-prevent-allow-medium-removal.c |  2 ++
 libbrasero-media/scsi-read-capacity.c                |  2 ++
 libbrasero-media/scsi-read-cd.c                      |  2 ++
 libbrasero-media/scsi-read-disc-info.c               |  2 ++
 libbrasero-media/scsi-read-disc-structure.c          |  2 ++
 libbrasero-media/scsi-read-format-capacities.c       |  2 ++
 libbrasero-media/scsi-read-toc-pma-atip.c            |  8 ++++++++
 libbrasero-media/scsi-read-track-information.c       |  2 ++
 libbrasero-media/scsi-read10.c                       |  2 ++
 libbrasero-media/scsi-sg.c                           |  4 ++++
 libbrasero-media/scsi-test-unit-ready.c              |  2 ++
 plugins/checksum/burn-checksum-files.c               |  5 +++++
 20 files changed, 66 insertions(+)

commit c379dca6f7f104aa22885807c0790f5194214deb
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed May 19 23:53:06 2010 +0200

    Fix for #615988  - brasero crashed with SIGSEGV in brasero_mmc3_get_performance_wrt_spd_desc()

 libbrasero-media/scsi-get-performance.c | 34 ++++++++++++++++++---------------
 1 file changed, 19 insertions(+), 15 deletions(-)

commit 13e0ba98fa08b6d0d977dcde4b14ec4bd28c5e6b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:50:49 2010 +0200

    Fix #608424  - String review
    Capitalize acronym
    Patch by Bruce Cowan

 plugins/dvdcss/burn-dvdcss.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cab01c330def8615f97e90fc1097e0c623ae60c1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:40:18 2010 +0200

    Change the priority for cdrdao and raised the one of cdda2wav plugin
    Cdrdao cannot reliably write CD-TEXT and therefore when copying audio CDs cdda2wav/cdrecord is more efficient
    This also makes the combination cdrdao/audio2cue/transcode a last resort, when wodim/cdrecord/libburn cannot be found
    This does not change much for Data CDs as cdrdao is pretty much as efficient as wodim/readom
    The only case where cdrdao will remain a priority is when copying a CD with two drives

 plugins/cdrdao/burn-cdrdao.c     | 2 +-
 plugins/cdrtools/burn-cdda2wav.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1cc5dceeb330e902eac3007ec78bd0ab71c351b7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:33:17 2010 +0200

    Rework logic of plugin picking
    Do not alway give priority to a plugin that accept input; see if there are other paths with modifier plugin and if so use these paths instead.
    Also fix a crash when trying to create checksum task (from previous rework of the same logic)

 libbrasero-burn/brasero-caps-burn.c | 233 ++++++++++++++++++++++--------------
 1 file changed, 143 insertions(+), 90 deletions(-)

commit 28ba0b636d90876a4dfebfa3a52d94daf773d554
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:31:01 2010 +0200

    This plugin should not run after source track has been processed, it can only run before

 plugins/checksum/burn-checksum-files.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit c932441dca20be0a2bbf36a829c34b3e11cec1a6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:30:11 2010 +0200

    Fix #618942  - Bad info when burning, high CPU usage and slow burn
    When a plugin is piping data to growisofs do not try to get size of data

 plugins/growisofs/burn-growisofs.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit e129f579ef21921ec69faff3c408aec3413161e7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:28:58 2010 +0200

    Cosmetic change

 libbrasero-burn/burn-task-ctx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1f64fef0cc11e95c7420936b7101a4bcbf177a88
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:28:16 2010 +0200

    Avoid having time remaining set as a weird value
    Use long values for g_signal_emit ()

 libbrasero-burn/brasero-burn.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 38b5a1c1c88fe3f68341a2f328dc606ce836d655
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 11:40:04 2010 +0200

    Fix #618917  - Brasero does not correctly handle double clicking on column separators

 src/brasero-audio-disc.c | 10 ++++++++--
 src/brasero-data-disc.c  |  5 +++++
 src/brasero-video-disc.c |  5 +++++
 3 files changed, 18 insertions(+), 2 deletions(-)

commit 1dd31f996fa210e1715fa6c04d47511d02ff90f0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 11:20:24 2010 +0200

    Fix #564411  - Move columns doesn't work

 src/brasero-audio-disc.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

commit 12b7fc8ab2ea963c2381a7203865aa4835e1f5be
Author: Tobias Mueller <tobiasmue@gnome.org>
Date:   Tue Apr 13 00:18:31 2010 +0100

    libbrasero-burn: Fix potential format string vulnerabilities
    
    Several functions, i.e. gtk_message_dialog_format_secondary_text,
    g_set_error or gtk_message_dialog_new expect a format string as argument
    so provide proper, literal strings.
    Fixes bug 615601.

 libbrasero-burn/brasero-burn-options.c  | 10 +++++-----
 libbrasero-burn/brasero-burn.c          | 24 ++++++++++++------------
 libbrasero-burn/brasero-status-dialog.c |  3 +++
 3 files changed, 20 insertions(+), 17 deletions(-)

commit 415a4951f2605de158d56f30409b68d6410968d6
Author: Tobias Mueller <tobiasmue@gnome.org>
Date:   Tue Apr 13 00:44:50 2010 +0100

    brasero-data-disc.c: fix format string issues
    
    gtk_message_dialog_format_secondary_text expects a format string, so
    give it a proper literal format string.
    Fixes bug 615606.

 src/brasero-data-disc.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit fa8b24102994b5dde894b42b39633dab3ba12332
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 22:55:26 2010 +0200

    Some more fixes for #617494  - Fails to burn ANY audio project
    Improve the respect in case of concurrency between two plugins

 libbrasero-burn/brasero-caps-burn.c | 305 +++++++++++++++++++++---------------
 1 file changed, 179 insertions(+), 126 deletions(-)

commit 259ad91e9eb96d0e4536e3c63e9865cf5a53d395
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 22:46:32 2010 +0200

    Fix memleaks

 plugins/transcode/burn-transcode.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit c32a885c907e10781159aafc0454f417ecd6af08
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 18:08:07 2010 +0200

    Fix #617494  - Fails to burn ANY audio project (part 1)
    Make sure the DAO flag will be set as compulsory when the input for a recording plugin is CUE, CLONE or such

 libbrasero-burn/brasero-caps-session.c | 96 +++++++++++++++++++++-------------
 1 file changed, 61 insertions(+), 35 deletions(-)

commit 3901812a1bcb65b7e4ea1703263ca7877152ac91
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 18:06:11 2010 +0200

    Just a cosmetic code change

 libbrasero-burn/brasero-session.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8f3724a56dd5df1ec365a454329647536b368c1c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 18:04:07 2010 +0200

    Introduces a function to check flags according to input for a recording link

 libbrasero-burn/burn-caps.c | 23 +++++++++++++++++++++++
 libbrasero-burn/burn-caps.h |  4 ++++
 2 files changed, 27 insertions(+)

commit d093550e62562ba175719d7d1a88cdc3cb436507
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 18:01:28 2010 +0200

    Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumstances

 libbrasero-burn/brasero-enums.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d7413bb7df2cda2888ddb56b191242bb32092001
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 17:10:05 2010 +0200

     Fix part of 617831  - "Write to Disc" button sensitivity regression
    Also write the name of applications with a symbolic link in the dialog appearing to require the installation of some apps or libs

 libbrasero-burn/brasero-burn-options.c | 7 +++++--
 libbrasero-burn/brasero-burn.c         | 7 +++++--
 src/brasero-project.c                  | 7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

commit 3f8fd42d501922d869991e2a08826c98b5f8fde8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 14 11:50:41 2010 +0200

    Write the contents of the GtkTextBuffer displayed line by displayed line which should improve the layout

 libbrasero-utils/brasero-jacket-buffer.c |  2 +-
 libbrasero-utils/brasero-jacket-view.c   | 97 +++++++++++++++-----------------
 2 files changed, 45 insertions(+), 54 deletions(-)

commit a7a59626a08e31f1737088957390e7d8a6f1697f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 22:28:26 2010 +0200

    Save printer settings for cover printing

 libbrasero-utils/brasero-jacket-edit.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit db1b52d197b88bceea6f531964a096779ae4bdf5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 20:09:21 2010 +0200

    Fix a bug in the layout on first start (side pane was hidden and remained so until the user moved it)

 src/brasero-file-chooser.c | 13 ++++++-------
 src/brasero-layout.c       | 13 ++++++++-----
 src/brasero-setting.c      | 38 ++++++++++++++++++++++++++------------
 3 files changed, 40 insertions(+), 24 deletions(-)

commit 93f2e0439cb54497b5f69e9f977f2a3c82e94f76
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 19:29:33 2010 +0200

    Clean up some weird code

 src/brasero-setting.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit d1b4a9111dafdaa4a17cc370e52c270b52c7e1ac
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 19:22:38 2010 +0200

    Code cleanup and try to improve the WYSIWYG aspect

 libbrasero-utils/brasero-jacket-buffer.c |   2 +-
 libbrasero-utils/brasero-jacket-view.c   | 334 ++++++++++++-------------------
 libbrasero-utils/brasero-jacket-view.h   |   3 -
 3 files changed, 134 insertions(+), 205 deletions(-)

commit 237ab2f91c39c8d7e3e11fe79f95923a919f3c75
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed May 12 16:11:15 2010 +0200

    Make the drawing of lines crisper and sharper

 libbrasero-utils/brasero-jacket-edit.c |  4 +-
 libbrasero-utils/brasero-jacket-view.c | 99 +++++++++++++++++++---------------
 libbrasero-utils/brasero-jacket-view.h | 16 +++---
 3 files changed, 66 insertions(+), 53 deletions(-)

commit 67d94f44aa2fa5e5b7412c48da4382260f33ea38
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:23 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po | 3071 +++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 2126 insertions(+), 945 deletions(-)

commit ce9f807b890ecacb83c487e73d68e917094b094f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed May 12 11:18:53 2010 +0200

    Some more (hopefully the last ones) bits to fix any GSEAL enabled compilation

 src/brasero-search-entry.c | 11 ++++++-----
 src/brasero-search.c       |  4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 7d79bbdf0548f1180f85c1713b4bba48c2d54dd9
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed May 12 00:56:03 2010 +0200

    Use accessor functions instead direct access. Final patch
    
    Also, added -DGSEAL_ENABLE to configure.in to not use direct
    access again.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=594716

 configure.in                           | 2 ++
 libbrasero-burn/brasero-burn-dialog.c  | 2 +-
 libbrasero-burn/brasero-burn-options.c | 2 +-
 src/brasero-file-chooser.c             | 6 +++---
 src/brasero-project.c                  | 2 +-
 5 files changed, 8 insertions(+), 6 deletions(-)

commit 2376dec8daa0f081e4cc529de3e4a23daed4fc0f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 11 20:56:53 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 318 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 159 insertions(+), 159 deletions(-)

commit f1fa04cc072b3cc8ae4d55ccf828ccce94940463
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 22:54:46 2010 +0200

    Fix memleak

 libbrasero-utils/brasero-jacket-buffer.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b6ecf5aefa9d03934eb0f78d04d284a425f48951
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 22:52:38 2010 +0200

    Fix one of the last remaining bits for #594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)

 libbrasero-utils/brasero-jacket-buffer.c | 305 ++++++++++++++++++++-----------
 1 file changed, 196 insertions(+), 109 deletions(-)

commit ec2dd226d8cbf77f7ec0096cf0aa8ac4f6407e9c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 19:02:54 2010 +0200

    Fix part of 594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
    Remove use of sealed parts of GtkTextView

 libbrasero-utils/brasero-jacket-view.c | 10 ----------
 1 file changed, 10 deletions(-)

commit 386f656820b85915bad8b447e91d3b2ccdd795ac
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 18:57:42 2010 +0200

    Removed use of deprecated flags

 libbrasero-utils/brasero-jacket-view.c | 3 ++-
 src/brasero-player-bacon.c             | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit f47026356607485e1c08775ec1a589cc1408a0e6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 18:48:43 2010 +0200

    Fix #590648  - Text in cover editor does not show up automatically

 libbrasero-utils/brasero-jacket-view.c | 46 +++++++++++++++++++++++++---------
 1 file changed, 34 insertions(+), 12 deletions(-)

commit d4a5a1c730ee2670569c9c6c7de6d961405629b3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 11:16:16 2010 +0200

    Fix a few runtime warnings with the Cover Editor

 libbrasero-utils/brasero-jacket-view.c       |  4 ++--
 libbrasero-utils/brasero-tool-color-picker.c | 11 +++--------
 2 files changed, 5 insertions(+), 10 deletions(-)

commit 272ffe9ce0bf43e965346c81540d62062d063eaf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 01:09:07 2010 +0200

    Fix #615526  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()
    Improve code to handle NULL parameters

 libbrasero-burn/brasero-track-data-cfg.c |  3 +++
 src/brasero-data-disc.c                  | 43 +++++++++++++++++++++++++++-----
 2 files changed, 40 insertions(+), 6 deletions(-)

commit 37bda4f457999bc09286848032648753898f4f44
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 00:19:16 2010 +0200

    Fix part of 616935  - Crash in brasero_data_project_node_removed at brasero-data-project.c:1163
    This fixes the use of Tracker

 src/brasero-search-engine.h  |  2 +-
 src/brasero-search-tracker.c | 18 ++++++++++--------
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 72dc7f9113a5860f699d9aab6f5ccdc2514f263f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 22:57:27 2010 +0200

    Fixed a runtime warning related to cancelling tracker searches

 src/brasero-search-tracker.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit ddad6dc377afe5873dc9393f61f165ac249adf7f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 22:18:24 2010 +0200

    Silenced a few warnings

 libbrasero-burn/brasero-burn-dialog.c | 6 +++---
 src/brasero-uri-container.c           | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 6c19c2a47a11692e705a7b682e589f471d62d2e1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 18:23:39 2010 +0200

    Fix memleak

 src/brasero-mime-filter.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bd312c11146a30587bd79c053727860d87085f44
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 18:18:13 2010 +0200

    Fix memleak

 src/brasero-search.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit be95bc70466e553e59dc7b08521a43b9534be676
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 15:19:59 2010 +0200

    Fix memory leak

 src/brasero-search-entry.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7a49e6bb8b90c89655898e533d4cb0bbde10bb57
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Sat May 1 08:49:25 2010 +0200

    Added Norwegian Nynorsk translation

 po/LINGUAS |    1 +
 po/nn.po   | 4975 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4976 insertions(+)

commit 69a1fd6969da186812058f3ba8880a4357a150c9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Apr 30 19:40:18 2010 +0200

    Added sl for Slovenian translation

 help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 65f821b571023d8a52930c98ec74cb4560285d81
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Apr 30 19:39:39 2010 +0200

    Updated Slovenian translation

 help/sl/sl.po | 1108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1108 insertions(+)

commit 897512d2540e7bffe12473247368d76b5227b26c
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Tue Apr 27 21:13:46 2010 +0200

    Updated Danish translation

 po/da.po | 164 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 82 insertions(+), 82 deletions(-)

commit 0fb78ce059cfd62585f4bd9a83b2a7c9801af2f6
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Apr 27 00:09:13 2010 +0100

    Fix for Bug 578068 - Brasero does not check for free space before copying disc
    
    Patch by Heikki Paajanen <hepaajan@iki.fi>

 libbrasero-burn/burn-job.c | 2 ++
 1 file changed, 2 insertions(+)

commit a9bb2ff5eeffdaf627b7a70c6a1ba07cac399c55
Author: Tobias Mueller <tobiasmue@gnome.org>
Date:   Tue Apr 13 00:17:36 2010 +0100

    Harden code by checking for callback value being a BRASERO_PROJECT
    
    Fixes bug 615602.

 src/brasero-project.c | 2 ++
 1 file changed, 2 insertions(+)

commit daef099b640a389f43047d23fd93f80aa2700362
Author: Tobias Mueller <tobiasmue@gnome.org>
Date:   Tue Apr 13 00:41:26 2010 +0100

    brasero-rename.c: Fix signedness issues by assigning proper types
    
    gtk_combo_box_get_active returns a signed int so let's use it too.
    Also does checking an unsigned int for < 0 not make sense.
    Fixes bug 615605.

 src/brasero-rename.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 46331a1566d46fe4422279f27a2cb0a9855d4c8a
Author: Frederic Crozat <fcrozat@mandriva.com>
Date:   Mon Apr 26 11:20:19 2010 +0200

    add support for Tracker 0.8.x
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616831

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 758425dbf510a30dd61905af2e2abb5231a4fd93
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Thu Apr 22 23:55:23 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 5411 +++++++++++++++++++++++++++++++++--------------------
 1 file changed, 3352 insertions(+), 2059 deletions(-)

commit 214e3511c2b5fd5d77678c2f1ce7f4e7a181f075
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Apr 21 19:22:37 2010 +0700

    Updated Indonesian translation, remove trailing whitespaces

 po/id.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 0e0ba5c1c01a261943c55a2debdc98102c63e5ce
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Apr 21 19:15:08 2010 +0700

    Added Indonesian translation, contributed by Nana Suryana
    Added id to LINGUAS

 po/LINGUAS |    1 +
 po/id.po   | 4708 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4709 insertions(+)

commit ab3d9a3b4c38f6f29d93d0155905e77905981bc6
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Wed Apr 21 16:33:40 2010 +0530

    Updating Assamese translations

 po/as.po | 1843 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 894 insertions(+), 949 deletions(-)

commit 3777059773469f1508dcb253910c229ebe4d8954
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
Date:   Wed Apr 21 11:36:18 2010 +0530

    Updated Kannada translations

 po/kn.po | 3847 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2107 insertions(+), 1740 deletions(-)

commit 41b8e15009a8af9b2f3e3879f17a84cb791f5db4
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Apr 20 22:33:10 2010 +0100

    Bump to 2.31.1

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b85a6e48de67f5ce0ee15c7f4b93394105bea48e
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Apr 20 22:27:28 2010 +0100

    Make it compile using -GSeal

 libbrasero-utils/brasero-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 49ce60a07b097b264eec3ff8a8ab90ced8a9ff15
Author: Olav Vitters <olav@vitters.nl>
Date:   Sun Apr 18 11:24:33 2010 +0200

    Fix doap file

 brasero.doap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2fd71a14578f4c5c0d1c0df3d02bd70b163a7355
Author: Michael Monreal <michael.monreal@gmail.com>
Date:   Fri Apr 16 17:04:27 2010 +0200

    Add 32px version of transform-crop-and-resize icon

 data/icons/Makefile.am                             |   2 +
 ...lor_actions_32x32_transform-crop-and-resize.png | Bin 0 -> 1909 bytes
 ...lor_actions_32x32_transform-crop-and-resize.svg | 339 +++++++++++++++++++++
 3 files changed, 341 insertions(+)

commit 26f73922d6c269d527b06cf24678ff8bc3750af3
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Fri Apr 16 14:52:42 2010 +0530

    Updated Oriya Translation

 po/or.po | 3511 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1695 insertions(+), 1816 deletions(-)

commit 19f117661572a25e42012e023ca3b4e27be4c067
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Apr 13 15:31:09 2010 +0700

    Updated Thai translation.

 po/th.po | 7015 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 3816 insertions(+), 3199 deletions(-)

commit 969356bed30d60deb44e279ba76ef5a2369a9e54
Author: Ani Peter <apeter@redhat.com>
Date:   Wed Apr 14 15:06:49 2010 +0530

    Updated Malayalam Translation

 po/ml.po | 3892 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 2175 insertions(+), 1717 deletions(-)

commit cdedf8fc86065e56bb6a25e4bb6e38a0d5590b8b
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Wed Apr 14 01:02:15 2010 +0200

    Updated Occitan translation

 po/oc.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d3aba40997bd9e319c9bfbf12546eb50b9b7a330
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Tue Apr 13 22:02:08 2010 +0200

    Occitan translation update

 po/oc.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 9b785f016fea449669668b6e573f1b0ab1092cbb
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Tue Apr 13 21:59:39 2010 +0200

    Occitan translation update

 po/oc.po | 1 +
 1 file changed, 1 insertion(+)

commit b1e524f21f46b247b3e3eb0add90ebdc4def1896
Author: Yannig Marchegay <yannig@marchegay.org>
Date:   Tue Apr 13 21:57:26 2010 +0200

    Occitan translation update

 po/oc.po | 6558 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3460 insertions(+), 3098 deletions(-)

commit 4f97af011e354807397414d460a95660522f39d8
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Apr 12 18:16:26 2010 +0530

    Updated Marathi Translations

 po/mr.po | 1526 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 671 insertions(+), 855 deletions(-)

commit 06c6b60645a88cee9726dbb4af3f5931cbe67a64
Author: Jordi Serratosa <jordis.lists@gmail.com>
Date:   Thu Apr 1 21:42:31 2010 +0200

    Fixes to Catalan translation

 po/ca.po | 96 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

commit 09fc6a5df2892ae5b0e40aca74965a8dbaea10d5
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Apr 1 16:49:37 2010 +0530

    Updated Telugu translations

 po/te.po | 3995 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2173 insertions(+), 1822 deletions(-)

commit 907a82ce6e65bf7a7bd6973163b7a44d4f91947d
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Thu Apr 1 09:47:00 2010 +0300

    A few fixes via Launchpad.

 po/fi.po | 458 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 229 insertions(+), 229 deletions(-)

commit 9ed61a0eb1c5c985a3c3ce069a30bb50605760ee
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Wed Mar 31 00:14:45 2010 +0200

    Updated Danish translation

 po/da.po | 3195 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1602 insertions(+), 1593 deletions(-)

commit 03a79993b56a06de7a50f48dc8384f2441c889f0
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Mar 29 15:35:22 2010 +0100

    Bump to 2.30.0

 NEWS         | 28 ++++++++++++++++++++++++++++
 configure.in |  6 +++---
 2 files changed, 31 insertions(+), 3 deletions(-)

commit b0f6b7feeb259a0976604fd0e4dedcd818859d7f
Author: Simos Xenitellis <simos@gnome.org>
Date:   Mon Mar 29 16:51:30 2010 +0300

    Updated Greek translation for brasero documentation

 help/el/el.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 310309f67b2b0d5d57bb171d32c1483db3f9b9a3
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Mon Mar 29 09:12:20 2010 -0300

    Given credits to pt_BR translator Antonio Fernandes

 po/pt_BR.po | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0505c8e38eea111e6d5836e9b48cf7c8b5954c11
Author: 樊栖江(Fan Qijiang) <fqj1994@gmail.com>
Date:   Sun Mar 28 21:30:10 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 231 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 105 insertions(+), 126 deletions(-)

commit a27620a2d8da71b6e1e018ebfc27d8881b339e64
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Mar 28 08:31:41 2010 +0530

    complete Translation for Punjabi by A S Alam

 po/pa.po | 153 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 74 insertions(+), 79 deletions(-)

commit 8a0a0ea304f665c98e8663a46af0af7ef21ea97c
Author: Simos Xenitellis <simos@gnome.org>
Date:   Sat Mar 27 17:47:15 2010 +0200

    Updated Greek translation

 po/el.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d60138762b8994b260fa56bf0025958dfc80440e
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Mar 27 15:00:04 2010 +0100

    Updated Basque language

 po/eu.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit e1b706e1e0fd64d6978f08e4348763d39754f843
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Mar 27 19:31:58 2010 +0600

    Updated Bengali translation

 po/bn.po | 1393 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 607 insertions(+), 786 deletions(-)

commit 81409c921011e2024b9b1bfd6db44cc34f455148
Author: Adrian Guniš <andygun696@gmail.com>
Date:   Sat Mar 27 13:29:13 2010 +0100

    Update Czech translation

 help/cs/cs.po | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

commit a3de1dc314502ba2e50a1e44b3f905d26417be7a
Author: Kevin_Wei_2 <kevin_wei3@yahoo.com.tw>
Date:   Sat Mar 27 20:17:07 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 help/zh_HK/zh_HK.po | 30 ++++++++++++++++++------------
 help/zh_TW/zh_TW.po | 30 ++++++++++++++++++------------
 2 files changed, 36 insertions(+), 24 deletions(-)

commit 4fab03f20d1e7f97a40eb50c6b27e890ef485a4e
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Sat Mar 27 13:08:36 2010 +0200

    Small fix.

 po/fi.po | 96 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

commit cedf588abaa02b3871c91fbc7fd845852fdac11a
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 12:55:48 2010 +0200

    Updated Ukrainian translation

 po/uk.po | 220 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 115 insertions(+), 105 deletions(-)

commit 65e1792ada876539ecd95d271290e64a498c43ef
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Fri Mar 26 08:16:10 2010 +0100

    Add Afrikaans translation

 po/LINGUAS |    1 +
 po/af.po   | 4942 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4943 insertions(+)

commit 31bc225847922bdc239a433f7de316703fdffff1
Author: Μάριος Ζηντίλης <m.zindilis@dmajor.org>
Date:   Thu Mar 25 11:05:55 2010 +0200

    Updated Greek translation

 help/el/el.po | 82 ++++++++---------------------------------------------------
 1 file changed, 11 insertions(+), 71 deletions(-)

commit 3d3fa64891f519f45431bfac2a4d6ea160558763
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Mar 23 20:31:28 2010 +0200

    Updated Lithuanian translation.

 po/lt.po | 3767 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2035 insertions(+), 1732 deletions(-)

commit bed644e7793c1728b171137157666538e3e601f4
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Mar 22 18:48:45 2010 +0000

    Fix new headers required by tracker >=0.7.25.
    
    Thanks to Hussam Al-Tayeb <ht990332@gmail.com> for pointing this.

 configure.in                 | 2 +-
 src/brasero-search-tracker.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c3f1f1c7902a143dcc05c645195b6c0d2c885371
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Mar 22 16:17:58 2010 +0100

    Updated Basque language

 po/eu.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6e826d32b1c961841def73d18e27eccb4fe9694c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Mar 22 08:42:36 2010 +0100

    Updated Spanish translation

 po/es.po | 58 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 30 deletions(-)

commit 7feb87e1905f5d88f74d2f2a90d5410bc8de9f37
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Mar 21 23:28:00 2010 +0200

    Updated Belarusian translation by Mikalaj Cechan.

 po/be.po | 4901 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2590 insertions(+), 2311 deletions(-)

commit 81e9ec408eb338be59b243b05a575113e675ef8c
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Mar 20 17:41:39 2010 +0100

    Dutch translation updated by Sander Pientka

 po/nl.po | 7859 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 4272 insertions(+), 3587 deletions(-)

commit 36e85e35d424084d20c14ad665ac263af606b21c
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Fri Mar 19 18:41:27 2010 +0200

    Update Russian translation from Юрий Козлов

 po/ru.po | 442 ++++++++-------------------------------------------------------
 1 file changed, 53 insertions(+), 389 deletions(-)

commit dfefdeadaf486355aa6669cc6623fc99e3ed021b
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Thu Mar 18 07:09:10 2010 +0900

    Updated Japanese translation.

 po/ja.po | 114 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 56 deletions(-)

commit 8572bf447e5a5b1b29c87edaaee8c8703a70e479
Author: A S Alam <aalam@users.sf.net>
Date:   Tue Mar 16 16:22:42 2010 +0530

    updating for Punjabi by A S Alam

 po/pa.po | 2047 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 999 insertions(+), 1048 deletions(-)

commit e5c82e2f8a2935240f5f18d980c025ac51f81159
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Mar 15 12:04:10 2010 +0100

    Use gtk_widget_style_attach () in realize implementations
    
    Use the correct function to attach the widget's GtkStyle to the
    widget's GdkWindow.

 libbrasero-utils/brasero-jacket-view.c | 2 +-
 src/brasero-player-bacon.c             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 17b71cec6b949e6c5acbe9e3a069004290f67470
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Mar 15 09:38:11 2010 +0100

    Fix #Bug 611111 - brasero burn:/// hangs

 src/brasero-app.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit 74012ff053510159e360e09ff84e94a6fbe6db08
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Mar 9 14:49:01 2010 +0100

    Update to latest GTK code

 configure.in                           | 2 +-
 libbrasero-burn/brasero-burn-dialog.c  | 6 +++---
 libbrasero-utils/brasero-jacket-view.c | 2 +-
 src/brasero-data-disc.c                | 2 +-
 src/brasero-player-bacon.c             | 2 +-
 src/brasero-project.c                  | 2 +-
 src/brasero-uri-container.c            | 6 +++---
 7 files changed, 11 insertions(+), 11 deletions(-)

commit 60607d842c2a94b98423925f31cb2b80ed9681fd
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Mar 14 13:01:41 2010 +0100

    Updated Swedish translation

 po/sv.po | 390 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 165 insertions(+), 225 deletions(-)

commit a49da6c174d4cebd3ef1b288456132f37f78247b
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Sat Mar 13 21:08:17 2010 +0100

    Update Galician translation

 po/gl.po | 192 +++++++++++++++++++++------------------------------------------
 1 file changed, 64 insertions(+), 128 deletions(-)

commit 3c8420c3608e06b1f03c1ce8a0f173fed4788988
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Mar 12 19:46:42 2010 +0200

    Updated Arabic translation

 po/ar.po | 607 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 268 insertions(+), 339 deletions(-)

commit 8c993a0bd195f91fdac670d5d434dc2f63ec6a00
Author: Denis ARNAUD <denisarnuad@yahoo.fr>
Date:   Fri Mar 12 18:13:17 2010 +0100

    updated breton translation

 po/br.po | 4284 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2169 insertions(+), 2115 deletions(-)

commit f6c28f61ddea2841d4d47a67ae7bd3eed3d143f2
Author: Maciej Piechotka <uzytkownik2@gmail.com>
Date:   Mon Mar 8 17:20:06 2010 +0000

    Make soft autodetection.

 configure.in | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit c116c5d46a413e86b94c24f6432fb01f42a3eb86
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Mar 11 09:32:35 2010 +0100

    Fix two problem with video transcoding:
    - a hang that was caused by buffers being too little
    - progress reporting that did not always properly work

 plugins/transcode/burn-vob.c | 107 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 93 insertions(+), 14 deletions(-)

commit 2af067b61a0008fd39e3d650c8f99f7a823a7894
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Mar 11 08:52:42 2010 +0100

    Fix video options so that for SVCD we do have a proper default for aspect ratio (set to 4:3)

 libbrasero-burn/brasero-video-options.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit 4ca4e93d71cfd07bab0400f59687a549c31a403f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Mar 11 08:52:01 2010 +0100

    Fix a problem if multiple tracks were processed in a single pass by a plugin then progress was not smooth
    This shown especially when transcoding video to MPEG2

 libbrasero-burn/burn-task-ctx.c | 1 +
 1 file changed, 1 insertion(+)

commit 818e88b9282b5448cfe7fd138cf71e7b09d386b1
Author: Luis Medinas <luis.medinas@caixamagica.pt>
Date:   Wed Mar 10 18:23:45 2010 +0000

    Bump to 2.29.92 release

 NEWS         | 25 +++++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)

commit 975743cbb3c800647d7a5ac25b4b82ca7e7cd9cc
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Mon Mar 8 20:59:32 2010 +0100

    Updated Italian translation

 po/it.po | 3555 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1691 insertions(+), 1864 deletions(-)

commit 6a86a24241366be4c97e381c40027b4855e84ac6
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Mar 8 12:55:15 2010 +0100

    Updated German doc translation

 help/de/de.po | 399 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 203 insertions(+), 196 deletions(-)

commit 71738cee67b3c488f0c1d5a47016ddaaeefd7765
Author: Hajime Taira <htaira@redhat.com>
Date:   Sun Mar 7 23:04:11 2010 +0900

    Updated Japanese translation.
    Updated by Hajime Taira and Hideki Yamane.

 po/ja.po | 3735 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1804 insertions(+), 1931 deletions(-)

commit fe69deacf45193eb3eec7c4cab61de5821ce3c39
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 7 04:40:30 2010 +0900

    Updated Korean translation

 po/ko.po | 3460 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1712 insertions(+), 1748 deletions(-)

commit a05855163f2e1bf2fab49939cfff2c5f912b8f8f
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sat Mar 6 13:35:40 2010 +0100

    Updated French doc translation

 help/fr/fr.po | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 40e03980a8172f12f9be92692fe3aaf2d116c914
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Sat Mar 6 13:13:11 2010 +0200

    Updated Greek translation.

 po/el.po | 4340 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 2425 insertions(+), 1915 deletions(-)

commit a4f7a7210072030bae9a46e1632ca42768abfcb9
Author: Joan Duran <jodufi@gmail.com>
Date:   Fri Mar 5 22:53:03 2010 +0100

    Updated Catalan translation

 po/ca.po | 2338 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1139 insertions(+), 1199 deletions(-)

commit 6b9158ccaefb5cfd5e9643a30063c9a85abcf262
Author: António Lima <amrlima@gmail.com>
Date:   Fri Mar 5 00:47:02 2010 +0000

    Updated Portuguese translation

 po/pt.po | 121 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 59 deletions(-)

commit 9867e3d0192073bedf3cf62be97c05e0206ef170
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Mar 4 21:34:19 2010 +0100

    Updated Basque language

 po/eu.po | 71 ++++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 51 insertions(+), 20 deletions(-)

commit 7092697934d227d6e24976a6e86d29e2a67ee8ad
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Mar 4 13:56:09 2010 +0100

    Fix a test that could lead to read outside the allocated buffer.
    May help fixing #606010 -  crashes at audio CD insertion

 libbrasero-media/brasero-medium.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8f95fc16dc8655600b40c4d697473639cd54d19c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Mar 3 18:33:20 2010 +0100

    Updated Spanish translation

 help/es/es.po | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)

commit 80ef62fad297fc0b957b2bc6d2b2b5910ef83779
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 3 17:41:59 2010 +0100

    Updated Polish translation

 po/pl.po | 3735 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1822 insertions(+), 1913 deletions(-)

commit 2dd562fb79c030ab13c276e22ef8ec5d66b64659
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 3 14:00:36 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 77 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

commit 5f0cf1f957b197d1be8f40f77891085c37a085dd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Mar 3 09:26:36 2010 +0100

    Fix #611373 -  messages in the Brasero Manual V2.2 are different from the real
    Patch by t-bug@e-pg.jp

 help/C/brasero.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 30d8f86bf8b3a41f531d34ae823297daefda22e1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Mar 2 19:50:18 2010 +0100

    Ran autoupdate on configure.in to straight things up

 configure.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 1a6db68ea957d012f6b06ffac3e8d85dbdfb85ad
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Mar 2 16:57:37 2010 +0100

    Fix memory leak where a GError was not propagated properly

 libbrasero-burn/burn-task.c | 3 +++
 1 file changed, 3 insertions(+)

commit af102365d567189fb30dec5ed0d4adeb10b5cee0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Mar 2 08:58:29 2010 +0100

    Check for tracker version 0.7.16 when building
    (fix commit 1a9b19e414cfd2023ae3a405fc5435e18363a35a)

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5ade4b600f551a89411400ef157008fbfba2cd03
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Mar 2 15:32:18 2010 +0100

    Updated Basque language

 po/eu.po | 478 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 194 insertions(+), 284 deletions(-)

commit 0bf42456ad447e3c5796ec70695523b3ed5418e1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Mar 2 13:04:36 2010 +0100

    Fix building libbrasero-burn with GObject Introspection in some cases

 libbrasero-burn/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit bc0fa8f29063be7b6329b2333216dd908d28363b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 23 18:10:11 2009 +0100

    Remove unnecessary line

 libbrasero-burn/burn-plugin.c | 1 -
 1 file changed, 1 deletion(-)

commit 6c6a748483c3207070e454c79393b29f27266541
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Sun Feb 28 20:01:30 2010 +0200

    Finish Finnish.

 po/fi.po | 274 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 109 insertions(+), 165 deletions(-)

commit 2737616a703cb9dfe6c0b469b7bc3e0f42b6fd87
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Sun Feb 28 18:27:00 2010 +0200

    Updated Finnish translation

 po/fi.po | 3754 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2060 insertions(+), 1694 deletions(-)

commit e147055b1eb28d793c9fd63e1053eaae9befeafd
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Thu Feb 25 14:14:00 2010 +0200

    Update Russian translation by Alexander Saprykin

 po/ru.po | 3282 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1656 insertions(+), 1626 deletions(-)

commit ebc56ba734ce701ba120c7e0322f01aeebe91982
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Feb 24 14:37:16 2010 +0100

    Fix #608719 -  nautilus crashed with signal 5 in brasero_burn_caps_get_default()

 nautilus/nautilus-burn-extension.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

commit 6c264d9b71acbaf1ff43e37fcf95e4a2a8c712e7
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Wed Feb 24 03:47:16 2010 +0000

    Fix gobject-introspection shared libraries
    
    It caused some import failures of the libraries via
    gobject-introspection.

 libbrasero-burn/Makefile.am  | 2 +-
 libbrasero-media/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 7dc6d44cc95fec7252d04441076a7b62251277bb
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Tue Feb 23 23:06:02 2010 +0000

    Updated British English translation

 po/en_GB.po | 3484 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1859 insertions(+), 1625 deletions(-)

commit 7f656fa14f6df60422cd81efbd503cad8de9cb84
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Feb 23 20:58:11 2010 +0100

    Add support for GtkBuilder interface to BraseroMediumSelection widget

 libbrasero-media/brasero-medium-selection.c | 11 ++++++++++-
 libbrasero-media/brasero-medium-selection.h |  3 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 13033a8a854ddff809171e66eaa113979d2c28ba
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Feb 23 20:57:34 2010 +0100

    Fix #608170 -  Drive selection widget unusable from GtkBuilder

 configure.in                               |  7 +++++++
 libbrasero-media/Makefile.am               | 12 +++++++-----
 libbrasero-media/brasero-drive-selection.c |  2 +-
 libbrasero-media/brasero-drive-selection.h |  3 ++-
 4 files changed, 17 insertions(+), 7 deletions(-)

commit 66b1f2fece54e9525cb626355108b1d52b11a9e7
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Feb 22 20:30:50 2010 +0000

    Update NEWS for 2.29.91 release

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit fae51895a4d307ee8563556c9a64852aed78afbb
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Feb 22 20:28:55 2010 +0000

    Bump to 2.29.91

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 614fdcfd35552dad1b3cce0ede213087ec318190
Author: António Lima <amrlima@gmail.com>
Date:   Mon Feb 22 01:17:51 2010 +0000

    Updated Portuguese translation

 po/pt.po | 3742 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2028 insertions(+), 1714 deletions(-)

commit 1395782197f0edc16d4a8d311a0f7dbe2e738d7c
Author: Adrian Guniš <andygun696@gmail.com>
Date:   Sun Feb 21 20:16:27 2010 +0100

    Update Czech translation

 help/cs/cs.po | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 09057b75c5d70d76637ca2b7e1086f9f9801efad
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Feb 21 19:10:39 2010 +0100

    Update Czech translation by Adrian Gunis
    
    Reviewed by: Lucas Lommer.

 po/cs.po | 3401 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1682 insertions(+), 1719 deletions(-)

commit 1a9b19e414cfd2023ae3a405fc5435e18363a35a
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Wed Feb 17 02:12:18 2010 +0000

    Use new tracker API
    
    Fixes bgo #610186

 src/brasero-search-tracker.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 3bc5957b6e540d6983a03c7ba81a69ec6608bf9e
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Tue Feb 16 20:34:10 2010 +0100

    Added French doc translation

 help/fr/fr.po | 565 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 279 insertions(+), 286 deletions(-)

commit ab7c2b8ca1ad9dca9db596bc02e0ec8825c2e069
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Mon Feb 15 23:46:38 2010 +0200

    Updated Latvian translation

 po/lv.po | 2669 ++++++++++++++++++++++----------------------------------------
 1 file changed, 933 insertions(+), 1736 deletions(-)

commit 15b97940bf8eb4ef5f462418db54541ed906bc03
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Mon Feb 15 23:08:51 2010 +0200

    Updated Latvian translation

 po/lv.po | 7791 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 4224 insertions(+), 3567 deletions(-)

commit 25a3f3d2e75b451d78dbee8e49cf654268d4825e
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Feb 15 11:20:19 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 76 +++++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 76 +++++++++++++++++++++++++++++++------------------------------
 2 files changed, 78 insertions(+), 74 deletions(-)

commit 2b3e7bfbce1bcdfb392204e23ceda8a5fcd72a18
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Fri Feb 12 23:57:51 2010 +0100

    Updated Galician Translation

 po/gl.po | 1810 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 945 insertions(+), 865 deletions(-)

commit 3a1d499826438896b7904ff786d9da4f2735c2c0
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Fri Feb 12 23:37:19 2010 +0200

    Update Romanian translation

 po/ro.po | 1141 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 502 insertions(+), 639 deletions(-)

commit 39f5901ca2e5f17db39a20f55188b620b3b2e228
Author: Antonio Fernandes C. Neto <fernandes@pelivre.org>
Date:   Fri Feb 12 08:46:05 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 56 +++++++++++++++++++++++---------------------------------
 1 file changed, 23 insertions(+), 33 deletions(-)

commit 7d1942a3ef0f13d482b6461576c281c97fd78951
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Feb 10 19:57:57 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

commit ad2b6c68e2462fd0f940622a41fcd6e4693220c1
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Feb 9 04:38:08 2010 +0000

    Bump version to 2.29.90

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5b195aacd3c3441e8e9c32cec110513425671775
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Feb 9 04:37:08 2010 +0000

    Update NEWS for 2.29.90

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 595067d5d0bfa42688b6b09d381faea80120958c
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Feb 8 00:17:39 2010 +0100

    Updated German doc translation

 help/de/de.po | 393 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 193 insertions(+), 200 deletions(-)

commit 595a46332e045b47aa9161d7354cd2da0a5aeb63
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Fri Feb 5 02:28:31 2010 +0000

    Fix XML standards
    
    Fixes Bug 609016 -  XML produced by saving is out of standards

 src/brasero-project-parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5de85a36e7c2eb52e1f003925ce5ebd5e6f6bf5f
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Mon Feb 1 12:25:52 2010 +0100

    Updated Serbian translation

 po/sr.po       | 4170 +++++++++++++++++++++++++++++++-------------------------
 po/sr@latin.po | 4168 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 4609 insertions(+), 3729 deletions(-)

commit cc6ebf489c6020dfa074efd224d74261088f2bf7
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Feb 1 06:04:03 2010 +0200

    Updating Estonian translation

 po/et.po | 672 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 313 insertions(+), 359 deletions(-)

commit edacca97716f135e732d36e6d63307f477452078
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Feb 1 02:15:08 2010 +0100

    Updated Hungarian translation by Attila Hammer

 po/hu.po | 3403 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1701 insertions(+), 1702 deletions(-)

commit da91478e19b2c8cec252f2314c1e7cc723dd0604
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jan 31 18:11:09 2010 +0100

    Updated German translation

 po/de.po | 265 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 125 insertions(+), 140 deletions(-)

commit 3f946409592d29af0e1323bf4bd3e7605e7b495b
Author: Marco Biscaro <marcobiscaro2112@gmail.com>
Date:   Sat Jan 30 20:39:38 2010 -0200

    Updated Brazilian Portuguese translation
    
    Reviewed by Henrique Machado <hpmachado@gnome.org>

 po/pt_BR.po | 3142 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1603 insertions(+), 1539 deletions(-)

commit 8e634b8548216ac0d04d5d292dbe8ed6a0b20111
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Fri Jan 29 13:41:34 2010 +0200

    Updating Estonian translation

 po/et.po | 843 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 435 insertions(+), 408 deletions(-)

commit d43cb20c9ebfe09e7a6c065c871417ae12628170
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Jan 28 21:28:19 2010 +0100

    Updated French translation
    
    Contributed by Pablo Martin-Gomez and Claude Paroz

 po/fr.po | 532 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 283 insertions(+), 249 deletions(-)

commit c66296614a4c50f2b2b35e276915507eff72d4db
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Thu Jan 28 23:57:53 2010 +0600

    Updated Bengali translation

 po/bn.po | 4304 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 2400 insertions(+), 1904 deletions(-)

commit 00f3ae91fc654127ee1f284de9eb69439302f2f2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jan 27 12:02:00 2010 +0100

    Updated Slovenian translation

 po/sl.po | 12202 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 6104 insertions(+), 6098 deletions(-)

commit 5352a2f0cf409e3d849d0fd92c7192fbc7613eaa
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Wed Jan 27 02:25:44 2010 +0000

    Update NEWS for 2.29.6 release.

 NEWS | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 7c9458b7d74228107e20c75af6eecdbb53428d81
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Jan 26 17:00:04 2010 +0000

    Bump totem-pl-parser version to 2.29.1

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7b65e83fa697ff53bbb9fd9356b8a0dda3050305
Author: Carlos Garnacho <carlos@lanedo.com>
Date:   Wed Dec 23 16:37:19 2009 +0100

    Use totem_pl_parser_save() for playlist saving.
    
    This newer API doesn't require a GtkTreeModel for writing a
    playlist.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605314

 src/brasero-project-parse.c | 59 +++++++++++++++------------------------------
 1 file changed, 19 insertions(+), 40 deletions(-)

commit 24797795deecd226b6464124e7f1d75fbde0a682
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jan 26 09:54:53 2010 +0100

    Silenced a warning

 plugins/audio2cue/burn-audio2cue.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit a3811d2262cef64d3c11852ae36cafb2dd4dfddc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Jan 26 09:54:43 2010 +0100

    Fix #607752 -  audio track start and end points are overwritten after being read from a project file
    The automatic fetching of song/video length overwrote the set start and end point
    Thanks to Jonathan Matthew for pointing this out

 libbrasero-burn/brasero-track-stream-cfg.c | 36 +++++++++++++++++++++++++-----
 libbrasero-burn/brasero-track-stream.c     |  9 +++++++-
 src/brasero-project-parse.c                | 20 +++++++++--------
 3 files changed, 49 insertions(+), 16 deletions(-)

commit 82b23d864c0f2028ed7b0dfc626b437704f45dcc
Author: Luis Medinas <metalgod@fermi.site>
Date:   Tue Jan 26 00:36:02 2010 +0000

    Fix  Bug 607767 -  integer overflow in brasero_audio2cue_len_to_string
    
    Thanks to Jonathan Matthew for spotting this

 plugins/audio2cue/burn-audio2cue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6bb46205e4873899742896ee6882f0d7d5a8a49a
Author: Luis Medinas <metalgod@fermi.site>
Date:   Tue Jan 26 00:27:40 2010 +0000

    Bump to 2.29.6

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cf70b813b57495bb7989544430970dcab18af23b
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Fri Jan 22 18:02:19 2010 +1000

    Set start and end points correctly when reading a project file
    
    Previously the start point was set as the end point and vice versa.

 src/brasero-project-parse.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 14a8afda4da410f119cded2db98d18f80cfcee4b
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Fri Jan 22 18:31:46 2010 +1000

    Fix crash when shutting down with outstanding IO jobs
    
    brasero_io_finalize was destroying IO jobs twice: once in its callback,
    and once in the async task manager's foreach function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=607745

 libbrasero-utils/brasero-io.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 87fb3b8be2d8574275525254e9f8af0f023bd4c5
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Jan 25 14:00:44 2010 +0530

    Updated Gujarati Translations

 po/gu.po | 1190 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 542 insertions(+), 648 deletions(-)

commit 768fc898e286831ec4135ab1ad5a049388e059ee
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Fri Jan 22 18:03:21 2010 +1000

    Set the max value for the song properties end point button correctly
    
    The end point is an absolute offset, not relative to the start of the
    track, so the maximum value is start point + track length.

 src/brasero-song-properties.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eca5bd23dad9ce315d084a16e9cbed887ce41fed
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Jan 23 22:13:31 2010 +0200

    Updated Arabic translation

 po/ar.po | 293 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 125 insertions(+), 168 deletions(-)

commit 7f672e38da919e4ad0297d61a581e49b250fa75b
Author: vasudeven <agnihot3@gmail.com>
Date:   Wed Jan 20 12:44:19 2010 +0530

    updated Tamil translation

 po/ta.po | 1992 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1028 insertions(+), 964 deletions(-)

commit 0d5c25a89496b402f5dd94c8de973716dbfe445c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 19 11:46:52 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 165 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 82 insertions(+), 83 deletions(-)

commit 2d58659fa96cd0b95a0305b531806fce0006c81e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jan 17 15:12:20 2010 +0100

    Updated Spanish translation

 po/es.po | 70 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 31 insertions(+), 39 deletions(-)

commit 2400b98c19945f1199f0d757caabd277bb723c87
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Jan 16 20:10:11 2010 +0200

    Updated Bulgarian translation

 help/bg/bg.po | 604 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 308 insertions(+), 296 deletions(-)

commit 45483747c57523423edfded7b24b80729e3d0390
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Jan 16 19:45:30 2010 +0200

    Updated Bulgarian translation

 po/bg.po | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

commit 5aceb2042ac52b732575978a33ee5d6e2b59aebe
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Jan 14 10:30:45 2010 +0100

    Updated Swedish translation

 po/sv.po | 3844 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2060 insertions(+), 1784 deletions(-)

commit 1b088659886ef5e5b7fd85936dd09cbff04bade3
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Jan 14 03:27:02 2010 +0000

    Rename some dialog strings
    
    Fixes Bug 603969 - CD/DVD creator dialog is REALLY unclear for burning
    an ISO

 src/brasero-data-disc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 46d95e87864b5bc900de93de3223366a0b02370a
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Thu Jan 14 03:22:32 2010 +0000

    Update Copyright to 2010

 src/brasero-app.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc40d3cdb323043f3fa7ab971293d5cce4d6c25f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Jan 13 18:13:40 2010 +0100

    Updated Basque language

 po/eu.po | 3444 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1739 insertions(+), 1705 deletions(-)

commit 7095588458309650f8b1241ae1133652f18564e4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jan 12 20:21:41 2010 +0100

    Added initial Spanish translation

 help/es/es.po | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 8f656d22aaa03de5e8fd43b463e03207e4390826
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Mon Jan 11 05:56:05 2010 +0200

    Updated Bulgarian translation

 po/bg.po | 3423 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1694 insertions(+), 1729 deletions(-)

commit dbe6d0aa8d231096d5bc23349fcc2338efef33d2
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Jan 10 19:36:19 2010 +0100

    [help] Fixed a typo in the help

 help/C/brasero.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1228a90861d008bca054c837f13595242531e951
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Jan 7 17:33:12 2010 +0100

    Fix #605433 -  [PATCH] Fix some leaks in the CAM code
    Patch by Joe Marcus Clarke

 libbrasero-media/scsi-cam.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 6685dd8aa1b4146973e805d56b86b559f36d1397
Author: Martin Pitt <martin.pitt@ubuntu.com>
Date:   Tue Jan 5 13:08:46 2010 +0100

    Speed up nautilus extension startup
    
    Do not call brasero_*_start() at nautilus startup, they are very expensive (on
    my system it takes 3.1 seconds with a cold cache). Instead, call those lazily
    when needed. Now it starts up in less than 0.3 seconds.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604084

 nautilus/nautilus-burn-extension.c | 46 +++++++++++++++++++++++++-------------
 1 file changed, 31 insertions(+), 15 deletions(-)

commit 6be10eec8379b7534cdcd7c663257b437dfe87f9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 5 15:15:34 2010 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 3472 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1726 insertions(+), 1746 deletions(-)

commit 0ea9505806200219ba4a55d449b3d6252efbb176
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Tue Jan 5 11:19:14 2010 +0200

    Update Ukrainian translation

 po/uk.po | 3336 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1649 insertions(+), 1687 deletions(-)

commit 2bd5cf69b92e57981c6ba1c7d4aa962129cf9dec
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Jan 1 14:38:57 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 3698 +++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po | 3719 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 3983 insertions(+), 3434 deletions(-)

commit 79fa9867ba2771d18a91d898f8871aac7f81371d
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Mon Dec 28 08:38:09 2009 +0200

    Bulgarian translation of documentation

 help/Makefile.am                 |    2 +-
 help/bg/bg.po                    | 1795 ++++++++++++++++++++++++++++++++++++++
 help/bg/figures/brasero_main.png |  Bin 0 -> 92139 bytes
 3 files changed, 1796 insertions(+), 1 deletion(-)

commit 2bdcde1a3d74f9985f79c61ba4ea33e54eea0497
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun Dec 27 22:25:30 2009 +0100

    Updated German translation

 po/de.po | 1720 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 887 insertions(+), 833 deletions(-)

commit 12c15868aaf795dcaa9701bd5325bebdd98c8b73
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Dec 25 22:47:39 2009 +0200

    Updated Arabic translation

 po/ar.po | 3814 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2109 insertions(+), 1705 deletions(-)

commit 695331ca83894876bbdb641d0aeeb63d9e1f06e6
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Dec 22 20:05:11 2009 +0000

    up

 NEWS         | 30 ++++++++++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)

commit 02d0ec3194d469a9fb9988f0469204e16cbc0a78
Author: Lucian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Dec 19 19:06:30 2009 +0200

    Updated Romanian translation

 po/ro.po | 2185 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1201 insertions(+), 984 deletions(-)

commit 467650ec8ec46738bfd448b080c21bbae41e7c3e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Dec 19 13:31:10 2009 +0100

    Updated Spanish translation

 po/es.po | 614 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 325 insertions(+), 289 deletions(-)

commit 2db7848095ee093742af47ffc0cb460c71c3b769
Author: „Nils-Christoph <„fiedler@medienkompanie.de“>
Date:   Fri Dec 18 00:57:12 2009 +0100

    Updated LowGerman translation

 po/nds.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 64a6992120ea404878171f484aef25e73d8c0422
Author: „Nils-Christoph <„fiedler@medienkompanie.de“>
Date:   Fri Dec 18 00:54:30 2009 +0100

    Updated LowGerman translation

 po/nds.po | 3577 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1812 insertions(+), 1765 deletions(-)

commit 6757d2378905672270b67a20e13ba441301bcfe1
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Dec 17 09:01:22 2009 +0100

    Updated Slovenian translation

 po/sl.po | 12163 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 6098 insertions(+), 6065 deletions(-)

commit 272d3010d9e60772ba39ef4de8d62453398c6282
Author: „Nils-Christoph <„fiedler@medienkompanie.de“>
Date:   Wed Dec 16 16:07:48 2009 +0100

    Updated LowGerman translation

 po/nds.po | 1362 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 695 insertions(+), 667 deletions(-)

commit 81e3403d5cb76c7fcbb236f9edfe1f6a73f5e7ed
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Dec 8 15:45:26 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po | 1684 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 886 insertions(+), 798 deletions(-)

commit 8dd46ab1376f056df3e6a222705c7decdaf7c80b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Dec 7 21:49:26 2009 +0100

    Fix after the patch to allow use of G_SEAL
    Some widgets were packed in a wrong order

 libbrasero-burn/brasero-tool-dialog.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 2e5daeacec1d6c8ee0d04945124566ae455adc47
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Dec 7 21:19:57 2009 +0100

    Fix (or rather workaround) #568358 -  Not accessibe error dialog in print preview

 libbrasero-burn/brasero-burn-dialog.c  | 7 ++++++-
 libbrasero-burn/brasero-cover.c        | 4 +---
 libbrasero-utils/brasero-jacket-edit.c | 6 +++++-
 src/brasero-project-manager.c          | 8 +++++++-
 src/brasero-project.c                  | 8 +++++++-
 5 files changed, 26 insertions(+), 7 deletions(-)

commit d4b448531d4665c8474579f4dfdcc40d5d24a3c3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Dec 7 19:56:10 2009 +0100

    Fix #603871 -  [Audio project] Song order inverted when moving songs up in the tracklist
    This should be backported to 2.28

 src/brasero-video-tree-model.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit db06d49d84c5b4840707fceb135b534b635a1ee6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 21:17:47 2009 +0100

    Fix #602888 -  The files on new directory on Brasero project isn't saved correctly.
    This should be backported to 2.28

 libbrasero-burn/brasero-data-project.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 177006115a62eaf0631875fabe2d0f07e2ed4c86
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 20:07:05 2009 +0100

    Fix #581532 -  Image Burning Setup dialog needs counter (second part)
    This change introduces a second button in the option dialogs to burn "Several Copies".

 libbrasero-burn/brasero-burn-dialog.c  |  76 ++++++++++++++++-----
 libbrasero-burn/brasero-burn-dialog.h  |   5 ++
 libbrasero-burn/brasero-burn-options.c | 120 +++++++++++++++++++--------------
 nautilus/nautilus-burn-extension.c     |  14 ++--
 src/brasero-app.c                      |  34 +++++++---
 src/brasero-app.h                      |   3 +-
 src/brasero-project.c                  |  43 +++++++-----
 7 files changed, 197 insertions(+), 98 deletions(-)

commit 0f8e8f9cce9bdace97604a1d78b33535373c5b87
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 17:39:18 2009 +0100

    Don't ask the user if he wants to keep the file selection if we're going to open a new image or disc-copy project

 src/brasero-project-manager.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 421d9d9e3b9c4612fb0944c07e7bbe1711687dca
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 15:06:42 2009 +0100

    Remember the main pane proportions

 src/brasero-layout.c | 72 +++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 54 insertions(+), 18 deletions(-)

commit 94e66be224ce3a879ed1f05ca26b2c97450873be
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 15:06:23 2009 +0100

    Another improvement to remember the GtkFileChooser pane proportions

 src/brasero-file-chooser.c | 47 ++++++++++++++++++----------------------------
 1 file changed, 18 insertions(+), 29 deletions(-)

commit 716315fbb9b6c8cc163719c4e33f7bfa78f03d97
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 14:32:53 2009 +0100

    Some more changes to remember proportions of panes in GtkFileChooser widgets

 src/brasero-file-chooser.c | 68 ++++++++++++++++++++++------------------------
 1 file changed, 32 insertions(+), 36 deletions(-)

commit 0196d9b166cc0e3e3e43d72c8e635e2487c92a6c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 13:59:13 2009 +0100

    A potential fix for #590648 -  Text in cover editor does not show up automatically
    Show the internal window on realize event not on the map one (which is not emitted with recent versions)
    This fix should be backported into 2.28

 libbrasero-utils/brasero-jacket-view.c | 24 ------------------------
 1 file changed, 24 deletions(-)

commit 4308bdb194df84eb21a7fbb6466931f2e1cb6c43
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 13:48:01 2009 +0100

    Fix panes not remembering their proportions with recent GTK+ which does not emit map events anymore

 src/brasero-file-chooser.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 0e488febe19dc3806a2b67c6eb5bf3cd75b61a25
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 13:33:04 2009 +0100

    Fix wrong check for returned value that made any video DVD creation fail
    Bug introduced during the latest development cycle

 plugins/transcode/burn-vob.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 6b99ea66f23a271327d8e96212cd239247c45a8a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 13:14:05 2009 +0100

    If we fail to build a proper pipeline make sure we properly set it to NULL in the Private structure
    Kills some warnings
    It should be backported to 2.28

 plugins/transcode/burn-vob.c | 1 +
 1 file changed, 1 insertion(+)

commit a8a7ff9ec0411737f2a96466e6ba5ffd5711e2e7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Dec 6 13:09:18 2009 +0100

    Fix a problem preventing burning video DVD properly (introduced by late changes)

 libbrasero-burn/brasero-caps-session.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit ec57f48e838c0bbbfd9e7086a7efb9594d7d4dcc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Dec 5 20:20:06 2009 +0100

    Fix warnings when not setting any image as a background for the cover editor

 libbrasero-utils/brasero-jacket-view.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit f7ddb838ebea3604aa6b21443c1c03b2eb7c7d0e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Dec 5 20:08:27 2009 +0100

    Fixed warning

 libbrasero-utils/brasero-misc.c | 21 +++++++++++++++++++++
 libbrasero-utils/brasero-misc.h |  3 +++
 src/brasero-song-properties.c   |  2 +-
 3 files changed, 25 insertions(+), 1 deletion(-)

commit a1cc08409bb1260a62bf24ddb9e3d4860a1d2621
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Dec 5 16:58:17 2009 +0100

    Fix #598924 -  Brasero wouldn't let me rename files by pasting the new name
    It should be backported to 2.28

 src/brasero-audio-disc.c | 2 +-
 src/brasero-data-disc.c  | 2 +-
 src/brasero-video-disc.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 9991a614aa7bdea36f9834526ae137350f534cd2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Dec 5 15:58:22 2009 +0100

    Fix #558440 -  Convert from audio project to data project
    The content of a project can be moved to another as long as:
    it does not have the same type
    the change are from DATA=>AUDIO/VIDEO or AUDIO/VIDEO=>DATA

 src/brasero-project-manager.c |  33 ++++++++++-
 src/brasero-project.c         | 124 ++++++++++++++++++++++++++++++++++++++----
 src/brasero-project.h         |  12 +++-
 3 files changed, 155 insertions(+), 14 deletions(-)

commit 1dc3a63aa385b700d6f479dc854fd57f7adafdf9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Dec 4 21:23:51 2009 +0100

    Remove debug statement

 src/brasero-player-bacon.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit ed41dd1b6a69b31868988802c8f5a14775a2f998
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Dec 5 12:18:21 2009 +0100

    Updated French translation
    
    Contributed by Laurent Coudeur and Claude Paroz

 po/fr.po | 2090 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1032 insertions(+), 1058 deletions(-)

commit 9f56b6d5a2e15d6a779775cde2a113633742a26f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Dec 5 12:17:17 2009 +0100

    Fix Gstreamer capitalization to GStreamer

 README                                 | 2 +-
 libbrasero-burn/brasero-burn-options.c | 4 ++--
 libbrasero-burn/brasero-burn.c         | 4 ++--
 libbrasero-burn/burn-basics.c          | 2 +-
 libbrasero-burn/burn-plugin.c          | 2 +-
 libbrasero-utils/brasero-metadata.c    | 4 ++--
 src/brasero-project.c                  | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

commit 21dc05c29ae92af8972b15ca8188d52d4123267d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Dec 4 17:57:11 2009 +0100

    Fix for #603605 -  .checksum.md5 ("file integrity check" plugin) broken when using "Increase compatibility with Windows"
    This should be backported to 2.28 branch

 libbrasero-burn/brasero-track-data.c | 140 ++++++++++++++++++++++++++++++++-
 libbrasero-burn/burn-mkisofs-base.c  | 147 +----------------------------------
 src/brasero-project.c                |   2 +-
 3 files changed, 143 insertions(+), 146 deletions(-)

commit a3ee7f55c9f1af96bc244fdddc49027a104b8cd9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Dec 4 11:21:58 2009 +0100

    Don't block after clicking burn button while a disc is being probed

 libbrasero-burn/brasero-session.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

commit fcedd93d8fe496fdc0fabfcd208f7598b26b1113
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Dec 4 10:56:35 2009 +0100

    Don't leave the main window unsensitive

 src/brasero-project.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 8f4f02b3f1e44cb27f6220a79c102a8ddb91c50c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 22:15:14 2009 +0100

    Removed unneeded line that prevented play button to return to a proper state at the end of the stream
    It should be backported in 2.28

 src/brasero-player.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5662ca7f36ab2710b8cea2eb8c3a3666e7b950f1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 22:06:07 2009 +0100

    Removed unnecessary functions

 src/brasero-player-bacon.c | 32 --------------------------------
 1 file changed, 32 deletions(-)

commit d603225915e1ab696b3b363f5f300e30141e3275
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 22:04:27 2009 +0100

    Fix problems of freeze/crash when playing some video in the preview

 src/brasero-player-bacon.c | 71 +++++++++++++++++++++++++---------------------
 src/brasero-player.c       |  2 +-
 2 files changed, 39 insertions(+), 34 deletions(-)

commit f96d3460634bf51846e63e2559968b2aa7eb7750
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 21:06:09 2009 +0100

    Do not ask to download a missing application/lib for a plugin if we still can do the task with existing plugins

 libbrasero-burn/brasero-burn.c | 64 ++++++++++++++++++++++++------------------
 src/brasero-project.c          | 11 ++++++++
 2 files changed, 47 insertions(+), 28 deletions(-)

commit e3eed98f1b7f43017f70017806cd022827d088f7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 19:39:01 2009 +0100

    Fix #588406 -  Allow user to zoom in/out in media previewer with mouse wheel

 src/brasero-player-bacon.c | 306 ++++++++++++++++++---------------------------
 src/brasero-player.c       | 111 ++++++++++++----
 2 files changed, 213 insertions(+), 204 deletions(-)

commit b2126b31c65fa0e03cb6da91ec9f6e64a184cc3b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 16:10:38 2009 +0100

    A recent incomplete change caused a warning

 src/brasero-player.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 44f822053fb7cce4b23749e23f1b289c90844dd6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 16:04:31 2009 +0100

    Fix memleak
    This should be backported to 2.28

 libbrasero-utils/brasero-metadata.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit ca0d930aa87033f13a9594e1a5a4f17da1d3452a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 15:48:50 2009 +0100

    Make sure we do always use packagekit when a video is added to a video project and codec are missing
    This should be backported in 2.28

 libbrasero-utils/brasero-io.c       |  27 +-
 libbrasero-utils/brasero-metadata.c | 692 +++++++++++++++++++-----------------
 2 files changed, 379 insertions(+), 340 deletions(-)

commit d6dea6a772e6b60597bd1ebd2527d8c30de9f61a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 15:28:49 2009 +0100

    Fix memory leak

 src/brasero-project-name.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b5770a17a501cb40f532200719491a685ab36e47
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 14:09:25 2009 +0100

    Fix a minor wrong count of invalid files
    It should be backported to 2.28

 libbrasero-utils/brasero-io.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 29fdb0c958b05ca866daf0722942ac7635a4750c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 14:08:47 2009 +0100

    Fix a warning
    It should be backported to 2.28

 src/brasero-project-manager.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit f66cf32d4bee60f1673f883f73ad9e281ff3ccf5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 13:18:27 2009 +0100

    Don't change the image of the play button to a pause image once it is pressed

 src/brasero-player.c | 42 ++++++++++++++++++------------------------
 1 file changed, 18 insertions(+), 24 deletions(-)

commit 212f71fda6dc24e66cbcbc9ddc90899d33864bb6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Dec 2 13:07:18 2009 +0100

    Fix #602872 -  User is unable to fast-forward neither rewing sound preview
    (This should be in 2.28 stable as well)

 libbrasero-utils/brasero-io.c       |  1 -
 libbrasero-utils/brasero-metadata.c | 10 ++++++++--
 src/brasero-audio-disc.c            |  1 -
 src/brasero-player.c                |  4 +---
 4 files changed, 9 insertions(+), 7 deletions(-)

commit 7cfbb019464c13dd2ebda026c7e46ce79400e9a3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
Date:   Mon Nov 30 21:47:24 2009 +0100

    Don't cut debug output from its first lines

 src/main.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit aa24978b58d4c9957ded54e227da14293f6a2679
Author: Luis Medinas <lmedinas@gnome.org>
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č <mateju@svn.gnome.org>
Date:   Mon Nov 30 17:15:18 2009 +0100

    Updated Slovenian translation

 po/sl.po | 1157 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 594 insertions(+), 563 deletions(-)

commit 693bbfef3a91da3461277d5a1de6dd05c32917ed
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Nov 29 23:44:32 2009 +0100

    Updated Spanish translation

 po/es.po | 1094 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 564 insertions(+), 530 deletions(-)

commit 84eccd54a35d62bcd02519c7ed31d96afc7c2547
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
Date:   Sun Nov 29 21:48:26 2009 +0100

    Improved strings

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a4a4a54d34bba80685734058f544a99e5691b4d8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 file changed, 1 insertion(+)

commit e2c91ee89c482032da5d06705b241a942f9bf62a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 file changed, 21 insertions(+), 6 deletions(-)

commit e630daece42cf46fe4f467c05c6e9c95a2b70385
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <adi@roiban.ro>
Date:   Sat Nov 28 00:01:37 2009 +0200

    Update Romanian translation

 po/ro.po | 3285 ++++++++++++++++++++++++--------------------------------------
 1 file changed, 1250 insertions(+), 2035 deletions(-)

commit edbeb24e43630375f9305fb0b599426a9f6fcd80
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Nov 27 01:36:17 2009 +0100

    Updated Spanish translation

 po/es.po | 865 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 434 insertions(+), 431 deletions(-)

commit 8b0b00ccfa1c643e47e47e8c465e2dc5d020b07d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Nov 26 20:02:23 2009 +0100

    Updated Slovenian translation

 po/sl.po | 1009 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 505 insertions(+), 504 deletions(-)

commit 36915a78ce1d094ae4343e4906e3655a23396764
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 26 13:12:11 2009 +0100

    Remove unnecessary lines

 libbrasero-utils/brasero-disc-message.c | 9 ---------
 1 file changed, 9 deletions(-)

commit d19b2f704e15a54541af87763679865a1b7734b8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 26 13:11:59 2009 +0100

    Updated POTFILES.in

 po/POTFILES.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 1fa13f708796be6cab960b5c72b9bed06ee33b22
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 25 20:44:35 2009 +0100

    Fix string uses (backportable)

 libbrasero-utils/brasero-disc-message.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3bbe64c6788aab8323b4e6f1e45e9a206812b8e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 file changed, 9 insertions(+), 6 deletions(-)

commit 969bbeb0dc42fd4f170d0473a6044993e4dbd182
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 file changed, 4 insertions(+), 2 deletions(-)

commit 5fa503fc48648befde6e9749f76a7884c6dae4c7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 2 insertions(+), 3 deletions(-)

commit 4e471e6092575edf97f001a9367229ba57aa1486
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 6 deletions(-)

commit bdfa0622404c478b6967b58bb63c4b4af1b1fc1a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 2 insertions(+), 2 deletions(-)

commit 8cdcbfc789db7cdb579ab036aedfeea234ec5eca
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
Date:   Wed Nov 25 12:37:43 2009 +0100

    Have audio2cue set the size of the image

 plugins/audio2cue/burn-audio2cue.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 021b8cf5c30ba2d6ba8f2a38b2a55aabdc9b962e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 2 insertions(+), 2 deletions(-)

commit fddae434bc257afd67b4c1d7e332cdd423ad9ef5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 file changed, 1 insertion(+), 1 deletion(-)

commit aa5e971e6a670c6c9c6a5e08eb2a6ecb34f94a56
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 file changed, 3 insertions(+), 1 deletion(-)

commit 16892d3885019e79e8a754dae41e4d685b6e3db2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 4 insertions(+), 2 deletions(-)

commit 80a859110ee1cd33429ed27398ba12a9b592b1b2
Author: Javier Jardón <javierjc1982@gmail.com>
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 <bonfire-app@wanadoo.fr>
Date:   Sun Nov 22 20:43:31 2009 +0100

    just minor code cleanup

 libbrasero-burn/burn-caps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6c8f40669319c465e4f042bc6d6c743de4a8c7b1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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(+)

commit daadebb0fdba02c7903207857f89c3328c413437
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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(+)

commit c520ac822d196d3b46d22849686daed61e84af9d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 2 insertions(+), 1 deletion(-)

commit ecdfce6efe6d3e2ac0b128aa091df5f29171e750
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 22 17:18:49 2009 +0100

    Fix a small warning at run time

 src/brasero-audio-disc.c | 3 +++
 1 file changed, 3 insertions(+)

commit fe7e537a1e5431c76e21fca0d23059211ae49413
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 file changed, 36 insertions(+), 14 deletions(-)

commit 37d2d6da7cb88cca0d33d88ac492a89f0a23f42d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 14 insertions(+), 23 deletions(-)

commit f001b3384319eea82a14594cd7c6ddb503bb08b4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 deletion(-)

commit 60113a125acf87d84c15a833a49b10e04e9e16da
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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(+)

commit 7c1f06a02ac1be36bcb8b18d27b485c5b32b2582
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 | 112 +++++++++++++++++++++--------------------
 1 file changed, 57 insertions(+), 55 deletions(-)

commit 1e108b43ce4c58d7e64eb2a1ac0ce88fdd751408
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 2 insertions(+), 2 deletions(-)

commit 48eaa40d1c9ce1c5774c28a2c687bd093393767e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 file changed, 1 insertion(+), 1 deletion(-)

commit e277c45cbd2845e0f042621a5edd683989a6506c
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Nov 22 09:59:06 2009 +0530

    updating for PunjabiTranslation: Punjabi (Gurmukhi): A S Alam

 po/pa.po | 3729 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2014 insertions(+), 1715 deletions(-)

commit 198a1dd5f9c2e9bd3dbfb08bcebf191dd605d3a3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
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 deletion(-)

commit 78a319e9587e5b8888373d8dc084e553cd4ac54f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 <bonfire-app@wanadoo.fr>
Date:   Mon Nov 16 17:45:29 2009 +0100

    Add two files that were needed by make distcheck

 docs/reference/libbrasero-burn/libbrasero-burn-overrides.txt   | 0
 docs/reference/libbrasero-media/libbrasero-media-overrides.txt | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

commit f7fbdbc8aaad31ef78f1da6b441a33ba6ad3bbd3
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Nov 16 16:02:34 2009 +0000

    Update NEWS and bump Brasero to 2.29.2

 NEWS         | 26 ++++++++++++++++++++++++++
 configure.in |  4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)

commit ec7cd13175a99d097f8ea89e7423b9b90a741960
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sun Nov 15 23:57:58 2009 +0000

    Bump GLIB and GIO to match last changes

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b025f68ec59b794740642d1998096c20d0094661
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sun Nov 15 23:55:31 2009 +0000

    Removed deprecated GLib symbols fixes bgo #601040

 libbrasero-media/brasero-gio-operation.c | 76 +++++++++++++++++---------------
 libbrasero-utils/brasero-io.c            | 11 ++---
 2 files changed, 47 insertions(+), 40 deletions(-)

commit ef52bab1d79edce643281f001df92654bad11c16
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Sun Nov 15 23:25:41 2009 +0000

    Fix compile failure using --disable-introspection see bgo #602027

 libbrasero-burn/Makefile.am  | 4 +++-
 libbrasero-media/Makefile.am | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit e9ce58ed61214627f1d8d39e84cda6a5bb90f8d7
Author: Rouquier Philippe <bonfire-app@wanadoo.fr>
Date:   Sun Nov 15 19:45:44 2009 +0100

    Allow cancelling of last call

 src/brasero-search-tracker.c | 2 ++
 1 file changed, 2 insertions(+)

commit 511f1eb2201cee705695df087760d0b8673ac892
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 15 19:40:26 2009 +0100

    Updated README

 README | 1 +
 1 file changed, 1 insertion(+)

commit 6ea399e150bd7b75c083467bb8650bc005142053
Author: Rouquier Philippe <bonfire-app@wanadoo.fr>
Date:   Sun Nov 15 17:48:57 2009 +0100

    Some code refactoring when creating a query

 src/brasero-search-tracker.c | 144 ++++++++++++++++++-------------------------
 1 file changed, 59 insertions(+), 85 deletions(-)

commit 9bcaec34b19f9c5fb950d781078f4668604bb54c
Author: Rouquier Philippe <bonfire-app@wanadoo.fr>
Date:   Sun Nov 15 16:07:24 2009 +0100

    Don't leak part of the results

 src/brasero-search-tracker.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 604fb12f01b4351eacb49b6c3673c1a4faab34bb
Author: Rouquier Philippe <bonfire-app@wanadoo.fr>
Date:   Sun Nov 15 15:45:44 2009 +0100

    Add tracker as a backend for search

 configure.in                 |  23 ++-
 src/Makefile.am              |  17 +-
 src/brasero-search-beagle.c  |  61 +------
 src/brasero-search-engine.c  |  77 ++------
 src/brasero-search-engine.h  |  50 ++----
 src/brasero-search-tracker.c | 418 +++++++++++++++++++++++++++++++++++++++++++
 src/brasero-search-tracker.h |  51 ++++++
 src/brasero-search.c         |  71 ++++++--
 8 files changed, 602 insertions(+), 166 deletions(-)

commit c50dbba77243ca30efd91ad092d7e6806a28f3f9
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Sun Nov 15 12:29:10 2009 +0100

    Added Low German translation

 po/LINGUAS |    1 +
 po/nds.po  | 4847 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4848 insertions(+)

commit 604e4ebb11a352455aa3924547b80ae6fccad873
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Nov 14 13:19:04 2009 +0100

    Display the URI as a tooltip for the image file selector

 libbrasero-burn/brasero-src-image.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit cf0801f24bb6d2e69005f04c0ddab73196ec8bbe
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Nov 14 13:09:25 2009 +0100

    Add and use a new macro to convert sectors into length for audio CDs

 libbrasero-burn/brasero-dest-selection.c |  2 --
 libbrasero-media/brasero-units.h         | 23 +++++++++++++++++------
 src/brasero-audio-disc.c                 | 10 +++++-----
 3 files changed, 22 insertions(+), 13 deletions(-)

commit 1341ef7e1a9f46fed6bd5bbbc7ddd618d52a9309
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Nov 14 13:03:37 2009 +0100

    Fix #601871 -  Wrong remaining space when audio CD of size greater than 70 min
    We used the bytes instead of the blocks which explains the discrepancy

 libbrasero-burn/brasero-dest-selection.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit a3b908c236b61df38f29461f1f95a654b2834f2c
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Nov 14 17:15:51 2009 +0800

    Update zh_CN.po, improve quality.

 po/zh_CN.po | 3753 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1981 insertions(+), 1772 deletions(-)

commit 207c9ae4427d728df3337016b6ddabb04798cf37
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
Date:   Fri Nov 13 10:56:45 2009 +0000

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po | 3903 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 3904 insertions(+)

commit 47ad5483e479269369efb65377bba7e05fcb7c75
Author: Antón Méixome <meixome@mancomun.org>
Date:   Fri Nov 13 11:26:08 2009 +0100

    Updated Galician Translation

 po/gl.po | 3142 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1547 insertions(+), 1595 deletions(-)

commit ac9f6330260c039096f8afdb19d1db581c0fc624
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Nov 13 10:20:49 2009 +0100

    Updated Slovenian translation

 po/sl.po | 857 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 420 insertions(+), 437 deletions(-)

commit 094042038f071edd162a0784f7f85a5b14cd5335
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Wed Nov 11 20:40:32 2009 +0100

    Updated German translation

 po/de.po | 3697 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2007 insertions(+), 1690 deletions(-)

commit ceb6ef2f74502f335ac7f6c8dfde50f4ff91b116
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 11 14:22:36 2009 +0100

    Fix #601496 -  Select disc image selector allows to selecd pictures

 libbrasero-burn/brasero-src-image.c | 1 -
 1 file changed, 1 deletion(-)

commit 1ec3d714a3374a135b9dda8f5b3c6b16ab09a13b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Nov 10 10:29:01 2009 +0100

    Fix #601109 -  burning disks with burn:// doesn't set the disk label

 nautilus/nautilus-burn-extension.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 70255cfcbffbc6b439de325bd95d7d2ea02d46a4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 9 23:09:36 2009 +0100

    Fix a window stacking order problem and a window icon problem

 libbrasero-burn/brasero-burn-options.c  | 40 +++++++++++++++-
 libbrasero-burn/brasero-status-dialog.c | 85 +++++++++++++++++++++++++--------
 2 files changed, 104 insertions(+), 21 deletions(-)

commit 706d6bb88b0775c8b6df23aab122a5276ab8f13e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 9 21:22:22 2009 +0100

    Remove two useless choices from a dialogs dealing with files over 2 GiB

 libbrasero-burn/brasero-status-dialog.c | 2 --
 src/brasero-data-disc.c                 | 2 --
 2 files changed, 4 deletions(-)

commit eef3138a21c61b2365c3bfb960fe4de83fd4f48a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 9 21:21:29 2009 +0100

    Also offer the same choices in brasero app and brasero library in dialogs for files over 2 GiB

 libbrasero-burn/brasero-status-dialog.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit 946e1d90eb450a69c9529e9fe8e46ca978cde23f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 9 21:16:56 2009 +0100

    Remove some choices (in dialogs) that applied to one file only and could be re-asked again and again

 libbrasero-burn/brasero-status-dialog.c | 2 --
 src/brasero-data-disc.c                 | 2 --
 2 files changed, 4 deletions(-)

commit 394d242333496611d22548f89159030f98864291
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 9 21:14:46 2009 +0100

    Fix #601259 -  Problems with folder depth
    Update libbrasero-burn to match brasero behavior

 libbrasero-burn/brasero-status-dialog.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit dee0fb706a9157e2f66b13618e7a4cc667006fb3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 9 20:44:09 2009 +0100

    Fix a warning

 libbrasero-burn/brasero-session-cfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 419edae43861c9cd7d250b011daa512f84a974d2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 9 15:54:26 2009 +0100

    Fix enable-introspection which was always set to true whatever the user passed on the command line

 configure.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 66d89637f45e613d6578129dcf0d05b3ae6764b6
Author: Joan Duran <jodufi@gmail.com>
Date:   Sun Nov 8 18:42:20 2009 +0100

    Updated Catalan translation

 po/ca.po | 3330 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1795 insertions(+), 1535 deletions(-)

commit 94e20ed2e5f43a92101e53e362bbad53afda4339
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Nov 8 15:30:05 2009 +0100

    Updated Spanish translation

 po/es.po | 499 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 213 insertions(+), 286 deletions(-)

commit e624bfa7d2c3c0fb9c0741f63678e118bee70c5b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 8 14:57:36 2009 +0100

    Improve and fix how we remember pane proportions in GtkFileChoosers

 src/brasero-file-chooser.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 7f428d2b7bcd65de91cd9ca56c93c0ac1bd79cd0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 8 14:50:25 2009 +0100

    Updated POTFILES.in

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 9adeb00991d3595f6f3caf0047d4641c67462ec3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 8 14:49:42 2009 +0100

    Improve display of help message in the projects: it is shorter and can fit the window size by wrapping lines.

 src/brasero-project.c | 45 ++++++---------------------------------------
 1 file changed, 6 insertions(+), 39 deletions(-)

commit 13ff95210e5a1d8f1d6d90e4ff9300b55ff6c1e9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 8 14:23:24 2009 +0100

    Use our new BraseroSearchEngine in BraseroPlaylist object to abstract search completely in brasero

 configure.in                 |  21 +-
 libbrasero-media/Makefile.am |   3 +-
 src/Makefile.am              |  33 +-
 src/brasero-mime-filter.c    |   1 -
 src/brasero-playlist.c       | 949 ++++++++++++++++++-------------------------
 src/brasero-search-beagle.c  |  58 ++-
 src/brasero-search-engine.c  |  58 ++-
 src/brasero-search-engine.h  |  24 +-
 src/brasero-search-entry.c   |  15 +-
 src/brasero-search-entry.h   |   4 -
 src/brasero-search.c         |   5 +-
 src/brasero-search.h         |   4 -
 12 files changed, 550 insertions(+), 625 deletions(-)

commit 551f9348c5e71de70dc5d2f2c3f37abd1b6d397c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 8 09:25:10 2009 +0100

    Split search widget between the UI itself and the search engine that is now abstracted

 libbrasero-media/Makefile.am  |    3 +-
 src/Makefile.am               |    6 +-
 src/brasero-audio-disc.c      |    2 +-
 src/brasero-mime-filter.c     |  104 ++--
 src/brasero-mime-filter.h     |    6 +-
 src/brasero-project-manager.c |    2 +-
 src/brasero-search-beagle.c   | 1167 +++++++++--------------------------------
 src/brasero-search-beagle.h   |   78 ++-
 src/brasero-search-engine.c   |  360 +++++++++++++
 src/brasero-search-engine.h   |  155 ++++++
 src/brasero-search-entry.c    |   94 +---
 src/brasero-search-entry.h    |    9 +-
 src/brasero-search.c          |  920 ++++++++++++++++----------------
 13 files changed, 1324 insertions(+), 1582 deletions(-)

commit a8ba36df8185b2215860dcf1c8c79be5f71c6263
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Nov 6 21:19:32 2009 +0100

    Rename two files

 src/Makefile.am      |    6 +-
 src/brasero-disc.c   |    1 -
 src/brasero-search.c | 1127 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/brasero-search.h |   68 +++
 4 files changed, 1198 insertions(+), 4 deletions(-)

commit a3731bb961b61265c46dd0f2a38b3efa73d062b6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Nov 6 20:29:44 2009 +0100

    Code refactoring for future changes

 src/brasero-search-beagle.c | 1619 +++++++++++++++++++++----------------------
 1 file changed, 776 insertions(+), 843 deletions(-)

commit f6c87487496b69933c305254eca5646065e24d52
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Nov 6 20:29:23 2009 +0100

    Small header fix

 src/brasero-disc.h | 2 ++
 1 file changed, 2 insertions(+)

commit 94921b0bea2c40c5ed2770f3e5cbf73a40f95d5a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Nov 6 13:06:38 2009 +0100

    Marked some deprecated functions with G_GNUC_DEPRECATED

 libbrasero-burn/brasero-track-data.c | 4 ++--
 libbrasero-burn/brasero-track-data.h | 4 ++--
 libbrasero-burn/burn-plugin.c        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit f61a773a44048118f2ac5268124b3202e928eb2b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Nov 6 13:03:57 2009 +0100

    Turn BraseroStatus into a GObject to ease binding creation

 libbrasero-burn/brasero-burn-dialog.c        |   2 +-
 libbrasero-burn/brasero-session-cfg.c        |   6 +-
 libbrasero-burn/brasero-session.c            |   4 +-
 libbrasero-burn/brasero-src-image.c          |   2 +-
 libbrasero-burn/brasero-status-dialog.c      |   8 +-
 libbrasero-burn/brasero-status.c             | 140 ++++++++++++++++++++-------
 libbrasero-burn/brasero-status.h             |  29 +++++-
 libbrasero-burn/brasero-track-data.h         |  14 ++-
 libbrasero-burn/brasero-track-type-private.h |   2 +-
 src/brasero-audio-disc.c                     |   2 +-
 src/brasero-data-disc.c                      |   6 +-
 src/brasero-project.c                        |  14 +--
 src/brasero-video-disc.c                     |   2 +-
 src/brasero-video-tree-model.c               |   6 +-
 14 files changed, 167 insertions(+), 70 deletions(-)

commit 03265d59bc14b4d6c73ae90a32aab4f80b3dfa5e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 5 21:39:44 2009 +0100

    Replace brasero_track_data_get_paths by brasero_track_data_write_to_path ()

 libbrasero-burn/brasero-track-data.c | 55 ++++++++++++++++++++++++++++++++++++
 libbrasero-burn/brasero-track-data.h |  8 ++++++
 plugins/cdrkit/burn-genisoimage.c    | 13 ++++-----
 plugins/cdrtools/burn-mkisofs.c      | 13 ++++-----
 plugins/growisofs/burn-growisofs.c   | 13 ++++-----
 5 files changed, 81 insertions(+), 21 deletions(-)

commit 4ebb94678a431f4a8b43ed523c93f4bc463cc955
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 5 21:04:40 2009 +0100

    Deprecates brasero_track_data_get_excluded () and add brasero_track_data_get_excluded_list ()
    The former function was a problem for GI

 libbrasero-burn/brasero-track-data.c   | 31 ++++++++++++++++++++++++++++---
 libbrasero-burn/brasero-track-data.h   |  3 +++
 plugins/checksum/burn-checksum-files.c | 11 +++++++++--
 plugins/libburnia/burn-libisofs.c      |  2 +-
 plugins/local-track/burn-local-image.c |  2 +-
 plugins/local-track/burn-uri.c         |  2 +-
 src/brasero-project-parse.c            |  2 +-
 7 files changed, 44 insertions(+), 9 deletions(-)

commit 8951a4b476622ec748ad2f7b5e5fbfc5aff91c5e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 5 20:39:21 2009 +0100

    A few fixes for API documentation

 libbrasero-burn/brasero-caps-session.c | 10 +++++-----
 libbrasero-burn/brasero-track-type.c   |  4 ++--
 libbrasero-burn/burn-basics.c          | 19 +++++++++++++++++++
 3 files changed, 26 insertions(+), 7 deletions(-)

commit 9100774136e265df73991ec9d32c387b9ea5d9cf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Nov 5 17:25:06 2009 +0100

    Fixed a FIXME
    Remove overburn for anything that is not CD

 libbrasero-burn/brasero-session-cfg.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit de4bc10a8babf7b0f931670e3224ae8a4e66bcac
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Nov 5 00:00:16 2009 +0100

    Updated Spanish translation

 po/es.po | 184 ++++++++++++++++-----------------------------------------------
 1 file changed, 46 insertions(+), 138 deletions(-)

commit 115780d029cfe2f0661f1537b39704ffaa63c005
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 4 20:39:41 2009 +0100

    Bump the requirements of gtk-doc to 1.12 (not yet released at that time)

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 57048227e72306ca1891fcd3e7746c7d19e980cd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 4 20:34:51 2009 +0100

    Fix two build errors when libraries were not installed in /usr

 libbrasero-burn/Makefile.am  | 2 +-
 libbrasero-media/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 187036f393981592bb30d9c56f4a9dd38b4318df
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 4 17:49:14 2009 +0100

    fix failed cherry-pick

 libbrasero-utils/brasero-metadata.c | 9 ---------
 1 file changed, 9 deletions(-)

commit 1cde9d41ccf49d0108dcb97e030262a06406a27d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 13 22:08:09 2009 +0200

    Make 'make distcheck' work
    Because girdir and typelibdir were hard coded "make distcheck" failed.

 Makefile.am  |  4 +++-
 configure.in | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 76 insertions(+), 2 deletions(-)

commit 41dd14ba6d9c50f1ca838da3874b0b13c66292be
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 13 14:14:14 2009 +0200

    Fixes for make distcheck

 libbrasero-burn/Makefile.am  | 30 ++++++++++++++++++++++++++----
 libbrasero-media/Makefile.am | 16 ++++++++++++----
 2 files changed, 38 insertions(+), 8 deletions(-)

commit d5ac34a9b0ac94ded2bbdc983affd5de1a5a002e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 12 15:39:20 2009 +0200

    Added a FIXME for brasero_track_data_get_excluded whose return value can be transfer full or tranfer none

 libbrasero-burn/brasero-track-data.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit b3a4b1a6b6bb248f0f08409cc237d60458fab6f7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 12 15:35:32 2009 +0200

    Started to work on libbrasero-burn GObject introspection
    Also in the mean time, improve API documentation

 libbrasero-burn/Makefile.am          | 27 ++++++++++++++++++++++-
 libbrasero-burn/brasero-session.c    | 33 ++++++++++++++--------------
 libbrasero-burn/brasero-track-data.c | 42 ++++++++++++++++++------------------
 libbrasero-burn/brasero-track-data.h |  9 ++++++++
 libbrasero-burn/burn-basics.c        | 25 +++++++++++++++++++--
 5 files changed, 96 insertions(+), 40 deletions(-)

commit 9888131236f2da6ac5bd832a9e2ad940a70635c4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 11 21:24:34 2009 +0200

    Gobject introspection support for libbrasero-media. Some API doc improvements.

 configure.in                                |  4 ++++
 libbrasero-media/Makefile.am                | 25 +++++++++++++++++++++++--
 libbrasero-media/brasero-drive.c            |  2 +-
 libbrasero-media/brasero-media.c            |  6 ++++--
 libbrasero-media/brasero-medium-monitor.c   |  4 ++--
 libbrasero-media/brasero-medium-selection.c |  1 -
 libbrasero-media/brasero-medium-selection.h |  6 ++++++
 libbrasero-media/brasero-medium.c           |  2 +-
 libbrasero-media/brasero-medium.h           | 12 ++++++++++++
 9 files changed, 53 insertions(+), 9 deletions(-)

commit 5b9181faa61904eced584123ba52d158839024d2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Nov 4 20:01:45 2009 +0100

    Updated Spanish translation

 po/es.po | 296 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 127 insertions(+), 169 deletions(-)

commit f9da4f8c494c7f7be39433e498275a1b448e5f07
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Nov 4 19:55:18 2009 +0100

    Updated Czech translation by Adrian Gunis

 po/cs.po | 747 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 375 insertions(+), 372 deletions(-)

commit ec9a111fc22ce32e86102f0a8a8a22617b0bfe7f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 4 15:25:59 2009 +0100

    Fix a potential crash when aborting the download of a Gstreamer plugin throught PackageKit

 libbrasero-utils/brasero-metadata.c | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

commit c9284f714e146a27316db4ced465797331bd1b61
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Nov 4 15:00:24 2009 +0100

    Fix #599655 -  brasero crashed with SIGSEGV in g_main_context_dispatch()
    Prevent brasero from returning concurent errors for video and audio projects.

 libbrasero-burn/brasero-data-session.c     |   2 +-
 libbrasero-burn/brasero-data-vfs.c         |   4 +-
 libbrasero-burn/brasero-track-stream-cfg.c |  21 +++--
 libbrasero-utils/brasero-io.c              | 125 ++++++++++++++++++++---------
 libbrasero-utils/brasero-io.h              |  29 ++++++-
 src/brasero-audio-disc.c                   |   4 +-
 src/brasero-player.c                       |   2 +-
 src/brasero-playlist.c                     |   2 +-
 src/brasero-project-manager.c              |   2 +-
 src/brasero-video-disc.c                   |   3 +-
 10 files changed, 137 insertions(+), 57 deletions(-)

commit 5495cbe9d5562f1d658df94af1d937204a8406ea
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Nov 3 21:30:26 2009 +0100

    Fix #588323 -  crash in Disc Copier: Dragging a track from Ba...
    Last comment.
    Banshee packs uris in a strange way that is not properly understood by some stock gtk+ functions like gtk_selection_data_get_uris () which returns NULL whereas g_uri_list_extract_uris () is fine.
    So if the first fails try the other one.

 libbrasero-burn/brasero-track-data-cfg.c |  7 +++++++
 src/brasero-audio-disc.c                 |  2 +-
 src/brasero-multi-dnd.c                  |  7 +++++++
 src/brasero-video-tree-model.c           | 19 ++++++++++++++++---
 4 files changed, 31 insertions(+), 4 deletions(-)

commit c49968da3123bec48bd68bfb3dce8c199a8cd4ee
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Nov 3 18:00:13 2009 +0100

    Small code change

 libbrasero-utils/brasero-io.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 21842f5c8994037dd44c41ffeef8319fbdcb7c52
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Nov 3 20:53:39 2009 +0100

    Updated Spanish translation

 po/es.po | 120 +++++++++++++--------------------------------------------------
 1 file changed, 25 insertions(+), 95 deletions(-)

commit 044af0f5b31027ec52fcf407924f1c27461df500
Author: Aleksander Łukasiewicz <aleksander@lukasiewicz.org>
Date:   Tue Nov 3 17:09:45 2009 +0100

    Updated Polish translation

 help/pl/pl.po | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit 8c93f92e382b0cf91ab6f9e80d4ae0dff0f2a890
Author: Aleksander Łukasiewicz <aleksander@lukasiewicz.org>
Date:   Tue Nov 3 16:50:44 2009 +0100

    Updated Polish translation

 help/pl/pl.po | 654 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 325 insertions(+), 329 deletions(-)

commit 85f92d66e1ba4cb0e64c87cc892006122f8e4c63
Author: Aleksander Łukasiewicz <aleksander@lukasiewicz.org>
Date:   Tue Nov 3 16:49:05 2009 +0100

    Updated Polish translation

 help/pl/figures/brasero_main.png | Bin 105971 -> 97376 bytes
 help/pl/pl.po                    | 980 +++++++++++++++++++++++----------------
 2 files changed, 580 insertions(+), 400 deletions(-)

commit a6027bdbfba23b72be3f34ce803c4bc9d86f87a8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Nov 3 15:35:52 2009 +0100

    Remove the "eject after burning check" as it does not really make sense as noted in #598478 -  burn image to cd process is not automatically ejecting the CD

 libbrasero-burn/brasero-drive-properties.c | 31 ------------------------------
 libbrasero-burn/brasero-session-cfg.c      |  7 +++++++
 libbrasero-burn/brasero-session-cfg.h      |  1 -
 3 files changed, 7 insertions(+), 32 deletions(-)

commit 401eae00cf9b88029f82475847c1bc113a483f4f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Nov 3 15:00:33 2009 +0100

    Fix #600007 -  Memory leaks in brasero
    Patch by Eric Sesterhenn <eric.sesterhenn@lsexperts.de>
    This fixes unlikely memory leaks on error

 plugins/dvdcss/burn-dvdcss.c      |  4 ++--
 plugins/libburnia/burn-libisofs.c | 18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)

commit cb1d9f596d6b9c6fd0131259436b834dc02c60fd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Nov 3 14:47:42 2009 +0100

    Fix #600293 -  Fails to build error: cannot convert to a pointer type
    Patch by Carlos Garcia Campos <carlosgc@gnome.org>

 src/brasero-player-bacon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62bda5dab82ddba07b0d1af3af333860a97d39c3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 2 21:34:54 2009 +0100

    Check version of applications for plugins now

 libbrasero-burn/brasero-plugin-registration.h |  5 +-
 libbrasero-burn/burn-plugin.c                 | 66 ++++++++++++++++++++++++---
 plugins/cdrdao/burn-cdrdao.c                  |  7 ++-
 plugins/cdrdao/burn-toc2cue.c                 |  7 ++-
 plugins/cdrkit/burn-genisoimage.c             |  7 ++-
 plugins/cdrkit/burn-readom.c                  |  7 ++-
 plugins/cdrkit/burn-wodim.c                   |  7 ++-
 plugins/cdrtools/burn-cdda2wav.c              |  7 ++-
 plugins/cdrtools/burn-cdrecord.c              |  7 ++-
 plugins/cdrtools/burn-mkisofs.c               |  7 ++-
 plugins/cdrtools/burn-readcd.c                |  7 ++-
 plugins/dvdauthor/burn-dvdauthor.c            |  7 ++-
 plugins/growisofs/burn-dvd-rw-format.c        |  7 ++-
 plugins/growisofs/burn-growisofs.c            |  8 +++-
 plugins/vcdimager/burn-vcdimager.c            |  7 ++-
 15 files changed, 142 insertions(+), 21 deletions(-)

commit 26e6ae807d7239520b77de0517efa84a9764409a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 2 14:48:03 2009 +0100

    Make functions used in BraseroIO and BraseroMetadata objects use a parent window when they need to spawn an authentification dialog for example

 libbrasero-utils/brasero-io.c       | 51 +++++++++++++++++++++++++++++++++++--
 libbrasero-utils/brasero-io.h       |  8 ++++++
 libbrasero-utils/brasero-metadata.c | 31 +++++++++++++++++++++-
 libbrasero-utils/brasero-metadata.h |  7 +++++
 src/brasero-app.c                   | 23 +++++++++++++++++
 5 files changed, 117 insertions(+), 3 deletions(-)

commit 07b3a262774229d759a960ab5915d0c4d1f98acd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 2 10:40:53 2009 +0100

    Code cleanup

 libbrasero-utils/brasero-metadata.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit bc9c1e1b9f28d802f6f9fcda0222dac858e23ff7
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Nov 3 13:48:49 2009 +0100

    Updated Slovenian translation

 po/sl.po | 3279 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1720 insertions(+), 1559 deletions(-)

commit 54a3afd97cc4ce9c8e00f79f67fc8ef200aaaefe
Author: vasudeven <agnihot3@gmail.com>
Date:   Tue Nov 3 13:13:16 2009 +0530

    Added Tamil translation

 po/ta.po | 828 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 434 insertions(+), 394 deletions(-)

commit 6dfac28d44c8012d9d68145995fa444faa433d45
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Nov 2 16:02:47 2009 +0100

    Updated Spanish translation

 po/es.po | 126 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 49 insertions(+), 77 deletions(-)

commit 2f4d1eb679129633c5ba470f8fb25a12b1e0f0d0
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Nov 2 13:19:57 2009 +0100

    Updated Spanish translation

 po/es.po | 867 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 435 insertions(+), 432 deletions(-)

commit db7c29884fabed3d5d4348ef1ecae61ac81f0db6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 2 10:24:10 2009 +0100

    Fix build of libisofs and libburn plugins

 plugins/libburnia/burn-libburn.c  | 5 ++---
 plugins/libburnia/burn-libisofs.c | 6 ++----
 2 files changed, 4 insertions(+), 7 deletions(-)

commit 4537165e48e9212ac72ea9bb9d06b982e07e71b1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Nov 2 10:19:08 2009 +0100

    Add Dbus-glib flags to fix build

 libbrasero-utils/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 6c1530dcc99ff30f1bf0e5b4066133d37568f6fe
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 22:21:22 2009 +0100

    Fixed a warning at build time when using autogen.sh

 configure.in | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit 88784af002c630a009e66509c2fcb11e57801953
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 22:13:10 2009 +0100

    Updated POTFILES.in with missing file

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 148f65986f88cf7a3b0c68d076abb63b8f8c1e38
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 21:52:40 2009 +0100

    Some improvements to the packagekit code:
    - better handling of cancellation
    - quit using Gstreamer API and use a simple installation for common files (works better)
    - update Gstreamer registry after having installed a plugin

 libbrasero-utils/brasero-pk.c | 73 +++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 71 insertions(+), 2 deletions(-)

commit 7ab9e3a53547c62dc16346c64ab031483a715b19
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 20:55:51 2009 +0100

    Reorganize the code

 libbrasero-utils/brasero-pk.c | 50 +++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

commit 65341d929269458bd000a7ab805c04d860407977
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 20:54:46 2009 +0100

    Use the proper return value

 libbrasero-utils/brasero-pk.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 406c7753f38b3d1b2bf9418dbc227db75e69a021
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 20:48:03 2009 +0100

    If brasero_burn_session_can_* are set not to check flags, don't check BRASERO_BURN_FLAG_NO_TMP_FILE

 libbrasero-burn/brasero-caps-session.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit ac91e70ec2fdc0ac2da15a68fbfd2cc48cd22493
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 17:44:21 2009 +0100

    Make sure we return the result when brasero_caps_find_link is chained
    That was introduced by recent changes

 libbrasero-burn/brasero-caps-session.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 35379deb4598cf97f2faacfada19bf9f59f9d27a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 17:17:50 2009 +0100

    Fix a small problem that appeared when level Gstreamer plugin was not installed

 libbrasero-utils/brasero-metadata.c | 39 +++++++++++++++++++++++--------------
 1 file changed, 24 insertions(+), 15 deletions(-)

commit 843b0d5c8dba6dcd880d6a2836f085483ec8a94f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 17:01:08 2009 +0100

    Fix file name appearance

 src/brasero-audio-disc.c | 8 ++++++--
 src/brasero-video-disc.c | 6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

commit f2c32e0db66d42dafdb0718489e809630b6fd9c6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 16:53:32 2009 +0100

    Integrate BraseroBurnDialog with PackageKit

 libbrasero-burn/brasero-burn-dialog.c | 129 +++++++++++++++++++++++++++++++++-
 1 file changed, 128 insertions(+), 1 deletion(-)

commit 85bbc574d841b7aaed9c5958bdff5a5998f267ee
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 16:45:57 2009 +0100

    Integrate BraseroBurnOptions dialog with PackageKit as well

 libbrasero-burn/brasero-burn-options.c | 144 +++++++++++++++++++++++++++++++--
 src/brasero-project.c                  |   2 +-
 2 files changed, 139 insertions(+), 7 deletions(-)

commit ec52b8cb5da8958b394603d2b82e81638841aea3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Nov 1 15:29:38 2009 +0100

    Integrate brasero more closely with PackageKit
    Now every time a plugin cannot work properly because an app or a lib or a Gstreamer plugin is not installed brasero will be notified and try to download the required component

 libbrasero-burn/Makefile.am                  |   2 +-
 libbrasero-burn/brasero-burn.c               |   3 +-
 libbrasero-burn/brasero-caps-session.c       | 697 ++++++++++++++-------------
 libbrasero-burn/brasero-enums.h              |  11 +
 libbrasero-burn/brasero-plugin-information.h |  20 +-
 libbrasero-burn/brasero-plugin-private.h     |   3 -
 libbrasero-burn/brasero-plugin.h             |  19 -
 libbrasero-burn/brasero-session-cfg.c        |  12 +-
 libbrasero-burn/brasero-session.c            |  38 +-
 libbrasero-burn/brasero-session.h            |  31 +-
 libbrasero-burn/brasero-status-dialog.c      |   3 +
 libbrasero-burn/burn-basics.c                |   3 +-
 libbrasero-burn/burn-caps.c                  |  11 +-
 libbrasero-burn/burn-caps.h                  |   2 +-
 libbrasero-burn/burn-plugin-manager.c        |  35 +-
 libbrasero-burn/burn-plugin-manager.h        |   2 -
 libbrasero-burn/burn-plugin.c                |  71 ++-
 libbrasero-utils/Makefile.am                 |   4 +-
 libbrasero-utils/brasero-metadata.c          |   5 +-
 libbrasero-utils/brasero-pk.c                | 379 +++++++++++++++
 libbrasero-utils/brasero-pk.h                |  81 ++++
 src/brasero-player-bacon.c                   |   2 +-
 src/brasero-plugin-manager-ui.c              |   8 +-
 src/brasero-project.c                        | 134 ++++-
 24 files changed, 1082 insertions(+), 494 deletions(-)

commit 6f89180447842a85797ac4a4a70a362e094194b4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 29 16:47:40 2009 +0100

    Fix a problem that led to a crash/assert() on plugin loading/registration

 libbrasero-burn/brasero-plugin-registration.h | 42 +++++++++++++--------------
 1 file changed, 20 insertions(+), 22 deletions(-)

commit 1261d6f85b64b46dd206b9c1213afaf0b861a22c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 28 16:07:36 2009 +0100

    Second preparatory step for having brasero integrate with PackageKit
    For all tests done on a BraseroBurnSession object let the possibility to ignore errors related to a plugin missing an application, a library or a gstreamer plugin
    Add also another flag that lets a plugin signal that he is missing such things
    
    Some additional code cleanups and update
    Make sure we checked that the BraseroBurnSession is ready in brasero-project.c before engaging into any operation

 libbrasero-burn/brasero-burn.c               |  21 ++-
 libbrasero-burn/brasero-caps-burn.c          |  10 +-
 libbrasero-burn/brasero-caps-session.c       | 271 ++++++++++++++++-----------
 libbrasero-burn/brasero-plugin-information.h |   8 +-
 libbrasero-burn/brasero-plugin-private.h     |   6 +
 libbrasero-burn/brasero-plugin.h             |   4 +-
 libbrasero-burn/brasero-session-cfg.c        |  21 +--
 libbrasero-burn/brasero-session-helper.h     |   2 +-
 libbrasero-burn/brasero-session.c            |  65 ++++++-
 libbrasero-burn/brasero-session.h            |  20 +-
 libbrasero-burn/brasero-status-dialog.c      |  10 +-
 libbrasero-burn/burn-basics.c                |   4 +-
 libbrasero-burn/burn-caps.c                  |  38 +++-
 libbrasero-burn/burn-caps.h                  |   7 +-
 libbrasero-burn/burn-plugin-manager.c        |  50 +++--
 libbrasero-burn/burn-plugin-manager.h        |   7 +
 libbrasero-burn/burn-plugin.c                |  65 +++++--
 src/brasero-plugin-manager-ui.c              |   6 +-
 src/brasero-project.c                        |  24 ++-
 19 files changed, 443 insertions(+), 196 deletions(-)

commit 89a36565995f48f0eb893aeb0784d9a3ca712f65
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 27 19:36:55 2009 +0100

    This reverts a patch where the output of a BraseroBurnSession was stored in a BraseroTrackType instead of BraseroImage format

 libbrasero-burn/brasero-session.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit fe53297a1ffd1609a01eeb9e1a424e55562b57bf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 27 15:16:17 2009 +0100

    Split plugin registration functions in 2
    The first one is called once at initialization still registers all the capabilities of a plugin
    The second one checks whether a plugin can operate (no missing app, library, proper version, ...) and can be called multiple times
    
    Also unload libdvdcss library after testing if it exists when loading dvdcss plugin

 libbrasero-burn/brasero-plugin-registration.h |  74 ++++----
 libbrasero-burn/brasero-plugin.h              |  18 ++
 libbrasero-burn/burn-plugin.c                 | 249 +++++++++++++++++++++++---
 libbrasero-burn/burn-process.c                |  44 -----
 libbrasero-burn/burn-process.h                |   7 -
 plugins/cdrdao/burn-cdrdao.c                  |  17 +-
 plugins/cdrdao/burn-toc2cue.c                 |  16 +-
 plugins/cdrkit/burn-genisoimage.c             |  16 +-
 plugins/cdrkit/burn-readom.c                  |  16 +-
 plugins/cdrkit/burn-wodim.c                   |  17 +-
 plugins/cdrtools/burn-cdda2wav.c              |  17 +-
 plugins/cdrtools/burn-cdrecord.c              |  16 +-
 plugins/cdrtools/burn-mkisofs.c               |  16 +-
 plugins/cdrtools/burn-readcd.c                |  16 +-
 plugins/checksum/burn-checksum-files.c        |   6 +-
 plugins/checksum/burn-checksum-image.c        |   6 +-
 plugins/dvdauthor/burn-dvdauthor.c            |  16 +-
 plugins/dvdcss/burn-dvdcss.c                  |  67 +++----
 plugins/growisofs/burn-dvd-rw-format.c        |  16 +-
 plugins/growisofs/burn-growisofs.c            |  17 +-
 plugins/local-track/burn-local-image.c        |   6 +-
 plugins/local-track/burn-uri.c                |   6 +-
 plugins/transcode/burn-normalize.c            |  29 +--
 plugins/transcode/burn-transcode.c            |   6 +-
 plugins/transcode/burn-vob.c                  |  49 ++---
 plugins/vcdimager/burn-vcdimager.c            |  16 +-
 26 files changed, 434 insertions(+), 345 deletions(-)

commit 1b72887d4f3c9d70dcad71f851bd514ba0f94938
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Nov 1 11:53:46 2009 +0100

    Updated Italian translation

 po/it.po | 883 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 443 insertions(+), 440 deletions(-)

commit 8df0a1c28098a7647a742f1e213bba7be5d82cf2
Author: Lucian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Oct 31 15:37:22 2009 +0200

    Updated Romanian translation

 po/ro.po | 3243 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1907 insertions(+), 1336 deletions(-)

commit da4f963caa2f529f5060067fafeaf6dfa23b007b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Oct 29 18:43:57 2009 +0100

    Updated Spanish translation

 po/es.po | 3310 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1925 insertions(+), 1385 deletions(-)

commit 605bbd1dcb3c48ef6950683c9fa7e79206af2e63
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Oct 27 11:56:43 2009 +0530

    Updated Tamil translation

 po/ta.po | 1329 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 685 insertions(+), 644 deletions(-)

commit 4f6e7f4cf796fdb9789c53dbd6472edbfd0d92e0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Aug 6 13:19:40 2009 +0200

    Try to reduce stacking problems

 libbrasero-utils/brasero-tool-color-picker.c | 1 -
 1 file changed, 1 deletion(-)

commit aa096a0f71b40a634bf3804660e7fa1fcb30853c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Aug 6 13:19:40 2009 +0200

    Try to reduce stacking problems

 libbrasero-utils/brasero-tool-color-picker.c | 1 +
 1 file changed, 1 insertion(+)

commit 15fd8c25cf5fbe94e196576bc0ee28b64a450e9a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b7c7719ace6531bb6036bbb27f8fb74e9e6893a7
Merge: a435e023 834baaaf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 20:44:12 2009 +0100

    Merge branch 'plugins'
    In this branch, strings describing plugins were improved and now every plugin appear in the file manager though some (the core) will remain insensitive. This is for the user to be able to see all plugins andthe errors when there are.
    
    Conflicts:
            plugins/cdrdao/burn-toc2cue.c
            plugins/cdrtools/burn-mkisofs.c
            plugins/checksum/burn-checksum-files.c
            plugins/checksum/burn-checksum-image.c
            plugins/dvdcss/burn-dvdcss.c
            plugins/growisofs/burn-growisofs.c
            plugins/libburnia/burn-libburn.c
            plugins/libburnia/burn-libisofs.c
            plugins/transcode/burn-normalize.c
            plugins/transcode/burn-vob.c
            src/brasero-project.c

commit a435e023d00f34d6cf7a7e903c9e0943bfc3da1b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 17:53:08 2009 +0100

    Update version number for release

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3d58183f5216b6c4ea95ed087f347a91b62110c5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 17:52:12 2009 +0100

    Update NEWS file

 NEWS | 298 +++----------------------------------------------------------------
 1 file changed, 12 insertions(+), 286 deletions(-)

commit 9d4cd8d0ae36ead70f4007208703ecd743634488
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 16:34:42 2009 +0100

    Show all image types when burning an image (not just the ones we can support according to the available plugins)

 libbrasero-burn/brasero-src-image.c | 29 ++++++-----------------------
 1 file changed, 6 insertions(+), 23 deletions(-)

commit 9ac19a87295fd7d0b1765e6062ba3fb011caa5d7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 16:02:02 2009 +0100

    Handle in a smoother way the possible cancelling of image type and size probing

 libbrasero-burn/brasero-track-image-cfg.c | 42 ++++++++++++++++++-------------
 1 file changed, 24 insertions(+), 18 deletions(-)

commit 9981b2115ff0ca30cdf3e34a6040ae061e856b2c
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Oct 26 15:36:19 2009 +0100

    Updated French translation

 po/fr.po | 2670 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1317 insertions(+), 1353 deletions(-)

commit 471955790c7b94c0e149c93bab6826ff07c95e04
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 14:47:11 2009 +0100

    Fix progress report when checksuming a burn

 libbrasero-burn/burn-task-ctx.c        | 6 +++---
 plugins/checksum/burn-checksum-image.c | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 99b5e673cbc09bcf2728c2eaa9e496914bf64499
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 14:15:32 2009 +0100

    Time remaining should not be shown after closing of disc since it is 0

 libbrasero-burn/brasero-burn.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d6af828dc60b137b9f97c345942b64c7fa4e220b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 13:28:20 2009 +0100

    In the burn dialog split function responsible for setting title and content strings
    Also remember the media that was used

 libbrasero-burn/brasero-burn-dialog.c | 191 +++++++++++++++++++---------------
 1 file changed, 105 insertions(+), 86 deletions(-)

commit abad2f32f75bb7d212d234a8d832f7be8a7b27c0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 13:18:39 2009 +0100

    Fix uninitialized variable

 libbrasero-burn/brasero-medium-properties.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 06c908181c0fdb8a5ac3b702875173cd88e42548
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 10:48:42 2009 +0100

    Prevent potential warnings at runtime

 libbrasero-burn/brasero-progress.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 782113fc49c097a1c8c794d41a2f2472e620be23
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 08:53:17 2009 +0100

    Fix #599620 -  stray underline in button label
    Patch by Matthias Clasen

 src/brasero-project-type-chooser.c | 1 +
 1 file changed, 1 insertion(+)

commit dd4e8bbf43f76324e1c88e4a171ecf2eb86ea98a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 26 08:53:55 2009 +0100

    Fix for #581532 -  Image Burning Setup dialog needs counter
    After a successful burn the user has the possibility to create not only one copy but a series of copies.
    In this mode after a copy brasero wait for the insertion of a disc and start burning whenever the user inserts a new disc

 libbrasero-burn/brasero-burn-dialog.c | 241 +++++++++++++++++++++++-----------
 1 file changed, 161 insertions(+), 80 deletions(-)

commit 37f7286ade70b7497ba8ccca18ba1997b3dfaba8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 24 17:35:35 2009 +0200

    Revert a line that had been used for testing

 libbrasero-burn/brasero-burn.c | 1 -
 1 file changed, 1 deletion(-)

commit 02d924ddd25c59347c2e082511d32cc0595f4a28
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 22:37:50 2009 +0200

    Fix for #591443 -  Multi-session warning should tell about the "import" checkbox

 libbrasero-burn/brasero-burn-dialog.c |  40 ++++--
 libbrasero-burn/brasero-burn.c        | 263 ++++++++++++++++++++--------------
 2 files changed, 183 insertions(+), 120 deletions(-)

commit bf4b013768b2204be8319d822c1bf4af64bd0c62
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 16:17:40 2009 +0200

    Change the string "recordable disc" into "writable disc"
    Part of bug #595871 -  design of the image burning setup dialog

 libbrasero-burn/brasero-burn-dialog.c  | 30 +++++++++++++++---------------
 libbrasero-burn/brasero-burn-options.c |  6 +++---
 src/brasero-project.c                  |  4 ++--
 3 files changed, 20 insertions(+), 20 deletions(-)

commit 963a2935c3b48036bdc4571e6b5a544948513586
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 15:06:13 2009 +0200

    Silence all warnings in brasero source (again some function declarations were missing void)

 libbrasero-burn/brasero-plugin-private.h      |  3 +++
 libbrasero-burn/brasero-plugin-registration.h | 16 ----------------
 libbrasero-burn/brasero-plugin.h              | 16 ++++++++++++++++
 src/brasero-audio-disc.h                      |  6 ++++--
 src/brasero-disc.h                            |  2 +-
 src/brasero-eject-dialog.h                    |  4 ++--
 src/brasero-file-chooser.h                    |  6 ++++--
 src/brasero-layout-object.h                   |  2 +-
 src/brasero-layout.h                          |  6 ++++--
 src/brasero-mime-filter.h                     |  7 +++++--
 src/brasero-player.h                          |  6 ++++--
 src/brasero-playlist.h                        |  9 ++++++---
 src/brasero-plugin-manager-ui.c               |  1 +
 src/brasero-project-manager.h                 |  4 ++--
 src/brasero-project-type-chooser.h            |  6 ++++--
 src/brasero-project.h                         |  6 ++++--
 src/brasero-search-beagle.h                   |  9 ++++++---
 src/brasero-search-entry.h                    |  4 ++--
 src/brasero-setting.h                         |  2 +-
 src/brasero-song-properties.h                 |  6 ++++--
 src/brasero-uri-container.h                   |  4 +++-
 21 files changed, 77 insertions(+), 48 deletions(-)

commit e339d840707bc0086cdaaa27a720742858bfab32
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 13:12:54 2009 +0200

    Silence a lot of warnings due to the fact that the *_get_type definition of objects did not include void

 libbrasero-burn/Makefile.am                   |  3 +-
 libbrasero-burn/brasero-blank-dialog.h        |  4 +-
 libbrasero-burn/brasero-burn-dialog.c         |  1 -
 libbrasero-burn/brasero-burn-dialog.h         |  2 +-
 libbrasero-burn/brasero-burn.h                |  4 +-
 libbrasero-burn/brasero-caps-burn.c           |  2 +
 libbrasero-burn/brasero-caps-plugin.c         | 13 +---
 libbrasero-burn/brasero-caps-session.c        |  1 +
 libbrasero-burn/brasero-image-type-chooser.h  |  4 +-
 libbrasero-burn/brasero-plugin-information.h  | 40 ------------
 libbrasero-burn/brasero-plugin-private.h      | 87 +++++++++++++++++++++++++++
 libbrasero-burn/brasero-plugin-registration.h | 19 +++++-
 libbrasero-burn/brasero-plugin.h              | 19 ------
 libbrasero-burn/brasero-progress.h            |  4 +-
 libbrasero-burn/brasero-session.h             |  4 +-
 libbrasero-burn/brasero-sum-dialog.h          |  4 +-
 libbrasero-burn/brasero-tool-dialog.h         |  2 +-
 libbrasero-burn/brasero-tray.h                |  4 +-
 libbrasero-burn/burn-basics.c                 |  1 +
 libbrasero-burn/burn-caps.h                   |  4 +-
 libbrasero-burn/burn-debug.c                  |  2 +
 libbrasero-burn/burn-job.h                    |  2 +-
 libbrasero-burn/burn-plugin-manager.c         |  1 +
 libbrasero-burn/burn-plugin.c                 |  4 +-
 libbrasero-burn/burn-process.h                |  4 +-
 libbrasero-burn/burn-task.h                   |  4 +-
 libbrasero-media/Makefile.am                  |  2 +-
 libbrasero-utils/brasero-async-task-manager.h | 14 +++--
 libbrasero-utils/brasero-jacket-edit.c        |  1 +
 libbrasero-utils/brasero-metadata.c           | 18 ++----
 libbrasero-utils/brasero-metadata.h           | 21 ++++---
 libbrasero-utils/brasero-misc.h               |  2 +
 32 files changed, 176 insertions(+), 121 deletions(-)

commit 9e08ba28f42bfc981f6849bb3f7a1ca6f492c63a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 12:06:16 2009 +0200

    Don't display the sidebar combo box if there is only one item for data projects

 src/brasero-layout.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

commit 61d4a8f7ce4c0523a2e9d342918bcd09a9fb3629
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 11:45:21 2009 +0200

    Some useless GConf key removed

 src/brasero-player.c | 5 -----
 1 file changed, 5 deletions(-)

commit 9e89874a312233fa96554cc05f9cd6b4b53ec19a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 11:41:31 2009 +0200

    Make preview display images again

 src/brasero-player.c | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

commit 3bf485a9ab0976f4cf1aba738d0183da72d401a3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 11:36:57 2009 +0200

    Properly hide the preview widget

 src/brasero-player.c | 3 +++
 1 file changed, 3 insertions(+)

commit 6c67de2e4bceebf912271b8a810c6b2712f9bc68
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 11:35:36 2009 +0200

    Fix a crash on closing brasero that happened because some signals were emitted whereas we were destroying widgets

 src/brasero-search-beagle.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit 8e5e403ae9223eb283201c1fa01b038329ce1e6e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 23 10:58:52 2009 +0200

    Don't store some settings with GConf anymore (like window size, position of widgets, ...) but in a new BraseroSetting object that saves and loads them to and from a GKeyFile

 data/brasero.schemas.in     | 120 ---------
 src/Makefile.am             |   4 +-
 src/brasero-app.c           | 253 ++++--------------
 src/brasero-data-disc.c     |  40 ++-
 src/brasero-file-chooser.c  |  43 ++--
 src/brasero-filter-option.h |   2 -
 src/brasero-layout.c        | 516 ++++++-------------------------------
 src/brasero-player-bacon.c  |  25 +-
 src/brasero-player.c        |  72 +++---
 src/brasero-playlist.c      |   9 -
 src/brasero-preview.h       |   2 -
 src/brasero-project.c       |  33 +--
 src/brasero-search-entry.c  | 255 ++++++++----------
 src/brasero-setting.c       | 611 ++++++++++++++++++++++++++++++++++++++++++++
 src/brasero-setting.h       | 106 ++++++++
 src/brasero-xsession.c      |   3 -
 src/main.c                  |   2 +
 17 files changed, 1041 insertions(+), 1055 deletions(-)

commit bab18cbeb4046f3c46f068517dc3929a5112311e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Oct 22 17:46:05 2009 +0200

    Updated Hungarian translation

 po/hu.po | 1079 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 494 insertions(+), 585 deletions(-)

commit 681f55911d4512a841376f1d0a7592e09b0ff656
Author: Mads Lundby <lundbymads@gmail.com>
Date:   Wed Oct 21 22:37:34 2009 +0200

    Updated Danish translation

 po/da.po | 2456 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1368 insertions(+), 1088 deletions(-)

commit 88fa238e8bf54f2b207818c6741f2513fd01de67
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Wed Oct 21 17:32:58 2009 +0530

    Updated Tamil translation

 po/ta.po | 1195 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 570 insertions(+), 625 deletions(-)

commit a8730d2113d5969b8f553e95b687494c5920d1c1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 20 21:23:18 2009 +0200

    Remember the two pane proportion inside all objects of type GtkFileChooser

 src/brasero-file-chooser.c | 108 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 108 insertions(+)

commit 88ccaa0fa60cbceeb4d9c00b653c3adb34716bfc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 20 15:58:35 2009 +0200

    Don't leave add button greyed if GtkFileChooser dialog was cancelled

 src/brasero-project.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9b654862ff36842bb13871a1bc62e100591746ea
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Oct 20 20:15:12 2009 +0300

    Updated Russian translation

 po/ru.po | 4325 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2393 insertions(+), 1932 deletions(-)

commit 10971f20afd14561986158587a55b2a4c4cff426
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 20 13:22:29 2009 +0200

    Fixed a bunch of build warnings

 libbrasero-burn/brasero-caps-plugin.c  |  2 ++
 libbrasero-burn/brasero-data-session.c |  2 +-
 libbrasero-burn/brasero-file-node.c    | 28 ----------------------------
 libbrasero-burn/brasero-track-type.c   |  2 ++
 plugins/checksum/burn-volume-read.c    |  2 +-
 src/brasero-file-filtered.c            |  4 ++--
 src/brasero-multi-dnd.c                |  2 ++
 src/brasero-playlist.c                 |  2 +-
 src/brasero-project-manager.c          |  2 +-
 src/brasero-xsession.c                 |  2 ++
 10 files changed, 14 insertions(+), 34 deletions(-)

commit d086e085cbfe7b3121d9555efe8b8cb50ed72c4f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 20 10:28:15 2009 +0200

    In our custom file chooser remove useless call as it is now done by default in the gtk file chooser

 src/brasero-file-chooser.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit fd1dacf331470439200284a516fcd6ad9344f975
Author: Rodrigo L. M. Flores <rlmflores@src.gnome.org>
Date:   Mon Oct 19 18:36:11 2009 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 2519 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1401 insertions(+), 1118 deletions(-)

commit c2338bfbc682650be2585cf0f55301291db9b0a8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 19 21:54:56 2009 +0200

    Removed some unused functions (and file in one case) from the build
    Fixed the warnings about missing prototypes

 libbrasero-media/Makefile.am                       |   1 -
 libbrasero-media/scsi-eject.c                      | 109 ---------------------
 libbrasero-media/scsi-get-configuration.c          |   2 +
 libbrasero-media/scsi-get-performance.c            |   2 +
 libbrasero-media/scsi-inquiry.c                    |   2 +
 libbrasero-media/scsi-mech-status.c                |   2 +
 libbrasero-media/scsi-mmc2.h                       |   1 +
 libbrasero-media/scsi-mmc3.h                       |   2 +
 libbrasero-media/scsi-mode-select.c                |   2 +
 libbrasero-media/scsi-mode-sense.c                 |   2 +
 .../scsi-prevent-allow-medium-removal.c            |   2 +
 libbrasero-media/scsi-read-capacity.c              |   2 +
 libbrasero-media/scsi-read-cd.c                    |   2 +
 libbrasero-media/scsi-read-disc-info.c             |  10 ++
 libbrasero-media/scsi-read-disc-structure.c        |  10 ++
 libbrasero-media/scsi-read-format-capacities.c     |   2 +
 libbrasero-media/scsi-read-toc-pma-atip.c          |   3 +
 libbrasero-media/scsi-read-track-information.c     |   2 +
 libbrasero-media/scsi-read10.c                     |   2 +
 libbrasero-media/scsi-sbc.h                        |   1 +
 libbrasero-media/scsi-spc1.h                       |   1 +
 libbrasero-media/scsi-test-unit-ready.c            |   2 +
 22 files changed, 54 insertions(+), 110 deletions(-)

commit 0968568a1b2409b3812704dad3f4f5ac9876a760
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 19 21:39:30 2009 +0200

    Removed unused function

 libbrasero-utils/brasero-io.c | 6 ------
 1 file changed, 6 deletions(-)

commit ea76cee6d02ac1ee5b4511de32d62a65b20de139
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 19 16:24:00 2009 +0200

    Fix #598908 -  data project: multiple file rename do not work
    Based on the patch by  Philipp Doorkeeper
    This adds a new way to renames files by prepending a number to them (useful when you want to order them)

 src/brasero-rename.c | 40 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

commit 59f2135ccb57e78131623e654b9710c82adc1261
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 19 14:45:08 2009 +0200

    Fix #598908 -  data project: multiple file rename do not work
    Now the rename dialog works. This was due to a late option added that suppressed the <default value> entry and shifted the values in a function with switch()/case

 src/brasero-rename.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 9cc3ab83797576a4b9decbdb3949f5bd359cef55
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 18 21:48:15 2009 +0200

    Fix #598149 -  Remember volume title
    Make sure the name of the session is set whenever we save it

 src/brasero-project.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 542a284f5c76c894405a181e3b7a9e530689fceb
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 18 21:08:08 2009 +0200

    Fix #598055 -  Brasero says "Audio CD successfully burnt" after creating a video DVD
    We did not discriminate between audio and video projects and forgot to add a string for successfully burnt video project

 libbrasero-burn/brasero-burn-dialog.c | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

commit 3cab7222d7b11cd04934d4826c746957c41dcd5d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 18 20:29:54 2009 +0200

    Fix #597808 -  Crash when launching with -e option
    Actually launch brasero when it's started with -e option

 src/main.c | 1 +
 1 file changed, 1 insertion(+)

commit c6afbbee52fae9a2ed2aabd61493cc6050d315f1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 18 20:17:05 2009 +0200

    Fix #598306 -  brasero crashed with SIGSEGV in brasero_burn_session_set_image_output_full()
    This happened because we used strcmp () on a variable that could sometimes be NULL.

 libbrasero-burn/brasero-session-cfg.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d6d1e1c445ddd01126d5f6569f6b15c5d598e3c7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 21:08:33 2009 +0200

    When eject operation is cancelled with GDrive don't try to eject with a GVolume

 libbrasero-media/brasero-drive.c         | 3 +++
 libbrasero-media/brasero-gio-operation.c | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 61c386830b4821366174d74736de32bdb9927317
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 21:07:50 2009 +0200

    Remove an unnecessary pause before checksuming

 libbrasero-burn/brasero-burn.c | 8 --------
 1 file changed, 8 deletions(-)

commit 1064a5dbd7a4e741047a450fdc93ff96163e2a15
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 20:31:23 2009 +0200

    Add an additional reference to GDrive or GVolume when doing an operation on them in case the GDrive or the GVolume object gets updated while waiting in the main loop

 libbrasero-media/brasero-gio-operation.c | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

commit d0e0f934763155317c067558da19f4e110d95714
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 20:30:29 2009 +0200

    When updating the GDrive object associated with the BraseroDrive make sure that priv->gdrive is properly set if gdrive is NULL and cancel any ongoing GIO operation

 libbrasero-media/brasero-drive.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 8d15f0e972a99354c63be02f9a518feb62f6537b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 20:28:33 2009 +0200

    Set the icon on the right widget (not the contents but the window)

 libbrasero-burn/brasero-medium-properties.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 29071cec054ca571ec20c6206821c3d945c8f873
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 15:54:29 2009 +0200

    Avoid in rare cases (using valgrind mostly) to set error twice for GIO operations

 libbrasero-media/brasero-drive.c         | 2 +-
 libbrasero-media/brasero-gio-operation.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 7723d95e1ea5ff1a118ec934b89de01f1d4d9af3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 15:15:23 2009 +0200

    Put some tests in a more appropriate place

 libbrasero-burn/brasero-burn.c | 252 +++++++++++++++++++++--------------------
 1 file changed, 128 insertions(+), 124 deletions(-)

commit e6d4ebe42f8ac207f6d8e01d38800ab78c825b5e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 15:14:12 2009 +0200

    Fix the track type returned by brasero_burn_session_get_output_type () when it's an image

 libbrasero-burn/brasero-session.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ccc58766ea57dae894e732b766d0f91c58553fb1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 14:20:04 2009 +0200

    Add a new Gconf key in the schema file for the new boolean allowing nautilus extension to output debug statements

 data/brasero.schemas.in | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit c8ccf83d6bff5b16481fec2285ec3fc6fa401652
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 14:05:58 2009 +0200

    While we ask for a reprobe of the drive contents, wait for it to be finished before going on

 libbrasero-burn/brasero-burn.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit d9ce77b41acd2dc5126bf1d1497fbd33468de208
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 14:05:30 2009 +0200

    Bump the version number to 2.29.0

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cbd18994b31990b554eb8dd36f2f33c102156d5b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 17 10:03:48 2009 +0200

    Drop g_logv to display debug output as when included in some apps this would be filtered
    Also add a GConf bool for nautilus extension to print debug output when it is TRUE

 libbrasero-burn/burn-debug.c             | 43 +++++++++++++-------------------
 libbrasero-burn/burn-debug.h             |  5 ++--
 libbrasero-media/brasero-media-private.h |  3 +++
 libbrasero-media/brasero-media.c         | 16 ++++++------
 nautilus/Makefile.am                     |  2 ++
 nautilus/nautilus-burn-extension.c       | 18 ++++++++++++-
 6 files changed, 51 insertions(+), 36 deletions(-)

commit 303932d41ecfead01c79ed95985be646a643bdfe
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sat Oct 17 00:52:38 2009 +0300

    Updated Latvian translation.

 po/lv.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit bb5610bbab8b96afcb79dd7e11504857b4c7dd2b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 16 20:26:50 2009 +0200

    Change the icon for the nautilus extension from brasero's one to nautilus' one

 nautilus/brasero-nautilus.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 07bdd891f7a7ba9232223cc3d9d91b5e4db2c857
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 16 20:20:44 2009 +0200

    Reset the icon after a successful dummy burn

 libbrasero-burn/brasero-burn-dialog.c | 4 ++++
 1 file changed, 4 insertions(+)

commit aec3f45d49845089c18e07aaf3357c6dbe06a948
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 16 20:09:10 2009 +0200

    Don't use gtk_widget_show () on the dialog until it has been filled with contents.
    Otherwise it gives an ugly effect

 src/brasero-project.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 9fee242cc5d4a10036afd176d7a79654fd0289ac
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 16 18:00:32 2009 +0200

    Updated POTFILES.in

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit ec2b93913a87c12a04c2576d6be792c7cb070df7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 16 17:59:24 2009 +0200

    Fix #598477 -  Don't say Brasero in the title bar when running as nautilus
    Don't hardcode the title of dialogs with Brasero or with its icon so the nautilus extension or any program using the lib can't set a proper name and icon

 libbrasero-burn/brasero-blank-dialog.c      |   6 +
 libbrasero-burn/brasero-burn-dialog.c       | 493 ++++++++++++++--------------
 libbrasero-burn/brasero-burn-options.c      |   4 +-
 libbrasero-burn/brasero-burn.c              |   4 +-
 libbrasero-burn/brasero-drive-properties.c  |   9 +
 libbrasero-burn/brasero-medium-properties.c |   7 +
 libbrasero-burn/brasero-status-dialog.c     |   9 +
 libbrasero-burn/brasero-sum-dialog.c        |   6 +
 libbrasero-burn/brasero-tool-dialog.c       |   5 +-
 libbrasero-utils/brasero-misc.c             |   3 +
 nautilus/nautilus-burn-extension.c          |  50 ++-
 src/brasero-app.c                           |   8 +
 12 files changed, 350 insertions(+), 254 deletions(-)

commit af51f12be38e91ea6afe36e886bf72d446d72343
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 15 14:20:14 2009 +0200

    Fix two strings

 libbrasero-burn/brasero-burn-dialog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8da28484d5362b378fda4043eb6425b37586664c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 15 14:11:40 2009 +0200

    Code refactoring

 libbrasero-burn/brasero-burn-dialog.c | 340 +++++++++++++++-------------------
 libbrasero-burn/brasero-burn-dialog.h |   5 +-
 2 files changed, 158 insertions(+), 187 deletions(-)

commit 9c322edfa61ae76ebdee69f920099976e7a757bc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 15 13:23:26 2009 +0200

    Don't let anything (except a final unref) interrupt the initial thread that initializes the drive capabilities
    Suppress a warning
    Make sure that whenever we restart a probe thread we have the cancelled variable properly initialize

 libbrasero-media/brasero-drive.c | 30 ++++++++++++++++++++++++------
 1 file changed, 24 insertions(+), 6 deletions(-)

commit 4b8e7f00f18c4abadb66ebe6f99c8936bb85c78d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 15 13:22:07 2009 +0200

    Set the progress bar to pulse while ejecting

 libbrasero-burn/brasero-burn.c | 43 ++++++++++++++++++++++++++----------------
 1 file changed, 27 insertions(+), 16 deletions(-)

commit e6f2234e5dfc47d67217b414d99ddb4b6ac581d0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 15 12:48:45 2009 +0200

    Instead of waiting for the end of the probing thread cancel it if a new probe is required

 libbrasero-media/brasero-drive.c | 32 ++++++++++++--------------------
 1 file changed, 12 insertions(+), 20 deletions(-)

commit be4c565fed4e0147c7eb19cca39bc744cea3e8fe
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 15 12:42:33 2009 +0200

    Fix leaking of GDrive object

 libbrasero-media/brasero-medium-monitor.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 22bcbe8c3fac2b98e1e07100fa0778b2be4b991e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 14 22:27:30 2009 +0200

    Make sure we won't keep reprobing drive

 libbrasero-media/brasero-drive.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d4c770143ee292daabd35e124765f40d66f3a3aa
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 14 22:26:57 2009 +0200

    Add a new error code

 libbrasero-media/scsi-sense-data.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 5e268928ee5c4ff2b9a9051894dc4f1a2d4a50f2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 14 20:38:10 2009 +0200

    Try to improve the code dealing with (un)locking, (un)mounting and ejection of media
    Display a string when we eject a medium instead of just "Success"

 libbrasero-burn/brasero-burn.c   | 450 ++++++++++++++++-----------------------
 libbrasero-burn/burn-basics.c    |   3 +-
 libbrasero-media/brasero-drive.h |   4 +
 3 files changed, 192 insertions(+), 265 deletions(-)

commit a35a5ec4a4ee9eaf8c1d426e2cbdce12df21417e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 14 20:36:47 2009 +0200

    Add a new function brasero_drive_is_locked ()
    Instead of actually cancelling a probe thread before ejecting we now wait for it to end and delay any other further probe until we're done with ejecting.

 libbrasero-burn/brasero-enums.h  |  1 +
 libbrasero-media/brasero-drive.c | 83 ++++++++++++++++++++++++++++++++++------
 2 files changed, 73 insertions(+), 11 deletions(-)

commit af80fddadc9ac02006b2d31260211f2922ba5ec5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 21:15:44 2009 +0200

    Change a string

 libbrasero-burn/brasero-burn-dialog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2ce8111525afbd14938a90de1f0b560de47be926
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 21:13:33 2009 +0200

    when BraseroBurn objects go to sleep (waiting something), check the return value in case we were cancelled in the mean time

 libbrasero-burn/brasero-burn.c | 49 +++++++++++++++++++++++++++++-------------
 1 file changed, 34 insertions(+), 15 deletions(-)

commit c140d6051a8c82012d16e821bdca71d2baae8bed
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 21:04:03 2009 +0200

    Also check whether the drive is probing when checking whether there is something inside

 libbrasero-burn/brasero-burn.c | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

commit ae8ac12d280189f3af2bbbc514b69753d32e0729
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 20:55:24 2009 +0200

    After ejection (or not) of the destination media return the result of the operation

 libbrasero-burn/brasero-burn.c   | 3 ++-
 libbrasero-media/brasero-drive.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 94be70c61a5a13a3aad886992dc84127a1d36f24
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 20:48:31 2009 +0200

    Instead of merely failing tell user when the disc can't be ejected and ask him to do it manually

 libbrasero-burn/brasero-burn-dialog.c   | 77 +++++++++++++++++++++++++++++++++
 libbrasero-burn/brasero-burn.c          | 58 ++++++++++++++++++++-----
 libbrasero-burn/brasero-burn.h          |  3 ++
 libbrasero-burn/libbrasero-marshal.list |  1 +
 4 files changed, 127 insertions(+), 12 deletions(-)

commit 90d8f1be9b4edee00ca791173934016ad3cb31c2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 13:04:22 2009 +0200

    Remove "There is no recordable disc inserted." as it was redundant.
    Item from #595871 -  design of the image burning setup dialog

 libbrasero-burn/brasero-burn-options.c | 2 +-
 src/brasero-project.c                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 5337ba909b5887d378b07ce2d3a6fb3f161b9947
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 13:00:05 2009 +0200

    Change string "No available disc" to "No disc available" as native English speakers seem to prefer it
    Item of #595871 -  design of the image burning setup dialog

 libbrasero-media/brasero-medium-selection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 144531d3accf089c66ae32e7bce11afe98a49699
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Oct 13 12:55:11 2009 +0200

    Don't show the whole path of the selected image
    That item is part of bgo #595871 -  design of the image burning setup dialog

 libbrasero-burn/brasero-src-image.c | 26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

commit 880682922bdb0cae2273e67f9b1992a99be3344c
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Oct 14 02:35:37 2009 +0800

    Fixed a small typo.

 po/zh_CN.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a1a52d00f0a9a1282a06177f7ca0e7174672aba3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 9 19:28:32 2009 +0200

    Remove duplicate of function declaration

 libbrasero-burn/brasero-session-helper.h | 4 ----
 libbrasero-burn/brasero-session.c        | 2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)

commit a51a29f6d29a711394b35a2fc4c995153c78f151
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 12 13:45:16 2009 +0200

    When we set a temporary output for a task then use that output and not the one from BraseroBurnSession to determine the supported flags

 libbrasero-burn/brasero-burn.c           | 41 +++++++++++++++++++++----------
 libbrasero-burn/brasero-caps-session.c   | 42 +++++++++++++++++++++++++-------
 libbrasero-burn/brasero-session-helper.h |  6 +++++
 3 files changed, 67 insertions(+), 22 deletions(-)

commit dc5f6100c9d5a7a5473947edcb0114a646660776
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 12 09:52:53 2009 +0200

    Remove unneeded statement

 libbrasero-burn/brasero-burn.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 49b19bfd6d079d46a18bbf18caaed312314bbb08
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 12 09:52:02 2009 +0200

    Remove useless lines
    These lines checked something that had already been checked earlier

 libbrasero-burn/brasero-burn.c | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

commit 55ff1e41f838ebac48ad4acf676a9fe46895c8d1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 12 09:48:01 2009 +0200

    Check flags _before_ trying to create a task
    The other way round would do nothing helpful as flags are sometimes a reason why creating a task fails

 libbrasero-burn/brasero-burn.c | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

commit 623c1a23f00281d04ec9c86a29854eddcfa0bb87
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 12 09:46:03 2009 +0200

    Remove useless operation

 libbrasero-burn/brasero-burn.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit dd6cd39dc8ee1db16785989a348fba5ecbabc0d2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 12 09:42:58 2009 +0200

    Remove the "View Log" button and the associated dialog as it was a bit too technical.
    For more advanced users there is still the possibility to see that log in Gedit after having saved it.

 libbrasero-burn/brasero-burn-dialog.c | 154 +---------------------------------
 1 file changed, 2 insertions(+), 152 deletions(-)

commit 7275aeacfea232579bf90c63c1e710bc92a1ab32
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 20:54:00 2009 +0200

    Fix forgotten unref that left BraseroBurnSession with one ref and therefore all temp files after a burning

 src/brasero-project.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 4178d7a6e26ec6ea30a89dd2ac677b501cc5f672
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Oct 11 20:47:23 2009 +0200

    Updated Italian translation

 po/it.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 89d30f54580547d4dad22f7be9e59d04263d1b90
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 20:47:44 2009 +0200

    Add cdda2wav plugin

 plugins/cdrtools/burn-cdda2wav.c | 439 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 439 insertions(+)

commit 9c652de2e135e7a87700c880a5f55c88eb88cbeb
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 20:41:40 2009 +0200

    Silence a warning when exiting without having used an audio project

 src/brasero-audio-disc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e6f6e89f393e527fc51b73026f39aca2f2386ea1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 20:36:06 2009 +0200

    Speedup for disc copy (same source/destination) flag retrieval
    Also make sure we use DAO when burning temp image so as to burn CD-TEXT as well

 libbrasero-burn/brasero-caps-session.c | 82 +++++++++++++++++++++++-----------
 1 file changed, 56 insertions(+), 26 deletions(-)

commit b8b8cb21b8481934ab3dc141e89b7b79e59455e1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 19:45:38 2009 +0200

    Some more debugging around ejection and unmounting

 libbrasero-burn/brasero-burn.c           | 28 ++++++++++++++++++++++++----
 libbrasero-media/brasero-drive.c         | 17 ++---------------
 libbrasero-media/brasero-gio-operation.c |  4 +++-
 3 files changed, 29 insertions(+), 20 deletions(-)

commit 8fa1781475ad3a61a0d9b5bf60cc9a22f591779e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 15:27:04 2009 +0200

    Add cdda2wav plugin to the build

 plugins/cdrtools/Makefile.am | 7 +++++++
 1 file changed, 7 insertions(+)

commit 123286c4c91328e485b39ffcc2927de8ae262466
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 15:26:25 2009 +0200

    Make sure we won't have a message saying CD-TEXT won't be copied when using cdda2wav

 libbrasero-burn/brasero-session-cfg.c | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

commit c17031b1ca5cf8f24cd75d6a1fa482d5da0c6501
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 15:25:28 2009 +0200

    Another attempt at improving ejection/unmounting

 libbrasero-burn/brasero-burn.c | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

commit 152437f6a5c3661843411e962862bdc36cdc776a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 15:24:48 2009 +0200

    Useless line removal

 libbrasero-burn/brasero-burn-options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8122503443bae82d9aeb270925fa9005bc02d016
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 14:57:51 2009 +0200

    Fix wrong return value (harmless)

 plugins/cdrkit/burn-genisoimage.c | 2 +-
 plugins/cdrtools/burn-mkisofs.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 20ef625d88bddd80146e4ac1b23749b54e44a1df
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 11 13:43:24 2009 +0200

    When in we are in the case of a drive used as source and destination during a copy, also search STREAM type when getting supported flags

 libbrasero-burn/brasero-caps-session.c | 182 +++++++++++++++++++++------------
 1 file changed, 119 insertions(+), 63 deletions(-)

commit 1cd367cbe5ea614a2a19db6677e8a668bd6bacce
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Oct 11 14:36:07 2009 +0300

    Updated Romanian translation

 po/ro.po | 550 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 271 insertions(+), 279 deletions(-)

commit b467b7b506426f6ef7cbd4759fee23067087a103
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:52:09 2009 +0200

    Fix a build problem introduced by former change

 libbrasero-burn/brasero-caps-burn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dc1254662a6119beadc48c39f08911d0cf29ab42
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:49:05 2009 +0200

    Add a new tag to be used internally by all cdrtools apps (particularly cdrecord and cdda2wav)

 plugins/cdrtools/burn-cdrecord.c | 34 +++++++++++++++++++++++-----------
 plugins/cdrtools/burn-cdrtools.h |  7 +++++++
 2 files changed, 30 insertions(+), 11 deletions(-)

commit 0f7f8acd0e3857db12865cf32960544519652e37
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:38:07 2009 +0200

    Remove useless code

 libbrasero-burn/brasero-caps-burn.c | 29 ++++++++---------------------
 1 file changed, 8 insertions(+), 21 deletions(-)

commit ce031ee1cb11ef0dc8e220986729acb3d2bf651b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:35:25 2009 +0200

    Add the possibility to internally use more output types for files (that is something other from images, like audio)
    Change the way we create our list of BraseroTask by adding the possibility to override the output returned by the BraseroBurnSession object
    This change is needed by the upcoming BraseroCdda2wav new plugin

 libbrasero-burn/brasero-burn.c      | 87 ++++++-------------------------------
 libbrasero-burn/brasero-caps-burn.c |  9 +++-
 libbrasero-burn/brasero-caps-burn.h |  1 +
 3 files changed, 22 insertions(+), 75 deletions(-)

commit 2fc3c017c67750326be29b8c5a134ee00e35290a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:33:06 2009 +0200

    Reworked the way a new track is automatically added after the process performs successfully

 libbrasero-burn/burn-process.c | 136 +++++++++++++++++++++++++----------------
 1 file changed, 83 insertions(+), 53 deletions(-)

commit 197fc0303d453f058bf7654df7d7ce64d83b3d05
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:16:00 2009 +0200

    Allow brasero_task_ctx_get_stored_tracks () to accept NULL argument

 libbrasero-burn/burn-task-ctx.c | 2 --
 1 file changed, 2 deletions(-)

commit f941429a89904d899aff38a22a95abf6cfed1f16
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:14:55 2009 +0200

    Small code refactoring

 libbrasero-burn/burn-job.c | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit e80984a8e010a35d22e4a2466c636b2609550381
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 15:12:50 2009 +0200

    Small comments refactoring

 libbrasero-burn/burn-task.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit efceba455a1a6d23d60ad5527a82d2a1fe9ec178
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 10 14:09:34 2009 +0200

    Small code cleaning

 plugins/vcdimager/burn-vcdimager.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

commit bd8f3a34a4301b759625d6335e98e3ed4a822d0d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 9 21:16:24 2009 +0200

    small change that adds an extra check

 libbrasero-burn/brasero-session.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3acae90b6d73ac26dc522726dbb468864eb80599
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 9 21:07:06 2009 +0200

    Fix function setting output image settings that were not properly updating in some cases

 libbrasero-burn/brasero-session.c | 54 +++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 31 deletions(-)

commit 7e5a5f94405b1e6a1852bc74458e550c65ccbaf4
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 9 21:03:26 2009 +0200

    Small fix for previous change
    We forgot to initialize one variable

 libbrasero-burn/brasero-caps-burn.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 2859910296ae8d1c8a1238cc94e49e7d63ae4604
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 8 14:41:33 2009 +0200

    Make use of the new function brasero_burn_session_get_output_type ()

 libbrasero-burn/brasero-caps-burn.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

commit 646c2985a719ca80ab43846bef488a3a927fd1d8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 8 14:24:56 2009 +0200

    Allow BraseroBurnSession to store other output types than IMAGE type (like STREAM type)

 libbrasero-burn/brasero-session.c | 48 ++++++++++++++++++++++++++++++++++-----
 libbrasero-burn/brasero-session.h |  3 +++
 2 files changed, 45 insertions(+), 6 deletions(-)

commit 6b7ee39487785c38b163f7dd97a01d0860940332
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 8 14:21:40 2009 +0200

    Also test STREAM type (instead of just IMAGE type) when determining if a copy is possible with the same source and destination

 libbrasero-burn/brasero-caps-session.c | 75 +++++++++++++++++++++++++++++++---
 1 file changed, 70 insertions(+), 5 deletions(-)

commit ec31e73a1a36f3ec37817dec77c2116cf7a1b5fd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 8 14:20:11 2009 +0200

    Silence a warning

 libbrasero-burn/brasero-tool-dialog.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 0cf47182e6abcc742548399364792910b8b3a6d3
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Fri Oct 9 12:00:21 2009 +0530

    Updated Tamil translation

 po/ta.po | 1965 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1028 insertions(+), 937 deletions(-)

commit 7857ae2ac9643df91f9bca84a48eca14e0f6a371
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 7 22:22:23 2009 +0200

    Fix #597584 -  make burning audio cds with brasero work
    Patch by Bastien Nocera <hadess@hadess.net>
    Brasero could not parse paths in its project anymore only URIs which broke apps like rhythmbox

 src/brasero-project-parse.c | 16 +++++++++++++---
 src/main.c                  | 10 +++++-----
 2 files changed, 18 insertions(+), 8 deletions(-)

commit e4b0d3a754ab95c14c633dcf57e5ed1d9cf482ea
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 7 20:25:36 2009 +0200

    Let BraseroProcess derived plugins add a track of their own and if so don't automatically add one

 libbrasero-burn/brasero-caps-session.c |  2 +-
 libbrasero-burn/burn-process.c         | 10 +++++++++-
 libbrasero-burn/burn-task-ctx.c        |  9 ++++++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

commit c7de145dfee832b6c3b71d98893a6e9474224f4c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 7 20:18:49 2009 +0200

    Remove unneeded code

 libbrasero-burn/brasero-burn.c | 7 -------
 libbrasero-burn/burn-basics.c  | 2 ++
 2 files changed, 2 insertions(+), 7 deletions(-)

commit 1b06a1740c6ec71829b5896766c3d278dc29b388
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 7 20:17:40 2009 +0200

    Make some private functions public

 libbrasero-burn/brasero-caps-session.c   |  7 -------
 libbrasero-burn/brasero-session-helper.h |  4 ++++
 libbrasero-burn/brasero-session.c        |  4 ++++
 libbrasero-burn/brasero-session.h        |  1 +
 libbrasero-media/brasero-drive.c         |  2 ++
 libbrasero-media/brasero-drive.h         |  4 ++++
 libbrasero-media/brasero-medium.c        | 12 ++----------
 7 files changed, 17 insertions(+), 17 deletions(-)

commit cce28eadf3dac2aac9fc07ea718b3cbbb6168c2f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 7 19:41:14 2009 +0200

    Make two internal functions public

 libbrasero-burn/brasero-caps-session.c | 6 ------
 libbrasero-media/brasero-medium.c      | 4 ++++
 libbrasero-media/brasero-medium.h      | 6 ++++++
 3 files changed, 10 insertions(+), 6 deletions(-)

commit 926b298ec56051c71620fa67640d887b47eeea53
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Oct 7 20:22:29 2009 +0200

    API clarification

 libbrasero-burn/brasero-track-disc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 614e34640af703e0833a7e4624c2db5126313c9f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 5 20:58:14 2009 +0200

    Allow all characters to be part of Volume and Volset identifiers in the Primary Volume Descriptor
    Patch by Maxim Levitsky <maximlevitsky@gmail.com>

 plugins/libburnia/burn-libisofs.c | 1 +
 1 file changed, 1 insertion(+)

commit e35dbe4dba07322327667f94651e494d337dc7ec
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 5 20:37:05 2009 +0200

    Fix #596532 -  String fixes
    Patch by Philip Withnall <bugzilla@tecnocode.co.uk>
    Miscellaneous string fixes, such as capitalisation and spelling fixes, as well as some rewordings to make things sound better

 data/brasero.schemas.in                    | 16 ++++++++--------
 libbrasero-burn/brasero-blank-dialog.c     |  2 +-
 libbrasero-burn/brasero-burn-dialog.c      |  4 ++--
 libbrasero-burn/brasero-burn-options.c     |  6 +++---
 libbrasero-burn/brasero-burn.c             |  4 ++--
 libbrasero-burn/brasero-caps-burn.c        |  4 ++--
 libbrasero-burn/brasero-dest-selection.c   |  2 +-
 libbrasero-burn/brasero-drive-properties.c |  4 ++--
 libbrasero-burn/brasero-status-dialog.c    | 10 +++++-----
 libbrasero-burn/brasero-sum-dialog.c       | 12 ++++++------
 libbrasero-burn/brasero-video-options.c    |  4 ++--
 libbrasero-burn/burn-basics.c              |  2 +-
 libbrasero-burn/burn-job.c                 |  6 +++---
 libbrasero-burn/burn-mkisofs-base.c        |  2 +-
 libbrasero-media/brasero-media.c           |  2 +-
 libbrasero-media/brasero-medium.c          |  4 ++--
 libbrasero-utils/brasero-metadata.c        |  2 +-
 nautilus/nautilus-burn-bar.c               |  2 +-
 nautilus/nautilus-burn-extension.c         | 12 ++++++------
 plugins/cdrdao/burn-cdrdao-common.h        |  2 +-
 plugins/cdrdao/burn-cdrdao.c               |  2 +-
 plugins/cdrdao/burn-toc2cue.c              |  2 +-
 plugins/cdrkit/burn-cdrkit.h               |  2 +-
 plugins/cdrkit/burn-genisoimage.c          |  2 +-
 plugins/cdrkit/burn-readom.c               |  4 ++--
 plugins/cdrkit/burn-wodim.c                | 12 ++++++------
 plugins/cdrtools/burn-cdrecord.c           | 18 +++++++++---------
 plugins/cdrtools/burn-cdrtools.h           |  2 +-
 plugins/cdrtools/burn-mkisofs.c            |  4 ++--
 plugins/cdrtools/burn-readcd.c             |  4 ++--
 plugins/checksum/burn-checksum-files.c     |  2 +-
 plugins/checksum/burn-checksum-image.c     |  2 +-
 plugins/dvdcss/burn-dvdcss.c               |  6 +++---
 plugins/growisofs/burn-growisofs-common.h  |  2 +-
 plugins/growisofs/burn-growisofs.c         |  2 +-
 plugins/libburnia/burn-libburn-common.c    |  2 +-
 plugins/libburnia/burn-libburn.c           | 12 ++++++------
 plugins/libburnia/burn-libburnia.h         |  2 +-
 plugins/libburnia/burn-libisofs.c          | 16 ++++++++--------
 plugins/local-track/burn-local-image.c     |  2 +-
 plugins/local-track/burn-uri.c             |  2 +-
 plugins/transcode/burn-normalize.c         |  2 +-
 plugins/transcode/burn-transcode.c         |  2 +-
 plugins/transcode/burn-vob.c               |  2 +-
 src/brasero-app.c                          |  2 +-
 src/brasero-audio-disc.c                   | 12 ++++++------
 src/brasero-data-disc.c                    | 14 +++++++-------
 src/brasero-eject-dialog.c                 |  2 +-
 src/brasero-layout.c                       |  2 +-
 src/brasero-multi-song-props.c             |  6 +++---
 src/brasero-playlist.c                     |  2 +-
 src/brasero-project-manager.c              |  2 +-
 src/brasero-project-type-chooser.c         |  4 ++--
 src/brasero-project.c                      | 26 +++++++++++++-------------
 src/brasero-rename.c                       | 20 ++++++++++----------
 src/brasero-song-properties.c              |  6 +++---
 src/brasero-split-dialog.c                 |  2 +-
 src/brasero-video-disc.c                   |  4 ++--
 src/main.c                                 | 14 +++++++-------
 59 files changed, 164 insertions(+), 164 deletions(-)

commit cbe9fd971b7089e8fbcc058041f35a1dd260327d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 5 20:28:06 2009 +0200

    Fix #596532 -  String fixes
    Patch by Philip Withnall <bugzilla@tecnocode.co.uk>
    Converts Brasero to use proper em-dashes ("—") and ellipses ("…") in its strings

 libbrasero-burn/brasero-burn-dialog.c    | 80 ++++++++++++++++----------------
 libbrasero-burn/brasero-burn-options.c   |  2 +-
 libbrasero-burn/brasero-track-data-cfg.c | 10 ++--
 nautilus/nautilus-burn-extension.c       | 10 ++--
 src/brasero-app.c                        |  4 +-
 src/brasero-audio-disc.c                 |  4 +-
 src/brasero-data-disc.c                  |  4 +-
 src/brasero-file-filtered.c              |  2 +-
 src/brasero-playlist.c                   |  2 +-
 src/brasero-project-manager.c            | 16 +++----
 src/brasero-project.c                    | 12 ++---
 src/brasero-search-beagle.c              |  2 +-
 src/brasero-video-disc.c                 |  4 +-
 src/brasero-video-tree-model.c           |  2 +-
 src/main.c                               |  2 +-
 15 files changed, 78 insertions(+), 78 deletions(-)

commit 11b44bd8c1d7f063d9d88f1c1751ad73cc62bae1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Oct 5 20:15:09 2009 +0200

    Fix #597204 -  The items in the toolbar of the cover editor don't seem to have any tooltips
    Patch by Shaun McCance <shaunm@gnome.org>

 libbrasero-utils/brasero-jacket-edit.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit a7655fcea82396e72c1a4940173d346303c16eee
Author: Denis ARNAUD <darnaud@src.gnome.org>
Date:   Mon Oct 5 06:19:22 2009 +0200

    Updated breton translation

 po/br.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fce7036afab11a7af521bf39e66a0f506a7eb8da
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 4 14:15:51 2009 +0200

    Fix for a patch from gnome-2-28 branch that did not apply well

 libbrasero-media/brasero-drive.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 9c41aef87c68b890ce2f4066b432ed5e34bdc1a7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Oct 4 12:58:10 2009 +0200

    Forgotten file + cosmetic code change for readability

 libbrasero-media/brasero-drive-priv.h     | 43 +++++++++++++++
 libbrasero-media/brasero-medium-monitor.c | 88 ++++++++++++-------------------
 2 files changed, 78 insertions(+), 53 deletions(-)

commit 6168b5a481d17af2ec484d7dcf92c1305976ea53
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 3 20:18:10 2009 +0200

    Silenced a warning with GtkUIManager

 src/brasero-audio-disc.c | 2 +-
 src/brasero-data-disc.c  | 2 +-
 src/brasero-video-disc.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 4f942a8911b3f6f711fb28baee12b0f6d1b7d6d5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 3 18:49:21 2009 +0200

    Remove dummy support from libburn plugin for CDs as it isn't well supported and tends to fail.

 plugins/libburnia/burn-libburn.c | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

commit 2f2924212b9f2cc64a4b8cacbdb842af4e096125
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 3 18:48:44 2009 +0200

    Fix macro by adding parentheses around one of the argument wherever it was used.

 libbrasero-burn/brasero-plugin-registration.h | 44 +++++++++++++--------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit 0a4d81b40ac710d616b3ccd7ad0a1692ad24f9da
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 3 14:25:04 2009 +0200

    Make sure to set the label for the volume _after_ the former session has been imported or it get replaced

 plugins/libburnia/burn-libisofs.c | 34 +++++++++++++++++++---------------
 1 file changed, 19 insertions(+), 15 deletions(-)

commit 966a1d20b0db041d780d8839d9e85000d9ea59a0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Oct 3 13:19:57 2009 +0200

    Fix a variable that could in rare situations be left uninitialized

 libbrasero-burn/brasero-caps-session.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 56c8b349b1f35a24ca4b2d67209227bcd6dd4b4e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 22:22:38 2009 +0200

    Don't tell the user we are blanking formatting (which we actually are) his disc when we start recording a DVD+RW with libburn to avoid scaring him

 plugins/libburnia/burn-libburn-common.c | 14 ++++++++++++--
 plugins/libburnia/burn-libburn-common.h |  6 ++++--
 plugins/libburnia/burn-libburn.c        | 10 ++++++++--
 plugins/libburnia/burn-libisofs.c       |  2 +-
 4 files changed, 25 insertions(+), 7 deletions(-)

commit 2a7a223442aaf80b3c3b85aa7cc57cffb9bb6b91
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 20:34:22 2009 +0200

    Some minor code enhancements

 libbrasero-burn/burn-task-ctx.c         |  7 ++++---
 libbrasero-media/brasero-drive.c        | 13 ++++++++-----
 plugins/libburnia/burn-libburn-common.c |  6 +-----
 3 files changed, 13 insertions(+), 13 deletions(-)

commit d5dab48b95403597b963bb949b5382a032deea57
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 19:39:39 2009 +0200

    Another fix for progress report (introduced by latest patch)

 libbrasero-burn/burn-task-ctx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ba0145e805eb17b66984b78ed3b2a5cd8a6277cd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 16:42:48 2009 +0200

    Properly set the file node member is_2GiB when its size > 2GiB

 libbrasero-burn/brasero-file-node.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 5e41939745215b6c5b9609bb2ddeb6e5239c3822
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 15:48:34 2009 +0200

    Update progress reporting
    Whenever an action changed if the plugin was reporting progress before one way or another we send a last signal progress-changed with value of 1.0 (completed) then "action-changed"
    Whatever the action we then reset the progress to 0.

 libbrasero-burn/brasero-caps-session.c |  2 +-
 libbrasero-burn/burn-task-ctx.c        | 56 +++++++++++++++++++++++++++++++---
 2 files changed, 52 insertions(+), 6 deletions(-)

commit e54b2f7164e710bfa182c25a7504b08096ff7478
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 14:06:38 2009 +0200

    Remove unneeded lines

 libbrasero-burn/brasero-burn.c | 3 ---
 1 file changed, 3 deletions(-)

commit c7a3ba975c90c4a45e68ae77248bb30a85b3e421
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 14:05:21 2009 +0200

    Fix for progress reporting in libburn plugin

 plugins/libburnia/burn-libburn-common.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

commit 8a1be5dd915fc2e277f5a141207e54751859f949
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 11:40:25 2009 +0200

    Allow a job to delay its start (when a drive is busy for example)
    This allows libburn to wait for the drive to be ready sometimes

 libbrasero-burn/burn-job.h       | 14 ++++----
 libbrasero-burn/burn-task.c      | 74 +++++++++++++++++++++++++++++++++++++++-
 plugins/libburnia/burn-libburn.c | 28 ++++++++++++---
 3 files changed, 105 insertions(+), 11 deletions(-)

commit 25cb43612317de0bef9c96bcfa7cc486edd7f61e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 10:38:35 2009 +0200

    When BraseroBurn has to reprobe for a medium don't wait for it to show up use brasero_drive_probing () instead which is more reliable

 libbrasero-burn/brasero-burn.c            |  5 +++--
 libbrasero-media/Makefile.am              |  3 ++-
 libbrasero-media/brasero-medium-monitor.c | 10 ++--------
 3 files changed, 7 insertions(+), 11 deletions(-)

commit 3548e5b24741620293eba447f0ed9fb38030b9d1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 10:36:56 2009 +0200

    Postpone any probing while the drive is locked

 libbrasero-media/brasero-drive.c | 83 ++++++++++++++++++++++++++++++++--------
 1 file changed, 66 insertions(+), 17 deletions(-)

commit 836a6fdfe87b5307a73a895cc8b3d917c0c42159
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Oct 2 10:31:38 2009 +0200

    Add some more debug

 plugins/libburnia/burn-libburn.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit f71e7c14b9a4b53e19b24b508867f90ef5860207
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 1 20:38:40 2009 +0200

    Unnecessary lines

 libbrasero-media/brasero-drive.c | 3 ---
 1 file changed, 3 deletions(-)

commit 34aeadf8ee3e9f98dad3fe11b62f7142a1d9af60
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Oct 1 20:26:24 2009 +0200

    Try harder to unmount volumes by retrying several times

 libbrasero-burn/brasero-burn.c | 97 +++++++++++++++++++++++-------------------
 1 file changed, 54 insertions(+), 43 deletions(-)

commit 332c89c92852d29d6dda1297e42560d167f6e24a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 29 22:13:31 2009 +0200

    Use g_cond_timed_wait instead of sleep in thread to allow a more immediate thread cancellation

 libbrasero-media/brasero-drive.c  | 37 +++++++++++++++++++++++++++++++++++--
 libbrasero-media/brasero-medium.c | 26 +++++++++++++++++++++++++-
 2 files changed, 60 insertions(+), 3 deletions(-)

commit 63be257ecc1efb6dbbb5ddb54b5abc9bfb2ab2c6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 29 22:03:30 2009 +0200

    Add a debug statement

 libbrasero-media/brasero-medium-monitor.c | 1 +
 1 file changed, 1 insertion(+)

commit 25a6e4dc18d663af0098c59fd410b9802c7b5e96
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 29 22:02:58 2009 +0200

    Fix memory leak when loading saved data project

 libbrasero-burn/brasero-track-data-cfg.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 6c8498549fd84685331d352aab4da7c3a1a5668e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 29 22:02:14 2009 +0200

    Initialize two variables even if that should not be necessary

 libbrasero-burn/brasero-drive-properties.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1def126eee130d8fa4d0b92e8f076af92ae59ccb
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 29 22:01:33 2009 +0200

    Don't leak the error if the creation of a checksum task fails

 libbrasero-burn/brasero-burn.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e3f669bb8379f3459e07e5df9c750b58a8cb2d69
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 29 20:22:05 2009 +0200

    When we probed the inside of a drive and found a medium while we were already having one make sure we mark it as probed

 libbrasero-media/brasero-drive.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit ba95e7b712aea34d8ce29afc56513c55a0d9a8dd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 29 20:12:45 2009 +0200

    Make sure that if the inside of a drive are being probed then if an eject request comes up we cancel the probe before trying to eject

 libbrasero-media/brasero-drive.c | 43 +++++++++++++++++++++++++++++-----------
 1 file changed, 31 insertions(+), 12 deletions(-)

commit 25a2b8d036eaa477a8673be2ffcebee427216007
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 20:28:07 2009 +0200

    Small memory leak
    This is a harmless one as it only happen when we unref a global object before closing the program

 libbrasero-burn/burn-caps.c | 20 ++++++++++++++++++++
 libbrasero-burn/burn-caps.h |  8 ++++----
 2 files changed, 24 insertions(+), 4 deletions(-)

commit 52eb032779bd01c9f4d00b177035708becd9fabd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 20:26:18 2009 +0200

    Fix #596625 -  brasero crashed with SIGSEGV in brasero_track_data_cfg_add()
    A returned value was not properly checked.

 libbrasero-burn/brasero-data-project.c | 49 +++++++++++++++++++++-------------
 1 file changed, 30 insertions(+), 19 deletions(-)

commit 9f58acec014d2b78098e0829d975ecb2543dab66
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 14:50:26 2009 +0200

    One more safety test not to get a negative value for the position in the stream
    That will avoid an infinite loop in some rare cases.

 libbrasero-utils/brasero-metadata.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5eeec86772861ea4904a3189cccc22486ec092a8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 14:47:58 2009 +0200

    Return an error when a stream has a len of 0

 libbrasero-burn/brasero-track-stream-cfg.c | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

commit 9f446d403565702af37742dfd2d98d463e93a266
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 14:47:38 2009 +0200

    Don't display a file with a 0 length

 src/brasero-player.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 4d42975dfddbf33742b29c3576b2bfa37a13d2d9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 14:46:24 2009 +0200

    Don't try to make a snapshot of a video with a 0 len

 libbrasero-utils/brasero-metadata.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a06092c079aec8b6c46a5adaf8f54f9e9d1a0691
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 14:45:44 2009 +0200

    Don't show the dialog to add the contents of a directory when there is an error
    Fix wrong test

 src/brasero-video-disc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 39451314bf6f72d0ffc1012059b3597ef0f1b4d8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 13:45:55 2009 +0200

    Reprobe the drive contents after every blank operation

 libbrasero-burn/brasero-burn.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

commit 0a460a194cf8ea859c8831b39c11e73766c61180
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Sep 28 13:35:34 2009 +0200

    Fix brasero_medium_monitor_get_media () that did not return some rewritable media as expected
    An old leftover statement prevented DVD+RW to be seen as rewritable.

 libbrasero-media/brasero-medium-monitor.c | 1 -
 libbrasero-media/brasero-medium.c         | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 47b805b7d11e80e3efec6c8c927d58f55bd16263
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 27 20:59:02 2009 +0200

    Make brasero choose the best medium available when a new one appears and the user has not set any specific medium

 libbrasero-burn/brasero-dest-selection.c    | 76 ++++++++++++++++++++++++++++-
 libbrasero-media/brasero-medium-selection.c | 16 +++---
 2 files changed, 82 insertions(+), 10 deletions(-)

commit 097975ccd0958bf4ba8cadb45e2634da6fd4f65c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 27 15:32:49 2009 +0200

    Fix libburn report progress when there are more than one track (like an audio disc)

 plugins/libburnia/burn-libburn-common.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 6baba9acb4ba7ed3f32a4d74e259d3bbbd18e464
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 27 15:07:01 2009 +0200

    Fix settings that were not remembered for multisession

 libbrasero-burn/brasero-session-cfg.c | 53 +++++++++++++----------------------
 1 file changed, 19 insertions(+), 34 deletions(-)

commit 949e071b3f19fe0ed9dd19f6d1a43e96796c1865
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 26 21:10:33 2009 +0200

    Do not tell the user we're still simulating while burning for real
    The strings in the burn dialog were not updated after a successfully burnt dummy session

 libbrasero-burn/brasero-burn-dialog.c | 60 +++++++++++++++++++++++------------
 1 file changed, 39 insertions(+), 21 deletions(-)

commit 514f8ea9331d7d78f38bc282beb4ec353315a683
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 26 20:32:10 2009 +0200

    Fix a data corruption when libisofs was used with for a dummy session
    After a successful dummy session libisofs would not re-generate the image and though burning may not fail it was not the data meant to be burnt

 plugins/libburnia/burn-libisofs.c | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

commit 9b95ba297515338f1051ee7317d42a082afb7dd0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 26 14:49:40 2009 +0200

    Don't leak file descriptors
    This could be the reason why media did not get ejected

 libbrasero-media/brasero-drive.c  | 20 +++++++-----
 libbrasero-media/brasero-medium.c | 64 +++++++++++++++++++++------------------
 2 files changed, 48 insertions(+), 36 deletions(-)

commit 40abaed0a89a1da3f693d1d14dce110a6d9993ab
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 26 14:17:05 2009 +0200

    Small speed up
    Remove some unnecessary tests when getting flags and whether it's supported for CLONE, CDRDAO and CUE image types.

 libbrasero-burn/brasero-caps-session.c | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

commit 28e5e681cc68f3b35cb9933187fd5c420538ae72
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 26 13:59:52 2009 +0200

    Don't fail if a drive cannot be checksumed after a burn because a plugin cannot be found

 libbrasero-burn/brasero-burn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 58a020bffeed0c37eb440fb636deedfefee70ecc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 26 13:53:54 2009 +0200

    Make sure all flags are not updated when merging session and a drive is reprobed after a burn

 libbrasero-burn/brasero-session-cfg.c | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

commit 50ac0d4e5fdbc708753e2e36d24c84b1976b8d72
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 25 22:36:06 2009 +0200

    Don't blank before when the user asked to merge

 libbrasero-burn/brasero-caps-session.c | 52 +++++++++++++++++++++-------------
 libbrasero-burn/brasero-session-cfg.c  |  2 +-
 plugins/cdrtools/burn-cdrecord.c       |  2 +-
 3 files changed, 35 insertions(+), 21 deletions(-)

commit 67fc338defd0e4a94fe1dbdd71b90cdf6360710d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 25 20:37:29 2009 +0200

    Don't set DAO by default whenever it's supported to allow the user to leave the disc open

 libbrasero-burn/brasero-session-cfg.c | 49 ++++++++++++++++++++++++++++++++++-
 1 file changed, 48 insertions(+), 1 deletion(-)

commit ea1cbc0277d3d52be881c6387ae3977429bf4f57
Author: 苏运强 <wzssyqa@gmail.com>
Date:   Thu Oct 1 14:37:01 2009 +0800

    Add Simplified Chinese translation of brasero help.

 help/Makefile.am    |    2 +-
 help/zh_CN/zh_CN.po | 1647 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1648 insertions(+), 1 deletion(-)

commit 4a423dfaeba6bff5820edb3dfb7fedfc81a3d68d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Sep 27 21:16:08 2009 +0100

    Updated British English translation

 po/en_GB.po | 457 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 229 insertions(+), 228 deletions(-)

commit e5f38e42fb7d14786bd0cab4bc3ea6d406fabe51
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 25 09:09:59 2009 +0100

    Updated British English translation

 po/en_GB.po | 722 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 390 insertions(+), 332 deletions(-)

commit 489ef5bc7f08168b6ec52f2b0bc6f67d409455c0
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 26 16:43:36 2009 +0200

    Updated Italian translation

 po/it.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 845d98ca101f2312272a879ec79d881da666f45b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 22 16:07:23 2009 +0200

    Remove headers for plugins and integrates their contents in the .c files

 plugins/cdrdao/Makefile.am             |  4 +-
 plugins/cdrdao/burn-cdrdao.c           |  9 ++++-
 plugins/cdrdao/burn-cdrdao.h           | 48 ------------------------
 plugins/cdrdao/burn-toc2cue.c          | 11 +++++-
 plugins/cdrdao/burn-toc2cue.h          | 48 ------------------------
 plugins/cdrkit/Makefile.am             |  6 +--
 plugins/cdrkit/burn-genisoimage.c      |  9 ++++-
 plugins/cdrkit/burn-genisoimage.h      | 50 -------------------------
 plugins/cdrkit/burn-readom.c           | 10 ++++-
 plugins/cdrkit/burn-readom.h           | 50 -------------------------
 plugins/cdrkit/burn-wodim.c            |  9 ++++-
 plugins/cdrkit/burn-wodim.h            | 48 ------------------------
 plugins/cdrtools/Makefile.am           |  6 +--
 plugins/cdrtools/burn-cdrecord.c       |  9 ++++-
 plugins/cdrtools/burn-cdrecord.h       | 48 ------------------------
 plugins/cdrtools/burn-mkisofs.c        |  9 ++++-
 plugins/cdrtools/burn-mkisofs.h        | 50 -------------------------
 plugins/cdrtools/burn-readcd.c         |  9 ++++-
 plugins/cdrtools/burn-readcd.h         | 50 -------------------------
 plugins/checksum/Makefile.am           |  4 +-
 plugins/checksum/burn-checksum-files.c |  9 ++++-
 plugins/checksum/burn-checksum-files.h | 48 ------------------------
 plugins/checksum/burn-checksum-image.c |  9 ++++-
 plugins/checksum/burn-checksum-image.h | 48 ------------------------
 plugins/dvdauthor/Makefile.am          |  2 +-
 plugins/dvdauthor/burn-dvdauthor.c     |  9 ++++-
 plugins/dvdauthor/burn-dvdauthor.h     | 47 -----------------------
 plugins/dvdcss/Makefile.am             |  2 +-
 plugins/dvdcss/burn-dvdcss.c           |  9 ++++-
 plugins/dvdcss/burn-dvdcss.h           | 52 --------------------------
 plugins/growisofs/Makefile.am          |  4 +-
 plugins/growisofs/burn-dvd-rw-format.c |  9 ++++-
 plugins/growisofs/burn-dvd-rw-format.h | 50 -------------------------
 plugins/growisofs/burn-growisofs.c     |  9 ++++-
 plugins/growisofs/burn-growisofs.h     | 48 ------------------------
 plugins/libburnia/Makefile.am          |  3 +-
 plugins/libburnia/burn-libburn.c       |  9 ++++-
 plugins/libburnia/burn-libburn.h       | 52 --------------------------
 plugins/libburnia/burn-libisofs.c      |  9 ++++-
 plugins/libburnia/burn-libisofs.h      | 52 --------------------------
 plugins/libburnia/burn-libread-disc.h  | 68 ----------------------------------
 plugins/local-track/Makefile.am        |  4 +-
 plugins/local-track/burn-local-image.c |  9 ++++-
 plugins/local-track/burn-local-image.h | 48 ------------------------
 plugins/local-track/burn-uri.c         |  9 ++++-
 plugins/local-track/burn-uri.h         | 48 ------------------------
 plugins/transcode/Makefile.am          |  4 +-
 plugins/transcode/burn-normalize.c     | 10 ++++-
 plugins/transcode/burn-normalize.h     | 11 +-----
 plugins/transcode/burn-transcode.c     |  9 ++++-
 plugins/transcode/burn-transcode.h     | 48 ------------------------
 plugins/transcode/burn-vob.c           |  9 ++++-
 plugins/transcode/burn-vob.h           | 47 -----------------------
 plugins/vcdimager/Makefile.am          |  2 +-
 plugins/vcdimager/burn-vcdimager.c     |  9 ++++-
 plugins/vcdimager/burn-vcdimager.h     | 47 -----------------------
 56 files changed, 199 insertions(+), 1150 deletions(-)

commit 85f6a38e3f2fc5b3009874055e53911b68172d51
Author: Joan Duran <jodufi@gmail.com>
Date:   Fri Sep 25 09:57:10 2009 +0200

    Updated Catalan translation

 po/ca.po | 3537 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1943 insertions(+), 1594 deletions(-)

commit e1f3ec29b7e7528b8b934777edcb5fbf0d87af7e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 24 14:32:11 2009 +0200

    Instead of crashing when brasero_burn_library_start () has not been called, abort with an error message

 libbrasero-burn/burn-basics.c | 21 +++++++++++++++++++--
 libbrasero-burn/burn-caps.c   | 14 --------------
 2 files changed, 19 insertions(+), 16 deletions(-)

commit 6c589791c3465b3eeb1b3ef633d6ef2e3c7d2f13
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 24 13:22:05 2009 +0200

    Add missing sentinel in g_object_set ()

 src/baobab-cell-renderer-progress.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6e96d4d2dc9c1d18ea9427a4ea508302b0bb6049
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 24 13:21:10 2009 +0200

    Re-add a deprecated symbol but with a 0 value

 libbrasero-burn/brasero-enums.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 05167fb578b178701934027399b46020b9784dab
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 24 12:58:30 2009 +0200

    Fix #594092 -  Ambigous string
    Suggestion by Gabor Kelemen.

 src/brasero-data-disc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3ed136b4fb9e9eb3bb3724a01bebce57cd6960fe
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 24 12:54:18 2009 +0200

    One more fix for #594716 -  Use accessor functions instead direct access (use GSEAL GnomeGoal)

 libbrasero-utils/brasero-tool-color-picker.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit cc02ff4b69fc44ed9ec2c33c0721c07a5f527a53
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 24 12:51:08 2009 +0200

    Fix for #594716 -  Use accessor functions instead direct access (use GSEAL GnomeGoal)

 libbrasero-utils/brasero-tool-color-picker.c | 38 +++++++++++++---------------
 1 file changed, 18 insertions(+), 20 deletions(-)

commit 6f2cc07376bdec0db7277ab0c926042b369ba6f5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 24 12:50:54 2009 +0200

    Fix for #594716 -  Use accessor functions instead direct access (use GSEAL GnomeGoal)

 src/baobab-cell-renderer-progress.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit a71850d04d7bb0a261d396301a86a118d41edf34
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Sep 24 12:11:28 2009 +0200

    Updated Slovenian translation

 po/sl.po | 6325 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3301 insertions(+), 3024 deletions(-)

commit cf691cbab85847415de8907386aca56de7b5f848
Author: Aron Xu <aronxu@gnome.org>
Date:   Thu Sep 24 14:33:42 2009 +0800

    Fixed LP: 379456 in master

 po/zh_CN.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6038a83490bfd195e7921b634e777d11c9313078
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 22 13:55:23 2009 +0200

    Fix #593206 -  CD/DVD copy options
    Changed string "CD/DVD Copy Options" into "Copy CD/DVD"

 libbrasero-burn/brasero-burn-options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6d00fa2e9f10882f2ad2f5c34feb53c45c6ad24c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 22 13:51:44 2009 +0200

    Fix #595874 -  Use the multiplication sign for disc speed not "x"
    Path by William Jon McCann <william.jon.mccann@gmail.com>

 libbrasero-burn/brasero-drive-properties.c | 8 ++++----
 libbrasero-burn/brasero-progress.c         | 4 ++--
 src/brasero-player.c                       | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 5c6f3d8d35c792a9b8781cdc9223d7fb28ee3a97
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue Sep 22 13:49:01 2009 +0200

    Changed occurences of "burnt" into "burned"
    Fix #595853 -  burnt to CD is non-standard English

 libbrasero-burn/brasero-burn-dialog.c  | 12 ++++++------
 libbrasero-burn/brasero-burn-options.c |  2 +-
 libbrasero-burn/brasero-burn.c         |  4 ++--
 plugins/checksum/burn-checksum-image.c |  2 +-
 src/brasero-data-disc.c                |  2 +-
 src/brasero-project-type-chooser.c     |  2 +-
 src/main.c                             |  2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

commit 1ca961c966cae4b483e8f12df0c3806108ad58ef
Author: Petr Kovar <pknbe@volny.cz>
Date:   Tue Sep 22 00:08:38 2009 +0200

    Updated Czech help figures by Adrian Gunis

 help/cs/figures/brasero_main.png | Bin 0 -> 99605 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 36a2bc8d73270dd90110b503c6985ad94550802a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 20 21:56:23 2009 +0200

    Check the return value of gst_element_link* () and gst_pad_link () and take an appropriate course

 libbrasero-utils/brasero-metadata.c | 50 ++++++++++++++-----
 plugins/transcode/burn-vob.c        | 98 +++++++++++++++++++++++++++++++++----
 2 files changed, 125 insertions(+), 23 deletions(-)

commit 1644bf504fb49c1de8274e3d8916d9504cdbe9c3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 20 20:21:35 2009 +0200

    Fix #349124 -  Bonfire transcodes DTS-Wav into normal stereo WAV
    Now instead of transcoding that type of wav files, brasero detects them and ask the user whether he wants to create a disc with DTS tracks. If so brasero will simply pipe or write the audio data to the burn engine.
    In the process there were some more changes:
    - a flag was changed (it was useless) 4_CHANNELS and replaced by DTS
    - remove also in the plugin definitions flags 44100 Hz or 48000 Hz as it was useless
    - added a new tag for BraseroBurnSession to set the format of the output audio stream for BraseroTranscode plugin
    - make sure that when gst_element_link* is used we check the return values so as not to get stuck (further work needed)

 libbrasero-burn/brasero-enums.h            |   5 +-
 libbrasero-burn/brasero-image-properties.c |   2 -
 libbrasero-burn/brasero-tags.h             |   3 +-
 libbrasero-burn/brasero-track-stream-cfg.c |  23 ++-
 libbrasero-burn/burn-debug.c               |   4 +-
 libbrasero-utils/brasero-metadata.c        |  73 +++++++--
 plugins/cdrkit/burn-wodim.c                |   4 +-
 plugins/cdrtools/burn-cdrecord.c           |   4 +-
 plugins/dvdauthor/burn-dvdauthor.c         |   4 -
 plugins/libburnia/burn-libburn.c           |   3 +-
 plugins/local-track/burn-local-image.c     |  10 +-
 plugins/transcode/burn-normalize.c         |  96 +++++++++---
 plugins/transcode/burn-transcode.c         | 244 ++++++++++++++++++++++-------
 plugins/transcode/burn-vob.c               |   6 -
 src/brasero-audio-disc.c                   |  92 ++++++++++-
 15 files changed, 437 insertions(+), 136 deletions(-)

commit cdbc770da31e879573603b97e905f6ec0a6dbf99
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 20 20:17:35 2009 +0200

    Merge all the formats of stream type tracks

 libbrasero-burn/brasero-session.c | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

commit a8bb85701fca9bdff22d1b3f36e386444e7c8599
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Sep 19 21:29:03 2009 +0200

    Make three methods public

 libbrasero-burn/brasero-session-helper.h | 14 --------------
 libbrasero-burn/brasero-session.h        | 12 +++++++++++-
 2 files changed, 11 insertions(+), 15 deletions(-)

commit e14ed1581aa006dbffda9f6c4507300b22a633c6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 18 18:11:12 2009 +0200

    Detect wav files which have DTS inside

 libbrasero-utils/brasero-io.c       |  3 +++
 libbrasero-utils/brasero-io.h       |  2 ++
 libbrasero-utils/brasero-metadata.c | 31 +++++++++++++++++++++++++++++++
 libbrasero-utils/brasero-metadata.h |  1 +
 4 files changed, 37 insertions(+)

commit dc1df4110c7691b35a07d364e51fed51ac07934a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 18 15:05:53 2009 +0200

    Fix a crash when we try to download a missing gstreamer plugin through PK
    The same structure was added twice to the list which caused it to be freed multiple times

 libbrasero-utils/brasero-metadata.c | 1 -
 1 file changed, 1 deletion(-)

commit cd34b90ebc5d3209ffbb0651b672c53496fa4605
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 18 15:02:31 2009 +0200

    Added detection for number of channels and the rate in an audio stream
    That will help to detect DTS wav

 libbrasero-utils/brasero-io.c       |  8 ++++
 libbrasero-utils/brasero-io.h       |  3 ++
 libbrasero-utils/brasero-metadata.c | 77 +++++++++++++++++++++++++++++++++----
 libbrasero-utils/brasero-metadata.h |  3 ++
 4 files changed, 84 insertions(+), 7 deletions(-)

commit a0f604c714d7ad06b723b768a7c1c102b84ddf84
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Sep 20 00:22:14 2009 +0530

    Updating Translation for Punjabi by A S Alam

 po/pa.po | 6428 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3401 insertions(+), 3027 deletions(-)

commit 2b6261f4d33fe0a0476f30a777a21e98f5aeae04
Author: Adi Roiban <adi@roiban.ro>
Date:   Sat Sep 19 20:48:07 2009 +0300

    Updated Romanian translation

 po/ro.po | 6444 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3285 insertions(+), 3159 deletions(-)

commit c1df50a2ec2501cdcde52cfec07621b77efc49c3
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Sep 18 11:56:41 2009 +0200

    Added more sound notifications:
    - when a spanned disc has just been burnt
    - when a dummy burn has been performed
    - when a blanking/formatting operation has been performed

 libbrasero-burn/brasero-blank-dialog.c |  8 ++++++++
 libbrasero-burn/brasero-burn-dialog.c  | 27 +++++++++++++++++++++++----
 2 files changed, 31 insertions(+), 4 deletions(-)

commit 51e5d32f47ede4b4ebe62e5fe43f099aea67d9f9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 17 21:13:08 2009 +0200

    Play 'complete-media-burn' event sound when finished burning CD
    
    Patch by Lennart Poettering <lennart@poettering.net>
    
    This patch simply calls ca_gtk_play_for_widget() on the burn dialog when
    a CD finished burning. Depending on the sound theme used this should
    trigger a nice completion sound (currently a 'bing' like from a
    microwave in the upstream sound-theme-freedesktop).

 README                                |  1 +
 configure.in                          |  8 ++++++++
 libbrasero-burn/Makefile.am           |  6 ++++--
 libbrasero-burn/brasero-burn-dialog.c | 11 ++++++++++-
 4 files changed, 23 insertions(+), 3 deletions(-)

commit 06aadc73e39e7995238a0a141be0e48ebad2526a
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Thu Sep 17 23:50:13 2009 +0900

    Updated Japanese translation

 po/ja.po | 6223 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3288 insertions(+), 2935 deletions(-)

commit f828dbfd1a1d79b9c5c2d06f58e10d8aa857aea5
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Thu Sep 17 16:00:45 2009 +0530

    hindi update by Rajesh Ranjan

 po/hi.po | 1416 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 709 insertions(+), 707 deletions(-)

commit 83c8cbacaf83f0833f73ea3f2b86ffc5874707ae
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Thu Sep 17 02:09:05 2009 +0530

    hindi update by Rajesh Ranjan

 po/hi.po | 553 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 277 insertions(+), 276 deletions(-)

commit 9106b649f8bff9409de179c76c39aa443c4088f6
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Wed Sep 16 19:45:37 2009 +0200

    Updated Polish translation

 po/pl.po | 1449 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 801 insertions(+), 648 deletions(-)

commit 1878e16923efc3f481e60b604da66f32c7ecbb5f
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Sep 16 16:47:19 2009 +0300

    Added Ukrainian translation

 po/uk.po | 2086 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 1015 insertions(+), 1071 deletions(-)

commit 9c653aef90176c102cd52e974a58c60994766897
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Sep 16 15:36:16 2009 +0200

    Remove executable flag on translation file

 po/mai.po | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit d6f78f7d5bc5001275a8fe70ab6679f457183672
Author: Fran Diéguez <fran.dieguez@glug.es>
Date:   Wed Sep 16 15:40:01 2009 +0200

    Updated Galician Translation

 po/gl.po | 873 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 441 insertions(+), 432 deletions(-)

commit 5ec3aee1b4ffb4b3fd33f594bbbef331c7fd96fc
Author: Mads Lundby <lundbymads@gmail.com>
Date:   Tue Sep 15 21:24:01 2009 +0200

    Updated Danish translation

 po/da.po | 1034 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 504 insertions(+), 530 deletions(-)

commit e1229c83df899e99ec73031a89eeb5aa3c05c02b
Author: Astur <malditoastur@gmail.com>
Date:   Mon Sep 14 16:34:25 2009 +0200

    Added Asturian translation

 po/LINGUAS |    1 +
 po/ast.po  | 5023 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5024 insertions(+)

commit dd8bbf9752f9bd0394a47de434e418e01c673f48
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 13 20:52:42 2009 +0200

    Re-add enable-gtk-doc to autogen.sh

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 479de06b8697b7da22bb691ca05c5715f610a514
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sun Sep 13 13:30:11 2009 +0200

    Specifically link against gthread-2.0 the two libraries and brasero as they call g_thread_init ()

 configure.in                 | 8 ++++++++
 libbrasero-burn/Makefile.am  | 1 +
 libbrasero-media/Makefile.am | 1 +
 src/Makefile.am              | 1 +
 4 files changed, 11 insertions(+)

commit eee6e07f4a3a91fded7ae0d375cac2efc8129178
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Sat Sep 12 19:56:54 2009 +0100

    Updated British English translation

 po/en_GB.po | 6292 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 3315 insertions(+), 2977 deletions(-)

commit daf64ebf2ca6ff8dba70bd9bf03f3ece5f7d7ab9
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Sat Sep 12 19:21:22 2009 +0300

    Updated Greek help translation.

 help/el/el.po | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 6754d1514947e97852a9d66a1b5182ef5fdcb62b
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sat Sep 12 19:13:47 2009 +0300

    Updated Finnish translation

 po/fi.po | 699 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 357 insertions(+), 342 deletions(-)

commit 0583816180a54b69d44552b7fe09748a1638d56b
Author: Ani <peter.ani@gmail.com>
Date:   Fri Sep 11 12:46:17 2009 +0530

    Updated Malayalam Translations

 po/ml.po | 6203 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3242 insertions(+), 2961 deletions(-)

commit 8cae19a802b9291540ae815a13d23e38fed3753e
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Sep 11 10:54:16 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po | 570 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 243 insertions(+), 327 deletions(-)

commit ead7ab5395f43273a58770493b5bf47659cce4fc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 10 20:26:51 2009 +0200

    Also initialize thread when starting libbrasero-media

 libbrasero-burn/burn-basics.c    |  2 +-
 libbrasero-media/brasero-media.c | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

commit 4efeadb78404a9e291c9c4f5daddf06e88361509
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu Sep 10 20:11:50 2009 +0200

    Modified autogen.sh so it uses the proper variable for building docs

 autogen.sh   | 2 +-
 configure.in | 1 +
 2 files changed,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 