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

fix(deps): update rust crate egui_dock to 0.15 #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

This PR contains the following updates:

Package Type Update Change
egui_dock dependencies minor 0.14 -> 0.15

Release Notes

Adanos020/egui_dock (egui_dock)

v0.15.0

Changed
  • From (#​237):
    • Each leaf can now be collapsed / closed individually. They are introduced as additional tab bar controls.
    • Undocked windows are now more compact. The original undocked window controls are now accessible as "secondary
      buttons" from the tab bar.
      • By default, the secondary buttons are activated from primary buttons either by holding the Shift
        key while clicking on them, or from a context menu by right-clicking them.
    • A number of tooltip hints are on by default as guides to the new behavior, but they can be disabled.
    • There has been an overhaul to the internal codebase to support the new features.
Added
  • From (#​237):
    • DockArea::show_leaf_close_all_buttons – shows a close all button which closes all open tabs in a leaf.
    • DockArea::show_leaf_collapse_buttons – shows a collapsing button which collapses a leaf (no longer collapsing a
      window).
    • DockArea::show_secondary_button_hint – sets whether tooltip hints are shown for secondary buttons on tab bars.
    • DockArea::show_leaf_collapse_buttons – shows a collapsing button which collapses a leaf (no longer collapsing a
      window).
    • DockArea::secondary_button_on_modifier – sets whether the secondary buttons on tab bars are activated by the
      modifier key.
    • DockArea::secondary_button_context_menu – sets whether the secondary buttons on tab bars are activated from a
      context value by right-clicking primary buttons.
    • Added the following translations:
      • LeafTranslations::close_all_button
      • LeafTranslations::close_all_button_menu_hint
      • LeafTranslations::close_all_button_modifier_hint
      • LeafTranslations::close_all_button_modifier_menu_hint
      • LeafTranslations::close_all_button_disabled_tooltip
      • LeafTranslations::minimize_button
      • LeafTranslations::minimize_button_menu_hint
      • LeafTranslations::minimize_button_modifier_hint
      • LeafTranslations::minimize_button_modifier_menu_hint
    • Node::is_collapsed – returns whether the Node is collapsed.
    • Node::collapsed_leaf_count – returns the number of collapsed layers of leaf subnodes.
    • Node::set_collapsed – set the collapsing state of the Node.
    • Node::set_collapsed_leaf_count – sets the number of collapsed layers of leaf subnodes.
    • WindowState::minimized field – records whether a window is minimized.
    • WindowState::expanded_height field – records the height of the window before it was fully collapsed.
    • Added style configuration for the two buttons:
      • ButtonsStyle::{close_all_tabs, collapse_tabs, minimize_window}_color
      • ButtonsStyle::{close_all_tabs, collapse_tabs, minimize_window}_active_color
      • ButtonsStyle::{close_all_tabs, collapse_tabs, minimize_window}_bg_fill
      • ButtonsStyle::{close_all_tabs, collapse_tabs, minimize_window}_border_color
      • ButtonsStyle::close_all_tabs_disabled_color
      • Style::TAB_CLOSE_ALL_BUTTON_SIZE
      • Style::TAB_CLOSE_ALL_SIZE
      • Style::TAB_COLLAPSE_BUTTON_SIZE
      • Style::TAB_COLLAPSE_ARROW_SIZE
      • Style::TAB_EXPAND_BUTTON_SIZE
      • Style::TAB_EXPAND_ARROW_SIZE
Breaking changes
  • From (#​237):
    • Renamed Translations::WindowTranslations to Translations::LeafTranslations.
    • Renamed WindowTranslations::close_button_tooltip to LeafTranslations::close_button_disabled_tooltip.
    • Translations::LeafTranslations now requires more fields to be constructed (see Added section).
  • Upgraded to egui 0.30.
Deprecated
  • From (#​237):
    • DockArea::show_window_close_buttons – no longer has any effect; consider using
      DockArea::show_leaf_close_all_buttons
      instead.
    • DockArea::show_window_collapse_buttons – no longer has any effect; consider using
      DockArea::show_leaf_collapse_buttons
      instead.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/egui_dock-0.x branch from d8448f3 to a176481 Compare July 3, 2024 18:51
@renovate renovate bot changed the title fix(deps): update rust crate egui_dock to 0.12.0 fix(deps): update rust crate egui_dock to 0.13.0 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/egui_dock-0.x branch from a176481 to 855b838 Compare July 16, 2024 06:47
@renovate renovate bot changed the title fix(deps): update rust crate egui_dock to 0.13.0 fix(deps): update rust crate egui_dock to 0.13 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/egui_dock-0.x branch from 855b838 to 1fe908b Compare October 2, 2024 13:55
@renovate renovate bot changed the title fix(deps): update rust crate egui_dock to 0.13 fix(deps): update rust crate egui_dock to 0.14 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/egui_dock-0.x branch from 1fe908b to 0127e27 Compare December 28, 2024 19:10
@renovate renovate bot changed the title fix(deps): update rust crate egui_dock to 0.14 fix(deps): update rust crate egui_dock to 0.15 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/egui_dock-0.x branch from 0127e27 to 9a2f363 Compare December 31, 2024 11:36
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.

0 participants