Commit Graph

7 Commits (ad4c2acbfc8fd8e63f688871c96b17d041c8f3b6)

Author SHA1 Message Date
Michael Zanetti ad4c2acbfc Also drop hardcoded NYMEA_PLUGINS_PATH from .pro file 2019-04-16 23:33:29 +02:00
Michael Zanetti 9f8600d644 drop unused search path 2019-04-08 16:50:09 +02:00
Michael Zanetti d5468b2677 Add copyright headers 2019-04-08 16:50:03 +02:00
Michael Zanetti cecab6a4be drop commented code 2019-04-08 16:49:55 +02:00
Michael Zanetti c18ec356e8 Make it build with Qt 5.7, drop commented code 2019-04-08 16:49:45 +02:00
Michael Zanetti 50aa691087 Add test, fix some issues with loading internal and built-in plugin translations 2019-04-08 16:49:31 +02:00
Michael Zanetti 8ebd1ddc4e Rework translation mechanism
This branch moves the translation logic out of the DevicePlugin
into the JsonRpc layers (JsonRpcHandlers and Rest handlers) and
deprecates the Configuration.SetLanguage method call. Instead
it adds a "locale" property in the JSONRPC.Hello message. This
will allow multiple clients to connect to a single core using
different languages.
2019-04-08 16:49:24 +02:00