summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-10-21Readjust "Preview" button in Spatial editorMichael Alexsander Silva Dias
2018-10-21Merge pull request #23196 from Paulb23/scene_tab_errors_issue_22890Rémi Verschelde
Scene tabs closing and thumbnail errors, issue 22890
2018-10-21Don't create scene thumbnail before its saved, issue 22890Paulb23
2018-10-21Merge pull request #23181 from Calinou/tweak-min-panel-sizes-hidpiRémi Verschelde
Resize some editor panel minimum sizes on hiDPI displays
2018-10-21Merge pull request #22972 from YeldhamDev/3d_view_perspective_buttonTimo
Make "Perspective" button look like a actual clickable button
2018-10-20Resize some editor panel minimum sizes on hiDPI displaysHugo Locurcio
This also increases the plugin description TextEdit's height, so that 3 lines can be viewed instead of just 2 (leaving a few pixels for the scroll bar).
2018-10-20Merge pull request #23160 from groud/filesystem_favorites_fixRémi Verschelde
Make folders clicked in the filesystem dock open the selected folder
2018-10-19Make folders clicked in the filesystem dock open the selected foldergroud
2018-10-19Add icon_script_extend & update the icon @runtimeWill Nations
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
Fixes #22684.
2018-10-19Merge pull request #22849 from DualMatrix/update_key_editRémi Verschelde
Fixed Animation Keyframe inspector not displaying after moving key.
2018-10-19Merge pull request #23112 from groud/fix_viewport_not_updatingRémi Verschelde
Fixes viewport scrollbars not updating with plugins
2018-10-18Make "Perspective" button look like a actual clickable buttonMichael Alexsander Silva Dias
2018-10-18Enhanced error message on folder creation with invalid chars on WindowsSilvano Cerza
If the user tried to create folder with *, | or > in its name it would return a generic error "Could not create folder." Now the same message is shown when creating a folder with /, \\, :, *, |, > or ending with . or an empty space.
2018-10-18Fixes viewport scrollbars not updating with pluginsgroud
2018-10-18Merge pull request #23000 from voithos/move-autoloadRémi Verschelde
Update autoload references when moving files.
2018-10-17Merge pull request #23037 from SeleckyErik/issue-23036Rémi Verschelde
Hide header and footer in AssetLib when not necessary
2018-10-17Merge pull request #23074 from voithos/tooltipsRémi Verschelde
Add tooltip to skeleton menu button.
2018-10-17Add tooltip to skeleton menu button.Zaven Muradyan
Fixes #23008.
2018-10-16Update autoload references when moving files.Zaven Muradyan
Prior to this, file references in autoload were not updated when a script was moved or renamed. This adds extra logic to update the autoload references when updating project settings. Fixes #22995.
2018-10-16Switch unoptimized handlers from spatial editor viewport to optimized onesMichael Alexsander Silva Dias
2018-10-16Merge pull request #22918 from DualMatrix/node_as_root_2Rémi Verschelde
Fixed setting node as root showing error and making invisible children visible.
2018-10-16Merge pull request #22738 from akerudesu/script_commentsRémi Verschelde
Improve toggle comment function in script editor
2018-10-16Merge pull request #22885 from neikeq/issue-22122Rémi Verschelde
Hide numeric value for constants in EditorPropertyEnum
2018-10-16Merge pull request #23016 from QbieShay/fix_visibility_toggleRémi Verschelde
Fixed visibility toggle with node selection
2018-10-16Fixed setting node as root showing error and making invisible children visible.DualMatrix
Fixed setting node as root showing error and making invisible children visible.
2018-10-15Fix enum values in the editor and hide enum numeric values in the InspectorIgnacio Etcheverry
- Hide numeric value of enum constants in the inspector (EditorPropertyEnum) - EditorPropertyEnum, CustomPropertyEditor: Calculate values of enum constants correctly when only some of these constants have explicit values.
2018-10-15Hide header and footer in AssetLib when not necessaryErik
Reduces visual clutter by hiding pages navigator header and footer in AssetLib if no results are found or when results fit on one page one page. Fix for issue #23036
2018-10-14fixed visibility toggle with node selectionQbieShay
before this PR toggling visibility of not selected nodes would toggle the visibility of the whole selection. This PR changes this behaviour, so if visibility is toggled on a node that it is not selected, the visibility toggle will happen only on this node. No changes to the behaviour of when one of the selected nodes has visibility toggled: they still toggle all together
2018-10-13Fixed delete line being off by one, issue 22819Paulb23
2018-10-12Merge pull request #22939 from merumelu/tileset-add-texture-fixRémi Verschelde
TileSetEditor: Don't crash when adding invalid files
2018-10-11Merge pull request #22915 from fire/visuals-shader-colour-constant-22906Rémi Verschelde
Fix for Visual Shader Editor #22906: Cannot change color on Color Con…
2018-10-11TileSetEditor: Don't crash when adding invalid filesmerumelu
2018-10-11Fixes resources name not showing in the inspectorgroud
2018-10-10Fix for Visual Shader Editor #22906: Cannot change color on Color ConstantK. S. Ernest (iFire) Lee
Revert line from 5f2f1089086ad64636efc2a4096e55e4483c927a
2018-10-09Improve toggle comment function in script editor.Unknown
2018-10-09Improve the editor's Find in Files functionHugo Locurcio
- Disable Whole Words and Match Case by default - Hide the Cancel button once the search is completed - Pad line numbers to the right for more readable search results
2018-10-08Fixed Animation Keyframe inspector not displaying after moving key.DualMatrix
Fixed Animation Keyframe inspector not displaying after moving key.
2018-10-07Merge pull request #22771 from guilhermefelipecgs/fix_inspector_previewRémi Verschelde
Fix inspector preview
2018-10-07Baker fixesJuan Linietsky
2018-10-07Fix inspector previewGuilherme Felipe
Remove script preview to inspector dock
2018-10-07Merge pull request #22698 from Calinou/fix-find-files-hidpiRémi Verschelde
Fix Find in Files font size on hiDPI displays
2018-10-07Merge pull request #22700 from Calinou/increase-itemlist-popupmenu-spacingRémi Verschelde
Increase spacing slightly between ItemList and PopupMenu items
2018-10-07Merge pull request #22705 from DualMatrix/debugging_the_debugger_grand_finaleRémi Verschelde
Cleaned up/Fixed some bugs in the remote inspector code.
2018-10-07Revert "Make KEY_ESCAPE close all output/debugger docks on bottom"Rémi Verschelde
This reverts commit 2ae2735a7a2631ef1a2c901a81135b1a1f3f954f. It also closes panels like the shader text editor when trying to discard code completion tooltips. It could be readded with extra care that modals like tooltips will take precedence and mark the event as handled. Fixes #17159, fixes #20738, closes #22727.
2018-10-07Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde
Fix more "may be used initialized" warnings from GCC 7
2018-10-07Merge pull request #22770 from Chaosus/fix_inspector_themeRémi Verschelde
Fix inspector color when theme changed
2018-10-07Merge pull request #22752 from aaronfranke/equals-redundantRémi Verschelde
Remove redundant "== true" and "== false" code
2018-10-06Make the 3D viewport menu button easier to readHugo Locurcio
This closes #22809.
2018-10-06Remove redundant "== false" codeAaron Franke
Some of this code has been re-organized. f