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

Nutmeg script dialog improvements #476

Merged
merged 10 commits into from
Jan 22, 2024
Merged

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    c1daeda View commit details
    Browse the repository at this point in the history
  2. Add example nutmeg script

    ivandi committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    9295af0 View commit details
    Browse the repository at this point in the history
  3. Prevent duplications in outputs list

    ivandi committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8266248 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Remove white spaces from vars and outputs lists on apply

    A manually edited list can contain spaces, ex: output1.txt ; output2.txt
    That will put 'output1.txt ' and ' output2.txt' in the list of output files.
    The actual created files are 'output1.txt' and 'output2.txt'.
    They are not found and silently ignored.
    ivandi committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1ee737d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Add 'display in schematic' checkbox for spice code and signal-slot ma…

    …naged
    
    isChanged for entire dialog
    ivandi committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    533dda9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Use fixed pitch font in SPICE code editor

    ivandi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    01edb9a View commit details
    Browse the repository at this point in the history
  2. Change dialog parent pointer to Schematic *sch

    This is the default parent pointer for the component dialog. With this
    change the nutmeg script dialog appears as floating window in
    sway window manager.
    ivandi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c71b8b2 View commit details
    Browse the repository at this point in the history
  3. Relax let_pattern regex, fixes ra3xdh#427

    ivandi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    00c8e13 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 20, 2024

  1. Update example nutmeg_script

    ivandi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    622ef94 View commit details
    Browse the repository at this point in the history