aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "GLE2: proper feedback on invalid drop targets."Raphael Moll2010-09-133-15/+65
|\ \ \ \
| * | | | GLE2: proper feedback on invalid drop targets.Raphael Moll2010-09-113-15/+65
| | | | | | | | | | | | | | | | | | | | Change-Id: I412a64fc261314d681009da87ed20fba278afa33
* | | | | Fix the config manager dialog in the GLE.Xavier Ducrohet2010-09-131-21/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: I29296b35c6d2a42908b22b878697d137af71a796
* | | | | New zoom controls in the layout editor.Xavier Ducrohet2010-09-134-155/+291
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New 100% and "real size" buttons. The real size computes a scale value based on the dpi of the monitor and the dpi of the layout device info. Also cleaned-up the CustomToggle class to be a CustomButton (toggle optional) as the 100% and zoom in/out buttons are not toggles. Migrated the clipping button to be set up through a CustomButton. Added groups of CustomButton, which are closer to each others than normal. Change-Id: Id4b6ed54b7f275f848333b04aeb42ef80e89ea9b
* | | | Merge "Filter input in the alloc tracker panel."Xavier Ducrohet2010-09-132-3/+79
|\ \ \ \
| * | | | Filter input in the alloc tracker panel.Xavier Ducrohet2010-09-122-3/+79
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib8f591022228d3ec2a8d50c0dc3d2caadca86e81
* | | | | Merge "Allocation tracker content can now be sorted."Xavier Ducrohet2010-09-137-22/+209
|\ \ \ \ \ | |/ / / /
| * | | | Allocation tracker content can now be sorted.Xavier Ducrohet2010-09-127-22/+209
| | | | | | | | | | | | | | | | | | | | Change-Id: I9f4009e5634e0c4a2b871082c2c281f62a67ca2f
* | | | | Merge "Display error for missing required attributes in ant tasks"Xavier Ducrohet2010-09-131-0/+8
|\ \ \ \ \
| * | | | | Display error for missing required attributes in ant tasksXavier Ducrohet2010-09-121-0/+8
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I4a9babcda7a541a7defd226e36bb8f74f88853ed
* | | | | Merge "SDK: Use Android's SparseArray classes."Raphael Moll2010-09-133-0/+703
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SDK: Use Android's SparseArray classes.Raphael Moll2010-09-103-0/+703
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are a fantastic replacement for Map when you have int keys. Change-Id: Ied0feaa9e723ede3372c5a156a72929daa5797e0
* | | | | GLE2: Properly represent mixed choices in dynamic context menu.Raphael Moll2010-09-103-23/+64
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: when display the context menu for a multiple selection, some items might be on wrap_parent whilst others might be in match_parent. This new change has the menu display a different icon for these choices and indicate that N out of M items are in a given state. Basically this converts boolean support to a tristate support. Change-Id: Ia409a87fa17e5d36912ace6dde5f4eb094fa865f
* | | | Fix test ant rules.Xavier Ducrohet2010-09-101-1/+1
| |/ / |/| | | | | | | | | | | | | | They were importing the old name of the main rules. Change-Id: If5d591d48f420e5bd8a24843c99befdbb487cd80
* | | GLE2: Indicate when drag'n'drop is rejected in RelativeLayout.Raphael Moll2010-09-101-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | This is the case where a view from a RelativeLayout is being moved on a dependent view. Now it marks the view with a blue cross to give a clue that it's not a suitable target. Change-Id: I9989427ae9b52e054ff0dcee7cfe860a240ded29
* | | GLE2: display selection a bit better.Raphael Moll2010-09-093-0/+28
|/ / | | | | | | Change-Id: Ifb1297299697712273694b239a07cf0812e20e7b
* | Merge "ADT GLE2: adjust selection on right-click or drag."Raphael Moll2010-09-091-17/+40
|\ \
| * | ADT GLE2: adjust selection on right-click or drag.Raphael Moll2010-09-091-17/+40
| | | | | | | | | | | | Change-Id: I553e2d659f95d727e87df5d174d737a220a1685d
* | | Update export wizard for new release export.Xavier Ducrohet2010-09-093-153/+30
|/ / | | | | | | | | | | | | | | | | | | | | Use the ExportHelper to fully rebuild the release package as taking the debug package no longer works (because it inserts debuggable=true). Also clean up the ApkSettings thing that's not used anymore. Change-Id: Ia47c316df80f614d6c43fb5c625ccd859c3baa37
* | Fix platform update site categories.Xavier Ducrohet2010-09-081-1/+1
| | | | | | | | Change-Id: Ib569e389aecea51fd15dde3b838d2b17581127c6
* | Merge "GLE2: perform all context menu edits in the same undo session."Raphael Moll2010-09-0813-256/+346
|\ \
| * | GLE2: perform all context menu edits in the same undo session.Raphael Moll2010-09-0813-256/+346
| | | | | | | | | | | | Change-Id: I9516066edaa1704725ab234f1a65664d5eabfb39
* | | Fix internal update site.Xavier Ducrohet2010-09-081-1/+5
|/ / | | | | | | | | | | | | Platform category didn't have a desc which seems cause problems. Change-Id: I449279fd191254c486556573717f215c0a56a479
* | Merge "PDT implements the new extension from ddms"Xavier Ducrohet2010-09-0812-51/+401
|\ \
| * | PDT implements the new extension from ddmsXavier Ducrohet2010-09-0712-51/+401
| | | | | | | | | | | | Change-Id: I9622deec64ca60b9bfc2a4cdfa640821123ad4c0
* | | Merge "GLE2: fix executing actions on multi-selection"Raphael Moll2010-09-082-4/+4
|\ \ \
| * | | GLE2: fix executing actions on multi-selectionRaphael Moll2010-09-082-4/+4
| | | | | | | | | | | | | | | | Change-Id: I057dca413d81c9ae3e00bc074eeb31b032f7e85e
* | | | Merge "GLE2: Don't change the selection on right click > menu."Raphael Moll2010-09-081-0/+8
|\ \ \ \ | |/ / /
| * | | GLE2: Don't change the selection on right click > menu.Raphael Moll2010-09-081-0/+8
| |/ / | | | | | | | | | Change-Id: I94c4a1bc57287d250963456339aa24e6a10a92c0
* | | Merge "Fix max memory to be 512, not 5126"Xavier Ducrohet2010-09-081-1/+1
|\ \ \
| * | | Fix max memory to be 512, not 5126Xavier Ducrohet2010-09-081-1/+1
| |/ / | | | | | | | | | Change-Id: Ibf1d070d89514a5faf1ed4f33f72dd6385ff534e
* | | Merge "Manifest process name can start with :"Xavier Ducrohet2010-09-081-1/+5
|\ \ \ | |/ / |/| |
| * | Manifest process name can start with :Xavier Ducrohet2010-09-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an activity (or other component) starts with : the actual process name become <package>:<name>. This needs to be done in the manifest parser so that matches can be found. Change-Id: Ib4407bc7e3f9f73f60aa9f7e391bc90e0aebf35f
* | | Fix interdepency between ADT and DDMS.Xavier Ducrohet2010-09-072-67/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | The issue was due to DDMS instantiating ADT classes in start() when ADT was doing the same with DDMS classes. This prevented the plug-ins from loading. Change-Id: Ifea9e0fdcfb14581931d734cdd232c537537c30d
* | | Merge "Open the debug perspective when showing hprof files."Xavier Ducrohet2010-09-072-2/+24
|\ \ \
| * | | Open the debug perspective when showing hprof files.Xavier Ducrohet2010-09-072-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the creation of an editor area in the ddms perspective (the only way to get rid of it later seems to be to reset the perspective). Change-Id: I1eb4a3f6a77f27cc462b18b9db43d27cfef09337
* | | | Merge "New extension points for DDMS"Xavier Ducrohet2010-09-0715-148/+570
|\ \ \ \ | |/ / /
| * | | New extension points for DDMSXavier Ducrohet2010-09-0715-148/+570
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | debugger connector is used by the "debug running app" button in the device list view. source revealer is used by the thread panel when double clicking on an entry of the stack trace. Change-Id: Ida07617a24d37f1d769d86859fd35d5bb19f5fd2
* | | Merge "Update the change log for the tools and sdk."Xavier Ducrohet2010-09-072-0/+17
|\ \ \
| * | | Update the change log for the tools and sdk.Xavier Ducrohet2010-09-072-0/+17
| |/ / | | | | | | | | | Change-Id: I4e1a779aafd1a658858a00d9706bd679b6621aeb
* | | Merge "GLE2: Extract the dynamic context menu handling."Raphael Moll2010-09-073-337/+422
|\ \ \ | |/ / |/| |
| * | GLE2: Extract the dynamic context menu handling.Raphael Moll2010-09-073-337/+422
| | | | | | | | | | | | | | | | | | | | | | | | This is a pure refactoring that extracts the dynamic context menu handling in a class outside of LayoutCanvas. The original is long enough like this. It's used by the ouline view too. Change-Id: I3a9e59bde2e9ceb69479490ca9179aab29cc13a6
* | | Merge "First version of the PDT."Xavier Ducrohet2010-09-0720-22/+541
|\ \ \
| * | | First version of the PDT.Xavier Ducrohet2010-09-0720-22/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PDT stands for (Android) Platform Development Tools. The first version is pretty basic. A single pref page to give the location of the dev tree. From this it finds the location of adb and provides it to ddms through its extension point. Change-Id: Ibed895852bc46b83ac6bf749d0ea37f0a54fad08
* | | | Merge "DDMS now receives the adb location through an extension point."Xavier Ducrohet2010-09-0711-101/+237
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | DDMS now receives the adb location through an extension point.Xavier Ducrohet2010-09-0311-101/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously DDMS received the adb location through a normal Java API which requires the other plug-in to be actually running (This was done in the the start method of ADT). The new change allows DDMS to start a plug-in (by loading an extension provided by the plug-in) to query for the location of adb. This allows us to have plug-ins with no UI able to provide the location of ADB (ie a "platform" plug-in that has no UI besides a pref page, that is started by DDMS indirectly). Also cleaned up how HierarchyViewer use the AndroidDebugBridge. Change-Id: I8e842a294eea94c06417149144a2ce435e719cfd
* | | Merge "GLE2: Let scripts display message dialog & input dialog."Raphael Moll2010-09-074-5/+106
|\ \ \
| * | | GLE2: Let scripts display message dialog & input dialog.Raphael Moll2010-09-034-5/+106
| | | | | | | | | | | | | | | | Change-Id: I0d07d5f7e672d3ef6b077c5cf24ba5f20fe1dabb
* | | | Merge "Handle instrumentation time output that contains a bracket."Brett Chabot2010-09-052-8/+27
|\ \ \ \
| * | | | Handle instrumentation time output that contains a bracket.Brett Chabot2010-09-032-8/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug 2975380 Change-Id: I51bcb5b3aaaf320b25619b0b8b4679691c4bff7e