summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-12-23Centers Dock Position textHaoyu Qiu
2019-12-22i18n: Sync translations with Weblate + update templateRémi Verschelde
Also fix a few stray clang-format formatting errors that passed through CI unnoticed.
2019-12-22Merge pull request #34516 from Faless/debugger/output_buffer_sizeRémi Verschelde
Correct size for PacketPeerStream in Debugger.
2019-12-22Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde
Fix code editor not always centering to bookmarks
2019-12-22Set proper icon for LineEdit in editor themeHaoyu Qiu
2019-12-21Correct size for PacketPeerStream in Debugger.Fabio Alessandrelli
We wanted 8 MiB but we were getting 16 MiB (minus 4 bytes for the separator). We are now getting 8 MiB minus 4 bytes for encoding.
2019-12-21Makes more editor strings translatableHaoyu Qiu
* "Add" button text in Groups Editor * "Receiver Method" in Connect Signal Dialog * "Play Mode" in Animation State Machine Editor * "Mesh Library" button text in Mesh Library editor plugin * Compose Array node button texts in Visual Script * Various button texts in TileSet Editor * Various Run Script errors
2019-12-21i18n: Sync translations with WeblateRémi Verschelde
2019-12-20Set proper icons for FileDialog in editor themevolzhs
2019-12-19Merge pull request #34445 from JFonS/fix_13364Rémi Verschelde
Fix selection on 3D viewport with half resolution
2019-12-19Fix selection on 3D viewport with half resolutionJFonS
2019-12-19Merge pull request #34437 from Chaosus/fix_toggle_scripts4Rémi Verschelde
Fix ScriptTextEditor encapsulation
2019-12-19Fix ScriptTextEditor encapsulationYuri Roubinsky
2019-12-19Fixes Curve Editor marginHaoyu Qiu
2019-12-18Fix code editor not always centering to bookmarksTomasz Chabora
2019-12-18Merge pull request #34430 from volzhs/error-log-with-containerRémi Verschelde
Fix error log when selecting child of Containers
2019-12-19Fix error log when selecting child of Containersvolzhs
2019-12-18Updates toggle scripts switch tooltip (if user changed the shortcut)Yuri Roubinsky
2019-12-18Make right align for calls number in Profilervolzhs
2019-12-17Merge pull request #34348 from Catchawink/masterRémi Verschelde
Fixed issues with using a relative path in the export window.
2019-12-17Merge pull request #34402 from Chaosus/fix_toggle_scripts_panel2Yuri Roubinsky
Fix toggle scripts panel to allow using shortcut in other areas
2019-12-17Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky
2019-12-17i18n: Sync translation template with current sourceRémi Verschelde
2019-12-17i18n: Sync translations with WeblateRémi Verschelde
2019-12-17Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky
2019-12-17Merge pull request #34364 from Chaosus/toggle_scripts_panelRémi Verschelde
Moves switch for show scripts panel from File menu to status bar
2019-12-16Fixed issues with using a relative path in the export window.Catchawink
Before this fix, opening relative export paths inside of an EditorFileDialog was not possible. This was fixed by modifying String::path_to_file() to save relative paths in EditorExportPreset::set_export_path() more appropriately and changing EditorFileDialog::set_current_dir() to open relative paths.
2019-12-16Merge pull request #34377 from timothyqiu/i18nRémi Verschelde
Makes more strings in editor translatable
2019-12-16Makes more strings in editor translatableHaoyu Qiu
* File type names in file dialogs * Layout option names * Visual shader editor UI
2019-12-16Center error icon vertically in AssetLibHaoyu Qiu
2019-12-15Moves switch for show scripts panel from File menu to status barYuri Roubinsky
2019-12-15Merge pull request #34349 from timothyqiu/enum-scopeRémi Verschelde
Show full enum name when not on the same doc page
2019-12-15Fixes wrong minimum size of Group EditorHaoyu Qiu
Takes current editor scale into account when setting the minimum size.
2019-12-14Merge pull request #34353 from Calinou/increase-2d-editor-zoom-limitsRémi Verschelde
Increase the TileSet and polygon UV editor zoom limits to 16×
2019-12-14Increase the TileSet and polygon UV editor zoom limits to 16×Hugo Locurcio
This also changes the TileSet editor's minimum zoom to match other 2D editors. This closes #34346.
2019-12-14Show enum class name when not on the same doc pageHaoyu Qiu
Variant.Type and Variant.Operator are listed on GlobalScope page instead of Variant. The `Variant` prefix should not be omitted on that page.
2019-12-13Makes int and bool clickable in documentationHaoyu Qiu
Also adjusted the way to check empty strings.
2019-12-13i18n: Sync translation template with current sourceRémi Verschelde
2019-12-13i18n: Sync translations with WeblateRémi Verschelde
2019-12-13Make more editor strings translatableHaoyu Qiu
2019-12-13Merge pull request #34016 from ↵Rémi Verschelde
norton-corbett/hotfix/tileset-editor-point-grabbing Fix TileSet Editor polygon point grabbing
2019-12-13Merge pull request #34304 from Calinou/improve-editor-shortcuts-searchRémi Verschelde
Don't search in unassigned shortcut labels in the editor shortcuts
2019-12-12Fix OptionButton's arrow margin in editor themeMichael Alexsander
2019-12-12Don't search in unassigned shortcut labels in the editor shortcutsHugo Locurcio
This also fades out shortcut labels for unassigned shortcuts, which makes for easier visual grepping. This closes #33299.
2019-12-11Fix for #34186: "Center Selection" in 2D editor introduces graphic bias.Hannah Crawford
2019-12-11Fixes infinite loop when switching editorHaoyu Qiu
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
Removed unused variables, add some constants numbers
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-09Merge pull request #34217 from timothyqiu/delete-linesRémi Verschelde
Fixes Delete Line doesn't delete first line in script
2019-12-09Merge pull request #34144 from timothyqiu/closingRémi Verschelde
Fixes prompt closes the wrong scene on quit