[gnome-builder/wip/gtk4-port] add gtk4 porting notes
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] add gtk4 porting notes
- Date: Fri, 24 Sep 2021 20:20:14 +0000 (UTC)
commit 0b99ec73fb065f59b55983da55d2aa95d7216b45
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]