From fbebfabca536997469777b719023591f243502e3 Mon Sep 17 00:00:00 2001 From: wpferguson Date: Tue, 22 Jun 2021 22:40:54 -0400 Subject: [PATCH] [Lua API] Removed references to API 6.x.x. Updated version to 7.0.0. Reordered types alphabetically. Fixed darktable.gui.libs.snapshots --- content/lua.api.manual/darktable/darktable.database.md | 2 -- .../lua.api.manual/darktable/darktable.destroy_event.md | 2 -- content/lua.api.manual/darktable/darktable.password.md | 2 -- content/lua.api.manual/darktable/darktable.preferences.md | 6 +----- .../lua.api.manual/darktable/darktable.register_event.md | 2 +- .../lua.api.manual/darktable/gui/libs/metadata_view.md | 2 -- content/lua.api.manual/darktable/gui/libs/select.md | 6 +++--- content/lua.api.manual/darktable/gui/libs/snapshots.md | 8 ++++---- content/lua.api.manual/events/selection-changed.md | 2 -- content/lua.api.manual/events/view-changed.md | 2 +- content/lua.api.manual/types/_pdf_mode_t.md | 2 +- content/lua.api.manual/types/_pdf_pages_t.md | 2 +- content/lua.api.manual/types/comp_type_t.md | 2 +- content/lua.api.manual/types/dt_collection_filter_t.md | 2 +- .../lua.api.manual/types/dt_collection_properties_t.md | 2 +- .../types/dt_collection_rating_comperator_t.md | 2 +- .../lua.api.manual/types/dt_collection_sort_order_t.md | 2 +- content/lua.api.manual/types/dt_collection_sort_t.md | 2 +- .../lua.api.manual/types/dt_imageio_exr_compression_t.md | 2 +- content/lua.api.manual/types/dt_imageio_j2k_format_t.md | 2 +- content/lua.api.manual/types/dt_imageio_j2k_preset_t.md | 2 +- .../types/dt_imageio_module_format_data_copy.md | 2 +- .../types/dt_imageio_module_format_data_exr.md | 2 +- .../types/dt_imageio_module_format_data_j2k.md | 2 +- .../types/dt_imageio_module_format_data_jpeg.md | 2 +- .../types/dt_imageio_module_format_data_pdf.md | 2 +- .../types/dt_imageio_module_format_data_pfm.md | 2 +- .../types/dt_imageio_module_format_data_png.md | 2 +- .../types/dt_imageio_module_format_data_ppm.md | 2 +- .../types/dt_imageio_module_format_data_tiff.md | 2 +- .../types/dt_imageio_module_format_data_webp.md | 2 +- .../lua.api.manual/types/dt_imageio_module_format_t.md | 2 +- .../types/dt_imageio_module_storage_data_email.md | 2 +- .../types/dt_imageio_module_storage_data_gallery.md | 2 +- .../types/dt_imageio_module_storage_data_latex.md | 2 +- .../types/dt_imageio_module_storage_data_piwigo.md | 2 +- .../lua.api.manual/types/dt_imageio_module_storage_t.md | 2 +- content/lua.api.manual/types/dt_lib_collect_mode_t.md | 2 +- .../lua.api.manual/types/dt_lib_collect_params_rule_t.md | 2 +- content/lua.api.manual/types/dt_lighttable_layout_t.md | 2 +- content/lua.api.manual/types/dt_lua_align_t.md | 2 +- content/lua.api.manual/types/dt_lua_backgroundjob_t.md | 2 +- content/lua.api.manual/types/dt_lua_cairo_t.md | 2 +- content/lua.api.manual/types/dt_lua_ellipsize_mode_t.md | 2 +- content/lua.api.manual/types/dt_lua_film_t.md | 2 +- content/lua.api.manual/types/dt_lua_image_t.md | 2 +- content/lua.api.manual/types/dt_lua_lib_t.md | 2 +- content/lua.api.manual/types/dt_lua_orientation_t.md | 2 +- content/lua.api.manual/types/dt_lua_snapshot_t.md | 2 +- content/lua.api.manual/types/dt_lua_tag_t.md | 2 +- content/lua.api.manual/types/dt_lua_view_t.md | 2 +- content/lua.api.manual/types/dt_pdf_stream_encoder_t.md | 2 +- content/lua.api.manual/types/dt_style_item_t.md | 2 +- content/lua.api.manual/types/dt_style_t.md | 2 +- content/lua.api.manual/types/dt_ui_container_t.md | 2 +- content/lua.api.manual/types/dt_ui_panel_t.md | 2 +- content/lua.api.manual/types/hint_t.md | 2 +- content/lua.api.manual/types/lua_box.md | 2 +- content/lua.api.manual/types/lua_button.md | 2 +- content/lua.api.manual/types/lua_check_button.md | 2 +- content/lua.api.manual/types/lua_combobox.md | 2 +- content/lua.api.manual/types/lua_container.md | 2 +- content/lua.api.manual/types/lua_entry.md | 2 +- content/lua.api.manual/types/lua_file_chooser_button.md | 2 +- content/lua.api.manual/types/lua_os_type.md | 2 +- content/lua.api.manual/types/lua_pref_type.md | 2 +- content/lua.api.manual/types/lua_section_label.md | 2 +- content/lua.api.manual/types/lua_slider.md | 2 +- content/lua.api.manual/types/lua_stack.md | 2 +- content/lua.api.manual/types/lua_text_view.md | 2 +- content/lua.api.manual/types/lua_widget.md | 6 +----- content/lua.api.manual/types/overview.md | 2 +- content/lua.api.manual/types/snapshot_direction_t.md | 2 +- content/lua.api.manual/version.md | 5 +---- 74 files changed, 74 insertions(+), 95 deletions(-) diff --git a/content/lua.api.manual/darktable/darktable.database.md b/content/lua.api.manual/darktable/darktable.database.md index ba91977..b1ef44e 100644 --- a/content/lua.api.manual/darktable/darktable.database.md +++ b/content/lua.api.manual/darktable/darktable.database.md @@ -48,8 +48,6 @@ imported. # darktable.database.get_image -**Lua API 6.2.0** - ``` function( image_id : int, diff --git a/content/lua.api.manual/darktable/darktable.destroy_event.md b/content/lua.api.manual/darktable/darktable.destroy_event.md index ce71a8a..c4415d7 100644 --- a/content/lua.api.manual/darktable/darktable.destroy_event.md +++ b/content/lua.api.manual/darktable/darktable.destroy_event.md @@ -6,8 +6,6 @@ draft: false author: "people" --- -**API 6.2.1** - ``` function( event_name : string, diff --git a/content/lua.api.manual/darktable/darktable.password.md b/content/lua.api.manual/darktable/darktable.password.md index e0972e1..9a8f94a 100644 --- a/content/lua.api.manual/darktable/darktable.password.md +++ b/content/lua.api.manual/darktable/darktable.password.md @@ -6,8 +6,6 @@ draft: false author: "people" --- -## Lua API 6.2.0 - Store and retrieve credentials using the darktable password storage backend. # darktable.password.save diff --git a/content/lua.api.manual/darktable/darktable.preferences.md b/content/lua.api.manual/darktable/darktable.preferences.md index 7a1ee81..bf1d55b 100644 --- a/content/lua.api.manual/darktable/darktable.preferences.md +++ b/content/lua.api.manual/darktable/darktable.preferences.md @@ -79,7 +79,7 @@ function( Reads a value from a Lua preference. -* **script** - _string_ - Invisible prefix to guarantee unicity of preferences. **Lua API 6.2.0** Specifying "darktable" as the script name allows access to the darktable core preferences. +* **script** - _string_ - Invisible prefix to guarantee unicity of preferences. Specifying "darktable" as the script name allows access to the darktable core preferences. * **name** - _string_ - The name of the preference displayed in the preference screen. * **type** - _[types.lua_pref_type](../../types/lua_pref_type)_ - The type of the preference. * **return** - _depends on type_ - The value of the preference. @@ -102,8 +102,6 @@ Writes a value to a Lua preference. * **type** - _[types.lua_pref_type](../../types/lua_pref_type)_ - The type of the preference. * **value** - _depends on type_ - The value to set the preference to. -**Lua API 6.2.0** - # darktable.preferences.destroy ``` @@ -119,8 +117,6 @@ Destroys a lua preference key and value. * **name** - _string_ - The name of the preference displayed in the preference screen. * **return** - _boolean_ - True for success, false otherwise. -**Lua API 6.2.0** - # darktable.preferences.get_keys ``` diff --git a/content/lua.api.manual/darktable/darktable.register_event.md b/content/lua.api.manual/darktable/darktable.register_event.md index 48baced..b51587e 100644 --- a/content/lua.api.manual/darktable/darktable.register_event.md +++ b/content/lua.api.manual/darktable/darktable.register_event.md @@ -18,7 +18,7 @@ function( This function registers a callback to be called when a given event happens. Events are documented in the [event](../events) section. -* **event_name** - _string_ - The name of the event used to manipulate the event. The combination of event_name and event_type must be unique. **API 6.2.1** +* **event_name** - _string_ - The name of the event used to manipulate the event. The combination of event_name and event_type must be unique. * **event_type** - _string_ - The name of the event to register to. * **callback** - _function_ - The function to call on event. The signature of the function depends on the type of event. diff --git a/content/lua.api.manual/darktable/gui/libs/metadata_view.md b/content/lua.api.manual/darktable/gui/libs/metadata_view.md index 5db6dc4..8667222 100644 --- a/content/lua.api.manual/darktable/gui/libs/metadata_view.md +++ b/content/lua.api.manual/darktable/gui/libs/metadata_view.md @@ -39,8 +39,6 @@ function( ## darktable.gui.libs.metadata_view.destroy_info -**lua API 6.2.0** - ``` function( name : string diff --git a/content/lua.api.manual/darktable/gui/libs/select.md b/content/lua.api.manual/darktable/gui/libs/select.md index 00d2ec4..5087209 100644 --- a/content/lua.api.manual/darktable/gui/libs/select.md +++ b/content/lua.api.manual/darktable/gui/libs/select.md @@ -25,7 +25,7 @@ function( Add a new button and call a callback when it is clicked -* **name** - _string_ - The name to use to refer to the select button **API 6.2.2** +* **name** - _string_ - The name to use to refer to the select button * **label** - _string_ - The label to display on the button * **callback** - _function_ - The function to call when the button is pressed * **\[tooltip\]** - _string_ - The tooltip to use on the new button @@ -45,7 +45,7 @@ The function to call when the button is pressed * **images** - _table of [types.dt_lua_image_t](../../../types/dt_lua_image_t)_ - The images in the current collection. This is the same content asdarktable.collection * **return** - _table of [types.dt_lua_image_t](../../../types/dt_lua_image_t)_ - The images to set the selection to -## darktable.gui.libs.select.destroy_selection **API 6.2.2** +## darktable.gui.libs.select.destroy_selection ``` function( @@ -57,7 +57,7 @@ Remove a button created by darktable.gui.libs.select.register_selection. * **name** - _string_ - The name of the selection button to destroy -## darktable.gui.libs.select.selection_set_sensitive **API 6.2.2** +## darktable.gui.libs.select.selection_set_sensitive ``` function( diff --git a/content/lua.api.manual/darktable/gui/libs/snapshots.md b/content/lua.api.manual/darktable/gui/libs/snapshots.md index 580c1be..61b6655 100644 --- a/content/lua.api.manual/darktable/gui/libs/snapshots.md +++ b/content/lua.api.manual/darktable/gui/libs/snapshots.md @@ -19,7 +19,7 @@ number - The place in the screen where the line separating the snapshot is. Betw Attributes: * [write](../../../Attributes#write) -darktable.gui.libs.snapshots.direction +## darktable.gui.libs.snapshots.direction [types.snapshot_direction_t](../../../types/snapshot_direction_t) - The direction of the snapshot overlay @@ -28,11 +28,11 @@ Attributes: ## darktable.gui.libs.snapshots.# -[types.snapshot_direction_t](../../../types/snapshot_direction_t) - The different snapshots for the image +[types.dt_lua_snapshot_t](../../../types/dt_lua_snapshot_t) - Each snapshot appears with a numerical index; you can iterate over them with ipairs. ## darktable.gui.libs.snapshots.selected -[types.snapshot_direction_t](../../../types/snapshot_direction_t) - The currently selected snapshot +[types.dt_lua_snapshot_t](../../../types/dt_lua_snapshot_t) - The currently selected snapshot ## darktable.gui.libs.snapshots.take_snapshot @@ -46,5 +46,5 @@ The snapshot file will be generated at the next redraw of the main window ## darktable.gui.libs.snapshots.max_snapshot -number - The maximum number of snapshots +[types.dt_lua_snapshot_t](../../../types/dt_lua_snapshot_t) - The maximum number of snapshots diff --git a/content/lua.api.manual/events/selection-changed.md b/content/lua.api.manual/events/selection-changed.md index 5e276de..c0b8b04 100644 --- a/content/lua.api.manual/events/selection-changed.md +++ b/content/lua.api.manual/events/selection-changed.md @@ -6,8 +6,6 @@ draft: false author: "people" --- -**API 6.2.1** - `event` This event is triggered whenever the selection of images changes diff --git a/content/lua.api.manual/events/view-changed.md b/content/lua.api.manual/events/view-changed.md index 4e347ff..9448652 100644 --- a/content/lua.api.manual/events/view-changed.md +++ b/content/lua.api.manual/events/view-changed.md @@ -1,7 +1,7 @@ --- title: view_changed id: view_changed -weight: 60 +weight: 120 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/_pdf_mode_t.md b/content/lua.api.manual/types/_pdf_mode_t.md index cce3037..b9c54df 100644 --- a/content/lua.api.manual/types/_pdf_mode_t.md +++ b/content/lua.api.manual/types/_pdf_mode_t.md @@ -1,7 +1,7 @@ --- title: _pdf_mode_t id: _pdf_mode_t -weight: 150 +weight: 10 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/_pdf_pages_t.md b/content/lua.api.manual/types/_pdf_pages_t.md index a578d7b..dd35177 100644 --- a/content/lua.api.manual/types/_pdf_pages_t.md +++ b/content/lua.api.manual/types/_pdf_pages_t.md @@ -1,7 +1,7 @@ --- title: _pdf_pages_t id: _pdf_pages_t -weight: 160 +weight: 20 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/comp_type_t.md b/content/lua.api.manual/types/comp_type_t.md index e38016b..bc88efd 100644 --- a/content/lua.api.manual/types/comp_type_t.md +++ b/content/lua.api.manual/types/comp_type_t.md @@ -1,7 +1,7 @@ --- title: comp_type_t id: comp_type_t -weight: 370 +weight: 30 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_collection_filter_t.md b/content/lua.api.manual/types/dt_collection_filter_t.md index 6ab1c51..1738954 100644 --- a/content/lua.api.manual/types/dt_collection_filter_t.md +++ b/content/lua.api.manual/types/dt_collection_filter_t.md @@ -1,7 +1,7 @@ --- title: dt_collection_filter_t id: dt_collection_filter_t -weight: 450 +weight: 40 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_collection_properties_t.md b/content/lua.api.manual/types/dt_collection_properties_t.md index 3ff6e73..a88151b 100644 --- a/content/lua.api.manual/types/dt_collection_properties_t.md +++ b/content/lua.api.manual/types/dt_collection_properties_t.md @@ -1,7 +1,7 @@ --- title: dt_collection_properties_t id: dt_collection_properties_t -weight: 420 +weight: 50 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_collection_rating_comperator_t.md b/content/lua.api.manual/types/dt_collection_rating_comperator_t.md index f869e4d..1655f18 100644 --- a/content/lua.api.manual/types/dt_collection_rating_comperator_t.md +++ b/content/lua.api.manual/types/dt_collection_rating_comperator_t.md @@ -1,7 +1,7 @@ --- title: dt_collection_rating_comperator_t id: dt_collection_rating_comperator_t -weight: 460 +weight: 60 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_collection_sort_order_t.md b/content/lua.api.manual/types/dt_collection_sort_order_t.md index 9c3a676..72dd259 100644 --- a/content/lua.api.manual/types/dt_collection_sort_order_t.md +++ b/content/lua.api.manual/types/dt_collection_sort_order_t.md @@ -1,7 +1,7 @@ --- title: dt_collection_sort_order_t id: dt_collection_sort_order_t -weight: 440 +weight: 70 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_collection_sort_t.md b/content/lua.api.manual/types/dt_collection_sort_t.md index 681768c..b989fb7 100644 --- a/content/lua.api.manual/types/dt_collection_sort_t.md +++ b/content/lua.api.manual/types/dt_collection_sort_t.md @@ -1,7 +1,7 @@ --- title: dt_collection_sort_t id: dt_collection_sort_t -weight: 430 +weight: 80 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_exr_compression_t.md b/content/lua.api.manual/types/dt_imageio_exr_compression_t.md index 69e624c..af8c544 100644 --- a/content/lua.api.manual/types/dt_imageio_exr_compression_t.md +++ b/content/lua.api.manual/types/dt_imageio_exr_compression_t.md @@ -1,7 +1,7 @@ --- title: dt_imageio_exr_compression_t id: dt_imageio_exr_compression_t -weight: 390 +weight: 90 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_j2k_format_t.md b/content/lua.api.manual/types/dt_imageio_j2k_format_t.md index 194fbf4..a2529ab 100644 --- a/content/lua.api.manual/types/dt_imageio_j2k_format_t.md +++ b/content/lua.api.manual/types/dt_imageio_j2k_format_t.md @@ -1,7 +1,7 @@ --- title: dt_imageio_j2k_format_t id: dt_imageio_j2k_format_t -weight: 350 +weight: 100 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_j2k_preset_t.md b/content/lua.api.manual/types/dt_imageio_j2k_preset_t.md index d94dc88..8712824 100644 --- a/content/lua.api.manual/types/dt_imageio_j2k_preset_t.md +++ b/content/lua.api.manual/types/dt_imageio_j2k_preset_t.md @@ -1,7 +1,7 @@ --- title: dt_imageio_j2k_preset_t id: dt_imageio_j2k_preset_t -weight: 360 +weight: 110 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_copy.md b/content/lua.api.manual/types/dt_imageio_module_format_data_copy.md index 6a37684..fdf76f6 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_copy.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_copy.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_copy id: dt_imageio_module_format_data_copy -weight: 80 +weight: 120 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_exr.md b/content/lua.api.manual/types/dt_imageio_module_format_data_exr.md index c63497b..71898fe 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_exr.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_exr.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_exr id: dt_imageio_module_format_data_exr -weight: 70 +weight: 130 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_j2k.md b/content/lua.api.manual/types/dt_imageio_module_format_data_j2k.md index 29ad4fa..0fea90d 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_j2k.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_j2k.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_j2k id: dt_imageio_module_format_data_j2k -weight: 130 +weight: 140 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_jpeg.md b/content/lua.api.manual/types/dt_imageio_module_format_data_jpeg.md index a1fb08a..bd80e87 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_jpeg.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_jpeg.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_jpeg id: dt_imageio_module_format_data_jpeg -weight: 100 +weight: 150 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_pdf.md b/content/lua.api.manual/types/dt_imageio_module_format_data_pdf.md index 0ba641c..230a428 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_pdf.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_pdf.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_pdf id: dt_imageio_module_format_data_pdf -weight: 140 +weight: 160 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_pfm.md b/content/lua.api.manual/types/dt_imageio_module_format_data_pfm.md index 2e3274a..ab447e8 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_pfm.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_pfm.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_pfm id: dt_imageio_module_format_data_pfm -weight: 90 +weight: 170 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_png.md b/content/lua.api.manual/types/dt_imageio_module_format_data_png.md index 464da1a..260039e 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_png.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_png.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_png id: dt_imageio_module_format_data_png -weight: 50 +weight: 180 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_ppm.md b/content/lua.api.manual/types/dt_imageio_module_format_data_ppm.md index efa1524..00e7fe8 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_ppm.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_ppm.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_ppm id: dt_imageio_module_format_data_ppm -weight: 110 +weight: 190 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_tiff.md b/content/lua.api.manual/types/dt_imageio_module_format_data_tiff.md index b4e0020..9752d88 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_tiff.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_tiff.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_tiff id: dt_imageio_module_format_data_tiff -weight: 60 +weight: 200 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_data_webp.md b/content/lua.api.manual/types/dt_imageio_module_format_data_webp.md index b6461e8..be1783f 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_data_webp.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_data_webp.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_data_webp id: dt_imageio_module_format_data_webp -weight: 120 +weight: 210 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_format_t.md b/content/lua.api.manual/types/dt_imageio_module_format_t.md index 8271040..58134cf 100644 --- a/content/lua.api.manual/types/dt_imageio_module_format_t.md +++ b/content/lua.api.manual/types/dt_imageio_module_format_t.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_format_t id: dt_imageio_module_format_t -weight: 40 +weight: 220 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_storage_data_email.md b/content/lua.api.manual/types/dt_imageio_module_storage_data_email.md index a753b51..2405e8f 100644 --- a/content/lua.api.manual/types/dt_imageio_module_storage_data_email.md +++ b/content/lua.api.manual/types/dt_imageio_module_storage_data_email.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_storage_data_email id: dt_imageio_module_storage_data_email -weight: 190 +weight: 240 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_storage_data_gallery.md b/content/lua.api.manual/types/dt_imageio_module_storage_data_gallery.md index f56dc15..9c5c23f 100644 --- a/content/lua.api.manual/types/dt_imageio_module_storage_data_gallery.md +++ b/content/lua.api.manual/types/dt_imageio_module_storage_data_gallery.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_storage_data_gallery id: dt_imageio_module_storage_data_gallery -weight: 220 +weight: 250 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_storage_data_latex.md b/content/lua.api.manual/types/dt_imageio_module_storage_data_latex.md index 32063ae..a331393 100644 --- a/content/lua.api.manual/types/dt_imageio_module_storage_data_latex.md +++ b/content/lua.api.manual/types/dt_imageio_module_storage_data_latex.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_storage_data_latex id: dt_imageio_module_storage_data_latex -weight: 200 +weight: 260 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_storage_data_piwigo.md b/content/lua.api.manual/types/dt_imageio_module_storage_data_piwigo.md index c0aaf08..e2e2c6d 100644 --- a/content/lua.api.manual/types/dt_imageio_module_storage_data_piwigo.md +++ b/content/lua.api.manual/types/dt_imageio_module_storage_data_piwigo.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_storage_data_piwigo id: dt_imageio_module_storage_data_piwigo -weight: 210 +weight: 270 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_imageio_module_storage_t.md b/content/lua.api.manual/types/dt_imageio_module_storage_t.md index 2dac3ca..732c8ce 100644 --- a/content/lua.api.manual/types/dt_imageio_module_storage_t.md +++ b/content/lua.api.manual/types/dt_imageio_module_storage_t.md @@ -1,7 +1,7 @@ --- title: dt_imageio_module_storage_t id: dt_imageio_module_storage_t -weight: 180 +weight: 280 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lib_collect_mode_t.md b/content/lua.api.manual/types/dt_lib_collect_mode_t.md index 36f2406..bb16728 100644 --- a/content/lua.api.manual/types/dt_lib_collect_mode_t.md +++ b/content/lua.api.manual/types/dt_lib_collect_mode_t.md @@ -1,7 +1,7 @@ --- title: dt_lib_collect_mode_t id: dt_lib_collect_mode_t -weight: 410 +weight: 290 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lib_collect_params_rule_t.md b/content/lua.api.manual/types/dt_lib_collect_params_rule_t.md index 1d09a46..0173be1 100644 --- a/content/lua.api.manual/types/dt_lib_collect_params_rule_t.md +++ b/content/lua.api.manual/types/dt_lib_collect_params_rule_t.md @@ -1,7 +1,7 @@ --- title: dt_lib_collect_params_rule_t id: dt_lib_collect_params_rule_t -weight: 400 +weight: 300 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lighttable_layout_t.md b/content/lua.api.manual/types/dt_lighttable_layout_t.md index b761dde..f16e9a0 100644 --- a/content/lua.api.manual/types/dt_lighttable_layout_t.md +++ b/content/lua.api.manual/types/dt_lighttable_layout_t.md @@ -1,7 +1,7 @@ --- title: dt_lighttable_layout_t id: dt_lighttable_layout_t -weight: 520 +weight: 310 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_align_t.md b/content/lua.api.manual/types/dt_lua_align_t.md index 6acb119..0f86f93 100644 --- a/content/lua.api.manual/types/dt_lua_align_t.md +++ b/content/lua.api.manual/types/dt_lua_align_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_align_t id: dt_lua_align_t -weight: 480 +weight: 320 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_backgroundjob_t.md b/content/lua.api.manual/types/dt_lua_backgroundjob_t.md index 5de198c..12edda6 100644 --- a/content/lua.api.manual/types/dt_lua_backgroundjob_t.md +++ b/content/lua.api.manual/types/dt_lua_backgroundjob_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_backgroundjob_t id: dt_lua_backgroundjob_t -weight: 300 +weight: 330 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_cairo_t.md b/content/lua.api.manual/types/dt_lua_cairo_t.md index 47efd2f..fb80512 100644 --- a/content/lua.api.manual/types/dt_lua_cairo_t.md +++ b/content/lua.api.manual/types/dt_lua_cairo_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_cairo_t id: dt_lua_cairo_t -weight: 500 +weight: 340 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_ellipsize_mode_t.md b/content/lua.api.manual/types/dt_lua_ellipsize_mode_t.md index 1123cd1..e1d2786 100644 --- a/content/lua.api.manual/types/dt_lua_ellipsize_mode_t.md +++ b/content/lua.api.manual/types/dt_lua_ellipsize_mode_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_ellipsize_mode_t id: dt_lua_ellipsize_mode_t -weight: 490 +weight: 350 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_film_t.md b/content/lua.api.manual/types/dt_lua_film_t.md index 743df96..c219e22 100644 --- a/content/lua.api.manual/types/dt_lua_film_t.md +++ b/content/lua.api.manual/types/dt_lua_film_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_film_t id: dt_lua_film_t -weight: 240 +weight: 360 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_image_t.md b/content/lua.api.manual/types/dt_lua_image_t.md index c1258bf..1b1f4c7 100644 --- a/content/lua.api.manual/types/dt_lua_image_t.md +++ b/content/lua.api.manual/types/dt_lua_image_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_image_t id: dt_lua_image_t -weight: 30 +weight: 370 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_lib_t.md b/content/lua.api.manual/types/dt_lua_lib_t.md index e32a7ea..9ce1476 100644 --- a/content/lua.api.manual/types/dt_lua_lib_t.md +++ b/content/lua.api.manual/types/dt_lua_lib_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_lib_t id: dt_lua_lib_t -weight: 280 +weight: 380 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_orientation_t.md b/content/lua.api.manual/types/dt_lua_orientation_t.md index 5793d54..0c53bbd 100644 --- a/content/lua.api.manual/types/dt_lua_orientation_t.md +++ b/content/lua.api.manual/types/dt_lua_orientation_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_orientation_t id: dt_lua_orientation_t -weight: 470 +weight: 390 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_snapshot_t.md b/content/lua.api.manual/types/dt_lua_snapshot_t.md index e73a07b..f71e06d 100644 --- a/content/lua.api.manual/types/dt_lua_snapshot_t.md +++ b/content/lua.api.manual/types/dt_lua_snapshot_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_snapshot_t id: dt_lua_snapshot_t -weight: 310 +weight: 400 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_tag_t.md b/content/lua.api.manual/types/dt_lua_tag_t.md index 2f75359..206969b 100644 --- a/content/lua.api.manual/types/dt_lua_tag_t.md +++ b/content/lua.api.manual/types/dt_lua_tag_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_tag_t id: dt_lua_tag_t -weight: 270 +weight: 410 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_lua_view_t.md b/content/lua.api.manual/types/dt_lua_view_t.md index c67c7d8..025cf6e 100644 --- a/content/lua.api.manual/types/dt_lua_view_t.md +++ b/content/lua.api.manual/types/dt_lua_view_t.md @@ -1,7 +1,7 @@ --- title: dt_lua_view_t id: dt_lua_view_t -weight: 290 +weight: 420 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_pdf_stream_encoder_t.md b/content/lua.api.manual/types/dt_pdf_stream_encoder_t.md index ff63562..3a0359e 100644 --- a/content/lua.api.manual/types/dt_pdf_stream_encoder_t.md +++ b/content/lua.api.manual/types/dt_pdf_stream_encoder_t.md @@ -1,7 +1,7 @@ --- title: dt_pdf_stream_encoder_t id: dt_pdf_stream_encoder_t -weight: 170 +weight: 430 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_style_item_t.md b/content/lua.api.manual/types/dt_style_item_t.md index 76669e3..bf461b1 100644 --- a/content/lua.api.manual/types/dt_style_item_t.md +++ b/content/lua.api.manual/types/dt_style_item_t.md @@ -1,7 +1,7 @@ --- title: dt_style_item_t id: dt_style_item_t -weight: 260 +weight: 440 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_style_t.md b/content/lua.api.manual/types/dt_style_t.md index 6ad153e..02d51a8 100644 --- a/content/lua.api.manual/types/dt_style_t.md +++ b/content/lua.api.manual/types/dt_style_t.md @@ -1,7 +1,7 @@ --- title: dt_style_t id: dt_style_t -weight: 250 +weight: 450 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_ui_container_t.md b/content/lua.api.manual/types/dt_ui_container_t.md index 83230aa..210e0c2 100644 --- a/content/lua.api.manual/types/dt_ui_container_t.md +++ b/content/lua.api.manual/types/dt_ui_container_t.md @@ -1,7 +1,7 @@ --- title: dt_ui_container_t id: dt_ui_container_t -weight: 330 +weight: 460 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/dt_ui_panel_t.md b/content/lua.api.manual/types/dt_ui_panel_t.md index 16c440a..03d7e99 100644 --- a/content/lua.api.manual/types/dt_ui_panel_t.md +++ b/content/lua.api.manual/types/dt_ui_panel_t.md @@ -1,7 +1,7 @@ --- title: dt_ui_panel_t id: dt_ui_panel_t -weight: 510 +weight: 470 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/hint_t.md b/content/lua.api.manual/types/hint_t.md index da1cf38..2b23ddb 100644 --- a/content/lua.api.manual/types/hint_t.md +++ b/content/lua.api.manual/types/hint_t.md @@ -1,7 +1,7 @@ --- title: hint_t id: hint_t -weight: 320 +weight: 480 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_box.md b/content/lua.api.manual/types/lua_box.md index 1605ea6..f469911 100644 --- a/content/lua.api.manual/types/lua_box.md +++ b/content/lua.api.manual/types/lua_box.md @@ -1,7 +1,7 @@ --- title: lua_box id: lua_box -weight: 580 +weight: 490 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_button.md b/content/lua.api.manual/types/lua_button.md index abc669d..2c72ccb 100644 --- a/content/lua.api.manual/types/lua_button.md +++ b/content/lua.api.manual/types/lua_button.md @@ -1,7 +1,7 @@ --- title: lua_button id: lua_button -weight: 570 +weight: 500 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_check_button.md b/content/lua.api.manual/types/lua_check_button.md index cb197a8..2f69dac 100644 --- a/content/lua.api.manual/types/lua_check_button.md +++ b/content/lua.api.manual/types/lua_check_button.md @@ -1,7 +1,7 @@ --- title: lua_check_button id: lua_check_button -weight: 550 +weight: 510 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_combobox.md b/content/lua.api.manual/types/lua_combobox.md index 02593ad..aeb949d 100644 --- a/content/lua.api.manual/types/lua_combobox.md +++ b/content/lua.api.manual/types/lua_combobox.md @@ -1,7 +1,7 @@ --- title: lua_combobox id: lua_combobox -weight: 610 +weight: 520 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_container.md b/content/lua.api.manual/types/lua_container.md index b012481..9717fd1 100644 --- a/content/lua.api.manual/types/lua_container.md +++ b/content/lua.api.manual/types/lua_container.md @@ -1,7 +1,7 @@ --- title: lua_container id: lua_container -weight: 540 +weight: 530 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_entry.md b/content/lua.api.manual/types/lua_entry.md index 13f612e..b6e709a 100644 --- a/content/lua.api.manual/types/lua_entry.md +++ b/content/lua.api.manual/types/lua_entry.md @@ -1,7 +1,7 @@ --- title: lua_entry id: lua_entry -weight: 590 +weight: 540 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_file_chooser_button.md b/content/lua.api.manual/types/lua_file_chooser_button.md index a92a1a2..7f6cbdc 100644 --- a/content/lua.api.manual/types/lua_file_chooser_button.md +++ b/content/lua.api.manual/types/lua_file_chooser_button.md @@ -1,7 +1,7 @@ --- title: lua_file_chooser_button id: lua_file_chooser_button -weight: 620 +weight: 550 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_os_type.md b/content/lua.api.manual/types/lua_os_type.md index fc4190b..b9165a8 100644 --- a/content/lua.api.manual/types/lua_os_type.md +++ b/content/lua.api.manual/types/lua_os_type.md @@ -1,7 +1,7 @@ --- title: lua_os_type id: lua_os_type -weight: 20 +weight: 570 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_pref_type.md b/content/lua.api.manual/types/lua_pref_type.md index aee7ec2..de77a38 100644 --- a/content/lua.api.manual/types/lua_pref_type.md +++ b/content/lua.api.manual/types/lua_pref_type.md @@ -1,7 +1,7 @@ --- title: lua_pref_type id: lua_pref_type -weight: 380 +weight: 580 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_section_label.md b/content/lua.api.manual/types/lua_section_label.md index 5937114..770ae02 100644 --- a/content/lua.api.manual/types/lua_section_label.md +++ b/content/lua.api.manual/types/lua_section_label.md @@ -1,7 +1,7 @@ --- title: lua_section_label id: lua_section_label -weight: 660 +weight: 590 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_slider.md b/content/lua.api.manual/types/lua_slider.md index 36ddcdc..349020f 100644 --- a/content/lua.api.manual/types/lua_slider.md +++ b/content/lua.api.manual/types/lua_slider.md @@ -1,7 +1,7 @@ --- title: lua_slider id: lua_slider -weight: 640 +weight: 610 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_stack.md b/content/lua.api.manual/types/lua_stack.md index 9622783..1443ade 100644 --- a/content/lua.api.manual/types/lua_stack.md +++ b/content/lua.api.manual/types/lua_stack.md @@ -1,7 +1,7 @@ --- title: lua_stack id: lua_stack -weight: 630 +weight: 620 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_text_view.md b/content/lua.api.manual/types/lua_text_view.md index 02cccc8..f73f20b 100644 --- a/content/lua.api.manual/types/lua_text_view.md +++ b/content/lua.api.manual/types/lua_text_view.md @@ -1,7 +1,7 @@ --- title: lua_text_view id: lua_text_view -weight: 650 +weight: 630 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/lua_widget.md b/content/lua.api.manual/types/lua_widget.md index a006265..916017d 100644 --- a/content/lua.api.manual/types/lua_widget.md +++ b/content/lua.api.manual/types/lua_widget.md @@ -1,7 +1,7 @@ --- title: lua_widget id: lua_widget -weight: 530 +weight: 640 draft: false author: "people" --- @@ -20,8 +20,6 @@ This widget has no extra registration parameters # lua_widget.name -**Lua API 6.2.0** - `string or nil` Name assigned to the widget for CSS styling purposes. @@ -52,8 +50,6 @@ Attributes: # lua_widget.visible -**Lua API 7.0.0** - `boolean or nil` Hide or show widget. Default is show. diff --git a/content/lua.api.manual/types/overview.md b/content/lua.api.manual/types/overview.md index 855807e..9418d5e 100644 --- a/content/lua.api.manual/types/overview.md +++ b/content/lua.api.manual/types/overview.md @@ -1,7 +1,7 @@ --- title: overview id: overview -weight: 10 +weight: 5 draft: false author: "people" --- diff --git a/content/lua.api.manual/types/snapshot_direction_t.md b/content/lua.api.manual/types/snapshot_direction_t.md index 2fa23d5..c79ce69 100644 --- a/content/lua.api.manual/types/snapshot_direction_t.md +++ b/content/lua.api.manual/types/snapshot_direction_t.md @@ -1,7 +1,7 @@ --- title: snapshot_direction_t id: snapshot_direction_t -weight: 340 +weight: 650 draft: false author: "people" --- diff --git a/content/lua.api.manual/version.md b/content/lua.api.manual/version.md index 6ddb852..5df4d28 100644 --- a/content/lua.api.manual/version.md +++ b/content/lua.api.manual/version.md @@ -8,8 +8,5 @@ author: "people" # Current API -The Lua API version currently used in darktable 3.4.x is 6.1.0. +The Lua API version used in darktable 3.6.0 is 7.0.0. -# Development API - -The Lua API is currently at version 6.2.2 in the development branch of darktable \(currently 3.5\). All changes for version 6.2.+ will be identified as such until version 6.2.+ is included in a darktable release.