- Update to version 3.4.1.

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=103
This commit is contained in:
Alexei Sorokin
2017-05-07 18:08:10 +00:00
committed by Git OBS Bridge
parent 61e0f542a0
commit 0c09ce2f81
5 changed files with 98 additions and 24 deletions

View File

@@ -1,3 +1,96 @@
-------------------------------------------------------------------
Sun May 7 11:23:03 UTC 2017 - sor.alexei@meowr.ru
- Update to version 3.4.1 (changes since 3.2.2):
* Nemo-Icon-View: Fix missing cast warning.
* restore prototype lost in Nemo 3.2.0.
* Add a missing include.
* Fix quirks with tabs and search widgets.
* Don't reload while a reload is ongoing.
* Wildcard search for search-engine-simple.
* Fix a crash when attempting to delete an empty selection on
the desktop.
* Update polkit pkexec support.
* Fix search never resolving.
* nemo-dbus-manager.c: Add MoveURIs method.
* Improve date display.
* Use 24-hour date format when requested.
* Translate date formats.
* nautilus-file: Implement smarter dates.
* nautilus-list-view: Add a modified column with time.
* nautilus-file: Clarify translators comments.
* nautilus-file: Fix a memory leak.
* nautilus-file: Fix code style.
* Mark time format with xgettext:no-c-format.
* file: Fix date string day difference calculation.
* Use long day and month names if space allows.
* Make libselinux dependency controllable by configure switch.
* Raise tracker version.
* autogen.sh: Don't run aclocal.
* location-bar: Use a GFile in location-changed signal.
* l10n: Generate desktop file via generate_aditional_file.
* Add Cinnamon panel shortcuts (trash, computer, etc.) to the
launcher.
* Fix compiler warnings in the eel/ directory.
* nemo-desktop-window, nemo-blank-desktop-window: Clean
delete-event handling up.
* window: Make NemoWindow a GtkApplicationWindow.
* nemo-file-operations.c: Use only template filenames for new
files.
* nemo-navigation-action.c: Add new_tab_action.
* configure.ac: Remove CFLAGS line - the optimisation is
dangerous, and the fatal warnings for unused stuff was just
annoying when trying to refactor - warnings are enough.
* Use GTimer for tracking startup speed, and also use one to
track view loads.
* nemo-view.c: Add idle timer for benchmarking.
* Split off desktop handling into new process.
* Split off old icon container into the existing subclass
NemoIconViewContainer and set up a new subclass -
NemoIconViewGridContainer to match with a new
NemoDesktopIconGridView class. The old style is accessible via
the org.nemo.desktop 'use-desktop-grid' setting.
* Fix autostart file name so cinnamon session doesn't fail.
* Remove a bunch of comments, fix auto-layout not sticking.
* nemo-icon-container: Move debug drawing to the grid container
subclass. Trigger it using NEMO_DEBUG=Desktop when running
nemo-desktop.
* Implement horizontal layout.
* General fixes, icons, metadata issues between monitors. Provide
per-monitor metadata for desktop containers.
* Improve DND during keep-aligned, allow for insertion of items.
Implement zoom scaling and allow adjustment.
* Improve highlighting of hovered items
* Fix desktop folder launching - xdg-open was never intended to be
the final answer.
* Fix ellipses change listening - the is_desktop flag was being
set too late in the view construction process to connect to the
correct gsettings key.
* Fix regression causing metadata to be inconsistent in nemo
client window when navigating to and away from the Desktop
directory.
* Add some gsettings listeners for grid stuff.
* Fix dnd between monitors - clamp grid values, and ensure we
have a grid on the target monitor.
* Fix zoom switching, dnd placement, snapping.
* nemo-desktop-utils.c: Improve how we store the monitor number
for a desktop window.
* Use black instead of theme colour for pre-light label
highlighting.
* nemo-icon-canvas-item.c: Extend redraw area slightly for canvas
items. This ensures any small shadow we have is cleaned up
after an item is de-selected.
* nemo-desktop-icon-grid-view.c: Don't trigger a real update
while updating menus.
* Disable zoom for the desktop window (allow it only via context
menu).
* nemo-desktop-application: Clean some commented lines up.
* Fix desktop file error (gh#linuxmint#nemo#1477).
* nemo-navigation-action.c: Extend, Fix Middle-Click
(gh#linuxmint#nemo#1478).
* l10n: Update POT file.
- Rebase nemo-void-return-no-return.patch.
-------------------------------------------------------------------
Thu Dec 15 19:24:15 UTC 2016 - sor.alexei@meowr.ru