commit 31a4b7154889174a2effadf6d94c0363c44d2238
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   2012-07-16

    release: prepare for 3.5.4

M	NEWS
M	configure.in

commit 45d4b23ea9abc1c9f58c3506bc3c8520f8c0f6b6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-16

    build: fix distcheck

M	src/nautilus-query-editor.c

commit 796e2354974af83511eb91b952f054671170436c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-16

    search-directory: don't force a restart of the search on force reload

    Just stop the current search, since a new search will be started
    as soon
    as a monitor is added.

M	libnautilus-private/nautilus-search-directory.c

commit 6e33c7faefb42d4f0eace063e91bf26eb7326f99
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-16

    slot: reidrect an empty search to the query editor location

    Instead of relying on search engines returning the exact result
    set for
    an empty query. This is also faster.

M	src/nautilus-window-slot.c
M	src/nautilus-window-slot.h
M	src/nautilus-window.c

commit 15f3e0fc6adfe21eb51494803c8364b36c72a4ff
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-16

    tracker-engine: rewrite the query mechanism

    - always use a full text search in combination with the filter on the
      filename; this is faster and it's safe, since the filename itself is
      indexed
    - rewrite how cancellation works; pass in a new cancellable every time
      instead of using g_cancellable_reset()
    - ensure we get distinct results from tracker

M	libnautilus-private/nautilus-search-engine-tracker.c

commit 73445a7927b31b09d4a8f44e856f35d178cce2ce
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    always pass the parent window to the file operations

    So that we can properly place resulting dialogs.

M	libnautilus-private/nautilus-file-operations.c
M	src/nautilus-places-sidebar.c

commit b1c13443f8188a5c7b23d566be6eb880a681a3ac
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Make dialogs modal

M	eel/eel-stock-dialogs.c

commit 3515bc368ada06e5947546cd8dada733b163bf01
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Don't use the term mount in the error dialog

    Use the human term access instead.

M	libnautilus-private/nautilus-file-operations.c

commit e167478142d7659000e6747bc81187ddc7a353de
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Use a good column order by default

    We had been just displaying columns in alphabetical order instead
    of providing a good default.

M	libnautilus-private/nautilus-column-utilities.c

commit ec36b6352c21eaf3e908a6da0d3991cd51707d8d
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Perform case insensitive searches with tracker

M	libnautilus-private/nautilus-search-engine-tracker.c

commit 5b69193ce6f117cd48a1a5777d3b1dd0e1be72cb
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Display recent files in modification time order

M	libnautilus-private/nautilus-file.c

commit 5ff10215177bb04634cf21e9943a4588ad6da518
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Use Security Context instead of SELinux Context

    This is consistent with the list view column name and isn't as much
    jargon.

M	src/nautilus-properties-window.c

commit 45158d47bb582c621617d6582fff1e16d6a102c9
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    When set to display the real name don't also show the username

    This adds a lot of noise to the list view.

M	libnautilus-private/nautilus-file.c

commit d6d3af9ef990a10967c7afc08f679b8cf2165f92
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Display owner as "me" for files I own

M	libnautilus-private/nautilus-file.c

commit ce7e64e90269634849f1f0b5c09c6b1ac450ced7
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Increase column padding

    So columns don't bleed into each other.

M	src/nautilus-list-view.c

commit c95771c67200355366110546d553616982cd96c9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-16

    desktop: ensure we don't set GTK_SHADOW_IN on the desktop view

    We don't want borders around the desktop view.

M	src/nautilus-desktop-icon-view.c
M	src/nautilus-view.c

commit dc8eab48e4f528b7317891babcd1379310356af6
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2012-07-16

    Updated POTFILES.in

M	po/POTFILES.in

commit e8d6e20e2fed778a573ec18a5db1f12bf3fe7d0b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-07-16

    Updated Spanish translation

M	po/es.po

commit 2f1c80cc419b7e77972f63b448afe63d37994c74
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-16

    Don't use BackSpace to go to parent folder

    It interferes with searching, is totally unexpected, and there
    are at least 3 other ways to do this already.

M	src/nautilus-list-view.c
M	src/nautilus-window.c

