1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00

146 Commits

Author SHA1 Message Date
passivestar
8e20f4c289 Finalize colors of modern theme 2025-12-20 07:17:46 +04:00
Rémi Verschelde
9302ec9f21 Merge pull request #113917 from Calinou/project-manager-folder-naming-convention-quick-settings
Tweak Quick Settings dialog to ensure labels and dropdowns are aligned
2025-12-19 11:53:16 +01:00
Rémi Verschelde
be9f30a9d0 Merge pull request #111166 from KoBeWi/version_discard
Reset found version before checking again
2025-12-19 11:52:38 +01:00
Hugo Locurcio
0e7a69a2e0 Tweak Quick Settings dialog to ensure labels and dropdowns are aligned 2025-12-19 01:38:51 +01:00
Pāvels Nadtočajevs
4fc07a8edb [macOS] Add option for renaming system menus. 2025-12-18 08:40:14 +02:00
aaronp64
556dfd4e29 Clean up editor inspector plugins when closing Project Manager
Added call to EditorInspector::cleanup_plugins() when closing Project Manager, to free plugins added when opening editor settings
2025-12-09 15:41:17 -05:00
dinesh1160
e9aa840b96 fix single space tagname issue 2025-12-07 18:42:48 +05:30
Jan Haller
f31aa20562 Add special compat methods for EditorFileDialog enum fns
Fixes broken binary compatibility in GDExtension, introduced
by moving methods from EditorFileDialog to its base class
FileDialog.

While the general derived-to-base compat mechanism works,
the function hashes are changed when enum types are also moved
between classes.

An earlier attempt restored original enums in EditorFileDialog
and added regular compatibility methods, however this caused
shadowed symbols in C# bindings. Instead, hash mappings are
now directly hardcoded as "special compat hashes".
2025-12-04 11:40:53 +01:00
Rémi Verschelde
7a228b4b91 Merge pull request #113473 from ndarilek/fix-favorite-button-accessibility-label
Editor: Add accessibility label to project favorite button
2025-12-03 09:50:05 +01:00
Nolan Darilek
8eba8bda85 Editor: Add accessibility label to project favorite button 2025-12-02 16:23:37 -05:00
Thaddeus Crews
25203e24c4 Merge pull request #112895 from YeldhamDev/project_list_focus_fix
Hide mouse focus from project list
2025-12-02 11:52:14 -06:00
Rémi Verschelde
5ef6b01b3f Merge pull request #113392 from ndarilek/project-dialog-accessibility
Editor: Improve accessibility in Create New Project dialog
2025-12-02 14:17:05 +01:00
Rémi Verschelde
c87dd8e02b Merge pull request #111806 from Calinou/renderer-message-warnings
Make all unsupported renderer message features consistently warnings
2025-12-02 14:15:43 +01:00
Michael Alexsander
d94914417a Hide mouse focus from project list 2025-12-02 10:03:26 -03:00
kobewi
c1cc178a82 Make EditorFileDialog inherit FileDialog 2025-12-02 12:30:51 +01:00
Hugo Locurcio
2cf7af9149 Make all unsupported renderer message features consistently warnings
Previously, some messages indicating a lack of support were errors
instead of warnings. Some messages were also not shown when running
a release export template.

- Use "renderer" terminology consistently instead of "rendering method".
2025-12-01 17:38:12 +01:00
Nolan Darilek
0f13b9ba91 Editor: Improve accessibility in Create New Project dialog
Add accessibility names and live region to improve screen reader support:
- Project name field now announces its label
- Status message is a live region for automatic announcements
- Renderer radio buttons include group context in their names
2025-12-01 05:30:52 -06:00
Thaddeus Crews
09bc1ca327 Merge pull request #77292 from Calinou/project-manager-add-select-all-none-shortcuts
Add Ctrl + A and Ctrl + Shift + A to (de)select all projects in project manager
2025-11-20 16:47:01 -06:00
Hugo Locurcio
afbefa6fc1 Replace spaces and use lowercase automatically for project manager tags
This makes the workflow of adding tags smoother by automatically
using valid tag names, rather than showing error messages.
This also strips edges when the field is submitted to avoid
leading/trailing underscores.
2025-11-18 02:06:24 +01:00
Thaddeus Crews
bf99866abe Merge pull request #112825 from KoBeWi/why_would_you_do_that
Don't save editor settings on startup
2025-11-17 10:56:47 -06:00
Thaddeus Crews
18c58dfffe Merge pull request #112824 from KoBeWi/connection_lost_(good)
Fix not being able to set project path
2025-11-17 10:56:46 -06:00
kobewi
141a49b090 Don't save editor settings on startup 2025-11-15 20:39:49 +01:00
kobewi
98523d8a1d Fix not being able to set project path 2025-11-15 20:21:12 +01:00
Malcolm Anderson
9c1375f6be Use American spelling of "favorite" in Project Manager code 2025-11-14 13:10:56 -08:00
Thaddeus Crews
bd2ca13c6f Merge pull request #112733 from KoBeWi/press_right_to_context
Add a right click menu to the project manager
2025-11-13 20:52:27 -06:00
Thaddeus Crews
0aeab540b7 Merge pull request #101129 from Rindbee/improve-project-manager-ui-navigation
Improve Project Manager UI navigation
2025-11-13 20:52:12 -06:00
kobewi
f51f97aaec Add a right click menu to the project manager 2025-11-14 00:57:00 +01:00
Thaddeus Crews
d03fc3be95 Merge pull request #109101 from keyzeuh/doc-link-renderer-selection-dialog
Add a documentation link to the renderer selection dialog
2025-11-13 17:42:56 -06:00
Hugo Locurcio
226d726b05 Add Ctrl + A and Ctrl + Shift + A to (de)select all projects in project manager
These keyboard shortcuts are commonly used in applications to (de)select
all entries in a list.
2025-11-13 22:22:07 +01:00
kobewi
a1340f05a9 Allow editing editor settings from project manager 2025-11-12 16:34:43 +01:00
风青山
630e2c9fe5 Improve Project Manager UI navigation
Provide a focus stylebox for navigable controls.

