Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -3/+37 |
|\ | |||||
| * | Make possible to favorite properties in the inspector | Michael Alexsander | 2024-10-28 | 1 | -3/+37 |
| | | |||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Merge pull request #96542 from Maran23/inspector-scrolls-away | Rémi Verschelde | 2024-10-01 | 1 | -3/+4 |
|\ | | | | | | | Fix Inspector may scroll away when editing a property that adds or removes sub properties | ||||
| * | Fix Inspector may scrolls away when editing a property that adds or removes ↵ | Marius Hanl | 2024-09-04 | 1 | -3/+4 |
| | | | | | | | | sub properties | ||||
* | | Add per-bone meta to Skeleton3D | demolke | 2024-09-16 | 1 | -2/+2 |
| | | | | | | | | | | Individual bones are not represented as `Node`s in Godot, in order to support meta functionality for them the skeleton has to carry the information similarly to how other per-bone properties are handled. - Also adds support for GLTF import/export | ||||
* | | Merge pull request #92407 from timothyqiu/section-dropping | Rémi Verschelde | 2024-09-04 | 1 | -1/+0 |
|\ \ | |/ |/| | | | Remove unused member variable in `EditorInspectorSection` | ||||
| * | Remove unused member variable in EditorInspectorSection | Haoyu Qiu | 2024-05-27 | 1 | -1/+0 |
| | | |||||
* | | Fix theme updating of the inspector sections | Yuri Rubinsky | 2024-06-19 | 1 | -1/+2 |
| | | |||||
* | | Editor: Focus value editor on type change in Dictionary and Array editors | Valentin Cocaud | 2024-06-04 | 1 | -0/+1 |
| | | |||||
* | | Display custom data name instead of indices in TileData inspector | Gilles Roudière | 2024-05-25 | 1 | -1/+5 |
|/ | |||||
* | Fix unchecking theme overrides not creating an undo action | Michael Alexsander | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | Editor: Fix categories and tooltips in `TileSet` editor | Danil Alexeev | 2024-05-14 | 1 | -2/+3 |
| | |||||
* | fix infinite call loop on theme change. | ajreckof | 2024-05-13 | 1 | -0/+2 |
| | | | | Apply suggestions from code review | ||||
* | Add colored margin in Inspector for arrays and dictionaries. | ajreckof | 2024-05-03 | 1 | -2/+10 |
| | | | | | | | Apply suggestions from code review Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek <kobewi4e@gmail.com> | ||||
* | Editor: Display deprecated/experimental messages in tooltips | Danil Alexeev | 2024-04-18 | 1 | -0/+1 |
| | |||||
* | Fix theme_override tooltip caching | aaronp64 | 2024-04-09 | 1 | -1/+6 |
| | | | | | | theme_override properties have some special handling in EditorInspector. When caching documentation info for properties, the theme_item_name value (used only for theme_overrides) was not being cached, so it would only be included on first use. This meant that theme_override property tooltips would show up in the editor the first time a node was selected, but not again after selecting something else/reselecting. Added theme_item_name to caching to fix this. Fixes #90395 | ||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -5/+5 |
| | |||||
* | Revert "Allow configuration warnings to refer to a property" | Rémi Verschelde | 2024-02-17 | 1 | -10/+0 |
| | | | | This reverts commit bf37a9bac6ebfb09c0a374260c35ede8373ce427. | ||||
* | Revert "Only update inspector if configuration warning change relevant" | Rémi Verschelde | 2024-02-17 | 1 | -2/+0 |
| | | | | This reverts commit a53793472e4ed61e68405044beb6325a33ac5814. | ||||
* | Merge pull request #88182 from RedMser/fix-88176-inspector | Rémi Verschelde | 2024-02-13 | 1 | -0/+2 |
|\ | | | | | | | Only update inspector if configuration warning change was relevant | ||||
| * | Only update inspector if configuration warning change relevant | RedMser | 2024-02-10 | 1 | -0/+2 |
| | | | | | | | | Fixes #88176 | ||||
* | | Merge pull request #85868 from KoBeWi/knowyourtiles | Rémi Verschelde | 2024-02-13 | 1 | -0/+4 |
|\ \ | |/ |/| | | | Add descriptions for tile properties | ||||
| * | Add descriptions for tile properties | kobewi | 2023-12-07 | 1 | -0/+4 |
| | | |||||
* | | Allow configuration warnings to refer to a property | RedMser | 2024-02-08 | 1 | -0/+10 |
| | | | | | | | | | | This is used by the inspector so it can show a warning icon on a specific property. | ||||
* | | Better hide internal properties from users | Yuri Sizov | 2024-01-29 | 1 | -0/+2 |
|/ | |||||
* | Editor: Fix some issues with `EditorHelpTooltip` | Danil Alexeev | 2023-10-10 | 1 | -0/+1 |
| | |||||
* | Allow contextual plugins to persist temporarily | kobewi | 2023-10-06 | 1 | -0/+2 |
| | |||||
* | Revamp how documentation tooltips work | Michael Alexsander | 2023-10-03 | 1 | -7/+1 |
| | |||||
* | Editor: Inspector and Signal docks improvements | Danil Alexeev | 2023-09-02 | 1 | -0/+11 |
| | |||||
* | Merge pull request #80617 from jmb462/fix_80524 | Rémi Verschelde | 2023-08-29 | 1 | -0/+2 |
|\ | | | | | | | Add buttons to reorder inspector array items without dragging | ||||
| * | Add buttons to reorder inspector array items without dragging | Jean-Michel Bernard | 2023-08-27 | 1 | -0/+2 |
| | | |||||
* | | Avoid unnecessary inspector updates when loading or switching scenes | Yuri Sizov | 2023-08-12 | 1 | -1/+1 |
|/ | | | | | | This should result in some noticeable performance improvements, aside from fixing bugs due to conflicts in logic. This also simplifies some related code identified while debugging. | ||||
* | Standardize dialog input validation as a new class | kobewi | 2023-08-08 | 1 | -3/+3 |
| | |||||
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file | Hendrik Brucker | 2023-07-17 | 1 | -0/+1 |
| | |||||
* | Single Compilation Unit build. | lawnjelly | 2023-06-06 | 1 | -0/+1 |
| | | | | | Adds support for simple SCU build (DEV_ENABLED only). This speeds up compilation by compiling multiple cpp files within a single translation unit. | ||||
* | Add get_edited_property_value() shorthand method | kobewi | 2023-05-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #76684 from KoBeWi/this_branch_is_meta | Rémi Verschelde | 2023-05-16 | 1 | -0/+1 |
|\ | | | | | | | Add background panel to new meta dialog | ||||
| * | Add background panel to new meta dialog | kobewi | 2023-05-03 | 1 | -0/+1 |
| | | |||||
* | | Fix skeleton 3d editor crash in RC3 | Samuele Panzeri | 2023-05-15 | 1 | -0/+1 |
| | | | | | | | | Control notifies a theme changed before the editor has entered the tree | ||||
* | | Allow EditorInspector to change its property name style when necessary | Haoyu Qiu | 2023-04-29 | 1 | -0/+4 |
|/ | | | | | | | | | | Previously, an EditorInspector's property name can only be set from outside. Inspectors used for settings needs to respond to changes in editor settings. So a few boilerplate code is almost always needed, including watching for a certain editor setting in `_notification()`. This commit adds a `set_use_settings_style()` function to tell the inspector to watch for editor settings changes on its own. | ||||
* | [Export] Add readable descriptions and validation warnings to the export ↵ | bruvzg | 2023-04-19 | 1 | -0/+1 |
| | | | | options. | ||||
* | Update property keying state without a full Inspector rebuild | Yuri Sizov | 2023-03-07 | 1 | -0/+2 |
| | |||||
* | Merge pull request #66121 from Zylann/plugin_handles_edit_object_argument | Rémi Verschelde | 2023-02-17 | 1 | -1/+1 |
|\ | | | | | | | Change `_can_handle` and `_edit` virtual methods to take `Object*` | ||||
| * | Change `_can_handle` and `_edit` virtual methods to take `Object*` | Marc Gilleron | 2023-02-17 | 1 | -1/+1 |
| | | |||||
* | | Fold resources when non-main inspector exits tree | kobewi | 2023-02-15 | 1 | -1/+3 |
|/ | |||||
* | Avoid cleaning up editor plugins when property list changes | Yuri Sizov | 2023-02-11 | 1 | -1/+1 |
| | | | | | Also removes a usability hack from the Theme editor, as it doesn't work anymore, and it confuses the Inspector. | ||||
* | Use `PropertyUsageFlags` enum in parse_property | Raul Santos | 2023-01-31 | 1 | -2/+2 |
| | |||||
* | Removed declarations of removed methods of the EditorPropertyRevert class. | S.V.I. Vilcrow | 2023-01-30 | 1 | -6/+2 |
| | | | | The implementation of these methods was removed in 1806ec7c14a8f038c0ff33a88d19087225c8d7ab. |