aboutsummaryrefslogtreecommitdiffstats
path: root/hierarchyviewer2/libs/hierarchyviewerlib/src/images
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-1334-0/+0
| | | | Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
* Support modifying layout properties from hvSiva Velusamy2013-01-291-0/+0
| | | | | | | | | | | | 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
* Add support for hv protocol that works via DDMSiva Velusamy2013-01-161-0/+0
| | | | Change-Id: Ia88d107811abd8e36a0f980938c584d79565ac42
* Fix image reousrces in HierarchyViewer application.Raphael Moll2011-04-2832-0/+0
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