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

feat: add rattler_menuinst crate #840

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

feat: add rattler_menuinst crate #840

wants to merge 39 commits into from

Commits on Nov 8, 2024

  1. initialize menuinst crate

    wolfv committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0ca5781 View commit details
    Browse the repository at this point in the history
  2. implement the rendering

    wolfv committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a2204ad View commit details
    Browse the repository at this point in the history
  3. continue menuinst

    wolfv committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    64794d3 View commit details
    Browse the repository at this point in the history
  4. try more implementation

    wolfv committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    62a68d9 View commit details
    Browse the repository at this point in the history
  5. first prototype version

    wolfv committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c923ea0 View commit details
    Browse the repository at this point in the history
  6. ..

    wolfv committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    dbe4791 View commit details
    Browse the repository at this point in the history
  7. add windows stuff

    wolfv committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cfa6b74 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. more work on menuinst

    wolfv committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    29390e7 View commit details
    Browse the repository at this point in the history
  2. refactor: split merging\

    baszalmstra committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5da54bb View commit details
    Browse the repository at this point in the history
  3. use real data

    wolfv committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9dcb56f View commit details
    Browse the repository at this point in the history
  4. update test

    wolfv committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ae11010 View commit details
    Browse the repository at this point in the history
  5. refactor: resolve later

    baszalmstra committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    15c359d View commit details
    Browse the repository at this point in the history
  6. some fixes

    wolfv committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    81a4409 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. ..

    wolfv committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4636f49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03acbd View commit details
    Browse the repository at this point in the history
  3. implement more for macos

    wolfv committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6ce3e6d View commit details
    Browse the repository at this point in the history
  4. make linux compile as well

    wolfv committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ce30ab0 View commit details
    Browse the repository at this point in the history
  5. linux

    wolfv committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b030063 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    6c40a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90a351 View commit details
    Browse the repository at this point in the history
  3. remove comment

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bb2334a View commit details
    Browse the repository at this point in the history
  4. re-add missing function

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6edf779 View commit details
    Browse the repository at this point in the history
  5. Improve Linux support

    Hofer-Julian committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5ff96c2 View commit details
    Browse the repository at this point in the history
  6. Fix clippy warnings

    Hofer-Julian committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d20bad2 View commit details
    Browse the repository at this point in the history
  7. Another clippy warning

    Hofer-Julian committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    75552a0 View commit details
    Browse the repository at this point in the history
  8. Run commands with bash

    Hofer-Julian committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    90dd6a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60a55fd View commit details
    Browse the repository at this point in the history
  10. some clippy

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5797adc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bfe72a View commit details
    Browse the repository at this point in the history
  12. write xml file

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    903139d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    61fa45e View commit details
    Browse the repository at this point in the history
  14. implement more macOS

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2c325e6 View commit details
    Browse the repository at this point in the history
  15. register mime types on linux

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6bac179 View commit details
    Browse the repository at this point in the history
  16. write out the entire plist file

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    272f8f5 View commit details
    Browse the repository at this point in the history
  17. fix tests

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    36235d5 View commit details
    Browse the repository at this point in the history
  18. fix some clippy warnings

    wolfv committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c548bfb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. add pre-create

    wolfv committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5c1481b View commit details
    Browse the repository at this point in the history
  2. improve linux code some more

    wolfv committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b4912b3 View commit details
    Browse the repository at this point in the history
  3. add directory entry functions

    wolfv committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    39d5eaf View commit details
    Browse the repository at this point in the history