summaryrefslogtreecommitdiffstats
path: root/doc/classes/FileDialog.xml
Commit message (Collapse)AuthorAgeFilesLines
* [Android] Implement native file picker supportAnish Mishra2024-10-301-1/+3
|
* Update use_native_dialog description in FileDialogAnish Mishra2024-10-161-1/+1
|
* Add filename filter field to FileDialogvPumpking2024-10-041-0/+19
| | | | Added possibility to filter files and folders through a text entry.
* Fix FileDialog default sizeGiganzo2024-09-171-0/+1
|
* [Docs] Add some notes about native file dialog limitations.bruvzg2024-07-221-2/+9
|
* [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-2/+3
|
* Update FileDialog filters documentationRedMser2024-03-041-1/+1
|
* Add create folder iconAdam Scott2024-02-261-0/+3
|
* [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-0/+63
| | | | Add support for adding custom options (checkboxes and optionboxes) to the dialogs (both native and built-in).
* [macOS] Implement optional native file selection dialog support for ↵bruvzg2023-07-121-0/+4
| | | | sandboxed apps.
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
|
* docs/FileDialog: Use clickable referencesDimitri A2023-04-101-2/+2
| | | This replaces two [code][/code] blocks with clickable refs to [enum Access] and [member file_mode] respectively.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-5/+5
| | | | | | | | | | | | | | Rename ItemList's bg -> panel Rename ItemList's bg_focus -> focus Rename ProgressBar's bg -> background Rename ProgressBar's fg -> fill Rename Tree's bg -> panel Rename Tree's bg_focus -> focus Rename ScrollContainer's bg -> panel Rename FileDialog's *_icon_modulate -> *_icon_color Rename FileDialog's files_disabled -> file_disabled_color Rename CheckButton's on/off -> checked/unchecked Rename check_v_adjust -> check_v_offset
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
| | | | Also rename export name from "HTML5" to "Web".
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-3/+3
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-5/+5
|
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-3/+4
|
* Add root_subfolder to FileDialogkobewi2022-06-281-0/+3
|
* Tweak the disabled files text color in FileDialog for readabilityHugo Locurcio2022-05-201-1/+1
| | | | | Contrast rate is still fairly low, but the text needs to be easy enough to distinguish from non-disabled items.
* Merge pull request #54399 from ↵Rémi Verschelde2022-03-121-3/+3
|\ | | | | | | | | Calinou/filedialog-current-properties-hint-no-editor Don't store and show current file/directory/path FileDialog properties
| * Don't store and show current file/directory/path FileDialog propertiesHugo Locurcio2021-10-291-3/+3
| | | | | | | | | | These properties are only useful at run-time, so they don't need to be displayed in the editor and stored.
* | Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* | Update description of FileDialog `filters` propertyzacryol2022-01-111-1/+1
| | | | | | | | | | specify that multiple filetypes/extensions can be included in one filter within the PackedStringArray, and provide an example
* | Improve FileDialog filterskobewi2022-01-081-1/+3
| |
* | Make overridden properties link to parent definitionYuri Sizov2021-12-031-2/+2
| | | | | | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com>
* | Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-9/+9
|/
* Add warnings to methods that give access to internal nodesYuri Sizov2021-10-101-0/+2
|
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-10/+10
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-20/+10
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-4/+4
|
* FileDialog: add Back/Forward buttons, add message for inaccessible folders.bruvzg2021-03-231-0/+6
|
* Rename unselect to deselectMarcel Admiraal2020-12-211-2/+2
|
* doc/FileDialog: warn about access limitations in sandboxed appsumarcor2020-09-011-0/+1
| | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Merge pull request #39322 from dominiks/filedialog-title-docRémi Verschelde2020-06-151-1/+1
|\ | | | | Add note about automatic window title to FileDialog documentation.
| * Add note about automatic window title to FileDialog documentation.dominiks2020-06-051-1/+1
| |
* | Add generic file icon and its modulation to the 'FileDialog'Michael Alexsander2020-06-081-0/+6
|/
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-10/+10
|
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+6
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-3/+3
| | | | Handle removal of Pool*Array types and other recent changes.
* doc: Sync classref with current sourceRémi Verschelde2020-02-121-4/+4
| | | | | | | | Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-2/+2
| | | | | | | Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`.
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+2
|
* Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio2019-08-211-0/+2
| | | | | | | | The custom color introduced in be8d569744e4eed9acb313d355d96e6989e92087 had the same name as the "folder" icon, which could cause conflicts in the generated documentation. The new name is also more self-explanatory.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-9/+9
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-13/+13
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies