summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetimeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make findAmPm actually return the relevant enum, instead of int.Edward Welbourne2016-02-041-11/+9
* Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-021-51/+36
* Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-291-2/+4
* Refactor one QDateTimeParser::sectionText() via the other.Edward Welbourne2016-01-291-9/+1
* Make initializers into declare-and-initialize.Edward Welbourne2016-01-291-8/+7
* Avoid shadowing in QDateTimeParser::findAmPm.Edward Welbourne2016-01-291-3/+3
* Make some initializers be declarations.Edward Welbourne2016-01-201-10/+10
* Avoid shadowing a name (and use the outer variable an extra time)Edward Welbourne2016-01-201-3/+3
* Avoid dereferencing before the start of a string.Edward Welbourne2016-01-201-1/+1
* Make it clearer what's happening with a fall-through.Edward Welbourne2016-01-201-2/+2
* Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-281-7/+7
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-091-0/+1769