mono.git
17 years ago2006-11-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 22 Nov 2006 20:09:00 +0000 (20:09 -0000)]
2006-11-22  Sebastien Pouliot  <sebastien@ximian.com>

* GraphicsPath.cs: Better MonoTODO description.
* LinearGradientBrush.cs: Better MonoTODO description.

svn path=/trunk/mcs/; revision=68367

17 years ago2006-11-22 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 22 Nov 2006 20:08:51 +0000 (20:08 -0000)]
2006-11-22  Lluis Sanchez Gual  <lluis@novell.com>

* Array.cs: (compare<T>) if a comparer is provided, it has
  priority over other comparison methods.

svn path=/trunk/mcs/; revision=68366

17 years ago2006-11-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 22 Nov 2006 19:43:27 +0000 (19:43 -0000)]
2006-11-22  Sebastien Pouliot  <sebastien@ximian.com>

* ImageAttributes.cs: Better MonoTODO description.
* ImageCodecInfo.cs: Add MonoTODO description.
* Metafile.cs: Use a single MonoTODO on the class itself. MoMA will
detect and report that every ctors/methods/properties are throwing
NotImplementedException.
* MetafileHeader.cs: Use a single MonoTODO on the class itself. MoMA
will detect and report that every ctors/methods/properties are
throwing NotImplementedException.

svn path=/trunk/mcs/; revision=68365

17 years agoAdd new test.
Marek Safar [Wed, 22 Nov 2006 19:21:06 +0000 (19:21 -0000)]
Add new test.

svn path=/trunk/mcs/; revision=68363

17 years agoUpdate
Marek Safar [Wed, 22 Nov 2006 19:20:15 +0000 (19:20 -0000)]
Update

svn path=/trunk/mcs/; revision=68362

17 years ago2006-11-22 Marek Safar <marek.safar@gmail.com>
Marek Safar [Wed, 22 Nov 2006 19:19:33 +0000 (19:19 -0000)]
2006-11-22  Marek Safar  <marek.safar@gmail.com>

A fix for bug #79987
* class.cs (VerifyClsCompliance): Move redundant CLS compliance attribute
check to a base class.
* decl.cs (VerifyClsCompliance): Warn that CLS compliance cannot be tested
only when assembly has missing attribute.
* report.cs: Update.

svn path=/trunk/mcs/; revision=68361

17 years agoAdd file
Miguel de Icaza [Wed, 22 Nov 2006 18:34:17 +0000 (18:34 -0000)]
Add file

svn path=/trunk/mcs/; revision=68360

17 years agoupdate message
Miguel de Icaza [Wed, 22 Nov 2006 18:34:01 +0000 (18:34 -0000)]
update message

svn path=/trunk/mcs/; revision=68359

17 years agoProvide better error message
Miguel de Icaza [Wed, 22 Nov 2006 18:33:33 +0000 (18:33 -0000)]
Provide better error message

svn path=/trunk/mcs/; revision=68358

17 years agomove the implementation to the aspnetconfig folder
Konstantin Triger [Wed, 22 Nov 2006 17:16:43 +0000 (17:16 -0000)]
move the implementation to the aspnetconfig folder

svn path=/trunk/mcs/; revision=68355

17 years agoChanges for remote access to utility. Add var to web.config for indicate local or...
Yoni Klain [Wed, 22 Nov 2006 15:48:21 +0000 (15:48 -0000)]
Changes for remote access to utility. Add var to web.config for indicate local or remote accessing option.

svn path=/trunk/mcs/; revision=68354

17 years ago2006-11-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 22 Nov 2006 14:17:49 +0000 (14:17 -0000)]
2006-11-22  Atsushi Enomoto  <atsushi@ximian.com>

* XmlCustomFormatter.cs : handle hexBinary type. Fixed bug #79989
  and #79990.

* XmlSerializerTests.cs : added test for hexBinary.

svn path=/trunk/mcs/; revision=68351

17 years ago* SqlDataSourceDerbyTest.cs: fixed db init
Vladimir Krasnov [Wed, 22 Nov 2006 14:14:39 +0000 (14:14 -0000)]
* SqlDataSourceDerbyTest.cs: fixed db init

