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

qtile / qtile / 25474764651
83%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 03:58AM UTC
Jobs 6
Files 156
Run time 1min
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: 82.662% (+0.05%) from 82.61%
25474764651

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.

15 of 16 new or added lines in 1 file covered. (93.75%)

17106 of 20694 relevant lines covered (82.66%)

4.5 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
73.98
0.55% libqtile/backend/wayland/core.py
Jobs
ID Job ID Ran Files Coverage
1 3.12-wayland - 25474764651.1 07 May 2026 04:02AM UTC 156
73.12
GitHub Action Run
2 3.13-wayland - 25474764651.2 07 May 2026 04:02AM UTC 156
73.12
GitHub Action Run
3 3.14-wayland - 25474764651.3 07 May 2026 04:02AM UTC 156
73.13
GitHub Action Run
4 3.14-x11 - 25474764651.4 07 May 2026 04:02AM UTC 156
76.82
GitHub Action Run
5 3.12-x11 - 25474764651.5 07 May 2026 04:02AM UTC 156
76.82
GitHub Action Run
6 3.13-x11 - 25474764651.6 07 May 2026 04:02AM UTC 156
76.82
GitHub Action Run
Source Files on build 25474764651
  • Tree
  • List 156
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ffaf391d on github
  • Prev Build on master (#25158136295)
  • Next Build on master (#25525144289)
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