[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-09 Thread Fabio Coatti
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #17 from Fabio Coatti  ---
(In reply to Robert Hoffmann from comment #15)
> Fixed jumping, see https://phabricator.kde.org/D13401

Tested a backport to 18.04.2,works as expected. Many thanks!!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-07 Thread Rafael
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #16 from Rafael  ---
I wish OpenSUSE 15 add the update soon.

Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-07 Thread Robert Hoffmann
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #15 from Robert Hoffmann  ---
Fixed jumping, see https://phabricator.kde.org/D13401

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-07 Thread Robert Hoffmann
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #14 from Robert Hoffmann  ---
You're right, I'll look into it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-06 Thread Rafael
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #13 from Rafael  ---
I agree. I don't know if is the same bug or not, but basically Knotes windows
behaviour is not like a normal KDE window.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-06 Thread Fabio Coatti
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #12 from Fabio Coatti  ---
Just tried this patch on 18.04.01; it improves the situation but it is not
perfect. 
Basically now what happens is that when you click on a note titlebar, no matter
where, the note quickly moves so the upper left corner of the note is located
just under the mouse cursor. From this point on the note can be dragged as
expected.
Don't know if this can be the same bug or I need to open another one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-06 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=358973

Laurent Montel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.8.3
  Latest Commit||https://commits.kde.org/kno
   ||tes/d7555e0e92b358a47a0c352
   ||62a89ade44a1124e1
 Resolution|--- |FIXED

--- Comment #11 from Laurent Montel  ---
Git commit d7555e0e92b358a47a0c35262a89ade44a1124e1 by Laurent Montel.
Committed on 06/06/2018 at 11:48.
Pushed by mlaurent into branch 'Applications/18.04'.

Apply patch from Robert Hoffmann

Notes did not drag, only when releasing the mouse button,
the note was placed at the new position.

Use QMouseEvent::buttons() to check for buttons pressed
instead of QMouseEvent::button(), which always returns
Qt::NoButton for mouse move events (see documentation).

Differential Revision: https://phabricator.kde.org/D13379
FIXED-IN: 5.8.3

M  +2-1src/notes/knote.cpp

https://commits.kde.org/knotes/d7555e0e92b358a47a0c35262a89ade44a1124e1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-06-06 Thread Robert Hoffmann
https://bugs.kde.org/show_bug.cgi?id=358973

Robert Hoffmann  changed:

   What|Removed |Added

 CC||rob...@roberthoffmann.de

--- Comment #10 from Robert Hoffmann  ---
See https://phabricator.kde.org/D13379

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-01-21 Thread Rafael
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #9 from Rafael  ---
It's a pity that still we need workarounds to solve this bug after a year ...
:(

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2018-01-21 Thread Andrew Bae
https://bugs.kde.org/show_bug.cgi?id=358973

Andrew Bae  changed:

   What|Removed |Added

 CC||andrew...@gmail.com

--- Comment #8 from Andrew Bae  ---
There is this related Debian bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833834
which mentioned this: 
"As a workaround, you can still use the regular kwin window drag, dragging the 
window while you keep alt pressed."

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2017-07-18 Thread Fabio Coatti
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #7 from Fabio Coatti  ---
Just tried, it seems that the patch has no effect..

knotes 17.04.3
kdeframeworks 5.36.0
qt 5.7.1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2017-07-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #6 from Christoph Feck  ---
Can anyone try to adding

m_label->setMouseTracking(true);

in line 790 of src/notes/knote.cpp (after m_label creation)?

It is possible that Qt5 no longer send QEvent::MouseMove events to widget's
eventFilter(), unless they track mouse.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2017-07-16 Thread Rafael
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #5 from Rafael  ---
Is like no one were maintaining this program and, sincerely, is one of the keys
to choose KDE/Plasma, for productivity.

It's a pity  :(

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2017-07-16 Thread Fabio Coatti
https://bugs.kde.org/show_bug.cgi?id=358973

--- Comment #4 from Fabio Coatti  ---
Still a problem in 
knotes 17.04.3
kdeframeworks 5.36.0
qt 5.7.1

Gentoo

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2017-07-16 Thread Michael Schuerig
https://bugs.kde.org/show_bug.cgi?id=358973

Michael Schuerig  changed:

   What|Removed |Added

 CC||mich...@schuerig.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2017-01-03 Thread Rick Alther
https://bugs.kde.org/show_bug.cgi?id=358973

Rick Alther  changed:

   What|Removed |Added

 CC||alt...@acm.org

--- Comment #3 from Rick Alther  ---
This is still a problem (no dragging, the note just moves where you release the
mouse button).

I'm on Fedora 24:
KNotes: 16.08.3
KDE Framework: 5.27.0
Qt: 5.6.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2016-10-26 Thread Rafael
https://bugs.kde.org/show_bug.cgi?id=358973

Rafael  changed:

   What|Removed |Added

 CC||rafael.linux.u...@gmail.com

--- Comment #2 from Rafael  ---
*** Bug 371706 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2016-10-14 Thread Stian Viskjer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358973

Stian Viskjer  changed:

   What|Removed |Added

 CC||st...@viskjer.net

-- 
You are receiving this mail because:
You are the assignee for the bug.


[knotes] [Bug 358973] Knotes do not drag, they only drop at the location of the released mouse-button

2016-04-21 Thread Fabio Coatti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358973

Fabio Coatti  changed:

   What|Removed |Added

 CC||fabio.coa...@gmail.com

--- Comment #1 from Fabio Coatti  ---
Same problem here:
knotes 16.04.0
gentoo overlay packages 
QT 5.5.1
kde framework 5.21.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs