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

New Component Properties dialog #1054

Merged
merged 43 commits into from
Nov 18, 2024
Merged

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    b6fbdce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25bf41e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Implement basic functionality for sweep and parameter pages. A lot of…

    … existing code will be removed after this commit.
    iwbnwif committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c14c81c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

  1. First minimum inviable state. File open and edit buttons not implemen…

    …ted. Step and Points fields do not auto update. Open SPICE file not implemented.
    
    qDebug() statements will be largely removed after this commit.
    iwbnwif committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    468bc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd30614 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

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

Commits on Nov 10, 2024

  1. Add transient simulation to list of simulations with a sweep page.

    Set the property table values after openPersistentEditor to avoid them being selected by the editor.
    iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ea4bc2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f655886 View commit details
    Browse the repository at this point in the history
  3. Introduce bound line edit and use it to provide the component name fu…

    …nctionality.
    
    Add a BoundComboBox class and implement the .SW Sim property using it.
    
    Implement basic functionality for sweep and parameter pages. A lot of existing code will be removed after this commit.
    
    First minimum inviable state. File open and edit buttons not implemented. Step and Points fields do not auto update. Open SPICE file not implemented.
    qDebug() statements will be largely removed after this commit.
    iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    25ec6c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e42cc19 View commit details
    Browse the repository at this point in the history
  5. Fix ASCO execution error

    ra3xdh authored and iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e9017a0 View commit details
    Browse the repository at this point in the history
  6. translations: Update source strings in TS files

    Signed-off-by: Anton Midyukov <[email protected]>
    antohami authored and iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    cc7e68c View commit details
    Browse the repository at this point in the history
  7. Update Russian translation

    Signed-off-by: Anton Midyukov <[email protected]>
    antohami authored and iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6c0a474 View commit details
    Browse the repository at this point in the history
  8. Fix hardcoded version in Cauer LC filter

    ra3xdh authored and iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fcb458f View commit details
    Browse the repository at this point in the history
  9. Fix continous build version in deploy.yml

    ra3xdh authored and iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b5ef1a4 View commit details
    Browse the repository at this point in the history
  10. Improve graph rendering performance

    wawuwo authored and iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8b0aa2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c3a180 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6a97e0 View commit details
    Browse the repository at this point in the history
  13. Add transient simulation to list of simulations with a sweep page.

    Set the property table values after openPersistentEditor to avoid them being selected by the editor.
    iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    913ccde View commit details
    Browse the repository at this point in the history
  14. Update Qt to v6.8.0 LTS

    dsm authored and iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    24590c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    48e695c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8cd942b View commit details
    Browse the repository at this point in the history
  17. Revert 8cd942b

    iwbnwif committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f1f186d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4c2b7dc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9d3e5d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    31d5c90 View commit details
    Browse the repository at this point in the history
  2. Allow file browsing or eqn editing directly within

    a table cell.
    
    Implement a compound widget that includes both a QLineEdit and a
    QPushButton. If the use presses the button it will typically open
    either a file browser (file parameters)
    or a simple text editor (eqn parameters).
    iwbnwif committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fea45c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    42e2a79 View commit details
    Browse the repository at this point in the history
  2. Automatically update the number of sweep points or step size for log …

    …sweeps based on the content of the other cells.
    iwbnwif committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dc63679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce95dd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a19e460 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    61222d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fbc44b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    3e852a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ab11f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8070f2a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    14f603b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63feb8 View commit details
    Browse the repository at this point in the history
  3. Workaround for systems where ::accepted signal does not first registe…

    …r changes made to the propertyTable
    iwbnwif committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    174d206 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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