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

[ENH] Widget status bar #2464

Merged
merged 13 commits into from
Aug 18, 2017
Merged

[ENH] Widget status bar #2464

merged 13 commits into from
Aug 18, 2017

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    0608881 View commit details
    Browse the repository at this point in the history
  2. OWWidget: Replace 'message_bar' implementation

    Move the message area to the bottom into a status bar.
    ales-erjavec committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    134873b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd61eb View commit details
    Browse the repository at this point in the history
  4. OWWidget: Change status bar layout strategy

    Move the status bar out of the widget's layout and in to its
    content margins.
    ales-erjavec committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    95a6871 View commit details
    Browse the repository at this point in the history
  5. OverlayWidget: Fix layouting for bottom and right alignment

    See QRect.{bottom,right}
    ales-erjavec committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    db37d5b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    8dacd50 View commit details
    Browse the repository at this point in the history
  2. utils/messages: Split message text on first new line (if any)

    Restore old behaviour.
    ales-erjavec committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    fc99b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8109584 View commit details
    Browse the repository at this point in the history
  4. messagewidget: Implement and use IconWidget

    Better styling w.r.t enabled/active state.
    ales-erjavec committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    8c678a5 View commit details
    Browse the repository at this point in the history
  5. overlay: Fix positioning when the window position is not correct

    Make the overlay positioning independent of global screen coordinates
    when the overlay and the target widget are contained within the same
    window.
    
    When the window is resized (on OSX 10.11) PyQt4 only reports resize
    events, even when the actual window position (top left corner of the window)
    changes (e.g. by dragging the top window border).
    ales-erjavec committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    1a1afa6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccc86eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4115647 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b31e82 View commit details
    Browse the repository at this point in the history