summaryrefslogtreecommitdiff
path: root/src/utils/translation
AgeCommit message (Expand)AuthorFilesLines
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas2-2/+4
2014-02-07add missing const and static keywords.Andrei Karas2-2/+2
2014-02-02Add missing const and static into translation classes.Andrei Karas2-6/+6
2014-01-01update copyright year in all sources.Andrei Karas6-6/+6
2013-12-18add restrict into poparser.Andrei Karas2-5/+6
2013-10-19fix definition in translationmanager.Andrei Karas2-2/+2
2013-10-08remove unused system headers.Andrei Karas2-4/+0
2013-09-25improve a bit strings declaration.Andrei Karas2-9/+6
2013-09-20improve a bit code speed.Andrei Karas2-2/+2
2013-09-15remove unused includes from utils.Andrei Karas1-1/+0
2013-08-09improve size() methods usage.Andrei Karas1-6/+8
2013-05-28fix guard header part3.Andrei Karas1-3/+3
2013-04-20fix style in utils directory.Andrei Karas2-0/+6
2013-04-17remove some unused system headers.Andrei Karas3-4/+0
2013-04-14another fixes from cpplint.Andrei Karas3-4/+4
2013-04-07some fixes after auto check.Andrei Karas1-4/+2
2013-03-03another fixes from Coverity checks.Andrei Karas1-2/+9
2013-03-02Last fixes after Coverity checks.Andrei Karas1-0/+2
2013-02-26Improve string usage in other files.Andrei Karas1-6/+6
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas6-6/+6
2012-12-25Improve empty strings manipulation.Andrei Karas2-9/+9
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas2-2/+2
2012-10-10Delete copy constructor from other classes.Andrei Karas2-0/+4
2012-09-24Fix compilation errors.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas3-3/+3
2012-09-16Add const to variables with type size_t.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-09-04Add const to more classes.Andrei Karas6-19/+20
2012-05-13Fix files translation.Andrei Karas1-1/+2
2012-04-27Remove translation parser debug message.Andrei Karas2-2/+2
2012-04-25Improve iterators part 2.Andrei Karas1-4/+1
2012-04-01Last part of fixes.Andrei Karas1-3/+3
2012-03-29Replace vectors with strings to short names.Andrei Karas2-5/+4
2012-03-19Add help po translation.Andrei Karas6-16/+108
2012-02-22Fix code style.Andrei Karas1-1/+1
2012-02-06Fix memory leak on exit.Andrei Karas2-0/+8
2012-02-05Add own translation system.Andrei Karas6-0/+524