Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-04 | Translations: unify gettextFromC::tr() and QObject::tr() | Berthold Stoeger | |
There were two catch-all classes for translations outside of class context. gettextFromC was used exclusively from C, but C++ used both, gettextFromC and QObject. Some of the string were even present in both. Therefore, unify to gettextFromC throughout the code base. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2017-12-08 | Cleanup: rename file to avoid confusion | Dirk Hohndel | |
Depending on the tooling, both divesite.c and divesite.cpp would compile into divesite.o. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |