summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared/proreader.h
Commit message (Collapse)AuthorAgeFilesLines
* unshare pro post-processing codeOswald Buddenhagen2010-01-271-57/+0
| | | | | lrelease needs only the TRANSLATIONS value anyway, so there is hardly anything to share for real
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* 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
* implement proper vpath handlingOswald Buddenhagen2009-07-131-1/+2
| | | | | | | | | | | | this also removes the bogus special casing of various filename-containing variables inside the pro parser. while this is a feature as such, it restores backwards compatibility without damaging the correct behavior again, so it qualifies for 4.5. based on a2f40fce2a1cf3c19a13fa27eea08192493ab76e from creator Task-number: 254098
* factor out linguist-specific partOswald Buddenhagen2009-07-131-0/+56
it is simpler to keep it in sync with creator then.