Pytermtk

Latest version: v0.41.0a2

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.35.1a

What's Changed
* https://github.com/ceccopierangiolieugenio/pyTermTk/issues/189 : Allow the TextEdit line number to be changed
* https://github.com/ceccopierangiolieugenio/pyTermTk/issues/189 : Allow the TabWidget tabs to have different closable status than the default one

**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.35.0-a...0.35.1-a

0.35.0a

What's Changed
* FIX: 180 Crash when removed item from the ListWidget by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/182
* DragDrop feature in the list widget by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/187


**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.34.0-a...0.35.0-a

0.34.0a

Breaking changes
* The base widget does not include a layout anymore, the widget structure has been rewritten in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/167
**Note**: This rework should not affect any script that use the base widgets.
* The widget styling has been completely reworked in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/165
Any widget use a **classStyle** dictionary that mimic the CSS structure
**Note**: This is an early feature that may change in the future

What's Changed
* Reformatted the Pushwidgetcursor by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/156
* 157 include env variables debug features by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/158
* Dev by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/159
* Prototyping the Container Widget by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/167
* 164 yet another reworking of the style management by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/165
* 168 rework import by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/170
* FIX: 173 - Prevent deadloop in the circular signals/slots by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/174
* Fix: 176 - Float formatting not allowed as number in the LineEdit by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/177
* Current Dev Branch by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/160


**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.31.0-a...0.34.0-a

0.31.0a

Breaking changes
* any [paintEvent](https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkWidgets.widget.html#TermTk.TTkWidgets.widget.TTkWidget.paintEvent) reimplementations need a canvas object as input parameter: [change](https://github.com/ceccopierangiolieugenio/pyTermTk/blob/59048b07515b71f0c25beb470b536e3403e5b217/TermTk/TTkWidgets/widget.py#L221), [example](https://github.com/ceccopierangiolieugenio/pyTermTk/blob/59048b07515b71f0c25beb470b536e3403e5b217/TermTk/TTkTestWidgets/testwidgetsizes.py#L35)
* **TTkFrame.menuBarTop()** has been renamed in [newMenuBarTop()](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/b0bb367f81a4d43fdda4ec71b25adad8e5482012#diff-b08b581eb1d39b3361f96843118476378cc0121e677011f56dce59cb5636decdL67-R76), [example](https://github.com/ceccopierangiolieugenio/pyTermTk/blob/a973c599f1f12096da440dec584f4f5c935d405f/demo/showcase/menubar.py#L52)

What's Changed
* Issue 135 ttkDesigner instability by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/137
* Rework menu by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/141
* TTkKodeTab Widget by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/142
* Rework menu bar api by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/143
* ttkDesigner menu bar editor by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/146
* Colors rework by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/149
* Fix color issue when importing from ANSI by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/151
* the displayed cursor is now a property of the widget. by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/152
* FIX: 153 Non blocking SIGWINCH by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/154


**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.30.0-a...0.31.0-a

0.30.0a

Breaking changes

* 6812a8b8135694b24827ee45837bed4fc4dcb314 Reworked RadioButton to use "**radiogroup**" instead of "**name**" to group the different widgets
Example usage: https://github.com/ceccopierangiolieugenio/pyTermTk/commit/6812a8b8135694b24827ee45837bed4fc4dcb314#diff-47701ea26ebab80078a22113008a08bc26809730357e06529989c96a76a263f6

* 487aa3e6a71ea5114d75f171c7d663947183a144 Removed all the properties from the Scrollbar

What's Changed
* TTkTree widgets support by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/103
* Added multiline/color support in the Button Widget by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/116
* Text picker prototype by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/117
* Fix 118 : Terminal Paste not working by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/119
* Spinbox support for wheel event by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/120
* Added Multiple widgets/item support in the Layout subsystem by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/121
* ttk Designer by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/99


**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.22.0-a...0.30.0-a

0.22.0a

What's Changed
* Mouse Move (Tracking) and ToolTip by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/114


**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.20.0-a...0.22.0-a

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.