summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-1/+2
|\
| * Merge pull request #99516 from KoBeWi/quantum_entanglement_of_source_filesThaddeus Crews2024-11-261-0/+1
| |\ | | | | | | | | | Untangle ColorPicker includes
| | * Untangle ColorPicker includeskobewi2024-11-221-0/+1
| | |
| * | Merge pull request #98567 from ydeltastar/remote-pickThaddeus Crews2024-11-261-1/+1
| |\ \ | | |/ | |/| | | | Fix `ColorPicker`'s remote synchronization when typing values
| | * Fix `ColorPicker`'s remote synchronization when typing valuesyds2024-10-261-1/+1
| | |
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-3/+5
|\| |
| * | Fix global paths in EditorPropertyPathkobewi2024-11-181-3/+5
| | |
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\| |
| * | Simplify some UID conversionskobewi2024-11-141-1/+1
| | |
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-5/+20
|\| |
| * | Merge pull request #97912 from reduz/property-path-store-uidThaddeus Crews2024-11-111-5/+20
| |\ \ | | | | | | | | | | | | Expose path properties save UID internally if referencing a resource
| | * | Exposed path properties save UID if referencing a resourceJuan2024-10-071-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if a user or some resource exposes a path in a script, if this references a resource path it will be saved as a full path. This will make refactoring not work if the resource pointed towards changes location or is renamed. This change makes it so an uid:// path is saved internally in case a path to a resource has been selected, effectively making it refactor proof.
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-19/+19
|\| | |
| * | | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-18/+18
| |\ \ \ | | | | | | | | | | | | | | | Rename internal Button `*_icon` functions to `*_button_icon` to match exposed methods
| | * | | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-18/+18
| | | |/ | | |/|
| * | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
| |\ \ \ | | |/ / | |/| | | | | | [Codestyle] Set clang-format `RemoveSemicolon` rule to `true`
| | * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| | | | | | | | | | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \ \ | | | | | | | | | | Fix copyright headers referring to Godot
| * | | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | | | |
* | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-4/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #90047 from ↵Thaddeus Crews2024-10-251-4/+4
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | ajreckof/fix-editing-exported-nodes-in-array-as-text Fix editing exported nodes in array as text.
| | * | Fix editing exported nodes in array as text.ajreckof2024-03-301-4/+4
| | | |
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+1
|\| | |
| * | | Enforce that custom nodes keep their original typebjornmp2024-10-221-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | Enforce that custom nodes and resources created via the "Create New Node" dialog, should permanently retain their original type (script). This means: - Type continuity: It should be impossible for the user to (accidentally) clear the original script of a custom node that was created via the "Create New Node" dialog. - Extensibility: The user should be able to extend custom types as usual (create a script that inherits the original type and replace the original script of that node with his own). However, if he then clears his extension-script from that node later on, the custom type should revert to its original script instead of becoming a non-scripted type.
* / | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-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 #97543 from KoBeWi/to_edit_or_not_to_editRémi Verschelde2024-10-041-0/+8
|\ \ | | | | | | | | | Fix closing Theme Editor not actually closing it
| * | Fix closing Theme Editor not actually closing itkobewi2024-09-271-0/+8
| | |
* | | Merge pull request #95149 from KoBeWi/inspector_mainsRémi Verschelde2024-10-041-1/+2
|\ \ \ | | | | | | | | | | | | Don't fold resources when child of main inspector exits
| * | | Don't fold resources when child of main inspector exitskobewi2024-08-041-1/+2
| | | |
* | | | Merge pull request #96542 from Maran23/inspector-scrolls-awayRémi Verschelde2024-10-011-1/+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 Hanl2024-09-041-1/+4
| | | | | | | | | | | | | | | | sub properties
* | | | [Editor] Merge duplicate entries in enum property inspectorA Thousand Ships2024-09-121-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | This helps with confusion over how selecting a key with a duplicate value won't be selected as only the first entry with a particular value will be selected.
* | | | Merge pull request #87674 from WhalesState/line-editRémi Verschelde2024-09-111-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | Prevent `LineEdit` focus loss when text is submitted or rejected and allow selecting without editing with arrow keys.
| * | | | Prevent `LineEdit` from losing focus when text is submitted or rejected.Mounir Tohami2024-09-101-1/+0
| | | | |
* | | | | Merge pull request #96620 from ajreckof/fix-clear-button-on-Array-Node]Rémi Verschelde2024-09-091-1/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Fix clear button on `Array[Node]`.
| * | | | fix clear button on Array[Node]ajreckof2024-09-061-1/+5
| |/ / /
* / / / Implement typed dictionariesThaddeus Crews2024-09-041-1/+1
|/ / /
* / / Remove empty bind_methods()kobewi2024-08-151-75/+0
|/ /
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-16/+16
| |
* | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
| |
* | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
| |
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-20/+20
| |
* | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-4/+4
| |
* | Remove unused base_hint from EditorPropertyNodePathkobewi2024-05-291-8/+3
| |
* | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
| |
* | Fix unchecking theme overrides not creating an undo actionMichael Alexsander2024-05-221-1/+2
| |
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-15/+15
| |
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-8/+7
| |
* | fix infinite call loop on theme change.ajreckof2024-05-131-8/+1
| | | | | | | | Apply suggestions from code review
* | Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
| |