Releases: ceccopierangiolieugenio/pyTermTk
Releases · ceccopierangiolieugenio/pyTermTk
0.30.0-a
Breaking changes
-
6812a8b Reworked RadioButton to use "radiogroup" instead of "name" to group the different widgets
Example usage: 6812a8b#diff-47701ea26ebab80078a22113008a08bc26809730357e06529989c96a76a263f6 -
487aa3e Removed all the properties from the Scrollbar
What's Changed
- TTkTree widgets support by @ceccopierangiolieugenio in #103
- Added multiline/color support in the Button Widget by @ceccopierangiolieugenio in #116
- Text picker prototype by @ceccopierangiolieugenio in #117
- Fix #118 : Terminal Paste not working by @ceccopierangiolieugenio in #119
- Spinbox support for wheel event by @ceccopierangiolieugenio in #120
- Added Multiple widgets/item support in the Layout subsystem by @ceccopierangiolieugenio in #121
- ttk Designer by @ceccopierangiolieugenio in #99
Full Changelog: 0.22.0-a...0.30.0-a
0.22.0-a
What's Changed
- Mouse Move (Tracking) and ToolTip by @ceccopierangiolieugenio in #114
Full Changelog: 0.20.0-a...0.22.0-a
0.20.0-a
Deprecation
In order to have uniform API across the library the @property should be removed from all the object to allow the signals/slots to be used:
- d22eba9 Removed Data property and metaClass
- 599aa91 Removed Text property and metaClass
- 49ad3cd Removed Color property and metaClass
What's Changed
- color modifier: linear gradient in arbitrary direction by @luchr in #89
- Gradient by @luchr in #91
- Avoid override of fg/bg in the linear gradient modifier by @ceccopierangiolieugenio in #90
- missing slots and missing slots test by @luchr in #94
- WIP: Widget Progressbar by @luchr in #75
- Luchr progressbar by @ceccopierangiolieugenio in #76
- Added scrollArea missing methods by @ceccopierangiolieugenio in #96
- Strings optimization by @ceccopierangiolieugenio in #97
- Tom (Ttk Object Model) Inspector by @ceccopierangiolieugenio in #95
Full Changelog: 0.14.0-a...0.20.0-a
0.14.0-a
What's Changed
- Added TTkTextEdit line number by @ceccopierangiolieugenio in #65
- Fix: #67 : Variable width char support by @ceccopierangiolieugenio in #68
- Fix: TTkString alignment (at _hasSpecialWidth) by @luchr in #70
- Fix: TTkButton without borders: use termWidth for text by @luchr in #71
- TTkString: cache special width by @luchr in #74
- Delete variation selector examples in (demo-) test widgets by @luchr in #73
- TTkLabel: use termWidth by @luchr in #72
- Added HScrollbar in the FancyTable #79 by @ceccopierangiolieugenio in #83
- Added Window Close Button #81 by @ceccopierangiolieugenio in #84
- Fix Spinbox error #85 by @ceccopierangiolieugenio in #86
- Window flags #81 by @ceccopierangiolieugenio in #87
New Contributors
- @Whidou made their first contribution in #44
- @mgomersbach made their first contribution in #45
- @dehesselle made their first contribution in #47
- @schwehr made their first contribution in #49
- @nat-chan made their first contribution in #59
Full Changelog: https://github.com/ceccopierangiolieugenio/pyTermTk/commits/0.14.0-a