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

gui: add WaiterOverlay. To display processing wheel on top of another widget #3876

Merged
merged 36 commits into from
Nov 21, 2023

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    973cda5 View commit details
    Browse the repository at this point in the history
  2. rework WaiterOverlay with @vallsv.

    * register to ResizeWidget event
    * remove text from constructor
    * move background to 'semi transparent'
    * if the wiget is a PlotWidget prefer center it to the `getWidgetHandle` instead of the plot itself
    payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3c09d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a17112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1615ac9 View commit details
    Browse the repository at this point in the history
  5. clean

    payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    120bff1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e5d120 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd552ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be0bef8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30d9e93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77f8afc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    810d485 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d8cb40 View commit details
    Browse the repository at this point in the history
  13. Update src/silx/gui/plot/ImageStack.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    50e9a94 View commit details
    Browse the repository at this point in the history
  14. Update src/silx/gui/plot/ImageStack.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    911a63a View commit details
    Browse the repository at this point in the history
  15. Update src/silx/gui/utils/waiteroverlay.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    407575f View commit details
    Browse the repository at this point in the history
  16. Update src/silx/gui/utils/waiteroverlay.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    58ddb8e View commit details
    Browse the repository at this point in the history
  17. Update src/silx/gui/utils/waiteroverlay.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0ef0c81 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    94fccca View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4c9cd06 View commit details
    Browse the repository at this point in the history
  20. Update src/silx/gui/utils/waiteroverlay.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ea37ebc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c5afb73 View commit details
    Browse the repository at this point in the history
  22. Refactor parent handling, add support of backend update, use visibili…

    …ty instead of setWaiting
    t20100 authored and payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0b95d5f View commit details
    Browse the repository at this point in the history
  23. Rename module to WaiterOverlay

    t20100 authored and payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    415db4d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7248525 View commit details
    Browse the repository at this point in the history
  25. remove useless change of visibility

    t20100 authored and payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5b6fac4 View commit details
    Browse the repository at this point in the history
  26. update WaiterOverlay test

    t20100 authored and payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8c8f0e9 View commit details
    Browse the repository at this point in the history
  27. rename WaiterOverlay -> WaitingOverlay

    t20100 authored and payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    06c00d1 View commit details
    Browse the repository at this point in the history
  28. Add text getter and a test

    t20100 authored and payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9a3640c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    88bfea5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    94134fc View commit details
    Browse the repository at this point in the history
  31. WatingOverlay: by default: make the waiting button wait on constructi…

    …on (more intuitive)
    payno committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    94627da View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ee6ac1a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d0cab26 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2a5007a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update examples/waiterOverlay.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9c1ea99 View commit details
    Browse the repository at this point in the history
  2. Update examples/waiterOverlay.py

    Co-authored-by: Thomas VINCENT <[email protected]>
    payno and t20100 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f7642d1 View commit details
    Browse the repository at this point in the history