nautilus:alex-fazakas-operations-undo-redo

Last commit made on 2018-07-31
Get this branch:
git clone -b alex-fazakas-operations-undo-redo https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
alex-fazakas-operations-undo-redo
Repository:
lp:nautilus

Recent commits

447d91c... by Alexandru Fazakas <email address hidden>

test: Add copy operation undotests

This patch adds undo tests for the copy operations.

Redo is not included as undo for copy means permanently deleting the
copied files, which renders redoing pointless.

3e7d345... by Alexandru Fazakas <email address hidden>

test: Add undo/redo tests for move operation

This patch adds undo and redo testing for each test on the synchronous
move operation.

85ba118... by Alexandru Fazakas <email address hidden>

file-operations: Set sync operations undo info

Since most synchronous operations rely on g_task_run_in_thread_sync and
this doesn't reach callbacks, we need to manually set the undo info.

This patch fixes this by moving the callback function content in-line.

def5ee4... by jimmac

css: pathbar hover touchups

- get rid of whitespace between border and the folder.

https://gitlab.gnome.org/GNOME/nautilus/issues/548

e6bf1ad... by Alexandru Fazakas <email address hidden>

file-operations: Fix undo copy criticals

This is a follow-up to commit e9f039e1 which fixes all introduced
criticals and sets the undo information properly.

23ecabd... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

files-view: Sink floating refs on initialization

19d13d1... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

files-view: Use current-directory-properties on backgrond menu

The view.properties action opens the current directory properties when
the selection is NULL, which we assume to be the case when opening the
background context menu.

Instead of relying on this assumption, make the background context menu
use the view.current-directory-properties action which is used by the
current location menu in the pathbar.

c77a8ff... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

Revert "files-view: Streamline properties actions paths"

This reverts commit ee75ea771763b4a7fcef5fd61d3c790e688d88e5.

It was pushed too early, caused criticals, and broke keyboard
shortcuts.

There is value in keeping a generic "view.properties" action which
deals with both selection and no selection, because we want the
<Ctrl><i> and <Alt><Return> accelerators to do the right thing in
both cases.

4401658... by Will Thompson

flatpak: add space after (Development) prefix

Without this, the app name comes out as "(Development)Files". No
functional issue, just ugly.

40d7df8... by Display Name

flatpak: Update GTK+ 4 manifest

This commit builds master Tracker with Meson and removes a redundant
finish argument.

(cherry picked from commit f42bca38528a64d92e4e7f47865bb0a0133580cd)