Talley Lambert
55732afa71
fix: less Slider signal renaming, make alternate signal types public ( #283 )
...
* fix: less signal renaming
* style: [pre-commit.ci] auto fixes [...]
* lint
* more renames
* style: [pre-commit.ci] auto fixes [...]
* warn napari
* lint
* add comment
* remove napari getattr
* style: [pre-commit.ci] auto fixes [...]
* add back values changed
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-17 08:51:50 -04:00
pre-commit-ci[bot]
22372f58a4
ci: [pre-commit.ci] autoupdate ( #282 )
...
* ci: [pre-commit.ci] autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.9 )
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.1...v1.15.0 )
* style: [pre-commit.ci] auto fixes [...]
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-16 11:35:09 -04:00
pre-commit-ci[bot]
e990284bd1
ci: [pre-commit.ci] autoupdate ( #279 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.4 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-21 13:05:43 -05:00
Peter Sobolewski
7850e53b61
Update CONTRIBUTING.md to include [test] and mention Qt backend ( #276 )
...
* Update CONTRIBUTING.md to include [test] and mention Qt backend
* add superqt[test,pyqt6] to dev, mention it in contributing guide
2025-01-26 16:15:57 -05:00
Peter Sobolewski
68bafaceaa
Update CONTRIBUTING.md to install .[dev] first then pre-commit ( #275 )
2025-01-26 14:34:22 -05:00
pre-commit-ci[bot]
0b1cd1b11a
ci: [pre-commit.ci] autoupdate ( #272 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6 )
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.14.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-24 13:50:58 -05:00
Talley Lambert
646cb4ea48
docs: add iconify docs
2025-01-05 17:12:37 -05:00
Talley Lambert
03978cc37a
chore: changelog v0.7.1
v0.7.1
2025-01-05 16:34:27 -05:00
Hanjin Liu
048aaa45a7
Lazy-import pyconify
( #270 )
...
* lazy-import pyconify
* change import pattern
---------
Co-authored-by: Talley Lambert <talley.lambert@gmail.com >
2025-01-05 16:30:51 -05:00
Talley Lambert
3ff2d7ccce
feat: add QFlowLayout, for variable width widgets ( #271 )
...
* feat: add QLayout
* add to docs
2025-01-05 16:17:27 -05:00
Talley Lambert
6a7a731c5d
feat: Improve CodeSyntaxHighlight object ( #268 )
2024-12-25 07:57:13 -05:00
Talley Lambert
4da5ac262c
feat: allow chaining of QIconifyIcon.addKey ( #267 )
2024-12-21 12:46:01 -05:00
Talley Lambert
e471031f19
fix: better warning for download error ( #266 )
2024-12-14 15:29:19 -05:00
Talley Lambert
34b9851b36
chore: changelog v0.7.0
v0.7.0
2024-12-14 14:41:40 -05:00
Talley Lambert
8ede2a2f39
build: support py313 ( #264 )
...
* build: drop py38
* bump min typing ext
* add py313
* only use pyqt6
* fix ubunt
2024-12-14 12:37:26 -05:00
Hanjin Liu
df008464cc
Fix KeyError in CodeSyntaxHighlight ( #258 )
...
* use dict.get
* typing
* Update src/superqt/utils/_code_syntax_highlight.py
Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com >
---------
Co-authored-by: Talley Lambert <talley.lambert@gmail.com >
Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com >
2024-12-14 12:37:17 -05:00
Talley Lambert
e99adaac03
Revert "remove stylesheet on sliderLabel ( #254 )" ( #265 )
...
This reverts commit 7e92b81711
.
2024-12-14 12:36:48 -05:00
Talley Lambert
8a40170c89
build: drop py38 ( #263 )
...
* build: drop py38
* bump min typing ext
* ignore cleanup warning from pyside6
* change minreq
* bump min
* fix for pint again
2024-12-13 09:30:27 -05:00
Gabriel Selzer
2f3113f0f6
End painter when drawing colormap ( #262 )
...
* End painter when drawing colormap
* Only end painter if we created it
2024-12-12 19:27:54 -05:00
pre-commit-ci[bot]
c9528ff85a
ci: [pre-commit.ci] autoupdate ( #257 )
...
* ci: [pre-commit.ci] autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.8.1 )
- [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.23](https://github.com/abravalheri/validate-pyproject/compare/v0.20.2...v0.23 )
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.13.0 )
* style: [pre-commit.ci] auto fixes [...]
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-03 11:03:25 -05:00
Gabriel Selzer
e7a87897f5
fix: minimum size hint for QElidingLabel ( #260 )
2024-11-26 16:53:12 -05:00
pre-commit-ci[bot]
952ac336bf
ci: [pre-commit.ci] autoupdate ( #253 )
...
* ci: [pre-commit.ci] autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.6.3 )
- [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.19 )
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.11.2 )
* style: [pre-commit.ci] auto fixes [...]
* fix lint
* update
* no pyside 6.8
* update pins
* quotes
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Talley Lambert <talley.lambert@gmail.com >
2024-10-12 12:35:17 -04:00
Talley Lambert
7e92b81711
remove stylesheet on sliderLabel ( #254 )
2024-10-12 12:01:32 -04:00
Talley Lambert
ac4adf5234
chore: changelog v0.6.8
v0.6.8
2024-06-15 16:58:36 -04:00
Talley Lambert
5f68795a82
feat: graceful offline fallback for qiconify ( #251 )
2024-06-15 07:54:40 -04:00
Talley Lambert
17ad1079a8
chore: changelog v0.6.7
v0.6.7
2024-06-07 16:39:41 -04:00
pre-commit-ci[bot]
6bb050c499
ci: [pre-commit.ci] autoupdate ( #250 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.7 )
- [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](https://github.com/abravalheri/validate-pyproject/compare/v0.16...v0.18 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-07 16:36:52 -04:00
Talley Lambert
1f4d9081b9
fix: prevent qthrottled and qdebounced from holding strong references with bound methods ( #247 )
...
* finish
* linting
* done
* use weakmethod, add signature
* add test for warning
2024-06-03 10:24:03 -04:00
Daniel Althviz Moré
7b1aefd119
Prevent computing full document content highlight and only parse current block content for performance ( #246 )
2024-05-28 07:11:57 -04:00
Talley Lambert
0ec5cd3a2f
chore: changelog v0.6.6
v0.6.6
2024-05-12 11:11:56 -04:00
Talley Lambert
8f62b0b00d
perf: improve paint time for QColormapLineEdit ( #245 )
2024-05-12 10:32:59 -04:00
pre-commit-ci[bot]
4a0aaca2e9
ci: [pre-commit.ci] autoupdate ( #244 )
...
* ci: [pre-commit.ci] autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.4.3 )
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0 )
* style: [pre-commit.ci] auto fixes [...]
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-05-06 19:18:03 -04:00
Talley Lambert
2d49e77c3d
chore: changelog v0.6.5
v0.6.5
2024-05-06 17:45:31 -04:00
Talley Lambert
ba495a5e72
fix: fix a number of issues with Labeled and Range Sliders, add LabelsOnHandle mode. ( #242 )
...
* fix: remove processEvents
* merge in fixes
* remove comment
* fix hint
* fix napari
* change pyqt6
* fix: fix range slider styles
2024-05-06 17:43:53 -04:00
Talley Lambert
12f10be8da
ci: trying to fix tests on various platforms ( #243 )
...
* ci: attempt1
* add lxml_html_clean
* fix napari version name
* breakout coverage
* use main
* cump
* bump again
* bump
* bump
* skip more napari tests
* add always
* back to v1
* try editabel
* use main again
* remove editable
* editable again
* bump
* bump
* bump
* use v2
2024-05-06 15:29:43 -04:00
Talley Lambert
9ca0bbf858
chore: changelog v0.6.4
v0.6.4
2024-04-25 15:56:57 -04:00
Talley Lambert
0ab6758972
fix: fix inverted appearance ( #240 )
...
* fix: fix inverted appearance
* style: [pre-commit.ci] auto fixes [...]
* pass codecov token
* inherit secrets
* explicitly pass token
* pin "'PyQt6<6.7'"
* pin upper pyqt6
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-25 15:55:02 -04:00
Talley Lambert
d2bc3d898c
drop to macos-13
2024-04-25 13:54:44 -04:00
Talley Lambert
1bb1a58a73
inherit secret
2024-04-22 14:08:53 -04:00
Talley Lambert
1288250597
add secret
2024-04-22 13:51:54 -04:00
pre-commit-ci[bot]
34a776e8d0
ci: [pre-commit.ci] autoupdate ( #238 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.0...v0.3.5 )
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-22 13:15:40 -04:00
Talley Lambert
146644e105
chore: changelog v0.6.3
v0.6.3
2024-03-27 17:34:31 -04:00
Talley Lambert
e7873ad93d
fix: fix sliderReleased, sliderPressed signals, and setTracking ( #237 )
2024-03-27 17:32:25 -04:00
dependabot[bot]
0396d465e2
ci(dependabot): bump softprops/action-gh-release from 1 to 2 ( #236 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 15:56:10 -04:00
Talley Lambert
4bf73c37f1
chore: changelog v0.6.2
v0.6.2
2024-03-06 15:48:43 -05:00
Talley Lambert
d407af2089
fix: don't use AbstractContextManager for exceptions_as_dialog ( #234 )
...
* fix: don't use AbstractContextManager
* fix docs
2024-03-06 15:46:28 -05:00
Talley Lambert
16f9ef9d3d
style: use ruff format instead of black, update pre-commit, restrict pyside6 tests ( #235 )
...
* style: use ruff format
* fix import
* disallow pyside 6.6.2
* pin in tests too
* pyside6.4 on windows
* fix greedy imports
* double quote
* run sliders last
* try 6.6.1 again
2024-03-06 15:42:51 -05:00
Talley Lambert
56f65ff123
feat: make toggle button public in QCollapsible ( #232 )
2024-03-06 15:27:56 -05:00
pre-commit-ci[bot]
60188de52e
ci: [pre-commit.ci] autoupdate ( #228 )
...
updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](https://github.com/psf/black/compare/23.11.0...23.12.1 )
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.1.9 )
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.1...v1.8.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-09 10:09:23 -05:00
pre-commit-ci[bot]
b4d3a4f9b7
ci: [pre-commit.ci] autoupdate ( #223 )
...
updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0 )
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.1.6 )
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.6.1...v1.7.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-28 12:03:21 -05:00