| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds support in the hierarchy viewer's UI for modifying
certain view properties. The editable properties are marked with
an image next to them. When edited, a command is sent to the
device indicating the view method to call and the arguments for it.
A free form text box is also added to the UI which allows for users
to explicitly specify the view method to call with parameters.
Change-Id: Iefd4239e91184fc43c1b4cccfc3896846ab19825
|
|
|
|
| |
Change-Id: Ia88d107811abd8e36a0f980938c584d79565ac42
|
|
Currently the HierarchyViewer application crashes when
trying to run it from Eclipse. The issue is that the
code looks for all the images in /images/ whereas the
source code places them in /resources/images/ and the
makefile was setup to "erase" the /resources part.
The fix is:
- move all images back to hierarchyviewerlib/src/images.
- adjust the makefile accordingly.
Another issue is that the about box JPEG files failed
to load (at least on Eclipse 3.5 under Win7). That's OK
we had a real icon in PNG that works, so we should be
using it for the about box anyway.
Change-Id: Id3edc3d714480d4251b190706371db2481a14b63
|