SoK/2024/StatusReport/Athul Raj K: Difference between revisions
< SoK | 2024/StatusReport
No edit summary |
|||
Line 3: | Line 3: | ||
'''Week 1-2:''' | '''Week 1-2:''' | ||
* Added a platform abstraction layer which makes it easy to implement platform specific routines. [https://invent.kde.org/echarruau/feep-win-32-kdotool-integration/-/merge%20requests/1]. | * Added a platform abstraction layer which makes it easy to implement platform specific routines. [https://invent.kde.org/echarruau/feep-win-32-kdotool-integration/-/merge%20requests/1]. | ||
* Improved kdotool's functionalities such it could be utilized for KdeEcoTest KWin handlers. [https://invent.kde.org/krathul/kdotool/-/commit/e3599730187739ba91810af3875108627739dffb | * Improved kdotool's functionalities such it could be utilized for KdeEcoTest KWin handlers. [https://invent.kde.org/krathul/kdotool/-/commit/e3599730187739ba91810af3875108627739dffb] | ||
* Added uinput backend for pynput python module ([https://github.com/moses-palmer/pynput pynput]) for controlling and listening for mouse and keyboard events using libevdev [https://invent.kde.org/krathul/pynput/-/commits/master]. | * Added uinput backend for pynput python module ([https://github.com/moses-palmer/pynput pynput]) for controlling and listening for mouse and keyboard events using libevdev [https://invent.kde.org/krathul/pynput/-/commits/master]. | ||
* Added KWin handlers which enables KdeEcoTest to function on KWin compositor (both X11 and Wayland). This has also been merged with the development branch [https://invent.kde.org/echarruau/feep-win-32-kdotool-integration/-/merge%20requests/1]. | * Added KWin handlers which enables KdeEcoTest to function on KWin compositor (both X11 and Wayland). This has also been merged with the development branch [https://invent.kde.org/echarruau/feep-win-32-kdotool-integration/-/merge%20requests/1]. |
Revision as of 17:22, 8 February 2024
Under Construction |
---|
This is a new page, currently under construction! |
Improving KdeEcoTest's funcionalities and compatibility
Week 1-2:
- Added a platform abstraction layer which makes it easy to implement platform specific routines. [1].
- Improved kdotool's functionalities such it could be utilized for KdeEcoTest KWin handlers. [2]
- Added uinput backend for pynput python module (pynput) for controlling and listening for mouse and keyboard events using libevdev [3].
- Added KWin handlers which enables KdeEcoTest to function on KWin compositor (both X11 and Wayland). This has also been merged with the development branch [4].