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

Elvis Angelaccio <elvis.angelac...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/commit/d7b33b76a
                   |                            |18b14e9f286e4d8326b00910b9e
                   |                            |a02a
   Version Fixed In|                            |20.11.80
             Status|CONFIRMED                   |RESOLVED

--- Comment #6 from Elvis Angelaccio <elvis.angelac...@kde.org> ---
Git commit d7b33b76a18b14e9f286e4d8326b00910b9ea02a by Elvis Angelaccio, on
behalf of Steffen Hartleib.
Committed on 13/09/2020 at 18:53.
Pushed by elvisangelaccio into branch 'master'.

Improve Touch support

With this patch dolphin now supports the following touch gestures:

* Tap gesture to interact/open with directories, files and so on
* TapAndHold and release gesture for access to the context menu (main window,
panel folder, places and information)
* TapAndHold and moving gesture for drag and drop action (main windows, panel
folder and places)
* pinch gesture for zoom in main window
* kinetic scrolling (QScroller) for main window, panel folder, panel places,
panel information, setting preview and service
* two fingers swipe gesture to left, right and up as shortcut to navigate back,
forward and up
* two finger tap gesture to toggle item selection, similar to Ctrl and left
mouse click
FIXED-IN: 20.11.80

 You are currently rebasing branch 'touch' on '85241a924'.

M  +2    -0    src/CMakeLists.txt
M  +2    -0    src/dolphinmainwindow.cpp
M  +15   -1    src/kitemviews/kitemlistcontainer.cpp
M  +3    -0    src/kitemviews/kitemlistcontainer.h
M  +464  -189  src/kitemviews/kitemlistcontroller.cpp
M  +29   -0    src/kitemviews/kitemlistcontroller.h
M  +32   -0    src/kitemviews/kitemlistview.cpp
M  +4    -0    src/kitemviews/kitemlistview.h
M  +1    -0    src/kitemviews/private/kitemlistrubberband.h
A  +139  -0    src/kitemviews/private/ktwofingerswipe.cpp     [License:
GPL(v2.0+)]
A  +54   -0    src/kitemviews/private/ktwofingerswipe.h     [License:
GPL(v2.0+)]
A  +119  -0    src/kitemviews/private/ktwofingertap.cpp     [License:
GPL(v2.0+)]
A  +48   -0    src/kitemviews/private/ktwofingertap.h     [License: GPL(v2.0+)]
M  +1    -0    src/panels/information/informationpanel.cpp
M  +32   -0    src/panels/information/informationpanelcontent.cpp
M  +6    -0    src/panels/information/informationpanelcontent.h
M  +3    -0    src/settings/general/previewssettingspage.cpp
M  +3    -0    src/settings/services/servicessettingspage.cpp
M  +18   -0    src/views/dolphinview.cpp
M  +5    -0    src/views/dolphinview.h

https://invent.kde.org/system/dolphin/commit/d7b33b76a18b14e9f286e4d8326b00910b9ea02a

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

Reply via email to