svn path=/trunk/mcs/; revision=68350

17 years ago2006-11-22 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Wed, 22 Nov 2006 14:02:12 +0000 (14:02 -0000)]
2006-11-22  Igor Zelmanovich   <igorz@mainsoft.com>

* ControlTest.cs: removed NotWorking attributes.

svn path=/trunk/mcs/; revision=68349

17 years ago2006-11-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 22 Nov 2006 13:30:46 +0000 (13:30 -0000)]
2006-11-22  Sebastien Pouliot  <sebastien@ximian.com>

* X509StoreTest.cs: Add test cases for every method/properties.

svn path=/trunk/mcs/; revision=68348

17 years ago2006-11-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 22 Nov 2006 13:28:49 +0000 (13:28 -0000)]
2006-11-22  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate2Collection.cs: Remove comment that proved to be
false (unit tests prove otherwise).
* X509Store.cs: Integrate the new 2.0 stores with the existing stores
that Mono used since 1.0.

svn path=/trunk/mcs/; revision=68347

17 years ago2006-11-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 22 Nov 2006 13:24:38 +0000 (13:24 -0000)]
2006-11-22  Sebastien Pouliot  <sebastien@ximian.com>

* X509Store.cs: Add new Open method to access any certificate store
by any names (required to support 2.0 features).

svn path=/trunk/mcs/; revision=68346

17 years agosvn path=/trunk/mcs/; revision=68345
Vladislav Spivak [Wed, 22 Nov 2006 13:00:15 +0000 (13:00 -0000)]
svn path=/trunk/mcs/; revision=68345

17 years agosvn path=/trunk/mcs/; revision=68344
Vladislav Spivak [Wed, 22 Nov 2006 12:54:45 +0000 (12:54 -0000)]
svn path=/trunk/mcs/; revision=68344

17 years agosvn path=/trunk/mcs/; revision=68343
Vladislav Spivak [Wed, 22 Nov 2006 12:53:28 +0000 (12:53 -0000)]
svn path=/trunk/mcs/; revision=68343

17 years agosvn path=/trunk/mcs/; revision=68342
Vladislav Spivak [Wed, 22 Nov 2006 12:52:50 +0000 (12:52 -0000)]
svn path=/trunk/mcs/; revision=68342

17 years ago2006-11-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 22 Nov 2006 11:37:28 +0000 (11:37 -0000)]
2006-11-22  Atsushi Enomoto  <atsushi@ximian.com>

Fixed bug #78611.
* TypeData.cs, TypeTranslator.cs: improved TypeData to actually store
  "nullable" information. Introduced new primitiveNullableTypes pool
  whose TypeData has 'true' for new IsNullable property. This
  property is also used for non-primitive types.
* XmlReflectionImporter.cs : there, use TypeData.IsNullable instead
  of IsValueType, to handle nullable types.

* XmlReflectionImporterTests.cs : added test for class that contains
  nullable value type field whose XmlElementAttribute IsNullable.

svn path=/trunk/mcs/; revision=68341

17 years ago2006-11-22 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Wed, 22 Nov 2006 11:27:33 +0000 (11:27 -0000)]
2006-11-22 Igor Zelmanovich <igorz@mainsoft.com>

* CircleHotSpot.cs: fixed:
setting Radius with value <0 throws ArgumentOutOfRangeException.

svn path=/trunk/mcs/; revision=68340

17 years ago2006-11-22 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Wed, 22 Nov 2006 11:25:16 +0000 (11:25 -0000)]
2006-11-22 Igor Zelmanovich <igorz@mainsoft.com>

* CookieParameter.cs: fixed Evaluate method.

svn path=/trunk/mcs/; revision=68339

17 years agoFix text redenring when button is pressed
Everaldo Canuto [Wed, 22 Nov 2006 11:15:08 +0000 (11:15 -0000)]
Fix text redenring when button is pressed

svn path=/trunk/mcs/; revision=68338

