D29290: IGNORE THIS - TESTING A PHAB THING

2020-04-29 Thread Aetf
qi437103 created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. qi437103 requested review of this revision. REPOSITORY R123 SDDM Configuration Panel (KCM) BRANCH master REVISION DETAIL https://phabricator.kde.org/D29290 AFFECTED FILES test To: q

D5490: Only follow mouse when moved (Fixes Bug #372635)

2017-04-30 Thread Aetf
This revision was automatically updated to reflect the committed changes. Closed by commit R112:a41a850a3943: Only follow mouse when moved (Fixes Bug #372635) (authored by qi437103). REPOSITORY R112 Milou CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5490?vs=13900&id=14038 REVISION

D5490: Only follow mouse when moved (Fixes Bug #372635)

2017-04-27 Thread Aetf
qi437103 updated this revision to Diff 13900. qi437103 added a comment. Get rid of "property depends on non-NOTIFYable property" warning, as well as unneeded code. REPOSITORY R112 Milou CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5490?vs=13852&id=13900 BRANCH master REVISI

D5490: Only follow mouse when moved (Fixes Bug #372635)

2017-04-26 Thread Aetf
qi437103 updated this revision to Diff 13852. qi437103 added a comment. Address comments. Seems I can update the diff directly. REPOSITORY R112 Milou CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5490?vs=13771&id=13852 BRANCH master REVISION DETAIL https://phabricator.kde.o

D5490: Only follow mouse when moved (Fixes Bug #372635)

2017-04-20 Thread Aetf
qi437103 added a comment. F3731117: moved.patch The patch implements what I mentioned. REPOSITORY R112 Milou REVISION DETAIL https://phabricator.kde.org/D5490 To: leszeklesner, broulik Cc: ltoscano, qi437103, lfurmetz, anthonyfieroni, davidedmu

D5490: Only follow mouse when moved (Fixes Bug #372635)

2017-04-20 Thread Aetf
qi437103 added a comment. For reason I don't understand, `onPositionChanged` doesn't fire for me even with `hoverEnable` set to `true`. So the last point won't work. But otherwise it works well. REPOSITORY R112 Milou REVISION DETAIL https://phabricator.kde.org/D5490 To: leszeklesner, b

D5490: Only follow mouse when moved (Fixes Bug #372635)

2017-04-20 Thread Aetf
qi437103 added a comment. Sorry I should have been more specific. The difference between these two situation is whether the mouse position in global coordinate changed. Inside `onContainsMouseChanged`, if `containsMouse` - If `moved`, select current index - Else if global mous

D5490: Only follow mouse when moved (Fixes Bug #372635)

2017-04-20 Thread Aetf
qi437103 added a comment. what about set moved variable according to global mousre position instead? I know this is possible with QCursor, but not sure if it's possible at qml side, though. I haven't looked at the code yet, but if there's c++ component, we can add a qobject derived class cal