--===============7612278773833046506== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123278/ ----------------------------------------------------------- (Updated April 23, 2015, 2:42 p.m.) Status ------ This change has been marked as submitted. Review request for Dolphin and Localization and Translation (l10n). Changes ------- Submitted with commit 82bf562c34204d585df67594feab844cf9b599a1 by Lasse Liehu to branch master. Repository: dolphin Description ------- This allows to work around limitations in Qt's date formatting. Examples: * Uppercasing the first character in a string because it's a title: Weekday and month names returned by QDateTime::toString are usually lowercase. * Correcting the noun case of a month name from "of [month]" to "in [month]" in Finnish: "of [month]" is correct when talking about a specific day, but wrong when talking about a specific month. Diffs ----- src/kitemviews/kfileitemmodel.cpp eac3ddf Diff: https://git.reviewboard.kde.org/r/123278/diff/ Testing ------- Checked that grouping by date still worked. Thanks, Lasse Liehu --===============7612278773833046506== MIME-Version: 1.0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit
This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123278/

This change has been marked as submitted.


Review request for Dolphin and Localization and Translation (l10n).
By Lasse Liehu.

Updated April 23, 2015, 2:42 p.m.

Changes

Submitted with commit 82bf562c34204d585df67594feab844cf9b599a1 by Lasse Liehu to branch master.
Repository: dolphin

Description

This allows to work around limitations in Qt's date formatting.

Examples:

  • Uppercasing the first character in a string because it's a title: Weekday and month names returned by QDateTime::toString are usually lowercase.
  • Correcting the noun case of a month name from "of [month]" to "in [month]" in Finnish: "of [month]" is correct when talking about a specific day, but wrong when talking about a specific month.

Testing

Checked that grouping by date still worked.

Diffs

  • src/kitemviews/kfileitemmodel.cpp (eac3ddf)

View Diff

--===============7612278773833046506==--