summaryrefslogtreecommitdiff
path: root/eel/meson.build
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-12-12 17:59:39 +0000
committerAntónio Fernandes <antoniof@gnome.org>2021-12-29 11:39:32 +0000
commit2d1deaac2dd12b0ba16446bfbf3498b266e60338 (patch)
tree610bd491deafad00a10e82ba5253573b1635bb52 /eel/meson.build
parent5830de7f41f2f92e60d84ec561720e1f3bc1aae6 (diff)
downloadnautilus-2d1deaac2dd12b0ba16446bfbf3498b266e60338.tar.gz
general: Remove canvas view
The new grid view has reached feature parity with the canvas, if we ignore drag-and-drop and clipboard support (which would need to be reimplemented in GTK 4 anyway) and performance scalability (which is a problem of GtkFlowBox and solvable by using GtkGridView in GTK 4). The canvas view relies on extensive custom implementation for layout, drawing, input handling, accessibility, etc., which would be too hard to port to in GT1K4. Furthermore, most of its features, such as support for manual sorting, haven't been used since the "icons on desktop" feature has been taken out from this app. We are actually using a swiss army knife for a job where we only need a single blade -- a simple pocketknife would do! Therefore, we say goodbye to this seasoned veteran widget, who has served us for 2 whole decades.
Diffstat (limited to 'eel/meson.build')
-rw-r--r--eel/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/eel/meson.build b/eel/meson.build
index e5fa7465d..8f88a9bad 100644
--- a/eel/meson.build
+++ b/eel/meson.build
@@ -1,8 +1,6 @@
libeel_2_sources = [
'eel-art-extensions.h',
'eel-art-extensions.c',
- 'eel-canvas.h',
- 'eel-canvas.c',
'eel-debug.h',
'eel-debug.c',
'eel-glib-extensions.h',