17 years agoNew tests for System.Web.UI.PageTest.cs and new resources.
Yoni Klain [Wed, 22 Nov 2006 10:43:22 +0000 (10:43 -0000)]
New tests for System.Web.UI.PageTest.cs and new resources.

svn path=/trunk/mcs/; revision=68337

17 years agoWed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 22 Nov 2006 10:04:49 +0000 (10:04 -0000)]
Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus@ximian.com>

* inssel.brg: partially revert the last change to fix the build.

svn path=/trunk/mono/; revision=68336

17 years ago2006-11-22 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Wed, 22 Nov 2006 09:59:31 +0000 (09:59 -0000)]
2006-11-22 Igor Zelmanovich <igorz@mainsoft.com>

* Parameter.cs: fixed Evaluate, ToString methods.
* QueryStringParameter.cs: fixed Evaluate method.
* SessionParameter.cs: fixed Evaluate method.

svn path=/trunk/mcs/; revision=68335

17 years agoTARGET_JVM: add Mainsoft.Web.jar to the test classpath
Andrew Skiba [Wed, 22 Nov 2006 09:28:38 +0000 (09:28 -0000)]
TARGET_JVM: add Mainsoft.Web.jar to the test classpath

svn path=/trunk/mcs/; revision=68334

17 years agoControlTest.cs add directive for 1.1
Yoni Klain [Wed, 22 Nov 2006 08:36:08 +0000 (08:36 -0000)]
ControlTest.cs add directive for 1.1

svn path=/trunk/mcs/; revision=68330

17 years agoControlTest.cs add directive for 1.1
Yoni Klain [Wed, 22 Nov 2006 08:15:16 +0000 (08:15 -0000)]
ControlTest.cs add directive for 1.1

svn path=/trunk/mcs/; revision=68326

17 years agoFixes behavior when menu is opened by kerboard and later navigate by mouse
Everaldo Canuto [Wed, 22 Nov 2006 06:39:53 +0000 (06:39 -0000)]
Fixes behavior when menu is opened by kerboard and later navigate by mouse

svn path=/trunk/mcs/; revision=68321

17 years agoAdd and use compare-and-branch macros to support architectures that
Mark Mason [Wed, 22 Nov 2006 03:55:04 +0000 (03:55 -0000)]
Add and use compare-and-branch macros to support architectures that
do not have condition code registers. Fix copyright statements in
previously committed MIPS specific files.

Changes contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=68320

17 years agoUpdate
Miguel de Icaza [Wed, 22 Nov 2006 03:09:15 +0000 (03:09 -0000)]
Update

svn path=/trunk/mono/; revision=68319

17 years ago2006-11-21 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 22 Nov 2006 02:09:45 +0000 (02:09 -0000)]
2006-11-21  Atsushi Enomoto  <atsushi@ximian.com>

* WebClientProtocol.cs HttpWebClientProtocol.cs SoapException.cs
  SoapHeaderException.cs HttpSimpleClientProtocol.cs
  SoapHttpClientProtocol.cs SoapMessage.cs:
  assorted cosmetic API fixes.

svn path=/trunk/mcs/; revision=68318

17 years agoFix typo.
Lluis Sanchez [Wed, 22 Nov 2006 01:48:42 +0000 (01:48 -0000)]
Fix typo.

svn path=/trunk/mcs/; revision=68316

17 years agoImprove
Miguel de Icaza [Wed, 22 Nov 2006 01:45:14 +0000 (01:45 -0000)]
Improve

svn path=/trunk/mono/; revision=68315

17 years ago2006-11-22 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 22 Nov 2006 01:16:34 +0000 (01:16 -0000)]
2006-11-22  Lluis Sanchez Gual  <lluis@novell.com>

* ChannelServices.cs: Then creating a client sink chain by calling
  CreateMessageSink, provide a null URL if there is channel data.
  Needed because some third party channels check for a null URL before
  looking into the channel data.

svn path=/trunk/mcs/; revision=68314

17 years ago2006-11-22 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 22 Nov 2006 01:02:04 +0000 (01:02 -0000)]
2006-11-22  Lluis Sanchez Gual  <lluis@novell.com>

* RemotingServices.cs: Avoid generating urls with negative numbers.
  When building the url for the RemoteActivationService service,
  avoid duplicate path separator.

