Releases: geo-stack/qtapputils
Releases · geo-stack/qtapputils
qtapputils v0.9.3
What's Changed
- PR: fix race condition bug when timeout is None in 'qtwait' function by @jnsebgosselin in #43
- PR: Improve PathBoxWidget and add option to use a QToolButton for 'Browse' by @jnsebgosselin in #44
Full Changelog: v0.9.2...v0.9.3
qtapputils v0.9.2
What's Changed
- PR: Add option to save files atomically in the SaveFileManager by @jnsebgosselin in #42
Full Changelog: v0.9.1...v0.9.2
qtapputils v0.9.1
What's Changed
- PR: Restore taskmanagers wait loop by @jnsebgosselin in #38
- PR: Rework taskmanager thread management by @jnsebgosselin in #39
- PR: Fix thread stability of the task manager by @jnsebgosselin in #40
- PR: More improvements to thread lifecycle management in TaskManagerBase by @jnsebgosselin in #41
Full Changelog: v0.9.0...v0.9.1
qtapputils v0.9.0
A compendium of utilities to make building Qt applications in Python easier.
Changelog
- PR: Add 'qtwait' function to 'qthelpers' module by @jnsebgosselin in #33
- PR: Add 'is_running' attribute to TaskManagerBase and minor improvements to code by @jnsebgosselin in #34
- PR: Add colors helper functions by @jnsebgosselin in #35
- PR: Fix pathbox savefilename filter option by @jnsebgosselin in #36
- PR: Fix WorkerBase._get_method by @jnsebgosselin in #37
Full Changelog: v0.8.2...v0.9.0
qtapputils v0.8.2
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #29: Add precise double spinbox
PR #32: Add a 'block_signals' contextmanager to 'qthelpers'
PR #30: Fix range spinbox validate when more decimal than allowed is entered
PR #31: Add precise option to PreciseSpinBox and make RangeSpinBox inherit from PreciseSpinBox
qtapputils v0.8.1
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #28: Fix and improve RangeWidget