[gimp-web-devel] roadmaps: improve a bit GIMP 3.0 roadmap.



commit fd1c82ed1f8646a6d62d63a98b8327a987afb9a6
Author: Jehan <jehan girinstud io>
Date:   Fri Oct 14 22:13:55 2022 +0200

    roadmaps: improve a bit GIMP 3.0 roadmap.
    
    - Rather than GtkAction→GAction, it seems what we need to do is a
      GtkAction→GMenuModel port (still WIP, so it may change anyway).
    - Rename "Redesign wire protocol for scripts/plug-ins" to "Redesign API for
      scripts/plug-ins". In the end, that's what is really happening so the roadmap
      title should reflect reality.

 roadmaps/3.0.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/roadmaps/3.0.md b/roadmaps/3.0.md
index affed46..662e5fb 100644
--- a/roadmaps/3.0.md
+++ b/roadmaps/3.0.md
@@ -1,10 +1,10 @@
-| Port to GTK3 | nearly done | GtkAction→GAction, GtkApplication ports in progress |
+| Port to GTK3 | nearly done | GtkAction→GMenuModel port remaining |
 | Port away from intltool | done | We are now full gettext |
-| Port to meson build | done | We are in the extensive testing phase.  Autotools build is still available 
for now as fallback |
-| Redesign wire protocol for scripts/plug-ins | work in progress | GObject Introspection introduced, along 
with refactoring for plug-ins, no wire protocol redesign in the end, big API improvements still worked on |
+| Port to meson build | done | Extensive testing phase. Autotools build still available as fallback |
+| Redesign API for scripts/plug-ins | work in progress | GObject Introspection introduced, along with 
refactoring, no wire protocol redesign in the end, big API improvements still worked on |
 | Wayland support | work in progress | Various bugs still happen, especially in window management area 
(broken sizes and positions), color management… |
 | Space invasion | work in progress | Various color management improvements, CMYK support (not as core image 
format, but import/export and picking/choosing/viewing)… |
-| Multi-layer selection | nearly done |  Most tools are multi-layer aware, some code still need to be 
improved (Alignment tool, GEGL filters, plug-in API…) |
-| Extensions management | work in progress | core work mostly done; website and platform still need to be 
done |
+| Multi-layer selection | nearly done | Most tools are multi-layer aware, some code still need to be 
improved (Alignment tool, GEGL filters, plug-in API…) |
+| Extensions management | work in progress | Core work mostly done; website and platform still need to be 
done |
 | Paint Select tool | playground | Released as experimental in 2.99.4, needs work |
 | Less "floating selection" | in discussion | Discussed on the [gimp-gui mailing 
list](https://mail.gnome.org/archives/gimp-gui-list/2020-December/msg00000.html) |


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