Alexei Sorokin
2015-11-09 10:59:48 +00:00
committed by Git OBS Bridge
parent e4aa746e8d
commit 32d06e317c
4 changed files with 40 additions and 5 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Nov 9 10:53:15 UTC 2015 - sor.alexei@meowr.ru
- Update to 2.8.2:
* file operations queue: Refactor slightly to make it easier to
manage what gets queued and what gets started immediately.
* nemo-window-pane.c: Prevent search from appearing on desktop.
* preferences: Move context menu toggle to the top of the
Display page.
* file operations window: Raise the window when another operation
is added, if the window is visible (not status-iconed).
* click-to-rename: move logic to earlier in the click event, in a
way similar to how double-clicks are handled. Also, handle the
preference change in nemo-view this way it can be re-used
later to handle list views as well. Also, this keeps us from
interacting with GSettings so much.
* icon view: Fetch click-to-rename preference when the view is
loaded, do not allow click-to-rename on read-only files.
* thumbnails: Detect and throttle back thumbnail generation for
files that are being actively updated on disk.
* file queue: Add some additional checks for determining whether
or not to start a file operation immediately.
* Add option to disable queueing.
* job queue: Refactor to reduce duplication, add debugging info,
add filesystem comparison to detect false "local" paths (local
paths to non-local or non-native filesystems and mounts).
* nemo-query-editor: Fix some casts to prevent build warnings.
* click-to-rename: Fix accidental rename triggering with multiple
selection in icon view
* click-to-rename: Fix previous commit (broke double-click upon
initial selection.)
* list view: Do not clear the rename widget twice.
* Fixed Nemo crashing when quickly clicking on two unmounted
volumes in the sidebar.
-------------------------------------------------------------------
Tue Oct 27 11:21:31 UTC 2015 - sor.alexei@meowr.ru