5f695f0ab4
Rework global class hiding in addons
2024-06-25 12:38:27 +02:00
5d089e1a8e
Merge pull request #93518 from bruvzg/imp_fix
...
[Editor] Fix importers add-ons after 93238
2024-06-25 10:02:05 +02:00
9334068e58
Merge pull request #93507 from passivestar/bus-v-space
...
Add vertical separation to audio bus
2024-06-25 10:01:58 +02:00
dc4085060b
Merge pull request #93558 from kitbdev/fix-exit-plugin-crash
...
Fix crash on exit with shader editor
2024-06-25 09:25:57 +02:00
066555fced
Merge pull request #93581 from Calinou/editor-particles-restart-fix-shortcut
...
Add comment for editor particles Restart Emission shortcut not using Cmd on macOS
2024-06-25 09:20:09 +02:00
f597f24a07
Merge pull request #93521 from nblackburn/popupmenu-pot-gen
...
Include "PopupMenu" labels in POT gen
2024-06-25 09:19:53 +02:00
b63df071bd
Merge pull request #92514 from /addWordSeparators
2024-06-25 09:19:35 +02:00
555f0aa2f7
Add comment for editor particles Restart Emission shortcut not using Cmd on macOS
...
This is done to avoid a conflict, but it's not obvious when looking
at the code.
2024-06-25 02:22:00 +02:00
e60678f193
enable custom separators to treat different characters as words
2024-06-24 20:43:13 +02:00
da55b6a01c
Fix crash on exit with shader editor
2024-06-24 11:56:46 -04:00
25ff1306d6
Merge pull request #93554 from akien-mga/remove-editor-pseudolocalization
...
Remove editor pseudolocalization debug feature
2024-06-24 17:49:13 +02:00
ed3eb6b643
Merge pull request #93544 from passivestar/validation-panel-label-alignment
...
Center the label of EditorValidationPanel
2024-06-24 17:49:07 +02:00
882489d15c
Merge pull request #93543 from anniryynanen/scene-tree-reselect
...
Fix reselecting scene tree node after inspecting a resource
2024-06-24 17:49:04 +02:00
2542a07e70
Merge pull request #93523 from KoBeWi/a_feature_nobody_wanted_and_also_nobody_needed
...
Add brief description tooltips to EditorResourcePicker
2024-06-24 17:48:58 +02:00
398d1d4ef9
Merge pull request #93520 from passivestar/main-screen-button-mirror
...
Add missing RTL styles for MainScreenButton
2024-06-24 17:48:55 +02:00
f11e8d033d
Remove editor pseudolocalization debug feature
...
We've seen multiple users enable it by mistake and get utterly confused,
reporting as a bug that the interface text is garbled.
On the other hand we haven't really seen much use of the feature by editor
UI developers, so we can likely simply remove it.
If there's a need eventually, we can re-add it as a command line option
(which is also better than an editor setting as one would typically want
to toggle it during development).
2024-06-24 17:08:26 +02:00
40be5c4681
Add brief description tooltips to EditorResourcePicker
2024-06-24 15:08:59 +02:00
4374761f76
Center the label of EditorValidationPanel
2024-06-24 15:22:02 +04:00
eed6f4fef4
Fix reselecting scene tree node after inspecting a resource
...
This broke when the `node_selected` connection was removed in #91435 .
Here it's returned, but the emit is removed from `_node_removed`. That
preserves the earlier fix while allowing nodes to be reselected.
2024-06-24 13:17:45 +03:00
1abca34813
Merge pull request #93475 from KoBeWi/unified_timeline
...
Store TileMapLayer selection in scene's history
2024-06-24 11:14:25 +02:00
d4d123c8a1
Merge pull request #93435 from passivestar/themable-inspector
...
Make inspector spacing more themable
2024-06-24 11:14:14 +02:00
f9c51183bb
Merge pull request #93342 from kus04e4ek/build-fix
...
Fix not using `encoding="utf-8"` when writing to files or reading from them
2024-06-24 11:14:10 +02:00
648d5a8525
include popupmenu labels in pot gen
2024-06-23 20:59:17 +01:00
ea5fe1df81
Add missing RTL styles for MainScreenButton
2024-06-23 23:33:31 +04:00
2fdf24375d
[Editor] Fix importers add-ons after 93238
2024-06-23 21:12:00 +03:00
cc6dd8d02c
Style: Optimize .svg files with svgo
2024-06-23 08:15:19 -05:00
b534efd425
Add vertical separation to audio bus
2024-06-23 16:24:53 +04:00
230a4cb63f
Store TileMapLayer selection in scene's history
2024-06-22 18:42:48 +02:00
6bb58ca5ae
Make inspector spacing more themable
2024-06-22 19:55:47 +04:00
16ab5345ef
Merge pull request #79054 from bruvzg/word_brk_fix
...
[TextServer] Fix `get_word_breaks` and its uses.
2024-06-22 16:22:03 +02:00
cf09cc2115
Decrease the default idle parse delay in the script editor
...
This makes errors reported 0.5 seconds faster compared to the previous
default value, and is closer to other code editors' behavior such as
VS Code.
2024-06-22 00:40:21 +02:00
3325ffbe1b
Merge pull request #92750 from bruvzg/ios_autogen
...
[iOS export] Automatically generate ARM64 simulator library from device library if it's missing.
2024-06-21 16:49:40 +02:00
4226dbf469
Merge pull request #90136 from KoBeWi/re-add_root_node
...
Fix `add_root_node()` being no-op
2024-06-21 16:49:37 +02:00
019a0c18a4
Merge pull request #90135 from KoBeWi/missing_star
...
Update scene tabs after marking as unsaved
2024-06-21 16:49:31 +02:00
284dae1510
Merge pull request #89788 from KoBeWi/project_directory_naming_manager
...
Make project naming setting available in project manager
2024-06-21 16:49:18 +02:00
8041dc6a55
Make project naming setting available in project manager
2024-06-21 15:53:06 +02:00
b5e3238109
[TextServer] Fix get_word_breaks and it uses.
2024-06-21 14:56:57 +03:00
74f9f12c71
Merge pull request #92320 from Hilderin/fix-importing-assets-with-csv
...
Fix reimporting assets with csv in the project
2024-06-21 13:54:35 +02:00
4a9dc72d16
Merge pull request #93361 from passivestar/viewport-buttons-styles
...
Add missing style overrides for viewport overlay buttons
2024-06-21 10:14:21 +02:00
31f3969c86
Merge pull request #93147 from Hilderin/fix-freeze-after-save
...
Fix noticeable freeze after saving a scene
2024-06-21 10:14:18 +02:00
8ac841a026
Fix Noticeable freeze after saving a scene #93104
2024-06-20 16:47:28 -04:00
83078715ca
Add missing style overrides for viewport overlay buttons
2024-06-20 22:28:45 +04:00
393f4a7969
Merge pull request #93391 from DarkMessiah/fix_update_available_label
...
Fix determining the availability of a new version
2024-06-20 16:22:25 +02:00
acb9a4e6ad
Merge pull request #93385 from Chaosus/vs_fix_updating
...
Fix visual shader not being updated when switching tabs
2024-06-20 16:18:59 +02:00
fb008256f5
Merge pull request #93318 from passivestar/action-button-rtl
...
Add missing RTL styles for InspectorActionButton
2024-06-20 16:18:30 +02:00
d21812f49b
Merge pull request #93223 from passivestar/movie-button-colors
...
Allow theming movie writer button icon color
2024-06-20 16:18:27 +02:00
e536ab405f
Merge pull request #93174 from MannyFluss/master
...
Fix ruler tool sticks after right click
2024-06-20 16:18:20 +02:00
ef90a7e314
Merge pull request #93000 from Chaosus/fix_inspector_section_theming_update
...
Fix theme updating of the inspector sections
2024-06-20 16:18:17 +02:00
68a10ba603
Fix determining the availability of a new version
2024-06-20 15:56:50 +02:00
3bbbedc144
Fix visual shader not being updated when switching tabs
2024-06-20 13:37:16 +03:00