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

Multi-window support and backend refactor. #27

Merged
merged 30 commits into from
Jun 29, 2023
Merged

Multi-window support and backend refactor. #27

merged 30 commits into from
Jun 29, 2023

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    4962838 View commit details
    Browse the repository at this point in the history
  2. Added QMdiArea usage

    robertosfield committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    716530e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64cf39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc19825 View commit details
    Browse the repository at this point in the history
  5. ran clang-format

    robertosfield committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    85f480b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fe691c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e887eed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    544d795 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Removed unused variable

    robertosfield committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ca587db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09481d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7202ac View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    04dad72 View commit details
    Browse the repository at this point in the history
  2. Fixed indentation

    robertosfield committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    982b315 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    5e3d62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d359c4 View commit details
    Browse the repository at this point in the history
  3. build fix

    robertosfield committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3ba3892 View commit details
    Browse the repository at this point in the history
  4. Renamed original vsgqtwindows example to vsgqtmdi to better reflect t…

    …he functionality it illustrates
    
    Created a multi-window vsgqtwindows example.
    robertosfield committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    13b2415 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    223bac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    974ce12 View commit details
    Browse the repository at this point in the history
  3. Completed renamed from vsgQt::ViewerWindow to vsgQt::Window

    Added using ViewerWindow = Window fallback.
    robertosfield committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3dc2788 View commit details
    Browse the repository at this point in the history
  4. Added docs

    robertosfield committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6249d03 View commit details
    Browse the repository at this point in the history
  5. Added link to LICENSE

    robertosfield committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    20cb24f View commit details
    Browse the repository at this point in the history
  6. Improved naming

    robertosfield committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    eef1050 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0db5d5a View commit details
    Browse the repository at this point in the history
  8. Fixed typo

    robertosfield committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    701fb06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01cf0c1 View commit details
    Browse the repository at this point in the history
  10. Ran clang-format

    robertosfield committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1451e8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab5ecab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b5ca8a View commit details
    Browse the repository at this point in the history