[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-07-01 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=397398

Nikita Melnichenko  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kru |https://commits.kde.org/kru
   |sader/0920b04b4a841c69cd482 |sader/951ab660d7336c96a7e7a
   |e34cfe3e2949d79b9c1 |834f8499c6baa379dcd

--- Comment #9 from Nikita Melnichenko  ---
Git commit 951ab660d7336c96a7e7a834f8499c6baa379dcd by Nikita Melnichenko.
Committed on 01/07/2019 at 07:16.
Pushed by melnichenko into branch 'stable'.

FileSystem: Fix using creation time from KIO as changed time (ctime)

Added new field to FileItem instead. And do not show dummy value in UI for
missing file times - also for other time types.

FIXED: [ 397398 ] Misleading ‘Created’ date in file properties

Differential Revision: https://phabricator.kde.org/D20741

(cherry picked from commit 0920b04b4a841c69cd482e34cfe3e2949d79b9c1)

M  +2-2krusader/DiskUsage/diskusage.cpp
M  +11   -8krusader/FileSystem/fileitem.cpp
M  +12   -5krusader/FileSystem/fileitem.h
M  +7-3krusader/FileSystem/filesystem.cpp
M  +1-1krusader/FileSystem/krquery.cpp
M  +2-2krusader/Panel/PanelView/krsort.cpp
M  +8-4krusader/Panel/PanelView/listmodel.cpp
M  +1-1krusader/Panel/listpanel.cpp
M  +10   -10   krusader/Synchronizer/synchronizer.cpp

https://commits.kde.org/krusader/951ab660d7336c96a7e7a834f8499c6baa379dcd

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

[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-05-05 Thread Alex Bikadorov
https://bugs.kde.org/show_bug.cgi?id=397398

Alex Bikadorov  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kru
   ||sader/0920b04b4a841c69cd482
   ||e34cfe3e2949d79b9c1
 Status|ASSIGNED|RESOLVED

--- Comment #8 from Alex Bikadorov  ---
Git commit 0920b04b4a841c69cd482e34cfe3e2949d79b9c1 by Alexander Bikadorov.
Committed on 05/05/2019 at 19:20.
Pushed by abikadorov into branch 'master'.

FileSystem: Fix using creation time from KIO as changed time (ctime)

Added new field to FileItem instead. And do not show dummy value in UI for
missing file times - also for other time types.

FIXED: [ 397398 ] Misleading ‘Created’ date in file properties

Differential Revision: https://phabricator.kde.org/D20741

M  +2-2krusader/DiskUsage/diskusage.cpp
M  +11   -8krusader/FileSystem/fileitem.cpp
M  +12   -5krusader/FileSystem/fileitem.h
M  +7-3krusader/FileSystem/filesystem.cpp
M  +1-1krusader/FileSystem/krquery.cpp
M  +2-2krusader/Panel/PanelView/krsort.cpp
M  +8-4krusader/Panel/PanelView/listmodel.cpp
M  +1-1krusader/Panel/listpanel.cpp
M  +10   -10   krusader/Synchronizer/synchronizer.cpp

https://commits.kde.org/krusader/0920b04b4a841c69cd482e34cfe3e2949d79b9c1

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

[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-04-30 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=397398

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-04-22 Thread Alex Bikadorov
https://bugs.kde.org/show_bug.cgi?id=397398

Alex Bikadorov  changed:

   What|Removed |Added

   Assignee|krusader-bugs-n...@kde.org  |alex.bikado...@kdemail.net

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

[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-04-22 Thread Alex Bikadorov
https://bugs.kde.org/show_bug.cgi?id=397398

--- Comment #7 from Alex Bikadorov  ---
Proposed fix: https://phabricator.kde.org/D20741

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

[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-04-14 Thread Alex Bikadorov
https://bugs.kde.org/show_bug.cgi?id=397398

Alex Bikadorov  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
 CC||alex.bikado...@kdemail.net

--- Comment #6 from Alex Bikadorov  ---
Thanks for the information Méven!

Supporting statx with ifdef logic may be too costly. But we should at least fix
the mix-up of creation time and ctime.

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

[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-04-12 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=397398

--- Comment #5 from Méven Car  ---
More precisely here :
https://github.com/KDE/krusader/blob/a7ebda9a8054448f46feb044935236c86021bc29/krusader/FileSystem/filesystem.cpp#L238

It uses stat ctime as creation time, but it is the change status time.

To get the creation time, also called birth time, of files, there is a new
syscall statx more complete than stat available since glib 2.28.

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

[krusader] [Bug 397398] Misleading ‘Created’ date in file properties

2019-04-11 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=397398

Méven Car  changed:

   What|Removed |Added

Version|5.48.0  |2.7.1
   Assignee|fa...@kde.org   |krusader-bugs-n...@kde.org
  Component|Properties dialog   |general
Product|frameworks-kio  |krusader
 CC||krusader-bugs-n...@kde.org

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