- Update to version 3.0.6.

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=94
This commit is contained in:
Alexei Sorokin
2016-06-23 21:52:17 +00:00
committed by Git OBS Bridge
parent 8aaf42a8e8
commit 253d0ffc8b
4 changed files with 33 additions and 5 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jun 23 18:43:19 UTC 2016 - sor.alexei@meowr.ru
- Update to version 3.0.6:
* Generate action files manually (as opposed to during the build).
* nemo-desktop-utils.c: return 0 for monitor index if a widget
isn't realised (this can happen during configuration changes
and during session startup).
* nemo-desktop-icon-view.c: Disconnect from the same gsettings
instance we connected to.
* nemo-desktop-manager, nemo-application: Fix some cleanup
issues - disconnect from the correct objects when disposing of
the desktop manager, and destroy the desktop manager earlier
in Nemo's destruction so there are no issues freeing the
DesktopInfos.
* notebook: Remove unused ifdef code.
* nemo-list-view.c: Detach the column header menu from metadata
when setting it up. Use the actual view's layout instead. When
reacting to visible columns being changed, simplify things by
iterating through the treeview column to build a new metadata
list.
* nemo-list-view.c: Don't show trash-specific columns in the
header menu.
* list view: Make changes to the search results view persistent.
gvfs can't save metadata for the search 'folder' so we store it
ourselves.
* eel-canvas.c: Fix touchscreen selection in icon views.
-------------------------------------------------------------------
Wed Jun 1 12:43:15 UTC 2016 - sor.alexei@meowr.ru