]> cloud.milkyroute.net Git - dolphin.git/commit
Add SortOrderForUrl method to DBus interface
authorMarco Martin <notmart@gmail.com>
Fri, 4 Jun 2021 12:04:14 +0000 (12:04 +0000)
committerNate Graham <nate@kde.org>
Fri, 4 Jun 2021 12:04:14 +0000 (12:04 +0000)
commitdbabe22249781242c789d691c1f887046e71580e
treef8347d9be97aa1bf26ba1d3f4dcd2bf19c9b8a6c
parent9fcfbfb6e3b05d99e92472b78a6686e7526e77c6
Add SortOrderForUrl method to DBus interface

adds a method to ask what's the sorting strategy (column and order) for a particular Url, as Dolphin can have directory-specific sorting strategies

This makes possible for other apps that have lists of files, like Gwenview to use the same sorting when invoked from dolphin, ie opening an image

CCBUG:236059
src/dbusinterface.cpp
src/dbusinterface.h
src/global.cpp
src/global.h