lfurmetz (Lukas Fürmetz)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Monday

  • Clear sailing ahead.

User Details

User Since
Apr 18 2017, 1:31 PM (366 w, 4 d)
Availability
Available

Recent Activity

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