SoK/2024/StatusReport/Athul Raj K: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 4: Line 4:
* 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 Kdotool]
* Improved kdotool's functionalities such it could be utilized for KdeEcoTest KWin handlers. [https://invent.kde.org/krathul/kdotool/-/commit/e3599730187739ba91810af3875108627739dffb Kdotool]
* 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 commits].
* 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).

Revision as of 17:19, 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. Kdotool
  • Added uinput backend for pynput python module (pynput) for controlling and listening for mouse and keyboard events using libevdev [2].
  • Added KWin handlers which enables KdeEcoTest to function on KWin compositor (both X11 and Wayland).