summaryrefslogtreecommitdiffstats
path: root/tools/linguist/linguist/messagemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* handle messages with ids (more) correctlyOswald Buddenhagen2009-11-061-1/+9
| | | | | when comparing two messages which both have ids, compare only the ids. this affects finding/reporting duplicates and merging.
* eliminate TranslatorMessagePtr from the Translator apiOswald Buddenhagen2009-11-061-6/+7
|
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* reorganize numerus form count normalizationOswald Buddenhagen2009-07-171-1/+1
| | | | | | replace implicit normalization of individual messages on file writeout with global normalization which is called by the command line tools. this should a) be faster and b) cover the most critical case: lrelease.
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* duplicate message handling improvementsOswald Buddenhagen2009-04-021-5/+5
| | | | | | | | | | | | | | | - lrelease will not abort on duplicates any more - lconvert now gets noisy, but only if messages within one file are duplicated (combining files with identical messages is ok) - lupdate stays silent, but will eliminate duplicates again - consolidate handling of dual-encoded and duplicate messages - for performance - instead of the format loader, now the app is responsible for calling the duplicate handler. this allows for the fine-grained control necessary for optimal performance. Task-number: 247738
* whitespaceOswald Buddenhagen2009-03-271-6/+6
|
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+1403