svn path=/trunk/mcs/; revision=68313

17 years ago * X11Hwnd.cs: the IntPtr atom change broke the Array.Sort stuff I
Chris Toshok [Tue, 21 Nov 2006 23:28:39 +0000 (23:28 -0000)]
* X11Hwnd.cs: the IntPtr atom change broke the Array.Sort stuff I
was doing.  Just remove it.

* XplatUIX11-new.cs: add a message if Xlib.XInitThreads fails.

* X11ThreadQueue.cs: another Date.Now -> Date.UtcNow fix.

* X11RootHwnd.cs: remove the setting of Display.ActiveWindow from
here.  move all the logic into X11Display.SetActiveWindow.

* X11Display.cs: move the logic for setting ActiveWindow here, and
make ModalWindows private.

2006-11-21  Chris Toshok  <toshok@ximian.com>

svn path=/trunk/mcs/; revision=68304

17 years ago2006-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 21 Nov 2006 23:10:07 +0000 (23:10 -0000)]
2006-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebServiceCompiler.cs: add the type to the cache after getting it
from the compiled assembly.

svn path=/trunk/mcs/; revision=68299

17 years ago2006-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 21 Nov 2006 22:43:53 +0000 (22:43 -0000)]
2006-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebRequest.cs: add 2 more methods that are not supposed to have
a body. Fixes bug #80001.

svn path=/trunk/mcs/; revision=68297

17 years agoUpdated
Marek Safar [Tue, 21 Nov 2006 19:53:02 +0000 (19:53 -0000)]
Updated

svn path=/trunk/mcs/; revision=68282

17 years ago2006-11-21 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 21 Nov 2006 19:46:46 +0000 (19:46 -0000)]
2006-11-21  Marek Safar  <marek.safar@gmail.com>

* cs-parser.jay: Tiny change to work with mcs tokenizer.

* cs-tokenizer.cs: Remove after unification with mcs.

svn path=/trunk/mcs/; revision=68280

17 years ago * Xlib.cs: remove the static keyword from the class
Chris Toshok [Tue, 21 Nov 2006 19:16:58 +0000 (19:16 -0000)]
* Xlib.cs: remove the static keyword from the class

2006-11-21  Chris Toshok  <toshok@ximian.com>

svn path=/trunk/mcs/; revision=68275

17 years agoFixed tabs/spaces indentation mistake.
Rolf Bjarne Kvinge [Tue, 21 Nov 2006 18:50:59 +0000 (18:50 -0000)]
Fixed tabs/spaces indentation mistake.

svn path=/trunk/mcs/; revision=68271

17 years ago2006-11-21 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 21 Nov 2006 18:42:20 +0000 (18:42 -0000)]
2006-11-21  Marek Safar  <marek.safar@gmail.com>

* cs-tokenizer.cs: Merged with gmcs version.

svn path=/trunk/mcs/; revision=68269

17 years agoSet default value for TabStop to false
Everaldo Canuto [Tue, 21 Nov 2006 17:20:59 +0000 (17:20 -0000)]
Set default value for TabStop to false

svn path=/trunk/mcs/; revision=68265

17 years ago2006-11-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Tue, 21 Nov 2006 17:11:16 +0000 (17:11 -0000)]
2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>

        * MdiWindowManager.cs:
        * InternalWindowManager.cs:
        - Moved a few methods specific to Mdi from
        InternalWindowManager to MdiWindowManager.
        Fixes #79996.

