Age | Commit message (Collapse) | Author | Files | Lines |
|
Use simple API of libwindowmanager, then remove json_object
from source code.
Change-Id: I37a4a7f22d9f13612c68022aad7799429a844748
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
To avoid memory leak after application is dead,
delete AGLScreenInfoPrivate and LibWindowmanager object
in destructor.
Change-Id: Ic5022c66016ef9c96ba70aab3897e34b1faf4a9b
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
To support rendering which fits screen resolution,
new class AGLScreenInfo is introduced to get 'scale_factor'
from AGL HMI framework.
If AGL HMI framework doesn't support multi-resolution,
scale is set 1.0 for backward compatibility.
Bug-AGL: SPEC-1611
Change-Id: I1dc4dd13c17ae66a706b6fd8ef937fbaab937c9e
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Change-Id: Idf94435c6473a2fd89b94e893542bd7e4597dc18
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
rename WindowManager APIs as follows:
- activateSurface -> activateWindow
- deactivateSurface -> deactivateWindow
The "surface" means information of display material frame buffer
anaged by Graphics Subsystem (Weston).
And the "window" means the right to draw on display.
The "surface" is physical information and used inside WindowManager.
So we think it is not good for "surface" to be included in API name.
These APIs provide the function
which is to activate/deactivate the right to draw for the applications.
So we change to "activateWindow/deactivateWindow".
We plan to delete the old API by GG.
Therefore the applications can use old APIs until GG,
but the warning "-Wdeprecated-declarations" is occured when compile.
After GG, old APIs can not be used.
If use it, the error is occured when compile.
Bug-AGL: SPEC-1565
Change-Id: Ic2e8893146fd41beb8f261a71a7e3b7c683d7838
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
|
|
Add events
screen_updated
* emitted when the displayed application changed.
error
* emitted when a error happens after request is accepted.
Related commit:
https://gerrit.automotivelinux.org/gerrit/#/c/14837/
Change-Id: I1fd41b2ff9e78e73eaafb8496a7f4c33c1ec1fc5
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Use qtwindowmanager
Change-Id: I9118f30abf86e144cc74d278084f70a7c41beb14
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Default area is "normal.full", so fix it.
Change-Id: Idf0f8cf6aaedeb7c850ff2b7917d1f10dd7c52d6
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Wrong str allocation leads to crash binding !
Change-Id: I58f6e1c6585a97a7221a6a309bd2d98bf634f111
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Header installation wasn't working due to a typo, fix it.
Change-Id: Ie63fcfbf512a0de14e2bdb9f4f737f4cef335100
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
qlibwindowmanager is the wrapper library of libwindowmanager
for Qt application
Change-Id: I7058d918b73d5f5b6edfb4a32ca697bfd7f53cff
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Change-Id: I5202a20525b53daa814b9a8e6d72d6d6de7544b0
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
|