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

Méven <me...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/-/commit/fdf854b
                   |                            |d81d9e42df2d8672d49a0b7fcdb
                   |                            |7443a5

--- Comment #24 from Méven <me...@kde.org> ---
Git commit fdf854bd81d9e42df2d8672d49a0b7fcdb7443a5 by Méven Car.
Committed on 27/10/2024 at 17:20.
Pushed by meven into branch 'master'.

ViewProperties: Store view properties in extended file attributes

Existing settings are converted.

Works on most FS except FAT/exFAT which fallback to .directory files.

If the extended file attributes (in ADS in Windows) can't be saved, they are
saved to file as before.

You can see file xattr using for instance for Unix filesystems:

getfattr -d /home/meven

M  +1    -1    src/CMakeLists.txt
M  +1    -1    src/settings/dolphin_directoryviewpropertysettings.kcfg
M  +3    -1    src/settings/viewmodes/generalviewsettingspage.cpp
M  +1    -1    src/tests/CMakeLists.txt
M  +191  -1    src/tests/viewpropertiestest.cpp
M  +1    -2    src/views/dolphinview.cpp
M  +167  -21   src/views/viewproperties.cpp
M  +6    -9    src/views/viewproperties.h

https://invent.kde.org/system/dolphin/-/commit/fdf854bd81d9e42df2d8672d49a0b7fcdb7443a5

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

Reply via email to