[dolphin] [Bug 479960] Drag and drop opens hovered files
    Akseli Lahtinen 
    bugzilla_noreply at kde.org
       
    Fri Mar  8 11:37:24 GMT 2024
    
    
  
https://bugs.kde.org/show_bug.cgi?id=479960
Akseli Lahtinen <akselmo at akselmo.dev> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/-/commit/803bbd1
                   |                            |ae191a89ffdb3889acb66214315
                   |                            |25f96d
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
--- Comment #5 from Akseli Lahtinen <akselmo at akselmo.dev> ---
Git commit 803bbd1ae191a89ffdb3889acb6621431525f96d by Akseli Lahtinen.
Committed on 08/03/2024 at 11:37.
Pushed by akselmo into branch 'master'.
Start autoActivationTimer only if hovering over a directory
Before starting autoActivationTimer, check that we're hovering the item on top
of a directory.
If we don't check for it, the the autoActivationTimer will try to open the
hovered item 
in it's default application, which can be distracting and break the actual
action
the user was trying to do, like moving the file to a directory. 
M  +11   -0    src/kitemviews/kfileitemmodel.cpp
M  +2    -0    src/kitemviews/kfileitemmodel.h
M  +2    -1    src/kitemviews/kitemlistcontroller.cpp
M  +6    -0    src/kitemviews/kitemmodelbase.cpp
M  +9    -0    src/kitemviews/kitemmodelbase.h
https://invent.kde.org/system/dolphin/-/commit/803bbd1ae191a89ffdb3889acb6621431525f96d
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the kfm-devel
mailing list