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

Iced 0.5 upgrade #24

Merged
merged 32 commits into from
Nov 29, 2022
Merged

Iced 0.5 upgrade #24

merged 32 commits into from
Nov 29, 2022

Commits on Nov 24, 2022

  1. Bumping iced versions...wip

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3498c66 View commit details
    Browse the repository at this point in the history
  2. Iced 0.5 wip.

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    afd352c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    974f645 View commit details
    Browse the repository at this point in the history
  4. Overlay param should be tree.

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3f57ab9 View commit details
    Browse the repository at this point in the history
  5. Fix exit modal.

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5b92148 View commit details
    Browse the repository at this point in the history
  6. Moved table_row and header styles to theme. The implemented renderer …

    …for the theme also lives there.
    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0319e71 View commit details
    Browse the repository at this point in the history
  7. Removed old style references.

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    50158d7 View commit details
    Browse the repository at this point in the history
  8. Style correction.

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d90d141 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56e33f3 View commit details
    Browse the repository at this point in the history
  10. Removed old theme renderer.

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7ef7216 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0255370 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45ebdce View commit details
    Browse the repository at this point in the history
  13. Align

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a796a69 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    232deb2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8600649 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0267932 View commit details
    Browse the repository at this point in the history
  17. Theme module style exports.

    flomang committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f659425 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Import warnings.

    flomang committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    525e393 View commit details
    Browse the repository at this point in the history
  2. Set gui theme from config.

    flomang committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    1adff24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91b1570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02e3216 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85503a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40ff7e6 View commit details
    Browse the repository at this point in the history
  7. Consolidate rendering of table row - tossed out generic renderer it w…

    …as a pain to deal with. Having the mouse and draw logic under a single roof is going to be easier and cleaner to deal with.
    flomang committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    7356174 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1834012 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58cd56a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Update header widget to iced 0.5 spec. Dropped header::Renderer trait…

    … - the mouse_interaction and draw implmentations have been consolidated into the component itself.
    flomang committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    7274966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805384e View commit details
    Browse the repository at this point in the history
  3. Default header style.

    flomang committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    5903264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a09bc59 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    ba8af75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91186b9 View commit details
    Browse the repository at this point in the history