summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
2016-08-01Added Scene tree dock shortcutsPaulb23
2016-08-01Merge pull request #5996 from hurikhan/editor_help_indentationRémi Verschelde
Fix help page title indentation
2016-08-01Fix help page title indentationMario Schlack
2016-07-31Improve dialog title when scanning for projectsRémi Verschelde
2016-07-31Merge pull request #5981 from profelis/PR-scan-dragged-folderRémi Verschelde
Drag open scan window if engine.cfg not found
2016-07-31dnd folder open scan window if engine.cfg not foundDima Granetchi
2016-07-31fix run button availability checkDima Granetchi
2016-07-30Merge pull request #5966 from neikeq/pr-issue-5935Rémi Verschelde
Fix infinite loop when replacing text
2016-07-30Fix infinite loop when replacing textIgnacio Etcheverry
2016-07-29Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas
Can drop an engine.cfg file over the window to import it ;)
2016-07-29Explicitly initialize 'pending_auto_reload' to false.Saracen
2016-07-29Merge pull request #5957 from djrm/new_iconsRémi Verschelde
New http request and tutorials icon
2016-07-29Merge pull request #5955 from profelis/PR-update-selected-listRémi Verschelde
Keep ProjectManager.selected_list up to date
2016-07-28New http request and tutorials iconDaniel J. Ramirez
Remove garbage in group icon
2016-07-29keep selected_list up to dateDima Granetchi
2016-07-28Fix editor icons source file generationGeorge Marques
Also removes the unused make_icons.py file.
2016-07-28Merge pull request #5925 from profelis/shortcut-filter-projectRémi Verschelde
Command-f focus filter input field in project manager
2016-07-27Merge pull request #5939 from neikeq/pr-imp-aboutRémi Verschelde
AboutDialog: Popup respecting its minimum size
2016-07-27AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry
2016-07-27Project Settings: Use containers for the Input Map tab contentIgnacio Etcheverry
2016-07-27Command-F focus filter input field in project managerDima Granetchi
2016-07-25Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez
moved missing baked light warning to BakedLightInstance configuration warning
2016-07-25Merge pull request #5902 from 29jm/fix-warningsRémi Verschelde
Fix some warnings
2016-07-25Fix some warningsJohan Manuel
2016-07-25Merge pull request #5900 from bojidar-bg/fix-integer-rangesRémi Verschelde
Fix default ranges of the inspector, as well as Range.
2016-07-25Fix default ranges of the inspectorBojidar Marinov
Probably closes #3091 (Should apply to Variant::REAL and Variant::INT)
2016-07-25Merge pull request #5898 from MarianoGnu/masterRémi Verschelde
expose bottom panel button to EditorPlugin scripts
2016-07-24Update documentation.MarianoGNU
2016-07-24expose bottom panel button to EditorPlugin scriptsMarianoGNU
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky
2016-07-24shows progress (bytes) on download even if getting chunked contentJuan Linietsky
2016-07-24Fix non-visible col number in text editorRémi Verschelde
The issue itself cannot be fully fixed due to the changes in 864c0e8, but this solution makes the bug less likely to happen (it would only happen with > 5 digits for line or column, and/or a much bigger font. Could be further refined by taking the configured font into account... Fixed #5890.
2016-07-24Turn some prints to error logs, remove othersRémi Verschelde
Fixes #5876 in passing.
2016-07-23Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde
TextEdit: Scroll search results to the center
2016-07-23Merge pull request #5821 from TheHX/issue-5795Rémi Verschelde
Improved FileSystem dock "Instance" option
2016-07-23Merge pull request #5882 from neikeq/pr-issue-1481Rémi Verschelde
Project Manager: Added project list scrolling with keyboard
2016-07-23Project Manager: Added project list scrolling with keyboardIgnacio Etcheverry
2016-07-23Merge pull request #5864 from djrm/new_iconsRémi Verschelde
Modified some icons
2016-07-22Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU
2016-07-22Modified some iconsDaniel J. Ramirez
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky
Editor now has good refactoring tools, so this function is mostly obsolete
2016-07-22Show a warning that an animation must be selected in order to edit it. Avoid ↵Juan Linietsky
copying/pasting if no anim selected. Closes #5799
2016-07-21Update profiler curves on item toggled, closes #5680Juan Linietsky
2016-07-21"FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho
2016-07-21Instance only selected scenes in FS dock, closes #5795Juan Linietsky
2016-07-21Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵Juan Linietsky
scenes dock since a long time).
2016-07-21Hide editor types from create node dialog, closes #3263Juan Linietsky
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky
2016-07-21Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde
Implement ShortCuts in CanvasItemEditor
2016-07-21TextEdit: Center search resultsIgnacio Etcheverry