Eugenio Parodi
|
e6a03ad4c5
|
TerminalHelper Workaround to handle the initial size
|
2 years ago |
Eugenio Parodi
|
f5bb0f8edf
|
Added serial hack
|
2 years ago |
Eugenio Parodi
|
ba1f11b79e
|
Adapted the tests to the new terminalhelper
|
2 years ago |
Eugenio Parodi
|
60a37204b6
|
removed unused import
|
2 years ago |
Eugenio Parodi
|
9523aad6c0
|
Reworked the input routine to exclude multiple dragging events
|
2 years ago |
Eugenio Parodi
|
e1e90964bd
|
Fix test
|
2 years ago |
Eugenio Parodi
|
5fe976b203
|
TTkTerminal is a pure widget that require a separate backend to be attached to an external process, the terminal helper has the primitives to achieve it
|
2 years ago |
Eugenio Parodi
|
3a491c60ca
|
Added SEXBLOCK support in the TTKImage, removed bottleneck
|
3 years ago |
Eugenio Parodi
|
ede2e09ff1
|
Disabled TTkTerminal from windows/pyodide
|
3 years ago |
Eugenio Parodi
|
2f1f580193
|
updated doc
|
3 years ago |
Eugenio Parodi
|
a0e2f28f5e
|
Fix test error with python3.11
|
3 years ago |
Eugenio Parodi
|
8b731958f1
|
fix flake error
|
3 years ago |
Eugenio Parodi
|
bd9144871d
|
Kind of finalised the workbench
|
3 years ago |
Eugenio Parodi
|
761251fa27
|
Finalised the Terminal, still not perfect but I am pretty sure it can be released
|
3 years ago |
Eugenio Parodi
|
f40274b301
|
fix stupid flake8 failure
|
3 years ago |
Eugenio Parodi
|
ef23e153c6
|
adapted the new input class to ttkDesigner
|
3 years ago |
Eugenio Parodi
|
f9a2aa04d2
|
Disabled the terminal quit once the fork is done
|
3 years ago |
Eugenio Parodi
|
f43934ce3f
|
Removed regex warnings
|
3 years ago |
Eugenio Parodi
|
2e667eb67f
|
Added pyodide version
|
3 years ago |
Eugenio Parodi
|
e5fc190b0d
|
Fix deadloop in windows when file picker is opened
|
3 years ago |
Eugenio Parodi
|
5fe92d6af8
|
TTkList Widget: dnd is disable by default to avoid unexpected dragging.
|
3 years ago |
Eugenio Parodi
|
4a70ff6090
|
Adapted mock test objects to the new driver
|
3 years ago |
Eugenio Parodi
|
01641cdc3d
|
Removed force direct mouse in the windows driver
|
3 years ago |
Eugenio Parodi
|
ff873afc0b
|
Adapted pyodide to the new structure
|
3 years ago |
Eugenio Parodi
|
1b9e5aa9a5
|
Tweaked the mouse initialization
|
3 years ago |
Eugenio Parodi
|
1dc8dbf58c
|
Windows Driver, drop empty inputs
|
3 years ago |
Eugenio Parodi
|
f3fe9a6e66
|
Fixed Copy/Paste in the windows driver
|
3 years ago |
Eugenio Parodi
|
eff23e4968
|
Handled terminal resize event, moved all the plaform specific routines into the driver folder
|
3 years ago |
Eugenio Parodi
|
38ee81f855
|
Initial drop of the platform specific routines, TTkInput is now a static class
|
3 years ago |
Eugenio Parodi
|
d42dc0bca9
|
Enhancement: #189 included the linenumber property in the ttkDesigner
|
3 years ago |
Eugenio Parodi
|
2f9b1251d7
|
Enhancement: #189 allow to set the starting value of the line number in the Textedit
|
3 years ago |
Eugenio Parodi
|
d0969508a1
|
Enhancement: #190 allow independent closable status in the tabs
|
3 years ago |
Eugenio Parodi
|
29c433fe1f
|
Removed unrequired imports
|
3 years ago |
Eugenio Parodi
|
b60534ee4e
|
defining the base structure for the windows implementation
|
3 years ago |
Eugenio Parodi
|
3e8a55b727
|
Do not push to clipboard if the Terminal selection is empty
|
3 years ago |
Eugenio Parodi
|
d2ae7d1964
|
Added basic Select/Copy in the TTkTerminal
|
3 years ago |
Eugenio Parodi
|
663cb032fd
|
Added list support in TTkDesigner + other stuff
|
3 years ago |
Eugenio Parodi
|
56ecf087f2
|
Added dragDropMode in the list widget
|
3 years ago |
Eugenio Parodi
|
4bd41a2c0f
|
Improved ListWidget with service functions
|
3 years ago |
Eugenio Parodi
|
54d4b10da6
|
Tuned list widget colors to make them more readable
|
3 years ago |
Eugenio Parodi
|
eea8b00ab5
|
Added dataclass in the listWidget drop
|
3 years ago |
Eugenio Parodi
|
873755e215
|
Added drop marker in the list widget
|
3 years ago |
Eugenio Parodi
|
6eedf773c7
|
Initial implementation of the DragDrop in the list widget
|
3 years ago |
Eugenio Parodi
|
92054bb753
|
FIX: #180 Crash when removed item from the ListWidget
|
3 years ago |
Eugenio Parodi
|
5a96919c3b
|
Enhancement: #178 Allow up/down focus switch in the LineEdit
|
3 years ago |
Eugenio Parodi
|
13b44a3689
|
Fixed keyboard action on checkable buttons
|
3 years ago |
Eugenio Parodi
|
3925c5ca6d
|
Avoid tab focus if widget is disabled
|
3 years ago |
Eugenio Parodi
|
63195e0cba
|
fix terminal buffer lines composition
|
3 years ago |
Eugenio Parodi
|
deae7ceee4
|
Fix: #176 - Float formatting not allowed as number in the LineEdit
|
3 years ago |
Eugenio Parodi
|
71e9ad132c
|
Terminal update, added select variable
|
3 years ago |