Accepting request 896908 from home:andythe_great:branches:X11:Cinnamon:Factory
- Update to version 5.0.0. * Issue 1881. Adds keyboard shortcut for Same Location as other pane. Adds shortcut to shorcut UI. * Issue 1263. Enables F6 to immediately toggle between panes. * nemo-shortcuts.ui: Add a new section for dual-pane and put related shortcuts there. * Added option to toggle sorting favorites before other files * Fixed whitespace * nemo-main-application.c: Remove 30s inactivity timeout. * nemo-menu-provider.c: Don't request menu items for selections if there is no selection - not all extensions guard against this. * Fix segfault when g_file_info_get_symlink_target() returns "". * feat: added the `--existing-window` flag to open URLs in an existing window, cf https://github.com/linuxmint/nemo/issues/2674 * feat: use `gtk_window_present_with_time()` instead of `gtk_window_present()`, otherwise the window manager will ignore this window's focus request and try to just mark it urgent instead (flashing in the window list for example) * Fixes 2696. Detects if Trash is supported. * nemo-places-sidebar.c: Fix bookmark separator positioning to account for conditionally hidden immovable elements. * nemo-desktop-application.c: Remove root check. * nemo-view.c: Hide trash menu item when trash is not supported. * Add option to treat root as normal. * actions: Implement passing the active window xid to exec strings. * nemo-window-menus.c: hide gvfs locations based on their actual availability, not strictly on the process uid. * nemo actions: Implement reverse dependencies. * nemo-view.c: Only update the context menu when it's about to be shown. * docs: added docs for the `--existing-window` flag * Allow images to be viewed in supported image viewers in the same order as they are shown in the current nemo view (directory or search). * Remove g_list_insert_before_link call for compatibility with older glib versions. * Revert "nemo-view.c: Only update the context menu when it's about to be" * nemo-view.c: Delay actions and extension menu providers from updating until the menu is requested. * bookmark-list: Clean up and close memory leak General cleanup. Use NemoBookmarkList instead of casting itself every line. * Prevent the menu bar from disappearing when some of its elements is currently selected. * Remove the menu bar inmediately after selecting an item (if configured to auto-hide). * nemo-directory.c: Fix memory leak. * nemo-directory.c: Fix previous commit which altered potential behavior more than necessary. * Issue 541. Removes spaces from Samba drive paths in location bar. * nemo-list-view.c: Implement 'double-click blank area to go up one (#2646) * Fixes #2244. Adds logic to strip leading whitespace and checks for absolute path when copy/pasting value. * Fixes Issue #2415. Removes nemo self checks (#2439) * nemo-places-sidebar.c: Sort all devices in the sidebar. * nemo-location-entry.c: Don't modify a string we don't own. * Implement Content search. * Add a search helper for Open XML (MS Office). OBS-URL: https://build.opensuse.org/request/show/896908 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=172
This commit is contained in:
parent
ea5393e210
commit
4e9566f698
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcaca1268d5f3b47d08c0524bea2fa3f1cb9861a7a7469a06320ab82504e1eae
|
|
||||||
size 1466138
|
|
3
nemo-5.0.0.tar.gz
Normal file
3
nemo-5.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7babba5b429cd65fa60791fa92c0927ee794ee594c84e52cbc68230a309765bb
|
||||||
|
size 1482253
|
62
nemo.changes
62
nemo.changes
@ -1,3 +1,65 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 31 14:08:02 UTC 2021 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
- Update to version 5.0.0.
|
||||||
|
* Issue 1881. Adds keyboard shortcut for Same Location as other
|
||||||
|
pane. Adds shortcut to shorcut UI.
|
||||||
|
* Issue 1263. Enables F6 to immediately toggle between panes.
|
||||||
|
* nemo-shortcuts.ui: Add a new section for dual-pane and put related
|
||||||
|
shortcuts there.
|
||||||
|
* Added option to toggle sorting favorites before other files
|
||||||
|
* Fixed whitespace
|
||||||
|
* nemo-main-application.c: Remove 30s inactivity timeout.
|
||||||
|
* nemo-menu-provider.c: Don't request menu items for selections if
|
||||||
|
there is no selection - not all extensions guard against this.
|
||||||
|
* Fix segfault when g_file_info_get_symlink_target() returns "".
|
||||||
|
* feat: added the `--existing-window` flag to open URLs in an
|
||||||
|
existing window, cf https://github.com/linuxmint/nemo/issues/2674
|
||||||
|
* feat: use `gtk_window_present_with_time()` instead of
|
||||||
|
`gtk_window_present()`, otherwise the window manager will ignore
|
||||||
|
this window's focus request and try to just mark it urgent
|
||||||
|
instead (flashing in the window list for example)
|
||||||
|
* Fixes 2696. Detects if Trash is supported.
|
||||||
|
* nemo-places-sidebar.c: Fix bookmark separator positioning to
|
||||||
|
account for conditionally hidden immovable elements.
|
||||||
|
* nemo-desktop-application.c: Remove root check.
|
||||||
|
* nemo-view.c: Hide trash menu item when trash is not supported.
|
||||||
|
* Add option to treat root as normal.
|
||||||
|
* actions: Implement passing the active window xid to exec strings.
|
||||||
|
* nemo-window-menus.c: hide gvfs locations based on their actual
|
||||||
|
availability, not strictly on the process uid.
|
||||||
|
* nemo actions: Implement reverse dependencies.
|
||||||
|
* nemo-view.c: Only update the context menu when it's about to
|
||||||
|
be shown.
|
||||||
|
* docs: added docs for the `--existing-window` flag
|
||||||
|
* Allow images to be viewed in supported image viewers in the
|
||||||
|
same order as they are shown in the current nemo view
|
||||||
|
(directory or search).
|
||||||
|
* Remove g_list_insert_before_link call for compatibility with
|
||||||
|
older glib versions.
|
||||||
|
* Revert "nemo-view.c: Only update the context menu when it's
|
||||||
|
about to be"
|
||||||
|
* nemo-view.c: Delay actions and extension menu providers from
|
||||||
|
updating until the menu is requested.
|
||||||
|
* bookmark-list: Clean up and close memory leak General cleanup.
|
||||||
|
Use NemoBookmarkList instead of casting itself every line.
|
||||||
|
* Prevent the menu bar from disappearing when some of its elements
|
||||||
|
is currently selected.
|
||||||
|
* Remove the menu bar inmediately after selecting an item
|
||||||
|
(if configured to auto-hide).
|
||||||
|
* nemo-directory.c: Fix memory leak.
|
||||||
|
* nemo-directory.c: Fix previous commit which altered potential
|
||||||
|
behavior more than necessary.
|
||||||
|
* Issue 541. Removes spaces from Samba drive paths in location bar.
|
||||||
|
* nemo-list-view.c: Implement 'double-click blank area to go up one (#2646)
|
||||||
|
* Fixes #2244. Adds logic to strip leading whitespace and checks
|
||||||
|
for absolute path when copy/pasting value.
|
||||||
|
* Fixes Issue #2415. Removes nemo self checks (#2439)
|
||||||
|
* nemo-places-sidebar.c: Sort all devices in the sidebar.
|
||||||
|
* nemo-location-entry.c: Don't modify a string we don't own.
|
||||||
|
* Implement Content search.
|
||||||
|
* Add a search helper for Open XML (MS Office).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 21 16:48:35 UTC 2021 - andy great <andythe_great@pm.me>
|
Wed Apr 21 16:48:35 UTC 2021 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
%define typelib typelib-1_0-Nemo-3_0
|
||||||
Name: nemo
|
Name: nemo
|
||||||
Version: 4.8.6
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File browser for Cinnamon
|
Summary: File browser for Cinnamon
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -50,6 +50,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
|||||||
BuildRequires: pkgconfig(gtksourceview-2.0)
|
BuildRequires: pkgconfig(gtksourceview-2.0)
|
||||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||||
BuildRequires: pkgconfig(libexif)
|
BuildRequires: pkgconfig(libexif)
|
||||||
|
BuildRequires: pkgconfig(libgsf-1)
|
||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify)
|
||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user