Bug 400913

Summary: Wrong name for ctime in KIOWidgets/KPropertiesDialog
Product: [Frameworks and Libraries] frameworks-kio Reporter: Lukáš Vlček <lukas.vlcek777>
Component: Properties dialogAssignee: KIO Bugs <kio-bugs-null>
Status: REPORTED ---    
Severity: minor CC: alex.bikadorov, bugseforuns, kdelibs-bugs-null, krusader-bugs-null, nikita+kde
Priority: NOR    
Version First Reported In: 5.50.0   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Wrong column name of file creation

Description Lukáš Vlček 2018-11-10 13:22:10 UTC
Created attachment 116235 [details]
Wrong column name of file creation

SUMMARY


STEPS TO REPRODUCE
1. Click to column head in file panel.
2. Select these columns: Changed, Modified
3. Open file property of any file.
4. Check the dates.
5. 'Changed' column shows date of creation.

OBSERVED RESULT
Text of 'Changed' column is wrong.

EXPECTED RESULT
'Changed' column should have text "Created".


SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION
Comment 1 Alex Bikadorov 2018-11-11 14:14:19 UTC
"Changed" is actually the correct name for ctime. Read e.g. https://www.quora.com/What-is-the-difference-between-mtime-atime-and-ctime

I don't know why the time is named "Created" in the KF5 framework. But having a file that was "Created" after it was "Changed" is clearly wrong to me.

It may be addressed as bug for KIOWidgets/KPropertiesDialog
Comment 2 Nikita Melnichenko 2018-11-15 07:02:57 UTC
Moving to KIO.