Releases: israel-dryer/ttkbootstrap
v1.10.1
What's Changed
Several bug fixes.
- Added 'normal' state to configurable date entry states #414 by @israel-dryer in #415
- Fixed kwargs not passed to MessageDialog constructor by @israel-dryer in #416
- Fixed Tableview headers not sorting correctly when more than 10 columns #356 by @israel-dryer in #417
- Fixed bug causing issues with column deletion and hiding by @israel-dryer in #418
Full Changelog: v1.10.0...v1.10.1
1.10.0
What's Changed
Miscellaneous bug fixes, French language support, and load custom themes from JSON.
Added
- Adding french language by @raylemon in #361
- Enable user to load custom themes from JSON by @israel-dryer in #355
Fixed
- Fix default enter button key binding by @israel-dryer in #311
- Call original overridden methods after processing "bootstyle" and "style" options by @alejandroautalan in #315
- Handle default ttk style '.' by @israel-dryer in #360
- Fix error on button press when
DateEntry
is empty by @israel-dryer in #372
New Contributors
- @raylemon made their first contribution in #361
- @alejandroautalan made their first contribution in #315
Full Changelog: v1.9.0...v1.10.0
1.9.0
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
- @bigoulours made their first contribution in #300
Full Changelog: v1.8.0...v1.9.0
1.8.0
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 parameterselected=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
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
- Tableview bug fixes on the delete_row method by @israel-dryer in #292
Full Changelog: v1.7.6...v1.7.7
1.7.6
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
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
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
What's Changed
Miscellaneous improvements and bug fixes
Added
- Exposed internal text widgets in ScrolledText with properties by @israel-dryer in #216
- Enabled round scrollbar on scrolled widgets by @israel-dryer in #215
Fixed
- Fixed Tableview bug in delete_rows method by @israel-dryer in #214
Full Changelog: v1.7.2...v1.7.3
1.7.2
Added
- Alternative state checkbox image by @israel-dryer in #197
- stepsize parameter added to the Meter widget @israel-dryer in #196
Fixed
- Correct Chinese translation errors by @745404527 in #211
Changed
- msgcat implemented with no data files to make distribution easier by @israel-dryer in #213
- Updated the issue templates and some translations. by @NewbieXvwu in #203
- Updated Chinese Translation by @745404527 in #212
New Contributors
- @745404527 made their first contribution in #211
Full Changelog: v1.7.1...v1.7.2