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

Log window #4109

Merged
merged 21 commits into from
Apr 4, 2023
Merged

Log window #4109

merged 21 commits into from
Apr 4, 2023

Commits on Mar 24, 2023

  1. Add basic log window functions

    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1344dbb View commit details
    Browse the repository at this point in the history
  2. Fix constraints in log window

    lhc70000 authored and uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    14649b6 View commit details
    Browse the repository at this point in the history
  3. Fix table view constraints

    lhc70000 authored and uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b7ed1b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec60b17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    109763a View commit details
    Browse the repository at this point in the history
  6. Implement saving logs to file

    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9a234d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6596273 View commit details
    Browse the repository at this point in the history
  8. Add copy to tableview menu

    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    cb9b938 View commit details
    Browse the repository at this point in the history
  9. Add copy action for App menu

    lhc70000 authored and uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b0331f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39f7b01 View commit details
    Browse the repository at this point in the history
  11. Add log indicators

    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4503e40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5a7cdc View commit details
    Browse the repository at this point in the history
  13. Fix log level icon disabled by default

    lhc70000 authored and uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    30731bf View commit details
    Browse the repository at this point in the history
  14. Update upon review

    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    562c356 View commit details
    Browse the repository at this point in the history
  15. Update upon review

    - Rename Log Window to Log Viewer
    - Save logs now saves all available logs instead of filtered logs
    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    390bd54 View commit details
    Browse the repository at this point in the history
  16. Lower the mpv log level to debug

    Add a map from mpv's log level to iina's log level
    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c9cd104 View commit details
    Browse the repository at this point in the history
  17. Fix after rebasing

    uiryuu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    280d7c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    de5b31d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update upon review

    - Fix duplicated subsystems could appear
    - Fix binding issues
    - Revert mpv log level to warn
    uiryuu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f7f5527 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Fix various issues

    - Add `:` after Subsystem the label
    - Enlarge the maximum length of the last column
    - Add AutosaveName to the window so that it remembers last open size
    - Internalization
    uiryuu committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3e5516a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed3fcbe View commit details
    Browse the repository at this point in the history