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 issues with rare's process launcher #454

Merged
merged 8 commits into from
Sep 16, 2024

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    5d02454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598ecdb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. PathEdit: remove implicit use of shlex

    Quoting the string prevents QCompleter from completing paths properly.
    It also causes issues with paths on Windows, such as failing because
    of improper driver letters.
    loathingKernel committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    49e52d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3804155 View commit details
    Browse the repository at this point in the history
  3. LaunchSettings: separate command input widget from the arguments widget

    Since we do not want to quote the command string when returned from the
    path dialog, for the reasons stated before, or the user might forget to
    quote the command string when setting it, separate it from the rest
    of the command and add a separate input widget for the arguments.
    loathingKernel committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0d1e620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0079320 View commit details
    Browse the repository at this point in the history