commit 396c1f50f95ffe381fb5d2ff6631adba929a4f1f
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:	2012-07-16

    [l10n] Update Japanese translation

M	po/ja.po

commit e6291e85e6c959a0d84f948470700021e40bada3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-16

    bookmarks: cleanup NautilusWindow bookmark code

    - move NautilusBookmarkList ownership to NautilusApplication,
    and avoid
      making it a separate singleton
    - move NautilusBookmarksWindow ownership to NautilusApplication
    as well,
      since it's global and not per-window
    - remove nautilus-window-bookmarks.[ch], since at this point, it only
      contains dead or unused code

M	src/Makefile.am
M	src/nautilus-application.c
M	src/nautilus-application.h
M	src/nautilus-bookmark-list.c
M	src/nautilus-places-sidebar.c
D	src/nautilus-window-bookmarks.c
D	src/nautilus-window-bookmarks.h
M	src/nautilus-window-menus.c
M	src/nautilus-window-private.h
M	src/nautilus-window.c

commit 2e71ec29b37dda26f5458eebdc79b6d48e14b6a9
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	2012-07-15

    Updated Telugu Translation

M	po/te.po

commit 68144f2673113099c8830250b1d21e06a81574e6
Author: Praveen Illa <mail2ipn@gmail.com>
Date:	2012-07-15

    Updated Telugu Translation

M	po/te.po

commit e4971715783a40bdc035ba2beaea3dc6729ccd86
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-15

    Don't sort directories first by default

M	libnautilus-private/org.gnome.nautilus.gschema.xml.in

commit 6b54cb914bca6ed5039075bd437beefda310fd65
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-15

    Use 32px icons by default for list view

M	libnautilus-private/org.gnome.nautilus.gschema.xml.in

commit 556d51aad615bbcbceb6607cd8f28367111c334c
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-15

    Don't allow moving files on top of themselves

    Desensitize the select button when the cwd is the parent of the
    source files.

M	src/nautilus-view.c

commit 5a3481b8c3c78b2ad04a605c2ebf142373f64de7
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-15

    Don't crash when checking for recent: in multi file properties

M	src/nautilus-properties-window.c

commit bcc67ddf90b7b41d4535343f3c5a124ed0c917c0
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-15

    Really don't show the new document menu item when there are no
    templates

    https://bugzilla.gnome.org/show_bug.cgi?id=676838

M	src/nautilus-view.c

commit e053fb904adfb8e3fbb3a7c1cb522a8c88e9dc88
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-15

    Remove bookmark items from the menu

M	src/nautilus-shell-ui.xml
M	src/nautilus-window-bookmarks.c

commit a4dabd2d63a56f76623bf662a2b199deb603871b
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-15

    Improve the buttons of the type selection dialog

    We didn't have an easy way to cancel the dialog and the button
    label didn't match the action.

M	src/nautilus-query-editor.c

commit 249d46e905cfdaeeb10253376b9b700af2e41122
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-08

    Disallow selecting source dirs for target dir

    https://bugzilla.gnome.org/show_bug.cgi?id=679579

M	src/nautilus-view.c

commit 75fcef36d94bf49e9b493af461c5c643334a8cf0
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-14

    window: remove unused code for temporary search/location bars

    Since we always have a toolbar, we don't need this logic anymore.

M	src/nautilus-toolbar.c
M	src/nautilus-window-private.h
M	src/nautilus-window.c

commit 9ed2b3b206bec8aea0614e698e3348a2b4f4cb63
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-14

    query-editor: cleanup code and remove unused methods

    - streamline the code to use GtkWidget methods for visibility
    and focus
    - remove an unused method
    - merge nautilus_query_editor_clear_query() with
      nautilus_query_editor_set_query()

M	src/nautilus-query-editor.c
M	src/nautilus-query-editor.h
M	src/nautilus-window-slot.c

commit b6d0261485934dd9ecbf8d72e4d1232d4199d7cb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-14

    query-editor: fixup event handling code

    - We shouldn't try to realize the entry again if it's realized already
    - Since gdk_event_copy() refs the event's GdkWindow, and
      gdk_event_free() unrefs it, we should make sure to unref the
      original
      window first, and add a reference to the GdkWindow we replace in the
      event, or we will trigger criticals when unrealizing the toplevel.

