Skip to content

Releases: geo-stack/qtapputils

qtapputils v0.9.3

07 Oct 17:15
30f1d9c

Choose a tag to compare

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

25 Sep 13:40
46bc0a2

Choose a tag to compare

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

04 Sep 18:02
84c4237

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

qtapputils v0.9.0

02 Sep 09:54
dd0369e

Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

Full Changelog: v0.8.2...v0.9.0

qtapputils v0.8.2

29 Jul 19:14
b2c9e15

Choose a tag to compare

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

04 Jun 15:34
30d3659

Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #28: Fix and improve RangeWidget

qtapputils v0.8.0

17 Jan 16:45
bd3e8f8

Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #26: Add a dialog to manage app preferences
PR #27: Add option to the app config dialog

qtapputils v0.7.0

03 Dec 20:58
b75cbfa

Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #23: Add an 'About' dialog
PR #24: Add "system Info" option in the About widget
PR #25: Add errors and system message manager

qtapputils v0.6.0

20 Sep 19:15
745e8ae

Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #19: Add process status bar widget
PR #20: Improvements to the ProcessStatusBar
PR #21: Add a user message dialog base class
PR #22: Add fileio utility functions

qtapputils v0.5.3

25 Jun 18:33
49fb410

Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #17: Workaround a bug in QDoubleSpinBox when 'coma' is used as decimals and thousands separator
PR #18: consume Enter or Return key press and release events in QDoubleSpinBox