- Update to version 3.2.0.

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=99
This commit is contained in:
Alexei Sorokin
2016-11-09 12:16:13 +00:00
committed by Git OBS Bridge
parent f344957e3d
commit dec19c2814
7 changed files with 116 additions and 58 deletions

View File

@@ -1,3 +1,74 @@
-------------------------------------------------------------------
Tue Nov 8 13:01:41 UTC 2016 - sor.alexei@meowr.ru
- Update to version 3.2.0:
* Migrate away from gnome-common deprecated vars and macros.
* Fix GCC pointer signedness warnings.
* Add a .view style class on the icon view scrolled window.
* window: Remove a custom get_preferred_width/height implementation.
We already take care of the default size when we create the
window, and these only break assumptions of the default
GtkWindow's handlers.
* pathbar: Avoid GTK+ warnings.
* pathbar: Remove a hardcoded width for sliders.
* Close an open_as_root child on child exit.
* nemo-context-menu-menu-item.c: Use correct grammar in the
context menu toggle.
* Fix a GTK+ 3.21.3+ desktop redraw issue (gh#linuxmint/nemo#1231).
* Replace a deprecated gtk_icon_info_free() with g_object_unref().
* file-operations: Reduce the time for reliable transfer rate.
* Remove a 'Show text in icon' preference.
* nemo-view.c: Unescape uris being passed to file-roller during
drag-and-drop (replaces %20 with spaces).
* Expand grid width to canvas.
* Minimum of one column.
* Update nemo-file.c.
* trash-monitor: Change trash monitoring process.
* Fix --geometry option when Nemo is already running.
* Keep warnings as warnings when building the packages.
* nemo-window.c: Save sidebar width 100ms after last change.
* nemo-application.c: Fix maximised window state preservation.
* Remove conditional ellipsis code for GTK+ < 3.12.0 builds.
* Bind double left click on blank to go to parent directory.
* Add an option to manage double cick in blank area (off by
default) because it changes previous behaviour.
* nemo-file.c: Only append .desktop to desktop files when they
actually need it. Trusted desktop files (ones that typically
get made and placed on the desktop) don't show their extension,
so when you try to rename them, the new name needs .desktop
appended to it.
* nemo-file-management-properties.glade: Improve the description
of the click-to-rename feature.
* nemo-thumbnails.c: Don't set a stack size.
* nemo-application.c: Look for already-existing desktop windows
before attempting to manage the desktop.
* desktop: Don't rebuild the desktop any time _NET_WORKAREA
changes - this can happen fairly frequently in some situations,
causing crashes due to the asynchronous nature of nemo's
directory loading back-end.
* eel-gnome-extensions.c: Use preferred terminal emulator when
using "Run in terminal" to execute something.
* nemo-desktop-manager.c: Run layout_changed when the widget
scale factor changes.
* file-undo-operations: Change trashed files matching condition.
* icon view: Use the correct container size for applying margins
to the icon container. Also, make sure icon data is fully
loaded before positioning items - desktop pseudo-items don't
necessarily have the correct bounding boxes defined by the time
layout occurs. Load this data just before trying to position
the icon, rather than just after.
* nemo-desktop-utils: Adjustments for Gtk 3.22 changes in monitor
management. gdk_screen_get_monitor_workarea() no longer returns
a valid workarea, it simply returns the geometry.
* nemo-desktop-manager.c: Reload the desktop in an idle callback.
* nemo-application.c: Add a whitelist for ignoring existing
desktop handlers by WM_CLASS match. By default 'conky' is in
the list.
- Remove nemo-fix-desktop-redraw.patch: fixed upstream.
- Move gtk-doc to the devel package.
- Update nemo-implicit-pointer-decl.patch and
nemo-void-return-no-return.patch.
-------------------------------------------------------------------
Tue Sep 27 12:38:17 UTC 2016 - sor.alexei@meowr.ru