Commit graph

16 commits

Author SHA1 Message Date
Nigel Breslaw
f64afc2588
1.9 docs: Add in missing globals (#7061) 2024-12-11 12:49:57 +02:00
Nigel Breslaw
2eedfcc1a2
1.9 Docs: Turn on link validator (#7057) 2024-12-11 01:20:02 +02:00
Nigel Breslaw
c953dcae81
1.9 docs: Slint language philosophy (#7039) 2024-12-09 23:54:10 +02:00
Olivier Goffart
34152611b3 PopupWindow: fix absolute-position property within a PopupWindow
We were actually skipping two element (the popup and the popup parent)
Also this broke the positioning of sub-popup.

The "fix" is to not get a parent for popup window.
This will also have the side effect of fixing the focus issue
2024-12-09 15:58:16 +01:00
Nigel Breslaw
cbd6f0912a
1.9 docs: Update structure (#7036) 2024-12-09 15:37:10 +02:00
dependabot[bot]
f2b536c2f6
build(deps): bump starlight-links-validator from 0.13.3 to 0.13.4 (#7034)
Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
- [Commits](https://github.com/HiDeoo/starlight-links-validator/compare/v0.13.3...v0.13.4)

---
updated-dependencies:
- dependency-name: starlight-links-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-09 09:26:32 +02:00
Olivier Goffart
a3dad45f0b Accessibility: rename a few properties after API review:
- Rename `accessible-selectable` and `accessible-selected` to `accessible-item-{selectable,selected}`.
   Because the property is for items in list rather than eg Text
 - Rename `accessible-position-in-set` to `accessible-item-index`.
 - Rename `accessible-size-of-set` to `accessible-item-count` and move
   the property to the container element rather than the item itself
2024-12-07 08:25:42 +01:00
Simon Hausmann
764b902957 Add a code snippet for TouchArea.enabled 2024-12-06 20:55:14 +01:00
Simon Hausmann
1c6529d637 TouchArea.enabled: Document cancellation behaviour 2024-12-06 20:55:14 +01:00
Simon Hausmann
30ed9da728 Document TouchArea's enabled property
I'm surprised this wasn't documented...
2024-12-06 20:55:14 +01:00
Nigel Breslaw
9d7187c013
Fix css and CI (#7010) 2024-12-05 22:53:25 +02:00
Nigel Breslaw
4aac3ac8f4
1.9 doc fixes (#7009) 2024-12-05 21:02:26 +02:00
Aurindam Jana
7d7af08351 Update custom.css 2024-12-05 19:49:22 +01:00
Simon Hausmann
eab8952729 doc: Fix heading depth for callbacks
...in TouchArea and SGH.
2024-12-05 16:55:56 +01:00
Simon Hausmann
1c84bcd34b Fix file name 2024-12-05 16:46:25 +01:00
Nigel Breslaw
92534a8a27
1.9 Organise docs folder. (#7005)
Move astro files to docs/astro
2024-12-05 15:40:04 +02:00