M	src/nautilus-query-editor.c

commit 0095655eb436abd608aff834a773b4c16c280069
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-14

    window: simplify code

M	src/nautilus-window.c

commit e6e72e35c9cc2a343cfd6ede81f3d8d4049099f6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-14

    icon-container: cleanups

M	libnautilus-private/nautilus-icon-container.c
M	libnautilus-private/nautilus-icon-private.h

commit 17e3221d3ae8eb742c2ad3c78f7210afb7b5c39b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2012-07-14

    Updated POTFILES.in

M	po/POTFILES.in

commit d04414607c4c8ee7dec9b930c1d68dc249e491ab
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-13

    Shorten the live search timeout value

    This makes search more responsive.

    https://bugzilla.gnome.org/show_bug.cgi?id=679900

M	src/nautilus-query-editor.c

commit b38a9cdc2fc92df1a7de6541aa289bf98dda6443
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-13

    Interpret a blank search as a search for any name

    This allows us to filter the list based on other parameters
    like file type and to make clearing the search make more sense.

    https://bugzilla.gnome.org/show_bug.cgi?id=679900

M	libnautilus-private/nautilus-query.c
M	src/nautilus-query-editor.c

commit 469eb89117e199a450aec3411183ed2e9f10f893
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-13

    Enable "just type" searching

    https://bugzilla.gnome.org/show_bug.cgi?id=679900

M	libnautilus-private/nautilus-icon-container.c
M	src/nautilus-list-view.c
M	src/nautilus-query-editor.c
M	src/nautilus-query-editor.h
M	src/nautilus-window-slot.c
M	src/nautilus-window-slot.h
M	src/nautilus-window.c

commit 5521f24f74d18bad5cbec893f4cf42503fe8d02b
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-09

    Combine the search bar and query editor

    Save vertical space by integrating the search bar
    with the query editor. This makes it less visually
    disruptive when a search becomes active.

    https://bugzilla.gnome.org/show_bug.cgi?id=679900

M	src/Makefile.am
M	src/nautilus-query-editor.c
M	src/nautilus-query-editor.h
D	src/nautilus-search-bar.c
D	src/nautilus-search-bar.h
M	src/nautilus-toolbar.c
M	src/nautilus-toolbar.h
M	src/nautilus-window-manage-views.c
M	src/nautilus-window-menus.c
M	src/nautilus-window-slot.c
M	src/nautilus-window-slot.h
M	src/nautilus-window.c
M	src/nautilus-window.h

commit ce64cbc6bfffd275ef98aee730d85879ce4a4a3e
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-13

    Add a Recent files place

    https://bugzilla.gnome.org/show_bug.cgi?id=325824

M	eel/eel-vfs-extensions.c
M	eel/eel-vfs-extensions.h
M	libnautilus-private/nautilus-directory.c
M	libnautilus-private/nautilus-directory.h
M	libnautilus-private/nautilus-file-operations.c
M	libnautilus-private/nautilus-file.c
M	libnautilus-private/nautilus-file.h
M	libnautilus-private/nautilus-recent.c
M	src/nautilus-places-sidebar.c
M	src/nautilus-properties-window.c
M	src/nautilus-view.c

commit 7b280cb71277fa3f9520be2a71ef7945cb849046
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-13

    Store the activation uri in recently used, if available

    It is better to store the "actual" / target location
    rather than a link.

    https://bugzilla.gnome.org/show_bug.cgi?id=325824

M	libnautilus-private/nautilus-recent.c

commit e91f84df1aefc56792ac91e1a7c195d375c64f7d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    places-sidebar: use G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES

    Simplify the code to get changes from the systemd hostname1
    PrettyHostname property by using the GDBusProxy
    GET_INVALIDATE_PROPERTIES flag instead of calling Properties.Get()
    manually ourselves.

M	src/nautilus-places-sidebar.c

commit 7df30d8cc54a8ca810e4ce6d5587ad37d0d18f9a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    places-sidebar: remove unused code

M	src/nautilus-places-sidebar.c

