aboutsummaryrefslogtreecommitdiffstats
path: root/hierarchyviewer2/app
Commit message (Collapse)AuthorAgeFilesLines
* am c2d5ffe0: Merge changes I6708bd40,I72e28e21Tor Norbye2012-04-063-6/+6
|\ | | | | | | | | | | * commit 'c2d5ffe0b9baa1c24a62459b82bb21df08f4250b': Add support for the WindowBuilder Property Sheet Switch libraries from Eclipse 3.4 to Eclipse 3.6.2
| * Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-053-6/+6
| | | | | | | | | | | | This reverts commit f3d3fa912a10e20cadae813b80a66e538f77131d. Change-Id: I72e28e21db3c7f959040c1fbb9df14e4d85d0df4
* | am c12302ae: Merge "Update classpath for eclipse project due to prebuilt move."Xavier Ducrohet2012-04-061-1/+4
|\ \ | |/ | | | | | | * commit 'c12302ae5385828ce385d90c49c69cad504dd98d': Update classpath for eclipse project due to prebuilt move.
| * Update classpath for eclipse project due to prebuilt move.Xavier Ducrohet2012-04-051-1/+4
| | | | | | | | | | | | | | Don't use User Libraries. It's easier to just hardcode them with a classpath variable. Change-Id: If8c1236199dd6766d48cf9b553fa2a9ee0d236e6
* | Fix in-android-tree launch script for SWT based tools.Xavier Ducrohet2012-04-051-1/+1
|/ | | | Change-Id: If39d1d21baef72cdd2a8a0f2ced1ebbe6e02c891
* Revert "Switch libraries from Eclipse 3.4 to Eclipse 3.6.2"Tor Norbye2012-04-032-3/+3
| | | | This reverts commit b0c819f896b3c579633849e3fa674a30e6978dd7.
* Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-022-3/+3
| | | | | | | | | | | This updates the org.eclipse.core.command, org.eclipse.jface and org.eclipse.equinox libraries from Eclipse 3.4 to Eclipse 3.6.2. It also updates SWT from 3.4 to 3.6.2 (and this drops the Carbon support from the SwtMenuBar library since SWT 3.5 switched to Cocoa by default.) Change-Id: I7e8a6e3b8cb473f90eca3b90e3f3dc5fa5099b71
* Make some SDK project compile under Java 1.6Xavier Ducrohet2012-02-028-3/+144
| | | | Change-Id: I97189bda85530decff2ef8c4da3c43f186a6dba0
* Fix launchers for SDK tools using swtmenubar.Raphael Moll2011-05-052-3/+7
| | | | Change-Id: Iba5860db0a56ab508d1ce155d0e079ab37eb2bc9
* hierarchyviewer can dump displaylists for selected nodes.Chet Haase2011-05-042-3/+24
| | | | | | | | In hierarchyviewer (and hierarchyviewer1): The displaylist for the selected node (if there is one) is output into logcat when the "Dump DisplayList" button is clicked. Change-Id: I1996bbd1cbe32d8bc25708453c777800385fe444
* Fix typos in READMEs.Raphael Moll2011-05-021-1/+1
| | | | | | This addresses some CL feedback from last week. Change-Id: I1a121b3f294a395eb0f660d962c65c48d1760d7b
* Use SwtMenuBar in HierarchyViewer application.Raphael Moll2011-04-284-33/+113
| | | | Change-Id: I5f61e0c238520d8582e9bef8fa69c354a1165475
* Fix image reousrces in HierarchyViewer application.Raphael Moll2011-04-282-3/+3
| | | | | | | | | | | | | | | | | | | 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
* New application icons for the various SDK toolsTor Norbye2011-04-051-1/+1
| | | | | | | | | | | | | | | | This changeset integrates a new set of application icons by Roman Nurik for the various SDK tools: DDMS, Hierarchyviewer, Traceview, the SDK manager, and the Eclipse about box icon. We have new icons with the same visual look for draw9patch and emulator as well, which are not integrated here. Draw9patch is written in Swing, so it doesn't have a way to set a dock icon on the Mac (other than with a startup script modification to pass -Xdock:icon, which means we also need to bundle the .icns image outside its .jar). I couldn't find the place the emulator dock image is set so I will ask around and file a separate CL for that. Change-Id: Idbb2212b8d0d5f1bd2d41b3576079ff409c7e9c8
* Add missing notice files.Xavier Ducrohet2011-03-153-36/+213
| | | | | | | | | | Also fix some makefiles to make sure the notices are picked up. - move the makefile outside of the source folder. - resources are now in the source folder directly instead of being inside src/resources. It's much simpler. Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
* Fix DDMS and HierarchyViewer .bat files on WindowsRaphael Moll2010-12-151-1/+4
| | | | | | | | | | | | | | | These were not setting the "bin dir" properpty correctly, and as a consequence the tools complain they can't find adb.exe. The fix is to set it to the directory of the script but to avoid spaces-in-path issues we use the "~fs" modifier to get a space-free short name for the %cd% value. And since we can't use use %cd% combined with ~fs, we use a for loop trick to set it. Note that ddms.bat was in unix end-of-line mode so I changed it back to DOS end-of-line mode. Change-Id: Ic9e55643b551898043add27c12193a0949f40bb0
* Fix HV.bat for swt layout issue.Raphael Moll2010-11-171-69/+70
| | | | | | SDK Bug 3185449 Change-Id: I88dfaeb287fdef5cf82a0bc3da286c6c4493f910
* Make the tools work with the new location of adb.Xavier Ducrohet2010-09-271-0/+11
| | | | | | | | | | | | adb has been moved to the platform-tools folder. This changes ADT, DDMS, HierarchyViewer which all care where adb is (to launch it). Also fixed the local SDK parser of the SDK Updater to find the platform-tools package. Change-Id: I3c869159d7b0e0ad9aaea06f376b7ba3e53bfc7f
* Fix max memory to be 512, not 5126Xavier Ducrohet2010-09-081-1/+1
| | | | Change-Id: Ibf1d070d89514a5faf1ed4f33f72dd6385ff534e
* Previous commit lacked this change to hierarchyviewer.Xavier Ducrohet2010-09-011-2/+1
| | | | | | This is meant to be part of the fix for MacOs X. Change-Id: Ic2090cd7806f4ae7801851aa0b3f9b8975f150af
* Fix HierarchyViewer2 to run on MacOS X correctly.Xavier Ducrohet2010-08-316-79/+73
| | | | | | | | | | This also fix the issue with the app never closing correctly (throwing an exception). Also updated the launcher script to match the new ones we use in the other Java based tools. Change-Id: I851f0732a78c6e6c072728f05e611f01eee8fc19
* Renaming and adding //$NON-NLS-?$Konstantin Lopyrev2010-08-278-237/+237
| | | | Change-Id: I9f5fa1625af4b35499cfc87996d0b3a39841ba31
* Refactoring and integrating into EclipseKonstantin Lopyrev2010-08-2721-1253/+93
| | | | Change-Id: I1fd3c3828fb2474f2f7394ee2831fcd7eb675878
* Bug fixes and reducing timeout.Konstantin Lopyrev2010-08-271-0/+1
| | | | Change-Id: Ibfa23734679d0337aa7f6e250a621026b13a70f0
* RenamingKonstantin Lopyrev2010-08-273-1/+1
| | | | Change-Id: I10c8b1cf1be3b66fe0b7527ffb72501d8d61ebb3
* Commentary, getting rid of bad about image, and some clean-up.Konstantin Lopyrev2010-08-271-22/+30
| | | | Change-Id: I9dad056de8e7e208f156bbedbced47dd49b61fcb
* Creating the applicationKonstantin Lopyrev2010-08-2725-81/+2423
| | | | Change-Id: I8f2fce7328cc1d93caed1cf003f04e41204f864c
* Tweaking and moving.Konstantin Lopyrev2010-08-274-67/+14
| | | | Change-Id: I9906268a91c53c7b9e938b9c969cedeae2a4303a
* Adding property and profile viewers + miscKonstantin Lopyrev2010-08-171-2/+8
| | | | Change-Id: I04b7e6045047d303b3434dc64662ffeb36c48c24
* Increasing the changes of a device connecting properly and making sure ↵Konstantin Lopyrev2010-08-171-1/+4
| | | | | | things are disposed of properly. Change-Id: Ib1190c65c8ac9795fc0b97beacd7fd102cb95abf
* Adding the new tree view.Konstantin Lopyrev2010-08-173-27/+36
| | | | Change-Id: I490f475fadaec5625352a49524ec8cb3a6e9b7d4
* Adding pixel perfect view, loupe and tree.Konstantin Lopyrev2010-08-172-3/+69
| | | | Change-Id: I9be3e9037dec5eeb240608ba8c6329fd77689bbe
* Device Selector code.Konstantin Lopyrev2010-07-236-5/+137
| | | | Change-Id: I944315e75b72ef285bed53e5801761886f48cb24
* First commit... Ignore *.java files, they are there just so it builds.Konstantin Lopyrev2010-07-169-0/+294
Change-Id: Ibf159c32cee7a770f1c36f387fe646d9ecabe168