Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Fix Task Manager window layout so that it:
* does not have title bar
* occupies the full width of the screen
* is not anchored to the top of display (that makes it partially
invisible)
* scales with the screen resolution
Bug-AGL: SPEC-2585
Change-Id: I3b6bfbf5890dd67397790e93c0387e4cc7928d9a
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
icon.svg is from the Phone application, and isn't even referenced
in the config.xml so it can be excluded from the packaging.
Bug-AGL: SPEC-2594
Change-Id: Iff85e2da68b420a211f3eb06648721461e7e5df3
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add the new display permission for running as non-root to config.xml.
Bug-AGL: SPEC-2556
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I357330ef21486d98d63c0d257e4622ee07020880
|
|
Add agl and linux autobuild scripts to silence build warnings.
These 2 scripts are based on the latest version of the autobuild
script, but they've been customized to (i) work with the existing
qmake files and (ii) the 'update' and 'package-test' targets have
been removed.
Bug-AGL: SPEC-2164
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I1f8211c50c70ce14d14a94196186c267d352acfb
|
|
Currently it isn't exactly clear where one of the two network
graphs (bytes received, bytes sent) is gone when the values are
the same most of the time. Make it clearer with area fill and
more color contrast.
Bug-AGL: SPEC-2475
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Change-Id: I52b0f8c87cd1e8df66d3aefd3b7a6a86dc48a10b
|
|
Implement network load visualization in TaskManager as a complement
to the System tab. It shows in/out network activity graph basing on
the info provided by the backend.
Bug-AGL: SPEC-2403
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Change-Id: I7d6b4f25424bd3ee1bfc12e9b084a021df289992
|
|
Implement system load visualization in TaskManager as a separate
tab showing average system load graph basing on the info provided
by the backend.
Change-Id: I81359185516ebb1b6218bfd9ca53f1d76dfddeb4
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Implement processing of user request for extra info for a selected
process and show a pop-up with the information returned by the
back-end.
Change-Id: Ief4e18d561e83877d57f984d8db3163c1cd314ac
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
* changes:
binding: act upon messageType
package: update application name and author
|
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
For each reply message coming from agl-service-taskmanager, read
out messageType parameter and act upon it.
Change-Id: Ie2da3e54c46071e14e213b838254e0af932ad86f
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Change-Id: I86fcb0cd881ee08315201835b964393f3a1991f7
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Change-Id: I828f1edd2160e4c55843b143a90273383930abc4
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Use libqtappfw to avoid dealing with websocket protocol directly.
Change-Id: I67813b38ffba3e54d52e61f60644ee101426e38a
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Add 'Kill' and 'Info' (for future use: display detailed info on
process in a separate window) buttons to the Task Manager UI and
implement sending kill command to the service.
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Change-Id: Iac50f6ce46fc91471d94118587c6e7ea0842beca
|
|
Add Task Manager GUI.
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Change-Id: I56d9a34df38fb441b598d150e88c905db95346aa
|
|
|