aboutsummaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -New inspector.Juan Linietsky2018-05-151-2/+2
| | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
* Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde2018-05-031-6/+18
|\ | | | | Allow exporting arrays of resources in GDScript
| * Allow exporting arrays of resources in GDScriptBojidar Marinov2018-02-051-6/+18
| | | | | | | | Fixes #15961
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-3/+3
| |
* | Fix #18058 regressionChaosus2018-04-081-1/+6
| |
* | Merge pull request #16995 from mrcdk/custom_resources_inspectorJuan Linietsky2018-04-081-3/+43
|\ \ | | | | | | The inspector will show the custom resources added via plugin
| * | Now the inspector will show the custom resources added via pluginMrCdK2018-02-251-3/+43
| | |
* | | Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-131-1/+1
|/ / | | | | | | | | | | Also, add deep (=false) parameter to Array.duplicate and Dictionary.duplicate Fixes #13971
* | Merge pull request #15505 from YeldhamDev/type_iconsRémi Verschelde2018-02-141-14/+18
|\ \ | |/ |/| Re-enabled type icons
| * Re-enabled type icons.Michael Alexsander Silva Dias2018-01-081-14/+18
| |
* | PropertyEditor: Add missing MAKE_PROPSELECT.Andreas Haas2018-01-151-0/+2
|/ | | | Fixes #15745
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Fix get_edited_scene_root error at starting editorvolzhs2018-01-051-0/+1
| | | | Fix #15300
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-271-10/+31
|\ | | | | Show Options Dialog for NodePath and File in clicked button position.
| * Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-231-10/+31
| | | | | | | | Auto select newly created nodes.
* | Fix popup menu size in Inspector dockvolzhs2017-12-251-6/+2
| |
* | Fixes and modifications for some dialogs.Michael Alexsander Silva Dias2017-12-211-0/+3
|/
* Clean up setting dialogues a bit.Ray Koopa2017-12-171-2/+2
|
* Merge pull request #14698 from ↵Rémi Verschelde2017-12-161-2/+7
|\ | | | | | | | | carlosfvieira/6382-Properties_in_the_inspector_lacking_tooltips Proposed change to close issue "#6382 - Properties in the inspector lacking tooltips"
| * closes godotengine/godot#6382 - traverse classes docs so that all properties ↵carlosfvieira2017-12-161-2/+7
| | | | | | | | from inherited classes have tooltips accordingly
* | Made multiline property editor deselect text when opening.Michael Alexsander Silva Dias2017-12-151-0/+1
|/
* Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-4/+4
|
* Highlight Editor Settings categoriesRay Koopa2017-12-111-1/+2
|
* Fix wrong return value in some virtual method bindingsRémi Verschelde2017-12-101-1/+1
|
* Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde2017-12-101-0/+2
|\ | | | | Make click on arrow properly open and close property editor modals
| * fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-101-0/+2
| |
* | PropertyEditor: Filter out resource_local_to_sceneRémi Verschelde2017-12-101-2/+2
| | | | | | | | | | This lets the empty "Global" category disappear again. Also silence a debug print.
* | PropertyEditor: Fix display of property doc in tooltipRémi Verschelde2017-12-091-26/+23
| |
* | Remove layer flyout label.Ray Koopa2017-12-091-10/+1
|/
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
|
* Merge pull request #13958 from jjjuande/fix_revert_buttonRémi Verschelde2017-12-071-15/+25
|\ | | | | Fix the revert button issue with instanced nodes
| * Fix the revert button issue with instanced nodesJuande2017-12-041-15/+25
| | | | | | | | | | | | The method "check_reload_status" on the file "property_editor.cpp" didn't take into account if the field is a property of an instanced node just like the "update_tree" does. The code that checks this in "update_tree" has been extracted into the method "_is_instanced_node_with_original_property_different" to be also used in "check_reload_status". Fixes #13415
* | Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky2017-12-061-22/+17
|/
* Some untranslated UI stringsUnknown2017-12-021-1/+1
|
* Small fixes to #13233Dmitry Koteroff2017-11-281-2/+3
|
* Merge pull request #13240 from Krakean/fix_interpretcomma_as_decimalpointRémi Verschelde2017-11-271-6/+9
|\ | | | | Makes possible to interpret comma as decimal point in editor
| * Makes possible to interpret comma as decimal point in editorDmitry Koteroff2017-11-261-6/+9
| |
* | Implemented a collapse/expand all feature request for Inspector (issue ↵Dmitry Koteroff2017-11-241-1/+26
|/ | | | | | | | #9427) via popup of "Object properties" button. Editor Settings->Interface->Editor: added "Expand All Properties" option. Off by default. Cosmetics fixes due to @Reduz notes.
* Merge pull request #11940 from GodotExplorer/debuggerRémi Verschelde2017-11-201-6/+28
|\ | | | | Enhanced debugger for godot 3.0
| * Better supported for remote object editing with the inspector with a simple ↵geequlim2017-11-171-7/+29
| | | | | | | | dictionary editor implement
* | Merge pull request #12952 from bojidar-bg/12392-export-enumsRémi Verschelde2017-11-201-1/+5
|\ \ | | | | | | Allow exporting enums from GDScript
| * | Allow exporting enums from GDScriptBojidar Marinov2017-11-171-1/+5
| |/ | | | | | | | | Use as `export(E) ...` Closes #12392
* / Rename Rect3 to AABB.Ferenc Arn2017-11-171-12/+12
|/ | | | Fixes #12973.
* Removed show type icons optionDaniel J. Ramirez2017-11-091-1/+1
|
* Fixed interface scaling issues with editor action button and value editor ↵Jake Larson2017-10-271-13/+13
| | | | popovers
* Merge pull request #12432 from larsonjj/fix/property_editor_action_buttonsRémi Verschelde2017-10-271-4/+4
|\ | | | | Fix editor action button layout
| * Fix editor action button layoutJake Larson2017-10-271-4/+4
| |
* | Fix text margins in value editor pop-up.Robin Arys2017-10-251-7/+8
|/
* keep display int if int rangeSuchaaver Chahal2017-10-141-2/+2
|