Eugenio Parodi - Action
9a7b70ab77
chore: updated TermTk and apps to versions
2 weeks ago
Pier CeccoPierangioliEugenio
3d6bc706fe
chore: release main
2 weeks ago
slook
0006afdf5d
fix(TTkLineEdit): paste str ( #610 )
2 weeks ago
Pier CeccoPierangioliEugenio
19ab5df32c
chore: responsive tab close button ( #609 )
2 weeks ago
Pier CeccoPierangioliEugenio
cc30d7119d
chore: create cleaner env ( #608 )
2 weeks ago
Pier CeccoPierangioliEugenio
ec15da97b8
chore: update tests ( #607 )
2 weeks ago
Pier CeccoPierangioliEugenio
e2f325debb
choe: add tests ( #606 )
2 weeks ago
slook
6fa6961c28
fix(canvas): unbuffered pushToTerminal missing _clean ( #605 )
2 weeks ago
slook
b0151d6d27
fix(canvas): allow doubleBufferNew missing _link ( #600 )
3 weeks ago
slook
b07a5bc5e1
fix(splitter): process sizes in setOrientation() ( #601 )
3 weeks ago
Pier CeccoPierangioliEugenio
c5d0e51aa4
chore: basic command palette implementation ( #598 )
3 weeks ago
Pier CeccoPierangioliEugenio
eadfa70502
chore: handle mouse move by default to avoid unwanted propagation ( #597 )
4 weeks ago
slook
c743c492e8
fix(TTkTabBar): currentIndex <= highlighted TypeError ( #593 )
...
Co-authored-by: Parodi, Eugenio 🌶 <ceccopierangiolieugenio@googlemail.com>
4 weeks ago
Pier CeccoPierangioliEugenio
0f846e5c96
chore(list)!: reworked the TTkList component ( #595 )
4 weeks ago
dependabot[bot]
07a6629cc3
build(deps): bump cryptography from 45.0.3 to 46.0.5 in /docs ( #594 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
Pier CeccoPierangioliEugenio
4a1825a843
chore: basic implementation of the tests plugin ( #588 )
2 months ago
Pier CeccoPierangioliEugenio
cda68f278a
chore(tree): mouse hover support ( #583 )
2 months ago
Pier CeccoPierangioliEugenio
b434b330f9
chore(tree)!: remove selected status from the treeWidgetItem ( #584 )
...
The selection state is now managed entirely by TTkTreeWidget instead of
individual items. This improves performance and simplifies the API.
BREAKING CHANGE: The following APIs have been removed from TTkTreeWidgetItem:
- `isSelected()` method - use `TTkTreeWidget.selectedItems()` to check selection
- `setSelected(bool)` method - selection is now managed by TTkTreeWidget
- `selected` parameter in constructor - no longer supported
Migration guide:
- Replace `item.isSelected()` with `item in treeWidget.selectedItems()`
- Remove calls to `item.setSelected(True/False)` - use tree widget selection methods
- Remove `selected=True` from TTkTreeWidgetItem() constructor calls
2 months ago
Pier CeccoPierangioliEugenio
d03f83ed13
Potential fix for code scanning alert no. 7: Workflow does not contain permissions ( #581 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2 months ago
dependabot[bot]
ff88f98a61
build(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs ( #580 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Pier CeccoPierangioliEugenio
ff309f2257
chore: release main ( #527 )
...
Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
2 months ago
Pier CeccoPierangioliEugenio
c050f44beb
fix: visibility propagation ( #575 )
2 months ago
Parodi, Eugenio 🌶
caf1832d92
chore: removed unrequired field
2 months ago
Parodi, Eugenio 🌶
eec5698582
chore(tabButton): removed unrequired field
2 months ago
Parodi, Eugenio 🌶
6680b8a55a
chore: add tests
2 months ago
Parodi, Eugenio 🌶
4bcb8239c6
chore: add table enum test
3 months ago
Parodi, Eugenio 🌶
9a04879d73
chore: improve typing
3 months ago
Parodi, Eugenio 🌶
6927fd401a
fix: crash on the menu editor
3 months ago
Pier CeccoPierangioliEugenio
457796908f
chore: improve typing and tests ( #573 )
3 months ago
Pier CeccoPierangioliEugenio
db386ca52a
chore: improve typing ( #572 )
3 months ago
Pier CeccoPierangioliEugenio
ebd13f94c5
chore(crossTools): improve typing ( #571 )
3 months ago
slook
dd256711ae
feat(keypressview): exclude mouse move events ( #566 )
3 months ago
Pier CeccoPierangioliEugenio
02fe83ade1
chore(combobox): add tests ( #570 )
3 months ago
slook
648189fde2
fix(combobox): add widget if editable ( #567 )
3 months ago
Parodi, Eugenio 🌶
99925ad874
chore: improve typing
3 months ago
Pier CeccoPierangioliEugenio
465ca4c39c
fix(list): do not reset the position after focus ( #564 )
3 months ago
Pier CeccoPierangioliEugenio
5c4e3d3f63
chore(tabwidget): default highlighted to the selected tab ( #563 )
3 months ago
slook
f861681fae
fix(scrollbar): show in small viewport ( #515 )
...
Co-authored-by: Pier CeccoPierangioliEugenio <ceccopierangiolieugenio@users.noreply.github.com>
3 months ago
Pier CeccoPierangioliEugenio
b066ee0ef3
chore: improve typing ( #562 )
3 months ago
Parodi, Eugenio 🌶
ec1bf2a305
chore: fix flake 8 issue
3 months ago
Parodi, Eugenio 🌶
ac1c866fa9
chore: exclude test for python 3.9
3 months ago
Parodi, Eugenio 🌶
8b23009560
chore: add match timeit
3 months ago
Pier CeccoPierangioliEugenio
d6c3ac971f
docs: improve table tests documentation ( #559 )
3 months ago
Pier CeccoPierangioliEugenio
0d095b855f
chore: add tab focus test ( #558 )
3 months ago
slook
3d98553ca8
fix(tabwidget): emit button clicked signal last ( #545 )
3 months ago
slook
9630c30d44
fix(tree): invert SortOrder on header clicked ( #557 )
3 months ago
slook
78c71484eb
feat(demo): track mouse by default ( #518 )
3 months ago
Pier CeccoPierangioliEugenio
f7218f7db5
fix(tab): focus widget using keypress ( #556 )
3 months ago
slook
29922c8b30
fix(combobox): allow adding to layout of overlay ( #547 )
3 months ago
Pier CeccoPierangioliEugenio
4ff4c06da4
chore(tab): add tab status class and reworked highlighted ( #555 )
3 months ago