aboutsummaryrefslogtreecommitdiffstats
path: root/ddms
Commit message (Expand)AuthorAgeFilesLines
* Update year in copyright notices to 2011.Siva Velusamy2011-09-161-1/+1
* Merge "Allow custom run name in IRemoteAndroidTestRunner."Brett Chabot2011-09-152-3/+20
|\
| * Allow custom run name in IRemoteAndroidTestRunner.Brett Chabot2011-09-142-3/+20
* | Use default system font size.Siva Velusamy2011-09-141-3/+19
|/
* Fix scroll behavior on Win 7.Siva Velusamy2011-09-131-1/+6
* Do not add a border for the filters toolbar.Siva Velusamy2011-09-121-1/+1
* Create logcat table with SWT.VIRTUAL.Siva Velusamy2011-09-092-140/+83
* Make search case insensitive by default.Siva Velusamy2011-09-012-3/+33
* Display with transient filter selected on logcat errors.Siva Velusamy2011-09-014-2/+88
* Activate logcat view at appropriate times.Siva Velusamy2011-09-012-7/+8
* Move creation of LogCatReceiver to a separate factory.Siva Velusamy2011-09-017-66/+113
* Reduce the number of UI refreshes of the logcat table.Siva Velusamy2011-09-011-10/+29
* Findbugs cleanup.Tor Norbye2011-08-292-7/+9
* Make the logcat fifo size user configurable.Siva Velusamy2011-08-235-19/+88
* Use SWT Label's instead of Link's for proper wrap behavior.Siva Velusamy2011-08-231-2/+5
* Open SDK stats dialog from an existing shell.Siva Velusamy2011-08-223-7/+17
* Merge "Change way we report Eclipse version in stat ping."Raphael Moll2011-08-221-2/+2
|\
| * Change way we report Eclipse version in stat ping.Raphael Moll2011-08-191-2/+2
* | Make variable/method names consistent.Siva Velusamy2011-08-198-28/+28
|/
* Add support for filtering by application name.Siva Velusamy2011-08-196-34/+132
* Store source application name in logcat messages.Siva Velusamy2011-08-198-21/+176
* Dispose of font properly.Siva Velusamy2011-08-191-0/+4
* Add support for Select All and Copy to Clipboard actions.Siva Velusamy2011-08-182-5/+66
* Wrap messages based on font size and col width.Siva Velusamy2011-08-182-21/+78
* Merge "Add ability to pass options to IDevice.installPackage."Brett Chabot2011-08-182-12/+23
|\
| * Add ability to pass options to IDevice.installPackage.Brett Chabot2011-08-162-12/+23
* | Use PreferenceConverter to set default font.Siva Velusamy2011-08-171-3/+7
* | Fix issue setting font, and invalid selection on Mac.Siva Velusamy2011-08-171-3/+16
* | Make new logcat view to be the default in DDMS.Siva Velusamy2011-08-171-3/+3
* | Goto source when user double clicks on stack trace.Siva Velusamy2011-08-174-0/+188
* | Use equals for value comparisonSiva Velusamy2011-08-161-1/+1
|/
* Show count of unread messages associated with each filter.Siva Velusamy2011-08-163-11/+80
* Refactor code for filtering into LogCatFilter class.Siva Velusamy2011-08-1511-365/+357
* Add list<received messages> parameter to msgReceived event.Siva Velusamy2011-08-153-6/+10
* Save/Restore user created filters.Siva Velusamy2011-08-153-3/+262
* Minor refactor: use length() > 0 rather than !equals("")Siva Velusamy2011-08-151-3/+3
* Add support for live filter/search bar.Siva Velusamy2011-08-126-34/+255
* Always refresh logcat table from UI thread.Siva Velusamy2011-08-121-2/+6
* Merge "Remove @Override from methods implementing an interface"Tor Norbye2011-08-121-3/+0
|\
| * Remove @Override from methods implementing an interfaceTor Norbye2011-08-111-3/+0
* | Merge "Use fonts as specified in preferences."Siva Velusamy2011-08-124-27/+67
|\ \
| * | Use fonts as specified in preferences.Siva Velusamy2011-08-114-27/+67
* | | Merge "Add tests for LogCatMessageParser."Siva Velusamy2011-08-122-2/+105
|\ \ \ | |/ / | | / | |/ |/|
| * Add tests for LogCatMessageParser.Siva Velusamy2011-08-112-2/+105
* | Merge "Add various getProperty methods."Brett Chabot2011-08-113-2/+150
|\ \ | |/ |/|
| * Add various getProperty methods.Brett Chabot2011-08-113-2/+150
* | Support clearing all logcat messages from the table.Siva Velusamy2011-08-113-1/+21
* | Support exporting selected logcat messages to a text file.Siva Velusamy2011-08-111-3/+100
* | Fix logcat table scrolling behavior.Siva Velusamy2011-08-111-14/+32
* | Create new project ddmuilib-testsSiva Velusamy2011-08-105-0/+135