summaryrefslogtreecommitdiff
path: root/src/resources/icons
Commit message (Collapse)AuthorAgeFilesLines
* progress-info-widget: use different icon for stopping operationPeter Eisenmann2023-04-241-0/+2
| | | | | | | | | | Using the same icon as for closing windows and dialogs can lead to user confusion and thus accidental cancellation of operations. This adds and uses a new icon, inspired by Builder's use of it to stop ongoing operations. Fixes #985
* name-cell: Redesign search listAntónio Fernandes2022-08-051-0/+2
| | | | | | | | Move path to bottom, because it's a caption for the filename, not a title. Move FTS snipped into a popover, to avoid changing the row layout. Closes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2354
* properties-window: use level bar to visualize diskPeter Eisenmann2022-07-281-0/+2
| | | | | | | | | | | | | | | | For filesystems replace the previous pie chart widget with a GtkLevelBar and show it on the top. Reserved space is now included under 'used' without a separate representation. Total, used and free disk space are indicated as a legend under the bar, with used and free being color-mapped through a respectively colored dot. The 'Open in Disks' button is replaced with an inline row action, indicated by a newly added 'external-link-symbolic' icon. Filesystems no longer display 'Folder' as a type, but instead the actual filesystem type. Part of #1326
* query-editor: Reimplement filter tagsAntónio Fernandes2022-06-301-0/+2
GdTaggedEntry hasn't been ported to GTK 4, so we've temporarily regressed. While a new tagged entry is not available in libadwaita, let's restore the functionality with a custom implementation.