commit c9b280c37c602aeda7be7b14b31e8a868b39aaea
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-12

    Make search button a toggle again

M	src/nautilus-toolbar.c

commit ef85aa78aaceac60a79d177c9ecfb6280ec3b3a7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    window: remove unused menubar member in NautilusWindowDetails

    We were hitting a warning because of this with the desktop enabled.

M	src/nautilus-desktop-window.c
M	src/nautilus-window-private.h

commit 4685ff0526f1a7324fadfc7b781bd8d2c7a92efc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    pathbar: remove unused code

    Since we don't show any icon for the trash in the pathbar, there's no
    need to listen to the changed signal on the trash monitor here.

M	src/nautilus-pathbar.c

commit d9447cf5466b9fb7128e7f478a2e4f410316f447
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    window-menus: remove unused code

    These actions were part of the Go menu, which doesn't exist anymore.

M	src/nautilus-window-menus.c

commit 5a166b9ec9f3dfd8a8224d24f35370e0d961c2dc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    desktop-link: use fullcolor icons for the stock desktop links

    We don't want icons for these to be symbolic on the desktop.

M	libnautilus-private/nautilus-desktop-link.c

commit 19e9cafd7745b1d468a1c47d2e4ea96711225b3d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    icon-names: add back fullcolor icon defines for the desktop

    We still want to use fullcolor icons for stock places on the
    desktop, so
    add back separate defines for those icon names.

M	libnautilus-private/nautilus-icon-names.h
M	src/nautilus-desktop-window.c

commit 7c72858b6505f59538b5d196ae318d2f826e2f94
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    trash-monitor: make sure to use our icon names for trash

M	libnautilus-private/nautilus-trash-monitor.c

commit bd3a0214c0f2638e38055350e6cd07c7474beb0e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    trash-bar: disconnect view signals in dispose()

    Rather than finalize(), since the view is usually destroyed when the
    slot is disposed.
    Fixes a runtime warning.

M	src/nautilus-trash-bar.c

commit 4dca7871690f9b2053c85efdfe914ca674cdb65f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-12

    image-properties: show error string when failing to open image

    If we fail to open the image file for reading, make sure we still call
    load_finished(), which will replace the loading string with an error
    message in this case.

    https://bugzilla.gnome.org/show_bug.cgi?id=679016

M	src/nautilus-image-properties-page.c

commit a7feea344d68c653317d5beebc420035e2145081
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-05-15

    places-sidebar: add a notification while ejecting volumes

    Using the show-unmount-progress signal on GMountOperation
    Based on an initial patch by Tomáš Bžatek <tbzatek@redhat.com>

    https://bugzilla.gnome.org/show_bug.cgi?id=619665

    See also:
    https://bugzilla.gnome.org/show_bug.cgi?id=676111
    https://bugzilla.redhat.com/show_bug.cgi?id=819492

M	src/nautilus-application.c
M	src/nautilus-application.h
M	src/nautilus-places-sidebar.c

commit 04fc9452e17371b305b7b3e0a437168977a0a2d4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-11

    notebook: remove unused prototypes

M	src/nautilus-notebook.h

commit ac7810422554e376398bd346217b1ff1e33f0886
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-11

    view: add a shadow to the view when not showing tabs

    When we are showing tabs, the notebook will take care of drawing a
    border around the view.
    When there is only one view, since we disable tabs from the notebook,
    the view needs to draw a shadow instead, or we won't draw any
    shadow at
    all. In the past this wasn't a problem because the toolbar used
    to draw
    a stroke for us.

M	src/nautilus-view.c

commit 888d712d78398b0038824dfafaa39a84ca36e741
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-11

    window: only emit slot-removed after it has been removed from the list

    Or a call to nautilus_window_get_slots() in the callback for
    slot-removed would still report the old slot.

M	src/nautilus-window.c

commit 382b59d06e86aac80cd46a9326eb342282a82561
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-11

    Use a delete action for backends that don't support trash

M	src/nautilus-view.c

commit b1c92737588e145852e126af42469425877eca2a
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-11

    Move getting xdg user directories icons into the sidebar

    Since it is the only place it is used or needed.

