Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-08 | Avoid the memory leaks from translations | Dirk Hohndel | |
Instead use a hash to cache the translations (and allow for the ability to clear the hash so we can even switch translations at runtime...). Now Qt will keep track of the memory and release it for us when we are done with it. This avoids the memory leak introduced in commit 4ecb35bf5ff2 ("Make a copy of the translated text"). Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2013-10-06 | Trying to switch to Qt translation | Dirk Hohndel | |
This compiles and looks about right, but it doesn't appear to work, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |