~brad/mono/trunk

« back to all changes in this revision

Viewing changes to UIAutomation/UIAutomationClientTests/ChangeLog

  • Committer: sandyarm
  • Date: 2010-02-25 18:50:58 UTC
  • Revision ID: svn-v4:e3ebcda4-bce8-0310-ba0a-eca2169e7518:trunk/uia2atk:152491
In UIAutomation/UIAutomationClientTests/:
        * SampleForm/Form1.cs:
        * SampleForm/Makefile.am:
        * SampleForm/MyControl.cs:
        * SampleForm/SampleForm.csproj:
        * UIAutomationClientTests/Makefile.am:
        * UIAutomationClientTests/CustomControlTest.cs:
        * UIAutomationClientTests/AutomationElementTest.cs:
        * UIAutomationClientTests/UIAutomationClientTests.csproj:
        Add new test for controls derived from S.W.Control, which should
        by default be ControlType.Pane (bug #574269).

In UIAutomationWinforms/UIAutomationWinforms/:
        * Mono.UIAutomation.Winforms/ProviderFactory.cs: By default,
        treat otherwise-unhandled controls as Panes (bug #574269).
        * Mono.UIAutomation.Winforms/PaneProvider.cs: Support LabeledBy.
        * Mono.UIAutomation.Winforms/PictureBoxProvider.cs:
        * Mono.UIAutomation.Winforms/ScrollableControlProvider.cs:
        Stop deriving from PaneProvider.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-02-25  Sandy Armstrong  <sanfordarmstrong@gmail.com>
 
2
 
 
3
        * SampleForm/Form1.cs:
 
4
        * SampleForm/Makefile.am:
 
5
        * SampleForm/MyControl.cs:
 
6
        * SampleForm/SampleForm.csproj:
 
7
        * UIAutomationClientTests/Makefile.am:
 
8
        * UIAutomationClientTests/CustomControlTest.cs:
 
9
        * UIAutomationClientTests/AutomationElementTest.cs:
 
10
        * UIAutomationClientTests/UIAutomationClientTests.csproj:
 
11
        Add new test for controls derived from S.W.Control, which should
 
12
        by default be ControlType.Pane (bug #574269).
 
13
 
1
14
2010-02-24  Mike Gorse  <mgorse@novell.com>
2
15
 
3
16
        * GtkForm/GtkForm.cs: Support changing window title.