Skip to content
Snippets Groups Projects
  1. Aug 02, 2024
  2. Aug 01, 2024
  3. Jul 31, 2024
  4. Jul 28, 2024
  5. Jul 27, 2024
  6. Jul 26, 2024
  7. Jul 25, 2024
  8. Jul 23, 2024
    • ivan tkachenko's avatar
      ScrollBar: Fix custom scrolling behavior · 40b55f9a
      ivan tkachenko authored
      In order to add our custom mouse event handling behavior to the
      QQuickScrollBar, the only way in Qt 6 is to put the MouseArea in front
      of it, i.e. with a higher stacking z index, and only handle a subset of
      events which we are going to fully process ourselves, while rejecting
      the rest to let them propagate further down to the scroll bar itself.
      
      BUG: 488092
      Verified
      40b55f9a
  9. Jul 22, 2024
  10. Jul 20, 2024
  11. Jul 19, 2024
  12. Jul 18, 2024
  13. Jul 14, 2024
  14. Jul 13, 2024
  15. Jul 12, 2024
  16. Jul 08, 2024
  17. Jul 07, 2024
  18. Jul 06, 2024
  19. Jul 05, 2024
  20. Jul 03, 2024
  21. Jul 02, 2024
  22. Jul 01, 2024
  23. Jun 27, 2024
  24. Jun 25, 2024
  25. Jun 23, 2024
  26. Jun 22, 2024
  27. Jun 20, 2024
    • Arjen Hiemstra's avatar
      Delegates: Use inset to control spacing around hover/selection highlight · 59fb4beb
      Arjen Hiemstra authored
      Whether or not to use the bordered style now depends on how much inset
      there is, if there is none we use the "table" style and if there is some
      we use the "list" style. This allows applications control over which
      style they want to use for the delegate, without needing new API.
      
      By default we still use the non-border style when we detect being inside
      a table, so this should not result in any visual changes.
      59fb4beb
  28. Jun 19, 2024
  29. Jun 18, 2024
  30. Jun 15, 2024
  31. Jun 12, 2024
  32. Jun 11, 2024
  33. Jun 09, 2024
  34. Jun 08, 2024
  35. Jun 05, 2024
Loading