commit 50d5100423c789f408af7430f20864262b80863c
Author: Paolo Borelli <pborelli@gnome.org>
Date:   2012-08-06

    Release 3.5.5

M	NEWS
M	configure.ac

commit 1befbf9134900b316e780fa47710efee3946638b
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-05

    Factor out helper function for clarity

M	src/baobab-window.vala

commit 1c53ed3c0e33745af5be35135f17e6eaf21181d7
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-05

    Add css class to the toolbar so that we can set a border

M	src/baobab-main-window.ui

commit 2e208082b366c1e0e47256d18e81b20c28d7cebf
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-05

    Remove the shadow around the treeview

M	src/baobab-main-window.ui

commit 5c70cb8f8afc801708f9396cb1a2cd6069af65f7
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	2012-08-05

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit b84b9926d18f517270b94c2268def6ded25e7de9
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	2012-08-04

    Updated Telugu Translation

M	po/te.po

commit e987f0a8658e9739b97780ddd8c10ea49b07a062
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-04

    Force icon to be always 64x64

M	src/baobab-location-widget.vala

commit 33dd963ec88a581b1a222eafe76c4f7496116dfa
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-04

    Hide Scan Remote if needed

    Hide the "scan remote" button if nautilus-connect-server is not
    available

M	src/baobab-connect-server.vala
M	src/baobab-window.vala

commit 6b1ef030247d5ab268cd7fb0388d2a3a902adeca
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-04

    Fix cut&paste error in the .ui file

M	src/baobab-main-window.ui

commit add6171782d7774253325e794ef942af39b28f56
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-04

    Show the current folder name at in the toolbar

M	src/baobab-main-window.ui
M	src/baobab-window.vala

commit c86abba7149b55085df0bd144100ef9bcfb173c3
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-04

    Use symbolic icon for the cancel/all locations button

M	src/baobab-main-window.ui
M	src/baobab-window.vala

commit 28d674b6b3a4444d6708bbdd036966f06372048d
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-04

    Do not clear the model when cancelling a completed scan

M	src/baobab-scanner.vala

commit f34d0b6724a438f2fad625ee94d7185163c710d1
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:	2012-08-03

    Assamese translation updated

M	po/as.po

commit ae2564e3483a5baec52347c2b783b2c4535bc2ba
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-03

    Actually use the escaped string

M	src/baobab-chart.c

commit 8cf47ce9455a8ecb397ed0e29fe4997c369c0c48
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-03

    Be more careful about escaping pango markup

M	src/baobab-chart.c
M	src/baobab-location-widget.vala

commit b5d598466e79c16aae578604831c039182530d26
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-03

    Update the doap file

    Unfortunately I am the only active maintainer... If you want to get
    listed here just ask :)

M	baobab.doap

commit f50ee40370efdea8f7dfee40bad117f5805aa4a9
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-03

    More work on cancellation

    Do not split cancellation in two methods

M	src/baobab-scanner.vala
M	src/baobab-window.vala

commit 335f8864cf83642b2b7a3ada01eabed795e560ae
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-03

    More cancellation fixes

    Reassign the thread scanner reference when creating the new tread,
    properly
    remove the process_result timeout when cancelling and clear the any
    previous error

M	src/baobab-scanner.vala

commit 89dd510264e5be066166b75bbcb9cd52dff69ed9
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-02

    Disconnect the signal from the right scanner object

    Disconnect the "completed" signal *before* changing the current
    location object

M	src/baobab-window.vala

commit 89836199f1cbf62e411f6ff799365feb0414af81
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-02

    Fix problems when cancelling a scan

    Now that we reuse the scanner, we need to be more careful when
    cancelling: we need to join the thread, drain the async queue
    and reset
    the cancellable.

M	src/baobab-scanner.vala
M	src/baobab-window.vala
M	src/fixes.vapi