[gimp] Help menu: various updates



commit 85e6700aac7c7840827af2708a927e2f23c60d1b
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Wed Nov 14 09:17:21 2018 +0000

    Help menu: various updates
    
    Commented out the inactive plug-ins registry: no point linking to a dead page.
    
    Added links to the roadmap page, main wiki page, and the bug tracker. Placed
    the link to the bug tracker one level up from '<Image>/Help/GIMP Online'
    to make it more visible.

 plug-ins/script-fu/scripts/gimp-online.scm | 75 +++++++++++++++++++++++++-----
 1 file changed, 63 insertions(+), 12 deletions(-)
---
diff --git a/plug-ins/script-fu/scripts/gimp-online.scm b/plug-ins/script-fu/scripts/gimp-online.scm
index cc67360c52..fa265f8605 100644
--- a/plug-ins/script-fu/scripts/gimp-online.scm
+++ b/plug-ins/script-fu/scripts/gimp-online.scm
@@ -169,10 +169,22 @@
   (plug-in-web-browser "https://developer.gimp.org/";)
 )
 
-(define (gimp-online-plug-in-web-site)
-  (plug-in-web-browser "https://registry.gimp.org/";)
+(define (gimp-online-roadmap)
+  (plug-in-web-browser "https://wiki.gimp.org/wiki/Roadmap";)
 )
 
+(define (gimp-online-wiki)
+  (plug-in-web-browser "https://wiki.gimp.org/wiki/Main_Page";)
+)
+
+(define (gimp-online-bugs-features)
+  (plug-in-web-browser "https://gitlab.gnome.org/GNOME/gimp/issues";)
+)
+
+; (define (gimp-online-plug-in-web-site)
+;   (plug-in-web-browser "https://registry.gimp.org/";)
+; )
+
 
 (script-fu-register "gimp-online-main-web-site"
    _"_Main Web Site"
@@ -200,6 +212,45 @@
                          "<Image>/Help/GIMP Online")
 
 
+(script-fu-register "gimp-online-roadmap"
+   _"_Roadmap"
+   _"Bookmark to the roadmap of GIMP"
+    "Alexandre Prokoudine <alexandre prokoudine gmail com>"
+    "Alexandre Prokoudine <alexandre prokoudine gmail com>"
+    "2018"
+    ""
+)
+
+(script-fu-menu-register "gimp-online-roadmap"
+                         "<Image>/Help/GIMP Online")
+
+
+(script-fu-register "gimp-online-wiki"
+   _"_Wiki"
+   _"Bookmark to the wiki of GIMP"
+    "Alexandre Prokoudine <alexandre prokoudine gmail com>"
+    "Alexandre Prokoudine <alexandre prokoudine gmail com>"
+    "2018"
+    ""
+)
+
+(script-fu-menu-register "gimp-online-wiki"
+                         "<Image>/Help/GIMP Online")
+
+
+(script-fu-register "gimp-online-bugs-features"
+   _"_Bug Reports and Feature Requests"
+   _"Bookmark to the bug tracker of GIMP"
+    "Alexandre Prokoudine <alexandre prokoudine gmail com>"
+    "Alexandre Prokoudine <alexandre prokoudine gmail com>"
+    "2018"
+    ""
+)
+
+(script-fu-menu-register "gimp-online-bugs-features"
+                         "<Image>/Help")
+
+
 (script-fu-register "gimp-online-docs-web-site"
    _"_User Manual Web Site"
    _"Bookmark to the GIMP web site"
@@ -213,14 +264,14 @@
                          "<Image>/Help/GIMP Online")
 
 
-(script-fu-register "gimp-online-plug-in-web-site"
-   _"Plug-in _Registry"
-   _"Bookmark to the GIMP web site"
-    "Henrik Brix Andersen <brix gimp org>"
-    "Henrik Brix Andersen <brix gimp org>"
-    "2003"
-    ""
-)
+; (script-fu-register "gimp-online-plug-in-web-site"
+;    _"Plug-in _Registry"
+;    _"Bookmark to the GIMP web site"
+;     "Henrik Brix Andersen <brix gimp org>"
+;     "Henrik Brix Andersen <brix gimp org>"
+;     "2003"
+;     ""
+; )
 
-(script-fu-menu-register "gimp-online-plug-in-web-site"
-                         "<Image>/Help/GIMP Online")
+; (script-fu-menu-register "gimp-online-plug-in-web-site"
+;                          "<Image>/Help/GIMP Online")


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