Skip to content

Releases: israel-dryer/ttkbootstrap

v1.10.1

17 Jan 13:30
Compare
Choose a tag to compare

What's Changed

Several bug fixes.

Full Changelog: v1.10.0...v1.10.1

1.10.0

28 Nov 04:28
Compare
Choose a tag to compare

What's Changed

Miscellaneous bug fixes, French language support, and load custom themes from JSON.

Added

Fixed

New Contributors

Full Changelog: v1.9.0...v1.10.0

1.9.0

10 Jul 13:53
Compare
Choose a tag to compare

What's Changed

A few addition to existing widgets and some bug fixes.

Added

  • Linux: Add function (Select All - shortcut "Ctrl+a") to Text widget by @antrrax in #303
  • add delay as kwarg for ToolTip by @bigoulours in #300

Fixed

  • Short color definitions now work with Colors.hex_to_rgb #297
  • Button binding was referencing name instead of object; default key binding should now work on Linux with buttons #308

New Contributors

Full Changelog: v1.8.0...v1.9.0

1.8.0

31 May 03:31
Compare
Choose a tag to compare

What's Changed

A new feature for Tableview and a bug fix.

Added

  • You can now use the get_rows method to return a list of currently selected items by using the parameter selected=True in #299

Fixed

  • Fixed a TCL name reference for the Publisher that caused errors when deleting objects that contains internal widget styles (eg. Combobox) by @israel-dryer in #295

Full Changelog: v1.7.7...v1.8.0

1.7.7

21 May 16:18
Compare
Choose a tag to compare

What's Changed

Various updates and bug-fixes

Updated

  • You can now change the font on the Text widget; the default font style was removed which enables font changes via the constructor by @israel-dryer in #283

  • Refactor floodgauge variable param; this update allows the user to pass in a variable or textvariable object while instantiating the widget instead of using the built-in objects. I also added getters and setters for this properties and moved the existing fields to private.by @israel-dryer in #279

Fixed

Full Changelog: v1.7.6...v1.7.7

1.7.6

24 Apr 03:52
7caad89
Compare
Choose a tag to compare

What's Changed

A major bug fix and an improvement to msgcat.

Updated

  • You can now use "windows-style" paths or a Path-like object in the MessageCatalog.load method; the underlying tcl/tk library apparently only accepts forward-slashes; this update converts the path to an acceptable format no matter what the style, by @israel-dryer in #272

Fixed

  • There was a major bug that prevented users from closing the window. This was due to an override on the destroy method which has since been removed and reimplemented in another way; by @israel-dryer #274

Full Changelog: v1.7.5...v1.7.6

1.7.5

21 Apr 03:31
Compare
Choose a tag to compare

What's Changed

Lots of updates and bug fixes.

Changed

  • Changed the default button binding to use return instead of space (tkinter uses 'space' out-of-the-box to activate a button) by @israel-dryer in #262
  • Add scrollbinding to all scrolled descendants; this enables scrolling on nested widget containers by @israel-dryer in #263
  • Replaced deprecated resampling method for image resizing by @israel-dryer in #264
  • Added disabled check, toggle, radio button styles so that the button selection is obvious even when disabled by @israel-dryer in #266
  • Standardized Messagebox alert parameter which was on some methods, but not others; it is now on all static Messagebox methods by @israel-dryer in #268

Fixed

  • Initial color now sets the form values in the ColorChooserDialog by @israel-dryer in #269
  • Multiple Window instances and deleting a window and recreating will no longer crash the program; I added the master argument to the PhotoImage creation to bind the default icon to the instance by @israel-dryer in #270

Full Changelog: v1.7.4...v1.7.5

1.7.4

26 Mar 03:04
Compare
Choose a tag to compare

What's Changed

Miscellaneous bug fixes

Fixed

  • Missing font reference caused crash on lite Linux distributions when no default font was available; now fixed by @israel-dryer in #235
  • Scrolled frame was not sizing properly when added to window using the place method. The place method requires that you also give the ScrolledFrame a width and height, and this is now passed to the content window upon instantiation; fixed by @israel-dryer in #238

Full Changelog: v1.7.3...v1.7.4

1.7.3

08 Mar 13:26
Compare
Choose a tag to compare

What's Changed

Miscellaneous improvements and bug fixes

Added

Fixed

Full Changelog: v1.7.2...v1.7.3

1.7.2

20 Feb 05:59
Compare
Choose a tag to compare

Added

Fixed

Changed

New Contributors

Full Changelog: v1.7.1...v1.7.2