History | View | Annotate | Download (1.5 kB)
misc: New KaduPaths class which replaces old path-conversion global functions
Small guide how to update Kadu <=0.11-compatible code:- Replace homePath() calls with KaduPaths::homePath().- Replace webKitPath(path) calls with KaduPaths::webKitPath(path)....
misc: Make paths relative to the binary, assume "kadu/" prefix in the dataPath() global function
Signed-off-by: Bartosz Brachaczek <b.brachaczek@gmail.com>
copyrights update
Signed-off-by: Rafał Malinowski <rafal.przemyslaw.malinowski@gmail.com>
filedesc: moved to plugins