files icon indicating copy to clipboard operation
files copied to clipboard

Files.IconInfo: Replace Gtk.IconInfo and Gdk.Pixbuf

Open jeremypw opened this issue 9 months ago • 1 comments

This makes Files.IconInfo functional. Attempts to keep pixbufs failed as these cannot (at least easily) from ThemedIcons. It was replaced with Gdk.Paintable which is an interface implemented by both IconPaintable and Texture. Images can readily be obtained from them in the same way as from pixbufs. It should be straightforward to use them with dynamic views although the cellrenderers used in the legacy views will need substantial changes.

jeremypw avatar Mar 14 '25 19:03 jeremypw

As this fixes CI it makes sense to consider this for merging into the skeleton first.

jeremypw avatar Mar 19 '25 15:03 jeremypw