summaryrefslogtreecommitdiff
path: root/editor/editor_properties.cpp
AgeCommit message (Collapse)Author
2018-08-16Fix crash assigning script to a ResourceRémi Verschelde
We were dereferencing the wrong identifier, which could be NULL. Fixes #19289, supersedes and closes #20985.
2018-08-14Revert "Open visual editor when "open editor" button in the inspector is ↵Juan Linietsky
pressed"
2018-08-14Merge pull request #20400 from ↵Rémi Verschelde
OliPerraul/oliperraul/20332/fix_defects_with_editor_export_dict Fixed a number of issues related to the Dictionary export property for the editor
2018-08-07Several improvements to inspector.Juan Linietsky
-Added optional horizontal/vertical modes for vector editing (default false for vec2, true for vec3) -Some clean ups with fonts and styles
2018-07-29Undo an accidental revert.Hein-Pieter van Braam
Sorry for the history pollution. I was testing something on this branch and forgot to reset befor pushing the security update. This reverts commit 2ef66def4615594b87340aed2b02adf2204c74c2.
2018-07-28Revert "Open visual editor when "open editor" button in the inspector is ↵Hein-Pieter van Braam
pressed." This reverts commit 0ae400f523b0e4aefc9cdbea5195a54e6e8268df.
2018-07-28Fixed a number of issues related to the Dictionary export property for the ↵oliperraul
editor * Fixed a problem when buttons were deleted on the same frame they were pressed (inside update_property) * Prevent usage of nul key for a dictionary. * Provide symetry in the interface for both the array property and dictionary property by first clicking on the field to instantiating the dictionary. Array (Nil), Array (size 0), Array (size 1) Dictionary (Nil), Array (size 0), Array (size 1) * Allow to press enter to confirm a string in line edi.
2018-07-28Fix layer 2-line tooltips used as name in inspectorRémi Verschelde
Fixes #20288.
2018-07-25Fixed Issue #20399Tiger Caldwell
2018-07-25Add editor property type so that inspector can search for objects. This is a ↵K. S. Ernest (iFire) Lee
regression.
2018-07-19Merge pull request #20117 from ↵Rémi Verschelde
ordigdug/inspector-fix-inconsistencies-with-exported-enums Fix -new inspector- Inconsistencies with exported enums - Fixes remai…
2018-07-18Improvements to vector fields, show axis in color with a backgroundJuan Linietsky
2018-07-18Fix -new inspector- Inconsistencies with exported enums - Fixes remaining ↵ordigdug
issues in #19534
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-17Merge pull request #20220 from volzhs/texture-sizeRémi Verschelde
Fix preview texture size on Inspector
2018-07-17Fix preview texture size on Inspectorvolzhs
2018-07-17Inspector: Add bit/value info to layer tooltipRémi Verschelde
Fixes #20213.
2018-07-16Merge pull request #20112 from nunodonato/openvisualeditorbuttonThomas Herzog
Open visual editor when "open editor" button in the inspector is pressed
2018-07-14Visual Shaders are back.Juan Linietsky
2018-07-12Open visual editor when "open editor" button in the inspector is pressed.Nuno Donato
Fixes #20111
2018-07-05Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-editMax Hilbrunner
Fix crash when assigning a node on editing animation key
2018-07-05Merge pull request #19351 from guilhermefelipecgs/fix_reversed_textMax Hilbrunner
Fixes to the new inspector
2018-07-04Fixes to the new inspectorGuilherme Felipe
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit;
2018-07-03Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspectorMax Hilbrunner
Add proper type information to array property
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-22Fix crash when assigning a node on editing animation keyvolzhs
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
2018-06-18Add proper type information to array propertyBojidar Marinov
Part of #19158
2018-06-04Fix Rect2 properties typoGuilherme Felipe
2018-05-25Merge pull request #19115 from firefly2442/cppcheck-defensiveRémi Verschelde
cppcheck - defensive programming on i index check order
2018-05-23Use relative node path when assigning a node on inspectorvolzhs
2018-05-23cppcheck - defensive programming on i index check orderfirefly2442
2018-05-19Dictionary editing support in inspectorJuan Linietsky
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky
2018-05-17Working Drag & Drop again in inspectorJuan Linietsky
2018-05-17-Ability to open resources in the same windowJuan Linietsky
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-15-New inspector.Juan Linietsky
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -