[gnome-builder/wip/gtk4-port: 45/67] add gtk4 porting notes




commit 564b17fdb2d415a8cdf279b44326af8ad9558c71
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 24 13:20:09 2021 -0700

    add gtk4 porting notes

 TODO-GTK-4.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/TODO-GTK-4.md b/TODO-GTK-4.md
new file mode 100644
index 000000000..5f4d8759c
--- /dev/null
+++ b/TODO-GTK-4.md
@@ -0,0 +1,12 @@
+# GTK 4 Notes
+
+This document is meant to help keep track of things that we will need to come back to as part of the GTK 4 
port.
+
+## IdeTree
+
+ * DnD drop targets need work, as they aren't being handled yet. This will be easier with plugins to test it.
+ * The cell renderer uses cairo drawing. Instead we should use icons for the Git states so we get GDK 
texture caching.
+
+## IdeRunManager
+
+ * We don't have a short manager for GTK 4 yet. We will want an accessory object for IdeApplication or 
similar. Alternatively, the workspace should monitor the IdeRunManager for changes and add/remove shortcuts.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]