In .:
authorAlexander Olk <aolk@mono-cvs.ximian.com>
Thu, 9 Nov 2006 17:35:38 +0000 (17:35 -0000)
committerAlexander Olk <aolk@mono-cvs.ximian.com>
Thu, 9 Nov 2006 17:35:38 +0000 (17:35 -0000)
commit54860094acd83e652da0e457ee5385a4ce07258e
tree003c00e079a0ec7b2f6c7db36744e5db4a819e75
parent28120ea938b0901d638c7a1019053cc1997758fe
In .:
2006-11-09  Alexander Olk  <alex.olk@googlemail.com>

* System.Windows.Forms_test.dll.sources: Added CommonDialogsTest.cs.

In Test/System.Windows.Forms:
2006-11-09  Alexander Olk  <alex.olk@googlemail.com>

* CommonDialogsTest.cs: Added

In System.Windows.Forms:
2006-11-09  Alexander Olk  <alex.olk@googlemail.com>

* FileDialog.cs:
  - Fix ToString ()
  - An ArgumentException is now thrown if a wrong filter
    is applied (matches ms). The previous filter doesn't change
    anymore if an exception is thrown.
  - Changing the FileName property also affects FileNames
* ColorDialog.cs: The length of the CustomColors array is always
  16. It doesn't matter if we use a smaller array or null to update
  or change the custom colors property.
* FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
  for RootFolder if we get a undefined value.

svn path=/trunk/mcs/; revision=67618
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/FolderBrowserDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms_test.dll.sources
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CommonDialogsTest.cs [new file with mode: 0644]