M	libnautilus-private/nautilus-icon-info.c
M	libnautilus-private/nautilus-icon-info.h
M	src/nautilus-places-sidebar.c

commit f0e28d7fa0788427d0e1ec2eebf8c300bafa33c6
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-11

    Use symbolic icons for the sidebar and bookmarks

M	libnautilus-private/nautilus-icon-info.c
M	libnautilus-private/nautilus-icon-names.h
M	src/nautilus-bookmarks-window.c
M	src/nautilus-desktop-window.c
M	src/nautilus-places-sidebar.c

commit 5b495db06ae7f36c861ceebb71928f7724d7c673
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-11

    Don't try to update the icon as the file loads

    We would like bookmark icons to be stable and this doesn't work
    at all with using symbolic icons for bookmarks.

M	libnautilus-private/nautilus-bookmark.c

commit 6be7b953a0e7f897c8fc163fa2f1333c5544daff
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-10

    Use GIcons in pathbar

    This allow it to work with symbolic icons

M	src/nautilus-pathbar.c

commit c33a5e6e10639fa57acaaf0a319057fc5fbff7fd
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-10

    Use GIcons for places instead of pixbufs

    This will allow us to use symbolic icons

M	src/nautilus-places-sidebar.c

commit 1974f86b8f749339155d747ba39629e93e62fdf3
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-09

    Revert "window-slot: simplify code"

    This reverts commit 79e915b6fad372878d79a52f814017600ccb3884.

    See https://bugzilla.gnome.org/show_bug.cgi?id=679640

M	src/nautilus-window-slot.c
M	src/nautilus-window-slot.h
M	src/nautilus-window.c

commit 1db7630091752affe053cc1826a64d596cac9dad
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Make eject icon invert when selected

    https://bugzilla.gnome.org/show_bug.cgi?id=679292

M	src/nautilus-places-sidebar.c

commit e48b4942b7ad8badf846e5e8655dd83031879b45
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2012-07-10

    Updated Hebrew translation.

M	po/he.po

commit 338091bd0f28345b822c1d55055673d5ff963bc4
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-09

    Add locations for open windows to the destination selection dialog

    These locations are identified as interesting by the fact that they
    are in use and it makes sense to offer them as quick options for
    explicit copies and moves.

    https://bugzilla.gnome.org/show_bug.cgi?id=679580

M	src/nautilus-view.c
M	src/nautilus-window-manage-views.c
M	src/nautilus-window-slot.c
M	src/nautilus-window.c
M	src/nautilus-window.h

commit 5c06328bc1f06a306dc63eca712b46af7018344e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-07-10

    Updated Norwegian nynorsk translation

M	po/nn.po

commit 5db3b0eb7d5860710c6516bdc509cf07d82d3762
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-09

    Add every window to its own window group

    This prevents window modal dialogs from blocking the entire app.

    https://bugzilla.gnome.org/show_bug.cgi?id=443785

M	src/nautilus-window.c

commit ff2958cbba6feadcad55189e913eec80ddaee47f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-07-10

    Updated Norwegian bokmål translation

M	po/nb.po

commit e355ec66f5ba92741a4d33b50e6456085a8961b9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-09

    toolbar: ensure square buttons on the toolbar

    Since we use symbolic 16px icons inside tool buttons, we should make
    sure they still get a square aspect, and buttons of the right size.

    As we create the contents of our tool buttons manually, ensure this
    by setting a margin on the tool button's GtkImage, sized as the
    difference in pixels between the icon we render and the icon size
    expected by GtkToolbar.

M	src/nautilus-toolbar.c

commit 15ba152899f14096614a25a2fc541fe9286b9798
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-07-09

    Updated Galician translations

M	po/gl.po

commit dc34668f1f5e92236b74b1090ce69f4918178e93
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-07

    toolbar: don't unref the GtkUIManager

    Since we don't own any references to it.

M	src/nautilus-toolbar.c

commit a5c988408a899bc3ac0656590687483f2d566290
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-07-06

    Updated Spanish translation

M	po/es.po

commit c52b08d152c60c836ce68392d8a138d91fe20ef0
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2012-07-05

    Updated Arabic translation

M	po/ar.po

