https://bugs.kde.org/show_bug.cgi?id=514697

Rafał Lichwała <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/-/commit/cc5c444
                   |                            |6350474c5848ca043fdec4d1be5
                   |                            |73621b
         Resolution|---                         |FIXED

--- Comment #8 from Rafał Lichwała <[email protected]> ---
Git commit cc5c4446350474c5848ca043fdec4d1be573621b by Rafał Lichwała.
Committed on 26/01/2026 at 08:03.
Pushed by meven into branch 'master'.

dropjob: handle drop from Places View properly

This commit corrects previous one: 71b2b38b0c4fc4c7820fd95b031413d854d8f8c6
which incorrectly recognized drop action from Places View (based only
on missing Qt::MoveAction which had side effects described in BUG 514697)

This time DropJobPrivate class stores pointer to original dropEvent
and checks if it has dropAction set to Qt::IgnoreAction
which simply indicates that this drop event comes from Places View
and destructive Move-like actions should not be places in popup drop menu.
Related: bug 509231

M  +1    -3    autotests/dropjobtest.cpp
M  +8    -5    src/widgets/dropjob.cpp

https://invent.kde.org/frameworks/kio/-/commit/cc5c4446350474c5848ca043fdec4d1be573621b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to