Age | Commit message (Collapse) | Author | Files | Lines |
|
The rework for app framework removal broke the installation of the
translation files that was being done in the qmake file related to
widget assembly. An install target to replace that has been added,
and the location of the translation files shifted to under the
/usr/share hierarchy to better match Linux FHS expectations.
Bug-AGL: SPEC-4230
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I9d7352c8ee79fdb11d3d432608d29cac3e5a4060
|
|
Makefile for dashboard generated by qmake looked at
lrelease in the host environment, therefore dashboard's
build should fail if 'lrelease' is not installed in the host.
Fix project include file for dashboard becoming able to
generate correct path for 'lrelease'
from
related path: lrelease
to
absolute path: <sysroot>/lrelease
Change-Id: Ia46a50a6b67d96a3a7234c840ad22bce0b22959d
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Added very first i18n support in the simple application.
Placed language buttons at the bottom to change current language.
They should be removed once current language comes from somewhere.
Laying out issues should be fixed later.
Change-Id: Ib5d646784820cb2753edd5a588a8826ad7d20539
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|