commit ae8e78ba4b7b53491612baa5bfec7669f8b1cc05
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-03

    Fix some compiler warnings

M	libnautilus-private/nautilus-file.c
M	libnautilus-private/nautilus-icon-canvas-item.c
M	libnautilus-private/nautilus-icon-container.c
M	src/nautilus-list-view.c
M	src/nautilus-pathbar.c
M	src/nautilus-places-sidebar.c

commit 8feb022894e2e048caefceb07a9baba3e289d19b
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Add an explicit way to move and copy files

    Use the file chooser to select a destination directory.

    https://bugzilla.gnome.org/show_bug.cgi?id=679298

M	src/nautilus-actions.h
M	src/nautilus-directory-view-ui.xml
M	src/nautilus-view.c

commit aeb13f6c467981870961530ce5fb7679c9f54552
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-03

    Enable more warnings for git builds

    And turn off Werror

M	configure.in

commit 1366373ceb60ee0021a0b649fb02cf299f0c5573
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-02

    pathbar: fix set_label_size_request() for no-label buttons

    It's convenient to just call this in a loop on the button data,
    so just
    return if there's no label to set the size request for.

M	src/nautilus-pathbar.c

commit fb977bd42a404970137a4aa3788391468356ead3
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Reorganize sidebar according to mockups

     * put built in items at the top so they are stable
     * move file system item into Devices section
     * use pretty hostname instead of File System

    https://bugzilla.gnome.org/show_bug.cgi?id=679278

M	src/nautilus-places-sidebar.c

commit c60a9a7b6c1e2a3440b2db20cbb61fbce85e68c5
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Remove stray compact mode option

M	src/nautilus-file-management-properties.ui

commit d055c6f58bdb0cf3a90d6d38ceeef6aec4330c80
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Don't scale text size when zooming

    We have a separate way of scaling text size.

M	src/nautilus-list-view.c

commit 7b9212cef4858f2a3f9158679c128be4bed65732
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Don't show open with for folders

    The only thing that handles this by default is nautilus. The
    same effect is better done through select all in a folder.

M	src/nautilus-view.c

commit 7d869c0fd4bcdae0cd40e08e2d4561e55be6f701
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Use the open with submenu when there are multiple options

    Put all extra apps in the open with submenu.

M	src/nautilus-view.c

commit b69528fb501a1fe86ab4efa47320c055133e950c
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Make stop and reload orthogonal

    Don't show stop when it is ineffective and don't show reload
    when stop needs to be shown.

M	src/nautilus-window.c

commit 3c3d278fe5c30c61ff9fdaf976482a959806d49a
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-06-29

    Don't show a titlebar when maximized

    https://bugzilla.gnome.org/show_bug.cgi?id=676531

M	src/nautilus-window.c

commit faf646539de95824ad19b2d96113ecb3d32cc3b2
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-05-26

    Migrate menu bar to a view menu button

    https://bugzilla.gnome.org/show_bug.cgi?id=676531

M	src/nautilus-directory-view-ui.xml
M	src/nautilus-icon-view-ui.xml
M	src/nautilus-list-view-ui.xml
M	src/nautilus-shell-ui.xml
M	src/nautilus-toolbar.c
M	src/nautilus-toolbar.h
M	src/nautilus-view.c
M	src/nautilus-window-bookmarks.c
M	src/nautilus-window-menus.c
M	src/nautilus-window.c

commit 2c3191c5b67973b9f67cd358179f0aaf3dddbb74
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-02

    Remove the Go menu

    https://bugzilla.gnome.org/show_bug.cgi?id=676531

M	src/nautilus-shell-ui.xml
M	src/nautilus-window-menus.c

commit 4d2c8c1ad1169d592ea27e4eeb364380cb8d60f6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-02

    view: don't update undo actions for inactive views

    If the view is not active, our menus are not merged in, so we
    shouldn't
    try to update the relative actions underway, as they're not in the
    action group.

    This fixes crashers/warnings when doing a file operation with
    more than
    one view open.

M	src/nautilus-view.c

commit 67322ddefe9592bde6b2e146e81878e3638a0163
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-02

    view: consolidate menu update code

    Remove an useless callback and ensure all the global changes go trough
    the menu update queue.

