Summary: | Date of creation doesn't update if folder opened in 2 tabs | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | MrNekit <Balykin_nikita> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kfm-devel, meven29 |
Priority: | NOR | ||
Version: | 21.08.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/db740854f3644fe47e8aec24dadf467aa5a1d7a2 | Version Fixed In: | 6.1 |
Sentry Crash Report: |
Description
MrNekit
2021-12-12 00:02:05 UTC
Git commit db740854f3644fe47e8aec24dadf467aa5a1d7a2 by Méven Car. Committed on 05/04/2024 at 18:49. Pushed by meven into branch 'master'. kfileitem: Linux, use statx to refresh files The statx logic is shared with kioworkers/file to minimize code duplication. M +2 -0 src/core/CMakeLists.txt M +24 -13 src/core/kfileitem.cpp M +2 -0 src/kioworkers/file/CMakeLists.txt M +0 -3 src/kioworkers/file/config-kioworker-file.h.in A +3 -0 src/kioworkers/file/config-stat-unix.h.in M +2 -129 src/kioworkers/file/file_unix.cpp A +149 -0 src/kioworkers/file/stat_unix.h [License: LGPL(v2.0+)] https://invent.kde.org/frameworks/kio/-/commit/db740854f3644fe47e8aec24dadf467aa5a1d7a2 |