svn path=/trunk/mcs/; revision=68264

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 16:41:13 +0000 (16:41 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* ImageMap.cs: fixed rendering.

svn path=/trunk/mcs/; revision=68263

17 years agoTARGET_JVM NotWorking test attributes
Andrew Skiba [Tue, 21 Nov 2006 16:28:36 +0000 (16:28 -0000)]
TARGET_JVM NotWorking test attributes

svn path=/trunk/mcs/; revision=68262

17 years agoIn System.Windows.Forms:
Chris Toshok [Tue, 21 Nov 2006 16:08:01 +0000 (16:08 -0000)]
In System.Windows.Forms:
2006-11-21  Chris Toshok  <toshok@ximian.com>

* XplatUIOSX.cs: stub out InvalidateNC.

* XplatUIWin32.cs: implement InvalidateNC using the call I found
at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.

* XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.

* XplatUIDriver.cs: add InvalidateNC abstract method.

* XplatUI.cs: add InvalidateNC.

In System.Windows.Forms.X11Internal:
2006-11-21  Chris Toshok  <toshok@ximian.com>

* XplatUIX11-new.cs: implement the Idle event by adding/removing
it from the applicable X11ThreadQueue and remove the OnIdle
method.  Also, implement the new InvalidateNC method.

* X11Display.cs: remove the idle dispatch code, as it can't be
generated by the XEventThread.  It has to be generated by the
threads running the various message pumps, as it has to be invoked
on that same thread.  Factor out the use of Hwnd.EnabledHwnd along
with the accompanying call to XTranslateCoordinates to a separate
function (RedirectMsgToEnabledAncestor).  Fix some NRE's accessing
FocusWindow, since it's not an IntPtr anymore but a X11Hwnd.

* X11ThreadQueue.cs: move the Idle dispatch stuff here.  Also,
correct the first arg to Idle - it's not the XplatUI, it's the
Thread.

* X11Hwnd.cs: numerous formatting changes, change the logic of
some if statements to make things cleaner.  Factor out the
USER_TIME manipulation from a few places. Change all atom
manipulation to use IntPtr's instead of int's the way the old
XplatUIX11 stuff worked.  This might help fix things for 64-bit
platforms..  more work needed there.  Also, add the new
InvalidateNC support (basically the same as the old
InvalidateWholeWindow), and remove the InvalidateWholeWindow
calls.

svn path=/trunk/mcs/; revision=68261

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 16:06:41 +0000 (16:06 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* HotSpot.cs: fixed: AccessKey and HotSpotMode
throw ArgumentOutOfRangeException.

svn path=/trunk/mcs/; revision=68260

17 years ago2006-11-20 Chris Toshok <toshok@ximian.com>
Chris Toshok [Tue, 21 Nov 2006 16:02:29 +0000 (16:02 -0000)]
2006-11-20  Chris Toshok  <toshok@ximian.com>

* NativeWindow.cs: fix the formatting of functions ('{' on the
following line), and enable the thread exception dialog.

* Application.cs: remove the duplicate exception catching from
here.

svn path=/trunk/mcs/; revision=68259

17 years agogeneral not area
Chris Toshok [Tue, 21 Nov 2006 15:58:55 +0000 (15:58 -0000)]
general not area

svn path=/trunk/mcs/; revision=68258

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 15:24:32 +0000 (15:24 -0000)]
2006-11-21  Igor Zelmanovich   <igorz@mainsoft.com>

* CallBackTest.cs: fixed tests, removed NotWorking attributes.

svn path=/trunk/mcs/; revision=68257

17 years agoIncrease vertical and horizontal position by 1 when button is pressed
Everaldo Canuto [Tue, 21 Nov 2006 15:20:46 +0000 (15:20 -0000)]
Increase vertical and horizontal position by 1 when button is pressed

svn path=/trunk/mcs/; revision=68256

17 years agoTARGET_JVM: correct configuration pathes
Konstantin Triger [Tue, 21 Nov 2006 15:10:44 +0000 (15:10 -0000)]
TARGET_JVM: correct configuration pathes

svn path=/trunk/mcs/; revision=68255

17 years agoTARGET_JVM: correct configuration pathes
Konstantin Triger [Tue, 21 Nov 2006 15:09:55 +0000 (15:09 -0000)]
TARGET_JVM: correct configuration pathes

svn path=/trunk/mcs/; revision=68254

17 years agoTARGET_JVM: correct configuration pathes
Konstantin Triger [Tue, 21 Nov 2006 15:09:01 +0000 (15:09 -0000)]
TARGET_JVM: correct configuration pathes

svn path=/trunk/mcs/; revision=68253

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 14:54:52 +0000 (14:54 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* DataSourceView.cs: fixed: constructor throws ArgumentNullException

svn path=/trunk/mcs/; revision=68252

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 14:31:34 +0000 (14:31 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* Page.cs: fixed: PreviousPage property
when CrossPostBack is processed PreviousPage is initialized
only if PreviousPage property is called.

svn path=/trunk/mcs/; revision=68251

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 14:22:56 +0000 (14:22 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* DataSourceControl.cs: fixed: Focus(), EnableTheming

svn path=/trunk/mcs/; revision=68250

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 12:39:50 +0000 (12:39 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* ControlParameter.cs: fixed: Evaluate method
throws exceptions correctly.

svn path=/trunk/mcs/; revision=68247

17 years ago2006-11-20 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 11:09:16 +0000 (11:09 -0000)]
2006-11-20  Nagappan A  <anagappan@novell.com>

* ISupportInitializeNotification.cs: New Interface file to support
NET 2.0 features.

svn path=/trunk/mcs/; revision=68246

17 years agoMake a method private for 1.x
Marek Habersack [Tue, 21 Nov 2006 10:38:37 +0000 (10:38 -0000)]
Make a method private for 1.x

svn path=/trunk/mcs/; revision=68245

17 years ago* SqlMembershipProvider.cs: fixed fixed exception type in GetPassword, checks user...
Vladimir Krasnov [Tue, 21 Nov 2006 10:31:20 +0000 (10:31 -0000)]
* SqlMembershipProvider.cs: fixed fixed exception type in GetPassword, checks user lockout

svn path=/trunk/mcs/; revision=68244

17 years agoControlTest.cs added new tests and resources
Yoni Klain [Tue, 21 Nov 2006 10:19:36 +0000 (10:19 -0000)]
ControlTest.cs added new tests and resources

svn path=/trunk/mcs/; revision=68243

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 10:04:09 +0000 (10:04 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* CheckBox.cs: fixed: new 2.0 features such
LabelAttributes and InputAttributes.

svn path=/trunk/mcs/; revision=68242

17 years ago2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 21 Nov 2006 10:01:19 +0000 (10:01 -0000)]
2006-11-21 Igor Zelmanovich <igorz@mainsoft.com>

* Page.cs: fixed: LoadControlState is called for controls
that added on Load and latter

svn path=/trunk/mcs/; revision=68241

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 08:44:33 +0000 (08:44 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataViewTest.cs (BeginInit2): Checks for the data view public
event Initialized.

svn path=/trunk/mcs/; revision=68240

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 08:43:48 +0000 (08:43 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataView.cs: Added public event Initialized.
(IsInitialized): Implemented public function to check whether a
dataview is initialized or not.

svn path=/trunk/mcs/; revision=68239

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 05:26:37 +0000 (05:26 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* BinarySerializationTest.cs: Added tests to verify binary serialization and deserialization.

svn path=/trunk/mcs/; revision=68238

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 05:24:50 +0000 (05:24 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataSetTest.cs (CreateDataReader1, CreateDataReader2,
CreateDataReader3, Load_Basic, Load_TableConflictT,
Load_TableConflictT, Load_TableConflictF, Load_TableUnknown,
Load_StringsAsc, Load_StringsDesc, Load_StringsNew,
Load_StringsNewMerge): Removed 'NotWorking' attribute and made the
testcase to work.

* DataSetTest2.cs (LoadTest1, LoadTest2): Implemented functions to
test DataSet.Load

svn path=/trunk/mcs/; revision=68237

17 years ago2006-11-21 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Tue, 21 Nov 2006 05:24:03 +0000 (05:24 -0000)]
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataSet.cs: Added ISupportInitializeNotification for .NET 2.0
profile.
(RemotingFormat): Set the default value attribute as
SerializationFormat.Xml.
(IsInitialized): Implemented public function to check whether a
table is initialized or not.
(CreateDataReader): Added params keyword in argument.
(Load): Implemented all Load overloaded functions.
(GetObjectData): Modified to public for .NET 2.0 implementation.
(IsBinarySerialized): Implemented the public API to check whether
the given stream is binary serialized or not.
* DataTable.cs: Added ISupportInitializeNotification for .NET 2.0
profile.

svn path=/trunk/mcs/; revision=68236

17 years agoChanges required to allow MIPS port to compile correctly. Resulting
Mark Mason [Tue, 21 Nov 2006 00:02:24 +0000 (00:02 -0000)]
Changes required to allow MIPS port to compile correctly.  Resulting
executable still will not run correctly until pending inssel.brg changes
complete review and are committed.

Contributed under the MIT/X11 license.

svn path=/trunk/mono/; revision=68228

17 years agoAdded tests for passing structures as arguments to calls.
Mark Mason [Mon, 20 Nov 2006 23:38:11 +0000 (23:38 -0000)]
Added tests for passing structures as arguments to calls.
Changes contributed under the MIT/X11 license.

svn path=/trunk/mono/; revision=68227

17 years agoFixes in DropDown arrows drawing operations
Everaldo Canuto [Mon, 20 Nov 2006 23:20:19 +0000 (23:20 -0000)]
Fixes in DropDown arrows drawing operations

svn path=/trunk/mcs/; revision=68226

17 years ago2006-11-20 Chris Toshok <toshok@ximian.com>
Chris Toshok [Mon, 20 Nov 2006 22:56:22 +0000 (22:56 -0000)]
2006-11-20  Chris Toshok  <toshok@ximian.com>

* NativeWindow.cs: fix the formatting of functions ('{' on the
following line), and enable the thread exception dialog.

* Application.cs: remove the duplicate exception catching from
here.

svn path=/trunk/mcs/; revision=68225

17 years agoTemporary disabled CS0267 (need to find better parser hack)
Marek Safar [Mon, 20 Nov 2006 22:27:25 +0000 (22:27 -0000)]
Temporary disabled CS0267 (need to find better parser hack)

svn path=/trunk/mcs/; revision=68224

17 years ago2006-11-20 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 20 Nov 2006 21:45:55 +0000 (21:45 -0000)]
2006-11-20  Martin Baulig  <martin@ximian.com>

* compiler-tester.cs
(PositiveChecker.HandleFailure): Use `LogLine ("{0}", extra)'
since the error message from the compiler might contain {}.

svn path=/trunk/mcs/; revision=68223

17 years agoindex
Miguel de Icaza [Mon, 20 Nov 2006 21:44:21 +0000 (21:44 -0000)]
index

svn path=/trunk/mono/; revision=68222

17 years agoFix for App_Code compiler
Marek Habersack [Mon, 20 Nov 2006 21:21:37 +0000 (21:21 -0000)]
Fix for App_Code compiler

svn path=/trunk/mcs/; revision=68220

17 years agoImplemented a few missing properties
Marek Habersack [Mon, 20 Nov 2006 21:06:44 +0000 (21:06 -0000)]
Implemented a few missing properties

svn path=/trunk/mcs/; revision=68219

17 years agoOne more changelog
Marek Habersack [Mon, 20 Nov 2006 21:04:48 +0000 (21:04 -0000)]
One more changelog

svn path=/trunk/mcs/; revision=68218

17 years agoChangelogs
Marek Habersack [Mon, 20 Nov 2006 21:04:02 +0000 (21:04 -0000)]
Changelogs

svn path=/trunk/mcs/; revision=68217

17 years agoSupport for automatic culture detection
Marek Habersack [Mon, 20 Nov 2006 21:02:22 +0000 (21:02 -0000)]
Support for automatic culture detection

svn path=/trunk/mcs/; revision=68216

17 years agoSources...
Marek Habersack [Mon, 20 Nov 2006 20:44:54 +0000 (20:44 -0000)]
Sources...

svn path=/trunk/mcs/; revision=68215

17 years agoTrigger buttons click event for DropDown Button
Everaldo Canuto [Mon, 20 Nov 2006 20:37:48 +0000 (20:37 -0000)]
Trigger buttons click event for DropDown Button

svn path=/trunk/mcs/; revision=68214

17 years agoAdded PersonalizationAttribute class
Marek Habersack [Mon, 20 Nov 2006 20:36:29 +0000 (20:36 -0000)]
Added PersonalizationAttribute class

svn path=/trunk/mcs/; revision=68213

17 years ago2006-11-20 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Mon, 20 Nov 2006 20:24:30 +0000 (20:24 -0000)]
2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>

        * Theme.cs:
        * ThemeWin32Classic.cs:
        - Added a property WindowBorderFont to enable themeing
          of mdi child windows' Text.

svn path=/trunk/mcs/; revision=68212

17 years agounbump version so version sorting is done correctly for monobuild
Wade Berrier [Mon, 20 Nov 2006 19:36:28 +0000 (19:36 -0000)]
unbump version so version sorting is done correctly for monobuild
(will bump versions in the branches)

svn path=/trunk/mono/; revision=68210

17 years agoMon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 20 Nov 2006 18:45:04 +0000 (18:45 -0000)]
Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus@ximian.com>

* inssel-long32.brg: optimize signed division by power of two.

svn path=/trunk/mono/; revision=68207

17 years ago2006-11-20 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Mon, 20 Nov 2006 18:13:55 +0000 (18:13 -0000)]
2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>

        * InternalWindowManager.cs:
        * Form.cs:
        * MdiClient.cs:
        * MdiWindowManager.cs:
        - If mdi child is maximized, set mdi parent's
          text to "Parent - [Child]". Fixes #79770.
        - If there is any maximized mdi child windows, only the active
          window (and any new windows) is maximized, the rest are
          normal.
        - On a WindowState change only save mdi child's window bounds
          if the old window state was normal. Fixes #79774.
        - The scroll bars are now calculated on hopefully all
          necessary events. Fixed #79771 / #79844->6 / #79906.
        - MdiClient.SizeScrollBars() now takes into account docked
          controls in the parent when calculating available space.
        - InternalWindowManager now always repaints the entire title
          area. Fixes #79844->1/4/5.
        - Added RequestNCRecalc on mdi child windowstate changes.
          Fixes #79772.

        * MdiFormTest.cs: Added tests for WindowState (mdi
        children) and Text (mdi parent with maximized mdi
        children).

svn path=/trunk/mcs/; revision=68206

17 years ago2006-11-20 Marek Safar <marek.safar@gmail.com>
Marek Safar [Mon, 20 Nov 2006 18:13:03 +0000 (18:13 -0000)]
2006-11-20  Marek Safar  <marek.safar@gmail.com>

* cs-tokenizer.cs,
* cs-parser.jay: Better error message when partial keyword is misplaced.

svn path=/trunk/mcs/; revision=68205

17 years agoMon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 20 Nov 2006 16:49:48 +0000 (16:49 -0000)]
Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus@ximian.com>

* mini-arm.c: added support for interworking with thumb code
(mono must be still be built using the ARM instruction encoding).

svn path=/trunk/mono/; revision=68204

17 years agoAdd an OpenSystem for GCC/CIL
Miguel de Icaza [Mon, 20 Nov 2006 16:48:27 +0000 (16:48 -0000)]
Add an OpenSystem for GCC/CIL

svn path=/trunk/mcs/; revision=68203

17 years ago2006-11-20 Mike Kestner <mkestner@novell.com>
Mike Kestner [Mon, 20 Nov 2006 16:38:45 +0000 (16:38 -0000)]
2006-11-20  Mike Kestner  <mkestner@novell.com>

* ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
in the MouseUp handler of the listbox and move the return handling
code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.

svn path=/trunk/mcs/; revision=68202

17 years agoMon Nov 20 17:36:45 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 20 Nov 2006 16:37:26 +0000 (16:37 -0000)]
Mon Nov 20 17:36:45 CET 2006 Paolo Molaro <lupus@ximian.com>

* arm/arm-codegen.h: added suppot for thumb interworking instructions.

svn path=/trunk/mono/; revision=68201

17 years agoFixed nunit reference for TARGET_JVM tests
Vladislav Spivak [Mon, 20 Nov 2006 15:31:43 +0000 (15:31 -0000)]
Fixed nunit reference for TARGET_JVM tests

svn path=/trunk/mcs/; revision=68200