Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
119
devel-docs/reference/gimp-ui/gimp-ui-3.0.toml.in
Normal file
|
@ -0,0 +1,119 @@
|
|||
[library]
|
||||
namespace = "GimpUi"
|
||||
version = "@GIMP_VERSION@"
|
||||
browse_url = "https://gitlab.gnome.org/GNOME/gimp/"
|
||||
repository_url = "https://gitlab.gnome.org/GNOME/gimp.git"
|
||||
website_url = "https://www.gimp.org"
|
||||
authors = "GIMP contributors"
|
||||
logo_url = "@GIMP_LOGO@"
|
||||
license = "GPL-3.0-or-later"
|
||||
description = "GIMP UI library"
|
||||
dependencies = [
|
||||
'Babl-0.1',
|
||||
'Gimp-3.0',
|
||||
'GLib-2.0',
|
||||
'GObject-2.0',
|
||||
'GdkPixbuf-2.0',
|
||||
'Gegl-0.4',
|
||||
'Gio-2.0',
|
||||
'Gtk-3.0',
|
||||
'cairo-1.0',
|
||||
]
|
||||
devhelp = true
|
||||
search_index = true
|
||||
|
||||
# These links are mostly used for the dependency lists in index page.
|
||||
|
||||
[dependencies."Babl-0.1"]
|
||||
name = "Babl"
|
||||
description = "Pixel encoding and color space conversion engine"
|
||||
docs_url = "https://gegl.org/babl"
|
||||
|
||||
[dependencies."Gimp-3.0"]
|
||||
name = "Gimp"
|
||||
description = "GIMP Library"
|
||||
docs_url = "https://developer.gimp.org/api/3.0/libgimp/"
|
||||
|
||||
[dependencies."GLib-2.0"]
|
||||
name = "GLib"
|
||||
description = "C Utility Library"
|
||||
docs_url = "https://developer.gnome.org/glib/stable"
|
||||
|
||||
[dependencies."GObject-2.0"]
|
||||
name = "GObject"
|
||||
description = "The base type system library"
|
||||
docs_url = "https://developer.gnome.org/gobject/stable"
|
||||
|
||||
[dependencies."GdkPixbuf-2.0"]
|
||||
name = "GdkPixbuf"
|
||||
description = "Image loading and scaling"
|
||||
docs_url = "https://docs.gtk.org/gdk-pixbuf/"
|
||||
|
||||
[dependencies."Gegl-0.4"]
|
||||
name = "Gegl"
|
||||
description = "Generic Graphics Library"
|
||||
docs_url = "https://gegl.org/"
|
||||
|
||||
[dependencies."Gio-2.0"]
|
||||
name = "Gio"
|
||||
description = "GObject interfaces and objects"
|
||||
docs_url = "https://developer.gnome.org/gio/stable"
|
||||
|
||||
[dependencies."Gtk-3.0"]
|
||||
name = "Gtk"
|
||||
description = "The GTK toolkit"
|
||||
docs_url = "https://developer.gnome.org/gtk3/stable"
|
||||
|
||||
[dependencies."cairo-1.0"]
|
||||
name = "cairo"
|
||||
description = "A 2D graphics library with support for multiple output devices"
|
||||
docs_url = "https://www.cairographics.org/manual/"
|
||||
|
||||
[theme]
|
||||
name = "basic"
|
||||
show_index_summary = true
|
||||
show_class_hierarchy = true
|
||||
|
||||
[source-location]
|
||||
base_url = "https://gitlab.gnome.org/GNOME/gimp/-/blob/master/"
|
||||
|
||||
[extra]
|
||||
content_files = [
|
||||
'widget-gallery.md',
|
||||
]
|
||||
content_images = [
|
||||
'images/browser.png',
|
||||
'images/busy-box.png',
|
||||
'images/button.png',
|
||||
'images/chain-button.png',
|
||||
'images/color-area.png',
|
||||
'images/color-button.png',
|
||||
'images/color-hex-entry.png',
|
||||
'images/color-notebook.png',
|
||||
'images/color-profile-combo-box.png',
|
||||
'images/color-profile-view.png',
|
||||
'images/color-scale.png',
|
||||
'images/color-scales.png',
|
||||
'images/color-select.png',
|
||||
'images/color-selection.png',
|
||||
'images/dialog.png',
|
||||
'images/enum-combo-box.png',
|
||||
'images/enum-label.png',
|
||||
'images/file-entry.png',
|
||||
'images/frame.png',
|
||||
'images/hint-box.png',
|
||||
'images/int-combo-box.png',
|
||||
'images/memsize-entry.png',
|
||||
'images/number-pair-entry.png',
|
||||
'images/offset-area.png',
|
||||
'images/page-selector.png',
|
||||
'images/path-editor.png',
|
||||
'images/pick-button.png',
|
||||
'images/preview-area.png',
|
||||
'images/ruler.png',
|
||||
'images/string-combo-box.png',
|
||||
'images/unit-combo-box.png',
|
||||
]
|
||||
# The urlmap is used as base links when an API docs refer to a type or
|
||||
# function from another library.
|
||||
urlmap_file = "urlmap.js"
|
BIN
devel-docs/reference/gimp-ui/images/browser.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
devel-docs/reference/gimp-ui/images/busy-box.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
devel-docs/reference/gimp-ui/images/button.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
devel-docs/reference/gimp-ui/images/chain-button.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-area.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-button.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-hex-entry.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-notebook.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-profile-combo-box.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-profile-view.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-scale.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-scales.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-select.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
devel-docs/reference/gimp-ui/images/color-selection.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
devel-docs/reference/gimp-ui/images/dialog.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
devel-docs/reference/gimp-ui/images/enum-combo-box.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
devel-docs/reference/gimp-ui/images/enum-label.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
devel-docs/reference/gimp-ui/images/file-entry.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
devel-docs/reference/gimp-ui/images/frame.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
devel-docs/reference/gimp-ui/images/hint-box.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
devel-docs/reference/gimp-ui/images/int-combo-box.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
devel-docs/reference/gimp-ui/images/memsize-entry.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
devel-docs/reference/gimp-ui/images/number-pair-entry.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
devel-docs/reference/gimp-ui/images/offset-area.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
devel-docs/reference/gimp-ui/images/page-selector.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
devel-docs/reference/gimp-ui/images/path-editor.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
devel-docs/reference/gimp-ui/images/pick-button.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
devel-docs/reference/gimp-ui/images/preview-area.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
devel-docs/reference/gimp-ui/images/ruler.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
devel-docs/reference/gimp-ui/images/string-combo-box.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
devel-docs/reference/gimp-ui/images/unit-combo-box.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
39
devel-docs/reference/gimp-ui/meson.build
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Extra markdown files
|
||||
gimp_ui_doc_content_files = [
|
||||
'widget-gallery.md',
|
||||
]
|
||||
|
||||
gimp_ui_doc_toml = configure_file(
|
||||
input: 'gimp-ui-3.0.toml.in',
|
||||
output: '@BASENAME@',
|
||||
configuration: {
|
||||
'GIMP_VERSION': gimp_version,
|
||||
'GIMP_LOGO': '../images/gimp-devel-logo.png',
|
||||
},
|
||||
)
|
||||
|
||||
gimp_ui_docs = custom_target('gimp-ui-docs',
|
||||
input: libgimpui_gir[0],
|
||||
output: 'libgimpui-@0@'.format(gimp_api_version),
|
||||
command: [
|
||||
gi_docgen,
|
||||
'generate',
|
||||
'--quiet',
|
||||
'--fatal-warnings',
|
||||
'--config', gimp_ui_doc_toml,
|
||||
'--output-dir=@OUTPUT@',
|
||||
'--no-namespace-dir',
|
||||
'--content-dir=@0@'.format(meson.current_source_dir()),
|
||||
'--add-include-path=@0@'.format(meson.project_build_root() / 'libgimp'),
|
||||
'--add-include-path=@0@'.format(get_option('prefix') / 'share' / 'gir-1.0'),
|
||||
'@INPUT@',
|
||||
],
|
||||
depends: libgimp_gir[0],
|
||||
depend_files: [
|
||||
gimp_ui_doc_toml,
|
||||
gimp_ui_doc_content_files,
|
||||
],
|
||||
build_by_default: true,
|
||||
install: true,
|
||||
install_dir: get_option('datadir') / 'doc' / 'gimp-@0@'.format(gimp_app_version),
|
||||
)
|
12
devel-docs/reference/gimp-ui/urlmap.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
// A map between namespaces and base URLs for their online gi-docgen documentation
|
||||
baseURLs = [
|
||||
[ 'Babl', 'https://developer.gimp.org/api/babl/' ],
|
||||
[ 'Gegl', 'https://developer.gimp.org/api/gegl/' ],
|
||||
[ 'GLib', 'https://docs.gtk.org/glib/' ],
|
||||
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
|
||||
[ 'Gdk', 'https://docs.gtk.org/gdk3/' ],
|
||||
[ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
|
||||
[ 'Gio', 'https://docs.gtk.org/gio/' ],
|
||||
[ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
|
||||
[ 'Gimp', 'https://developer.gimp.org/api/3.0/libgimp/' ],
|
||||
]
|
36
devel-docs/reference/gimp-ui/widget-gallery.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
Title: Widget gallery
|
||||
|
||||
Widget gallery
|
||||
==============
|
||||
|
||||
[](class.Browser.html)
|
||||
[](class.Button.html)
|
||||
[](class.BusyBox.html)
|
||||
[](class.ChainButton.html)
|
||||
[](class.ColorArea.html)
|
||||
[](class.ColorButton.html)
|
||||
[](class.ColorHexEntry.html)
|
||||
[](class.ColorNotebook.html)
|
||||
[](class.ColorScale.html)
|
||||
[](class.ColorScales.html)
|
||||
[](class.ColorSelect.html)
|
||||
[](class.ColorSelection.html)
|
||||
[](class.ColorProfileComboBox.html)
|
||||
[](class.ColorProfileView.html)
|
||||
[](class.Dialog.html)
|
||||
[](class.EnumComboBox.html)
|
||||
[](class.EnumLabel.html)
|
||||
[](class.FileEntry.html)
|
||||
[](class.Frame.html)
|
||||
[](class.HintBox.html)
|
||||
[](class.IntComboBox.html)
|
||||
[](class.MemsizeEntry.html)
|
||||
[](class.NumberPairEntry.html)
|
||||
[](class.OffsetArea.html)
|
||||
[](class.PageSelector.html)
|
||||
[](class.PathEditor.html)
|
||||
[](class.PickButton.html)
|
||||
[](class.PreviewArea.html)
|
||||
[](class.Ruler.html)
|
||||
[](class.StringComboBox.html)
|
||||
[](class.UnitComboBox.html)
|