User Details
- User Since
- Mar 25 2018, 4:11 PM (373 w, 3 d)
- Availability
- Available
Mar 18 2020
In terms of the UI, we're trying to move away from tabs and towards multi-page KCMs where clicking on a button takes you to another page. For examples, see the Notifications and Style KCMs.
Thanks for the comments.
Mar 17 2020
Dec 28 2018
Aug 11 2018
Hey guys I'm back.
Jul 10 2018
Jul 9 2018
Phase 1
Stage 3
kcm_touchpad (Wayland) and kcm_touchpadx (X11) are available by this commit. Tested and working fine. To test it, you should manually remove the old kcm_touchpad files since the names are clashing imho. This problem will be handled by packagers after the patch is pushed to master. I'm implementing the backend now (kcm.cpp, kcm.h).
Stage 2 :
Minimum changes are done since there will be another commit for kcm_touchpadx cleaning. The kcm_touchpad is changed as kcm_touchpadx and it is moved to new folder "touchpadx". Since "touchpad" folder is changed, you can review the diff by checking it. Tested on X and everything is working fine. In Wayland, the KCM is not shown at all.
Since you can review the old diff, I'm moving to stage 2. If you have problem with the Stage 1's diff, please tell me.
Jun 27 2018
Comment correction.
"value" part of last "Slider" patch is reverted since that kind of changes will be handled with another patch.
Jun 26 2018
Jun 25 2018
This patch actually solves the problem specified on bug title, "libinput pointer kcm needs 11 ticks on the speed slider so that the middle one can correspond to 0.0". Still you think that it doesn't solve the bug ?
Typo fix.
Jun 22 2018
Jun 19 2018
V0.2
- Converted everything to qqc2.
- SizeHint is corrected.
- ToolTip.qml is deleted since qqc2 has built-in support for ToolTip as we want.
- Tested. Overviewed all code.
- Please review it. After your review, I'll also enable the Acceleration Profile with this patch by some editing.
Jun 18 2018
@davidedmundson @mart
Thanks for the feedback. New patch is coming.
Jun 16 2018
Jun 14 2018
It would be very nice! I have things to do that will take 1-2 month. If nobody interested till then, please ping to me. I can work on it.
Jun 13 2018
V0.6
Wayland version (main.qml) is tested (X was already tested). Corrections are done. Functionality is same. All the possibilities are tested. Works fine. Ready to push.
Jun 12 2018
V0.5
import org.kde.plasma.core is removed for main.qml.
V0.4
QtQuickControls version is updated to 2.0. Some code cleaning.
Jun 11 2018
Jun 10 2018
V0.4
Stupid mistake that I have done is fixed. Thank you romangg.
V0.3
sizeHint and minimumSizeHint are added.
If everyone is happy and the patch is tested, I'll push the code after a last test for Wayland and Xorg.
V0.2
After a discussion, decided to go back to V0.2 because of some UI issues. Bug reports will be filed about the issues. For now, we'll use qqc1.
Jun 9 2018
Just realized that paddings look bad in QQC2. Any recommendation ?
V0.3
QtQuickControls version is updated to 2.0. Some code cleaning.