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

show dialog windows in predictable places - at mouse cursor or center #5124

Merged
merged 6 commits into from
Aug 14, 2020

Commits on Jul 19, 2020

  1. show dialog windows in predictable places - at mouse cursor or center

    we want to show dialog windows in very predictable manner, so in
    case of multi-screen action or multi-window action, dialogs blocking
    input won't cause harm to users.
    
    with this change dialogs are shown at mouse cursor if dt gui isn't
    yet initialised (or is already closed) or at dt window center on top
    
    additionally based on @parafin suggestion - the main window isn't
    minimalised on closing. I invite anybody to come up with nice closing
    message though...
    johnny-bit committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    df435b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13e016 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f038896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa0c58 View commit details
    Browse the repository at this point in the history
  5. indicate closing by changing main window title

    also - hide main window after most user input
    johnny-bit committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    bf13f1c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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