Add shortcuts for explore (`E`) and favorite (`F`).

In particular, when switching favorites (clicking the favorite button with
the mouse or pressing the `F` key), pressing `ALT` will follow the item.
2025-11-06 10:08:21 +08:00
molingyu
39fbcbd2be fix ProjectManager import dialog error
When Cancel is selected in the import dialog, no subsequent operations should be performed.
2025-11-03 23:16:38 +08:00
Thaddeus Crews
ae9732139a Merge pull request #109433 from KoBeWi/hastension
Add `has_extension()` method to String
2025-10-31 09:23:30 -05:00
Michael Alexsander
e06f015f95 Add a new editor theme
Co-authored-by: passivestar <60579014+passivestar@users.noreply.github.com>
2025-10-30 00:31:54 -03:00
Emi
1b8b46f59a Add donate button to project manager
- Move the `Remove Missing` button with the rest of the actions available.
- Add `ref` to existing donate link in the Help menu
2025-10-24 10:48:13 +02:00
Thaddeus Crews
b6136161c2 Merge pull request #110855 from arkology/project-manager-favorites
`ProjectManager`: Change favorite button tooltip to toggle
2025-10-21 15:10:49 -05:00
kobewi
8f1b411556 Improvements to ProjectManager's _update_theme() 2025-10-16 20:16:20 +02:00
Malcolm Anderson
769007c707 Add "Show in File Manager" button to sidebar of Project Manager 2025-10-13 17:56:49 -07:00
GlitchedCode
c5183d21db Project Manager: Prohibit duplicating a project into itself 2025-10-05 21:50:00 +03:00
Thaddeus Crews
38af23a654 Merge pull request #89409 from aaronfranke/server-folders
Move server files into their subfolders
2025-10-03 12:01:00 -05:00
kobewi
59b890bcc9 Reset found version before checking again 2025-10-02 16:06:17 +02:00
Thaddeus Crews
ef496a4289 Merge pull request #111085 from KoBeWi/focus_tagger
Fix tag name focus
2025-10-01 17:54:12 -05:00
Aaron Franke
3d1c9fd5de Move server files into their subfolders 2025-09-30 19:39:39 -07:00
Thaddeus Crews
6f3c5088ae Merge pull request #110492 from KoBeWi/pro🍐_languages
Improve editor language selector
2025-09-30 18:35:03 -05:00
kobewi
56e62869fb Fix tag name focus 2025-09-30 20:25:47 +02:00
Thaddeus Crews
5089e9aef0 Merge pull request #105737 from Calinou/editor-project-settings-init-jolt
Use Jolt Physics by default in newly created projects
2025-09-30 11:19:14 -05:00
Thaddeus Crews
9283328fe7 Merge pull request #109491 from syntaxerror247/window-color
Android: Add method to set root window color at runtime
2025-09-26 13:47:32 -05:00
Hugo Locurcio
c4bbf27cb5 Use Jolt Physics by default in newly created projects
This also adds infrastructure to make specific settings the default, but only
in projects created after this point (so that existing projects
are not affected). This can be used for progressive upgrades in the future.

This applies to both the project creation dialog and creating projects
through the command line using `touch project.godot`.
2025-09-26 17:16:28 +02:00
arkology
57b1848e8c ProjectManager: Change favorite button tooltip to toggle 2025-09-26 06:19:16 +00:00
Thaddeus Crews
be421bcdd4 Merge pull request #110250 from YeldhamDev/i_just_cant_keep_focused
Hide `Control` focus when given via mouse input
2025-09-22 13:28:44 -05:00