Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.41.0-a source code.tar.gz | 2024-11-12 | 797.9 kB | |
0.41.0-a source code.zip | 2024-11-12 | 1.5 MB | |
README.md | 2024-11-12 | 2.4 kB | |
Totals: 3 Items | 2.3 MB | 0 |
Breaking changes
- TTkColorPicker behaviour changed in order to address the different (fg/bg) input and output colors, plese refer to colorpicker.py as an example on how to use it properly
- Due to the typing and enforced typing and reworked init, most classes cannot accept any parameter not strictly required.
What's Changed
- Added typing on all the main classes
- [#266] Fix: Include the state package in the installation by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/267
TTkTextEdit
- [#274] Added CTRL_A - Select All in the texteditor by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/274
TTkTable (New Widget) 🎇🎇🎇
- [#272] Added TTk Table widget by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/272
- [#283] : Added Table to TTkDesigner by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/283
- [#288] : Added sqlite3 support by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/289
Documentation
This release is shipped with a massive Documentation rework, there is still more work to do but finally, the autogen is producing a more "QT-Like" stile of class documentation, allowing to highlight the inherited input parameters, signals, slots and methods. * [#279] hack sphinx because it sucks and rework documentation by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/280 * [#277] improve ttktree documentation by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/281
ttkDesigner
- [#286] : Fixed ttkDesigner glitch by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/287
- [#284] add ttktree and ttkfiletree to the uiloader and ttkdesigner by @ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/285
Full Changelog: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.40.0-a...0.41.0-a