M	src/nautilus-view.c

commit ac5b66ffa0d05d4c77bdec68f9e6cc5f3b9b6748
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-07-02

    Updated Spanish translation

M	po/es.po

commit 11b2e5a0a50898058da15616eff2353c0a226223
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-07-01

    Updated Greek translation

M	po/el.po

commit cceb760e84c5fa818d3c26d7a01b60cd647fca02
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-06-30

    pathbar: implement get_path_for_child()

    Implementation taken from GtkPathBar

M	src/nautilus-pathbar.c

commit 4583f7bc0c40f77871ca6346a81f4da355666405
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-05-26

    Use a more GNOME 3 toolbar layout

    https://bugzilla.gnome.org/show_bug.cgi?id=676531

M	src/Makefile.am
M	src/nautilus-pathbar.c
D	src/nautilus-toolbar-ui.xml
M	src/nautilus-toolbar.c
M	src/nautilus-window-menus.c
M	src/nautilus-window.c
M	src/nautilus.gresource.xml

commit ef467c8775392d0f0feb0e38f7a80f2d41719d84
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-05-26

    Use a list model instead of a tree model

    It is the list view after all. Tree models don't work well on
    touch and it isn't consistent with the file chooser.

    https://bugzilla.gnome.org/show_bug.cgi?id=676531

M	src/nautilus-list-model.c

commit 6aac88928b1935c8e4f5c54a61935f05c57d740e
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-06-29

    Remove text besides icons mode for icon view

    This doesn't really work well, it is inconsistent with the file
    chooser,
    isn't use anywhere else in GNOME, and we want to enhance the list
    view to cover this case.

    https://bugzilla.gnome.org/show_bug.cgi?id=676531

M	libnautilus-private/nautilus-global-preferences.h
M	libnautilus-private/nautilus-icon-canvas-item.c
M	libnautilus-private/nautilus-icon-container.c
M	libnautilus-private/nautilus-icon-container.h
M	libnautilus-private/nautilus.convert
M	libnautilus-private/org.gnome.nautilus.gschema.xml.in
M	src/nautilus-desktop-icon-view.c
M	src/nautilus-file-management-properties.c
M	src/nautilus-file-management-properties.ui
M	src/nautilus-icon-view.c

commit d228c0e72103d2389bdcf0206b02bf36c7b049d1
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-05-28

    Fix display sizing of name column

    https://bugzilla.gnome.org/show_bug.cgi?id=676898

M	libnautilus-private/Makefile.am
D	libnautilus-private/nautilus-cell-renderer-text-ellipsized.c
D	libnautilus-private/nautilus-cell-renderer-text-ellipsized.h
M	src/nautilus-list-view.c

commit 367f01a9cd61d35bbb2c70189d9b78072f936ab4
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-05-28

    Use better column names

    https://bugzilla.gnome.org/show_bug.cgi?id=676898

M	libnautilus-private/nautilus-column-utilities.c

commit 73465be3671ae572ba744d36b055fda3cb210db7
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-05-28

    Remove date format settings

    https://bugzilla.gnome.org/show_bug.cgi?id=676898

M	libnautilus-private/nautilus-directory.c
M	libnautilus-private/nautilus-global-preferences.h
M	libnautilus-private/nautilus.convert
M	libnautilus-private/org.gnome.nautilus.gschema.xml.in
M	src/nautilus-file-management-properties.c
M	src/nautilus-file-management-properties.ui

commit 3fd9cba41e56f44ed955b28755ad03135026d021
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-05-28

    Improve date display

    https://bugzilla.gnome.org/show_bug.cgi?id=676898

M	libnautilus-private/nautilus-file.c
M	libnautilus-private/nautilus-file.h
M	src/nautilus-properties-window.c

commit 222d31a98b602ec9c807f798f43df0ab4bdf5a6e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-06-27

    query-editor: don't set special style classes on query editor labels

    We make bold by default using Pango and we don't need any other
    special
    theming for these.

M	src/nautilus-query-editor.c

commit 5a761a3725137db851efef190c76e68ce25ff615
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-06-26

    Updated Slovenian translation

M	po/sl.po