Feed Advanced Search

Jun 11 2017

lfurmetz added a comment to D5585: Reintroduce showManageProfilesDialog in KPart (Fixes Bug #372816).

Thanks!

Jun 11 2017, 6:49 AM · Konsole

Apr 25 2017

lfurmetz added a comment to D5585: Reintroduce showManageProfilesDialog in KPart (Fixes Bug #372816).

I'm pretty sure, that the changes to CMakeLists.txt are not sound..

Apr 25 2017, 5:24 PM · Konsole
lfurmetz created D5585: Reintroduce showManageProfilesDialog in KPart (Fixes Bug #372816).
Apr 25 2017, 5:21 PM · Konsole

Apr 20 2017

lfurmetz added a comment to D5490: Only follow mouse when moved (Fixes Bug #372635).

This works for me, thanks!

Apr 20 2017, 2:02 PM · Plasma

Apr 18 2017

lfurmetz added a comment to D5490: Only follow mouse when moved (Fixes Bug #372635).

You can do this:

property bool moved: false
onMovedChanged: if (moved) {
    listView.currentIndex = index
}
onPositionChanged: {
...
moved = true;
}
Apr 18 2017, 1:38 PM · Plasma