aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix default ranges of the inspectorBojidar Marinov2016-07-251-2/+2
| | | | | Probably closes #3091 (Should apply to Variant::REAL and Variant::INT)
* Keep selected section in Editor Settings when reopening the dialogFranklin Sobrinho2016-07-181-8/+23
|
* Merge pull request #5584 from TheHX/project-settingsJuan Linietsky2016-07-101-0/+2
|\ | | | | Implement undo/redo for adding and deleting global properties
| * Implement undo/redo for adding and deleting global propertiesFranklin Sobrinho2016-07-071-0/+2
| |
* | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-5/+1
|/ | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky2016-07-061-3/+1
|
* Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-011-0/+1
| | | | This abuse of focus was the original culprit of #5354
* -Setting script in multi node edit works, closes #4442Juan Linietsky2016-06-191-0/+3
|
* Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky2016-06-131-1/+1
|\ | | | | Add subsequence search to tools
| * Add subsequence search to toolsGeorge Marques2016-06-121-1/+1
| | | | | | | | | | | | | | | | | | Add it to the following searches: - Create node. - Scene tree. - Inspector properties. - Classes list in help. - Quick open.
* | resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky2016-06-121-0/+8
|/ | | | saving changed properties when they didn't, closes 4759
* -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-071-8/+15
|
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-6/+6
| | | | -Implemented HiDPI detection and support for Godot Editor!
* Changed import workflowJuan Linietsky2016-05-271-0/+35
| | | | | | | | | | | | | | | | -Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types
* Real-Time Remote Inspector supportJuan Linietsky2016-05-221-0/+32
|
* i18n: Fix another %i in vformatRémi Verschelde2016-05-211-1/+1
|
* i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
| | | | Fixes #4742.
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-2/+2
| | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated.
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-11/+11
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* New reworked AnimatedSprite!Juan Linietsky2016-05-141-0/+1
| | | | | | | | | -New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc.
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-1/+199
| | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-1/+1
|
* Merge pull request #4543 from djrm/better_hint_allRémi Verschelde2016-05-041-2/+2
|\ | | | | Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
| * Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez2016-05-031-2/+2
| |
* | Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-40/+40
|/
* Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia2016-05-011-33/+156
| | | Rebase of #453
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
|
* Fix Project Settings dialog add/delete global variableFranklin Sobrinho2016-03-061-16/+53
|
* -Avoid crash in property editor due to newly out of focus but still valid ↵Juan Linietsky2016-02-081-0/+3
| | | | property edition, fixes #3601
* -Add some offset to spinboxes in tree, so revert icon does not annoy much ↵Juan Linietsky2016-02-021-12/+29
| | | | when pops up, fixes #3415
* Merge pull request #1453 from adolson/remove-inspector-headingsRémi Verschelde2016-01-261-3/+1
|\ | | | | remove column titles in property inspector
| * remove column titles in property inspectorDana Olson2015-02-281-3/+1
| |
* | -Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky2016-01-231-2/+2
| |
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-01-231-63/+5
|\ \
| * | Revert "Better search for SectionedPropertyEditor, added "All" section"Juan Linietsky2016-01-231-63/+5
| | |
* | | -Support the TRNS flag on libpng, fixes #3097Juan Linietsky2016-01-231-2/+2
|/ /
* | Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky2016-01-231-24/+102
| |
* | Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho2016-01-211-102/+24
| |
* | Add a visual editor to color picker.MarianoGNU2016-01-151-1/+1
| |
* | Better search for SectionedPropertyEditor, added "All" sectionFranklin Sobrinho2016-01-121-5/+63
| |
* | Merge pull request #3302 from MarianoGnu/bug_fixing2Rémi Verschelde2016-01-111-1/+11
|\ \ | | | | | | Allow to paste resources in inspector when text_hint indicates multip…
| * | Allow to paste resources in inspector when text_hint indicates multiple typesMarianoGNU2016-01-101-1/+11
| | |
* | | -Project settings can properly add/remove properties again, fixes #3177Juan Linietsky2016-01-101-0/+5
|/ /
* | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵Juan Linietsky2016-01-021-2/+0
| | | | | | | | bugs, closes #2115
* | -Ability to roll-back script-exported properties to their default value on ↵Juan Linietsky2016-01-021-49/+121
| | | | | | | | the script, closes #2128
* | Properly hide assign/clear dialog, closes #2295Juan Linietsky2016-01-021-0/+3
| |
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
| |
* | small fix for undo redoJuan Linietsky2015-12-161-0/+10
| |
* | added labels to sections and propertiesJuan Linietsky2015-12-161-3/+16
| |
* | -split view of property editor and editor settingsJuan Linietsky2015-12-151-0/+171
| |