Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add window tooltip translation #216

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

Adanos020
Copy link
Owner

Adds missing translation, and also replaces Default implementation for the translation types with associated functions called english.

@Adanos020 Adanos020 mentioned this pull request Jan 9, 2024
@Adanos020 Adanos020 merged commit bfd589a into release-0.10 Jan 9, 2024
4 checks passed
@Adanos020 Adanos020 deleted the add-window-tooltip-translation branch January 9, 2024 11:51
Adanos020 added a commit that referenced this pull request Jan 9, 2024
* Bump crate version

* Keyboard focus fixes (#211)

* Fix crash after calling `DockState::remove_tab`. (#208)

* Remove surface after removing the last remaining tab, if the surface isn't `Main`.

* Add explicit panic in `Tree::remove_leaf` if the `Tree` is empty.

* Bump patch version, update changelog.

* Include instructions on how to run examples in Readme. (#209)

* Fix keyboard focus not working inside `DockArea`s

* Add visual indicators when tab buttons are focused

* Allow current tab to be switched using the keyboard

* Remove extra focusable areas

I removed focus from two widgets that are not supposed to be focusable.
Also, I added highlighting to the separators when they are focused
because apparently I can't remove the ability to focus them without
breaking the ability to drag the separators.

* Separators can now be moved with the arrow keys

* Add highlighting to active tabs that are keyboard focused

* Update changelog

* Add tab styles for keyboard-focused tabs

* Don't move separators unless Ctrl or Shift is down

This is so that using the arrow keys to change the keyboard focus will
still work normally.

* Clippy

---------

Co-authored-by: Adam Gąsior <adanos020@gmail.com>

* Upgrade to egui 0.25 (#214)

* Update readme and changelog

* Add window tooltip translation (#216)

* Add translation for window close button tooltip

* Rename `default` to `english` in `{TabContextMenu,Window,}Translations`

* Update changelog

---------

Co-authored-by: 刘皓 <whiteaxe@tuta.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant