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

Use upload-artifact v4 #3016

Closed
wants to merge 11 commits into from
Closed

Use upload-artifact v4 #3016

wants to merge 11 commits into from

Commits on Aug 16, 2024

  1. Introducing 'User mode' UI

    - This is the first version with still a lot of broken and missing features. There's a new ToolboxUIBase
    class, which contains a QStackedWidget with two QMainWindow pages. The Main window is now
    either in 'expert mode', which is the old ToolboxUI main window, or  in 'user mode', which is a brand
    new ToolboxUILite main window.
    
    - Fixed the resizing problem in Properties dock widget
    
    Re #2794
    ptsavol committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ac2cada View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue_2794

    # Conflicts resolved in:
    #	spinetoolbox/main.py
    #	spinetoolbox/ui_main.py
    #	tests/mock_helpers.py
    ptsavol committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    537c058 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Sep 11, 2024

  1. New feature: Groups

    ptsavol committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    db8a7b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fd6e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Bug fixes

    - Call SetPos after a Group moves when an item in the Group is moved
    - Fix Renaming Groups
    - Fix Ungrouping
    ptsavol committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a0ea8df View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Add Event Log to User Mode

    ptsavol committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cc91082 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge branch 'master' into issue_2794

    # Fixed conflicts in:
    #	spinetoolbox/resources_icons_rc.py
    #	spinetoolbox/ui/mainwindow.py
    #	spinetoolbox/ui/mainwindow.ui
    #	spinetoolbox/ui_main.py
    #	spinetoolbox/widgets/custom_qtextbrowser.py
    #	tests/mock_helpers.py
    #	tests/test_SpineToolboxProject.py
    #	tests/test_ToolboxUI.py
    ptsavol committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    89ffdf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Merge branch 'master' into issue_2794

    # Fixed conflicts in:
    #	spinetoolbox/resources_icons_rc.py
    #	spinetoolbox/ui/mainwindow.py
    #	spinetoolbox/ui/mainwindow.ui
    ptsavol committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f824660 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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