• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

qtile / qtile / 25474764651 / 6
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 04:02AM UTC
Files 156
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 May 2026 03:39AM UTC coverage: 76.824% (-0.06%) from 76.884%
25474764651.6

push

github

web-flow
wayland: dispatch pointer enter/leave/motion to bar widgets

Like x11, bar widgets need mouse_enter / mouse_leave to drive things
like tooltips. On x11 the EnterNotify / LeaveNotify / MotionNotify path
already feeds Bar.process_pointer_* on each bar window. On wayland
nothing was firing those, so hover callbacks (e.g. qtile-extras'
TooltipMixin) never ran.

The qw_view returned by qw_server_view_at is already enough — when it
points to an Internal view, fire pointer_internal_event_cb after the
existing focus update. Track the previous wid in qw_cursor so each
transition produces one ENTER / LEAVE / MOTION event. The python side
just forwards into win.process_pointer_*, which is the same dispatch
x11 uses.

No extra hit-testing on the hot path: the scene graph lookup was
already running for ordinary pointer focus.

15898 of 20694 relevant lines covered (76.82%)

0.77 hits per line

Source Files on job 3.13-x11 - 25474764651.6
  • Tree
  • List 156
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25474764651
  • ffaf391d on github
  • Prev Job for on master (#25158136295.1)
  • Next Job for on master (#25525144289.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc