This commit is contained in:
wpferguson 2021-07-28 00:08:59 +00:00
parent 7d6f0f73c5
commit 8cef3cc57a
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -1381,7 +1381,7 @@ Attributes:
<description>enum <description>enum
The different elements on which a collection can be sorted The different elements on which a collection can be sorted
Values: Values:
DT_COLLECTION_SORT_NONE DT_COLLECTION_SORT_FILENAME DT_COLLECTION_SORT_DATETIME DT_COLLECTION_SORT_RATING DT_COLLECTION_SORT_ID DT_COLLECTION_SORT_COLOR DT_COLLECTION_SORT_GROUP DT_COLLECTION_SORT_PATH DT_COLLECTION_SORT_CUSTOM_ORDER DT_COLLECTION_SORT_TITLE DT_COLLECTION_SORT_DESCRIPTION DT_COLLECTION_SORT_ASPECT_RATIO DT_COLLECTION_SORT_SHUFFLE </description> DT_COLLECTION_SORT_NONE DT_COLLECTION_SORT_FILENAME DT_COLLECTION_SORT_DATETIME DT_COLLECTION_SORT_IMPORT_TIMESTAMP DT_COLLECTION_SORT_CHANGE_TIMESTAMP DT_COLLECTION_SORT_EXPORT_TIMESTAMP DT_COLLECTION_SORT_PRINT_TIMESTAMP DT_COLLECTION_SORT_RATING DT_COLLECTION_SORT_ID DT_COLLECTION_SORT_COLOR DT_COLLECTION_SORT_GROUP DT_COLLECTION_SORT_PATH DT_COLLECTION_SORT_CUSTOM_ORDER DT_COLLECTION_SORT_TITLE DT_COLLECTION_SORT_DESCRIPTION DT_COLLECTION_SORT_ASPECT_RATIO DT_COLLECTION_SORT_SHUFFLE </description>
</item> </item>
<item> <item>

View file

@ -3074,6 +3074,10 @@
<li>DT_COLLECTION_SORT_NONE</li> <li>DT_COLLECTION_SORT_NONE</li>
<li>DT_COLLECTION_SORT_FILENAME</li> <li>DT_COLLECTION_SORT_FILENAME</li>
<li>DT_COLLECTION_SORT_DATETIME</li> <li>DT_COLLECTION_SORT_DATETIME</li>
<li>DT_COLLECTION_SORT_IMPORT_TIMESTAMP</li>
<li>DT_COLLECTION_SORT_CHANGE_TIMESTAMP</li>
<li>DT_COLLECTION_SORT_EXPORT_TIMESTAMP</li>
<li>DT_COLLECTION_SORT_PRINT_TIMESTAMP</li>
<li>DT_COLLECTION_SORT_RATING</li> <li>DT_COLLECTION_SORT_RATING</li>
<li>DT_COLLECTION_SORT_ID</li> <li>DT_COLLECTION_SORT_ID</li>
<li>DT_COLLECTION_SORT_COLOR</li> <li>DT_COLLECTION_SORT_COLOR</li>

View file

@ -108,7 +108,7 @@ Values:
<description>enum <description>enum
The different elements on which a collection can be sorted The different elements on which a collection can be sorted
Values: Values:
DT_COLLECTION_SORT_NONE DT_COLLECTION_SORT_FILENAME DT_COLLECTION_SORT_DATETIME DT_COLLECTION_SORT_RATING DT_COLLECTION_SORT_ID DT_COLLECTION_SORT_COLOR DT_COLLECTION_SORT_GROUP DT_COLLECTION_SORT_PATH DT_COLLECTION_SORT_CUSTOM_ORDER DT_COLLECTION_SORT_TITLE DT_COLLECTION_SORT_DESCRIPTION DT_COLLECTION_SORT_ASPECT_RATIO DT_COLLECTION_SORT_SHUFFLE </description> DT_COLLECTION_SORT_NONE DT_COLLECTION_SORT_FILENAME DT_COLLECTION_SORT_DATETIME DT_COLLECTION_SORT_IMPORT_TIMESTAMP DT_COLLECTION_SORT_CHANGE_TIMESTAMP DT_COLLECTION_SORT_EXPORT_TIMESTAMP DT_COLLECTION_SORT_PRINT_TIMESTAMP DT_COLLECTION_SORT_RATING DT_COLLECTION_SORT_ID DT_COLLECTION_SORT_COLOR DT_COLLECTION_SORT_GROUP DT_COLLECTION_SORT_PATH DT_COLLECTION_SORT_CUSTOM_ORDER DT_COLLECTION_SORT_TITLE DT_COLLECTION_SORT_DESCRIPTION DT_COLLECTION_SORT_ASPECT_RATIO DT_COLLECTION_SORT_SHUFFLE </description>
</item> </item>
<item> <item>