Revisions of nemo
Dominique Leuenberger (dimstar_suse)
accepted
request 1130390
from
Dirk Mueller (dirkmueller)
(revision 52)
- update to 6.0.0: * nemo-window-slot.c: Update the drop zone target each time the location changes, not just when the view type changes. * Fix some leaks, g_object_unref safety. * Use `activation_uri` as a second choice in `nemo_file_get_local_uri` * nemo-desktop-link.c: Fix warning when toggling the Trash icon in desktop settings. * Fix some style/icon problems. * search: Relax folder restrictions to allow gvfs locations. * compact view: Improve text and selection highlight alignment. * eel-gtk-extensions.c: (Wayland) Fix menu popup positioning, popup * nemo-file.c: Update hard-coded value for size of thumbnails. * Update issue template with a link to open and closed issues. * eel-gtk-extensions: Make wayland display check reusable. * nemo-view.c: Use an admin:/// uri for the 'Open as Root' action when running under Wayland. * nemo-window-slot: Set up dnd against the slot itself instead of updating the target data each time the location changes. * Fix issue when generating video thumbnails from network shares * nemo-thumbnails: Use g_file_peek_path to simplify network-to- local uri conversion. * Emphasize checking for duplicate existing issues in the bug report form. * nemo-window-slot.c: Disable drop bar, until circular reference can be resolved. * nemo-window.c: Don't update saved window state if the window is tiled when closing it. * Fix trying the same filename when moving a file with
Dominique Leuenberger (dimstar_suse)
accepted
request 1073642
from
Dirk Mueller (dirkmueller)
(revision 51)
- update to 5.6.4: * nemo-view-dnd.c: Fix the check for a web link's title, and use the url if it's missing. * nemo-mime-actions.c: Prioritize an http link to open in a browser, regardless of the mimetype of the link's target. * Fix for List View thumbnail scaling at HiDPI * list-view: Scale the thumbnail correctly when applying emblems, and fix the emblem sanity checks everywhere. * file info: Use generic methods for attributes that aren't guaranteed to be supported by the filesystem.
Dominique Leuenberger (dimstar_suse)
accepted
request 1061806
from
Dirk Mueller (dirkmueller)
(revision 50)
Dominique Leuenberger (dimstar_suse)
accepted
request 1060064
from
Dirk Mueller (dirkmueller)
(revision 49)
Dominique Leuenberger (dimstar_suse)
accepted
request 1058314
from
Aaron Stern (ukbeast89)
(revision 48)
Dominique Leuenberger (dimstar_suse)
accepted
request 1040429
from
Aaron Stern (ukbeast89)
(revision 47)
Dominique Leuenberger (dimstar_suse)
accepted
request 950147
from
Aaron Stern (ukbeast89)
(revision 46)
Dominique Leuenberger (dimstar_suse)
accepted
request 933955
from
Aaron Stern (ukbeast89)
(revision 45)
Dominique Leuenberger (dimstar_suse)
accepted
request 929986
from
Aaron Stern (ukbeast89)
(revision 44)
Dominique Leuenberger (dimstar_suse)
accepted
request 906785
from
andy great (andythe_great)
(revision 43)
Dominique Leuenberger (dimstar_suse)
accepted
request 900702
from
Factory Maintainer (factory-maintainer)
(revision 42)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 887347
from
andy great (andythe_great)
(revision 41)
Dominique Leuenberger (dimstar_suse)
accepted
request 877258
from
Aaron Stern (ukbeast89)
(revision 40)
Dominique Leuenberger (dimstar_suse)
accepted
request 865388
from
Factory Maintainer (factory-maintainer)
(revision 39)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 862011
from
andy great (andythe_great)
(revision 38)
- Update to version 4.8.3. * file-operation: Prevent recursion to speed up emptying trash * file-operations: auto-escape filenames on native ntfs mounts * file-operations: auto-escape filenames on fuseblk mounts * file-operations: don't auto-escape semicolon * nemo-file-operations: Remove a toplevel folder from favorites during a delete operation. * nemo-file.c: Check if a favorite:///file is a symbolic link before trying to look up its target uri. * nemo-file.c: nemo_file_set_is_favorite - always set metadata, not just when a file is a symlink. * nemo-file.c: nemo_file_is_local - Use the target file uri to decide if a file in the favorites:/// view should be considered local. * nemo-view.c: Hide the 'move to trash' menu items for recent and favorites, and hide the 'delete' item in favorites. * nemo-view.c: Fix visibility check for the trash menu item. * favorites: Accept dnd to places-sidebar item to add favorites, refactor existing dnd in list and icon views. * nemo-file.c: Check for a broken symbolic link before trying to get a favorite's target uri. * nemo-file-conflict-dialog.c: Fix hidpi scaling of the file icons. * nemo-file.c: Allow the favorites folder to better respect the various thumbnailing settings. * Add escaping for percent sign in action Exec * build: fix typelibdir in libnemo-extension/meson.build. * nemo-desktop-manager.c: Recreate the desktop when the primary monitor's scale factor changes.
Dominique Leuenberger (dimstar_suse)
accepted
request 859465
from
andy great (andythe_great)
(revision 37)
- Update to version 4.8.2. * Fix some leaks revealed by valgrind. * nemo-directory-async.c: Fix an issue with the idle favorite check. * nemo-places-sidebar.c: Remove favorites signal listener when the sidebar is destroyed. - Updates for version 4.8.1 * Removed unused variable * nemo-window.c: Blocks operations while renaming. Fixes #1854 * build: Update some dependencies. * change favorites icon * Fixes 276. Remove type-ahead search on mouse click * Remove Send by Email action * Hide some menu items when running as root - Remove explicit-lib-dependency libcinnamon-desktop-data.
Dominique Leuenberger (dimstar_suse)
accepted
request 855377
from
andy great (andythe_great)
(revision 36)
- Update to version 4.8.0. * Misc cleanup * data/nemo.desktop.in: fix icon * Add option to preview files up to 64GB * Drop Debian menu file * Fixed small copy-paste bug. * small improves to debian/copyright and debian/not-installed * Removed unused variables in pathbar function (#2549) * Remove uft8 colon-like char in datetime strings * Add XAppFavorites support. * Fix for #2513. Avoid single quote escape by checkng for QUOTE_TYPE_SINGLE and QUOTE_TYPE_DOUBLE. * nemo-action.c: Fix build from previous commit typo. * make sure pango development files are installed * Fixes #942. Uses g_content_type_get_description for when mime type is NULL. * Fixing small memory leak. Freeing volume_monitor per GIO documentation. * Fixes #2499. Changes the option from -x to -- when using gnome-terminal * nemo-connect-dialog: Remove Help button (#2562) * nemo-mime-actions.c: Don't show mime button if the activation URI is null (#2559) * l10n: Update POT * l10n: Generate files
Dominique Leuenberger (dimstar_suse)
accepted
request 839892
from
Factory Maintainer (factory-maintainer)
(revision 35)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 837237
from
Aaron Stern (ukbeast89)
(revision 34)
Displaying revisions 1 - 20 of 53