mono.git
17 years agoStub for PDN
Miguel de Icaza [Sat, 23 Dec 2006 03:43:51 +0000 (03:43 -0000)]
Stub for PDN

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

17 years ago* ContainerControl.cs: set activeControl for parent forms up the
Andreia Gaita [Sat, 23 Dec 2006 01:18:51 +0000 (01:18 -0000)]
* ContainerControl.cs: set activeControl for parent forms up the
tree when the new activecontrol is a container.
When validating the active control, if it is a container, also
raise up the validation for it's active control. Fixes #80280

* Control.cs: Add internal property flag and check to prevent
Focus events from getting raised when Select() is called for
a ContainerControl. There are still too many focus events being
raised at the moment though.
Cleaned up the code a bit.

2006-12-22  Andreia Gaita  <avidigal@novell.com>

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

17 years agoAdd new test case
Miguel de Icaza [Sat, 23 Dec 2006 01:14:44 +0000 (01:14 -0000)]
Add new test case

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

17 years ago2006-12-22 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sat, 23 Dec 2006 01:13:34 +0000 (01:13 -0000)]
2006-12-22  Miguel de Icaza  <miguel@novell.com>

* ecore.cs: Am not entirely happy with this hack, but it seems to
address the issue in 80257 (a small test case for
CreativeDocs.NET).

I set the MethodGroupExpr.Type to an internal compiler type
(itself in this case) to force the resolution to take place.   Why
it does not take place with a null is beyond me.

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

17 years agoPatch from Sergey Tikhonov <tsv@solvo.ru>
Miguel de Icaza [Fri, 22 Dec 2006 22:51:15 +0000 (22:51 -0000)]
Patch from Sergey Tikhonov <tsv@solvo.ru>

Mono on Alpha updates:

- Code cleanup
- Some hacks to support debugger
- updates for "linears" optimization

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

17 years agoAdd man page for Gonzalo's new tool. It needs a better example, and better explanations
Miguel de Icaza [Fri, 22 Dec 2006 22:42:23 +0000 (22:42 -0000)]
Add man page for Gonzalo's new tool.  It needs a better example, and better explanations

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

17 years agonew httpcfg script for the 2.0 profile
Gonzalo Paniagua Javier [Fri, 22 Dec 2006 21:52:00 +0000 (21:52 -0000)]
new httpcfg script for the 2.0 profile

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

17 years ago2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 22 Dec 2006 21:50:53 +0000 (21:50 -0000)]
2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Makefile:
* httpcfg.cs: new tool that handles certificates used in HttpListener.

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

17 years ago2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 22 Dec 2006 21:50:03 +0000 (21:50 -0000)]
2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* EndPointListener.cs:
* ListenerPrefix.cs:
* ResponseStream.cs:
* ChunkedInputStream.cs:
* HttpConnection.cs:
* RequestStream.cs: add initial support for HTTPS.

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 21:34:40 +0000 (21:34 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
* DateTimeTest.cs: Add test cases for new (2.0) [To|From]Binary

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 21:33:43 +0000 (21:33 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
* DateTime.cs: Implement missing [To|From]Binary methods for 2.0.
* OperatingSystem.cs: Implement missing ServicePack and VersionString
properties (2.0).

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

17 years agoGraphics.cs: Splitted CopyFromScreen into platform specific methods and added MonoLim...
Sebastien Pouliot [Fri, 22 Dec 2006 19:44:59 +0000 (19:44 -0000)]
Graphics.cs: Splitted CopyFromScreen into platform specific methods and added MonoLimitations to all overloads. This should get better results from MoMA.

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

17 years agoFri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 22 Dec 2006 19:05:48 +0000 (19:05 -0000)]
Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>

* reflection.c: patch from Rolf Bjarne Kvinge to fix
getting a token for an EnumBuilder.

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

17 years agoFri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 22 Dec 2006 18:50:04 +0000 (18:50 -0000)]
Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>

* reflection.c: be more careful in case resource generation
fails to create the data array.

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

17 years agoFri Dec 22 19:42:56 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 22 Dec 2006 18:43:54 +0000 (18:43 -0000)]
Fri Dec 22 19:42:56 CET 2006 Paolo Molaro <lupus@ximian.com>

* ModuleBuilder.cs: associate a resource writer with its
actual resource (bug #80339).

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

17 years agoUpdated versions of VS solutions.
Rolf Bjarne Kvinge [Fri, 22 Dec 2006 18:38:02 +0000 (18:38 -0000)]
Updated versions of VS solutions.

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

17 years ago2006-12-22 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Fri, 22 Dec 2006 18:33:35 +0000 (18:33 -0000)]
2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* Control.cs: Added all missing 2.0 events.and
fixed a couple of corcompare issues.
* TrackBar.cs: Implemented missing 2.0 bits.
* MonthCalendar.cs,
* DateTimePicker.cs,
* MdiClient.cs: Fixed some corcompare issues.

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 18:21:25 +0000 (18:21 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>

* File.cs: Add stubs for Encrypt and Decrypt that throws
NotSupportedException just like non-NTFS file systems would with MS.
Remove nested #if NET_2_0.
* FileInfo.cs: Add stubs for Encrypt and Decrypt that throws
NotSupportedException just like non-NTFS file systems would with MS.

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

17 years agoDon't make the stack executable.
Martin Baulig [Fri, 22 Dec 2006 18:08:25 +0000 (18:08 -0000)]
Don't make the stack executable.

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

17 years agoSmall fix.
Martin Baulig [Fri, 22 Dec 2006 17:48:03 +0000 (17:48 -0000)]
Small fix.

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

17 years agoFri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 22 Dec 2006 17:18:27 +0000 (17:18 -0000)]
Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>

* sgen-gc.c: write barrier for clone and fix unregister handles.

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

17 years agoIn Test/System.ComponentModel:
Rolf Bjarne Kvinge [Fri, 22 Dec 2006 17:16:42 +0000 (17:16 -0000)]
In Test/System.ComponentModel:
2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* DefaultBindingPropertyAttributeTest.cs: new tests.

In System.ComponentModel:
2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* DefaultBindingPropertyAttribute.cs: new attribute.

In .:
2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs

* System.dll.sources: added DefaultBindingPropertyAttribute.cs

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

17 years agoFri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 22 Dec 2006 17:16:23 +0000 (17:16 -0000)]
Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>

* reflection.c: some fixes needed in the generics code for the moving GC.

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 16:02:49 +0000 (16:02 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>

* NTAccount.cs: Implement == and != operators (MoMA reports).
* SecurityIdentifier.cs: Implement == and != operators (MoMA reports).

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 15:55:53 +0000 (15:55 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>

* Makefile: Add some extra (PKITS related) files to dist tarball

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 15:55:35 +0000 (15:55 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
* SoundPlayer.cs: Hide default public ctor (to please corcompare)
* SystemSounds.cs: Add missing attribute and downgrade PlayLoop
visibility (to please corcompare)

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 15:52:40 +0000 (15:52 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>

* VersionTest.cs: Add test cases for new (2.0) Major|MinorRevision
properties and for other untested (uncovered) stuff.

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 22 Dec 2006 15:51:16 +0000 (15:51 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>

* Version.cs: Add missing Major|MinorRevision properties for 2.0.

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

17 years ago2006-12-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 22 Dec 2006 14:10:34 +0000 (14:10 -0000)]
2006-12-22  Martin Baulig  <martin@ximian.com>

* mdb-debug-info32.s, mdb-debug-info64.s: New files.
Put a pointer to the `MONO_DEBUGGER__debugger_info' into a
seperate `.mdb_debug_info' section, so we can access it from the
debugger even if the binary is stripped.

* debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
from the `.mdb_debug_info' here to prevent the linker from
removing that section.

* Makefile.am (mono_debugger_sources): Add mdb-debug-info32.s /
mdb-debug-info64.s.

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

17 years agoUse .uleb128 instead of .long to make it work on x86_64.
Martin Baulig [Fri, 22 Dec 2006 13:59:25 +0000 (13:59 -0000)]
Use .uleb128 instead of .long to make it work on x86_64.

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

17 years agoMaking it readonly doesn't work.
Martin Baulig [Fri, 22 Dec 2006 13:39:28 +0000 (13:39 -0000)]
Making it readonly doesn't work.

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

17 years ago2006-12-22 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 22 Dec 2006 13:14:34 +0000 (13:14 -0000)]
2006-12-22  Martin Baulig  <martin@ximian.com>

* mdb-debug-info.s: New file.  Put a pointer to the
`MONO_DEBUGGER__debugger_info' into a seperate `.mdb_debug_info'
section, so we can access it from the debugger even if the binary
is stripped.

* debug-debug.c: Reference the `MONO_DEBUGGER__debugger_info_ptr'
from the `.mdb_debug_info' here to prevent the linker from
removing that section.

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

17 years ago2006-12-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 22 Dec 2006 09:51:42 +0000 (09:51 -0000)]
2006-12-22  Atsushi Enomoto  <atsushi@ximian.com>

* Makefile : disable t13 and t14 tests (they are based on old API
  or whatever - now broken).

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

17 years ago2006-12-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 22 Dec 2006 09:26:33 +0000 (09:26 -0000)]
2006-12-22  Atsushi Enomoto  <atsushi@ximian.com>

* Directory.cs : non NET_2_0 build fix.

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

17 years ago2006-12-21 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Fri, 22 Dec 2006 05:19:31 +0000 (05:19 -0000)]
2006-12-21  Jonathan Pobst  <monkey@jpobst.com>

* ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
SplitterPanel.cs: corecompare work.

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

17 years ago2006-12-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 22 Dec 2006 05:10:13 +0000 (05:10 -0000)]
2006-12-22  Atsushi Enomoto  <atsushi@ximian.com>

* MonoWSDL2.cs : check BasicProfile conformance only for SOAP 1.1.

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

17 years agotwo methods implemented
Marek Habersack [Fri, 22 Dec 2006 01:20:34 +0000 (01:20 -0000)]
two methods implemented

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

17 years agoA little more work of CorCompare work:
Miguel de Icaza [Fri, 22 Dec 2006 01:05:58 +0000 (01:05 -0000)]
A little more work of CorCompare work:

2006-12-21  Miguel de Icaza  <miguel@novell.com>

* CriticalHandle.cs: Add Dispose(bool disposing) method, and
refactor.

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

17 years agoCorCompare work
Miguel de Icaza [Fri, 22 Dec 2006 00:53:15 +0000 (00:53 -0000)]
CorCompare work

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

17 years ago2006-12-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 22 Dec 2006 00:49:52 +0000 (00:49 -0000)]
2006-12-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* GlobalizationSection.cs: make encodings actually work for the 2.0
profile.

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

17 years ago2006-12-22 Robert Jordan <robertj@gmx.net>
Robert Jordan [Fri, 22 Dec 2006 00:30:04 +0000 (00:30 -0000)]
2006-12-22  Robert Jordan  <robertj@gmx.net>

* include/private/gcconfig.h, os_dep.c:
Add FreeBSD/amd64 support. Based on a FreeBSD Port Collection patch.
r=Paolo.

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

17 years ago2006-12-22 Robert Jordan <robertj@gmx.net>
Robert Jordan [Fri, 22 Dec 2006 00:02:07 +0000 (00:02 -0000)]
2006-12-22  Robert Jordan <robertj@gmx.net>

* ArrayTest.cs: Add tests for bug #80299.

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

17 years ago2006-12-22 Robert Jordan <robertj@gmx.net>
Robert Jordan [Fri, 22 Dec 2006 00:00:57 +0000 (00:00 -0000)]
2006-12-22  Robert Jordan  <robertj@gmx.net>

* icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
account. Fixes bug #80299.

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

17 years ago2006-12-21 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Thu, 21 Dec 2006 22:27:29 +0000 (22:27 -0000)]
2006-12-21  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
Clean up warnings for BackgroundImageChanged and PaddingChanged
events now that they are implemented in Control.cs.

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

17 years ago2006-12-21 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Thu, 21 Dec 2006 22:15:20 +0000 (22:15 -0000)]
2006-12-21  Jonathan Pobst  <monkey@jpobst.com>

* Control.cs: Make sure layout_engine isn't null before using it (2.0).

* TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
of TableLayoutPanel and supporting cast.

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

17 years agoImplement tag mapping for asp.net 2.0
Marek Habersack [Thu, 21 Dec 2006 22:00:50 +0000 (22:00 -0000)]
Implement tag mapping for asp.net 2.0

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

17 years ago2006-12-21 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 21 Dec 2006 21:57:34 +0000 (21:57 -0000)]
2006-12-21  Sebastien Pouliot  <sebastien@ximian.com>

* TestToolboxItem.cs: More test cases (mostly 2.0 stuff).

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

17 years ago2006-11-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 21 Dec 2006 21:56:13 +0000 (21:56 -0000)]
2006-11-22  Sebastien Pouliot  <sebastien@ximian.com>

* ToolboxItem.cs: Implemented some 2.0 stuff.

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

17 years ago TestImageAttributes.cs: Added test cases for #80323 for ColorMatrix using alpha...
Sebastien Pouliot [Thu, 21 Dec 2006 21:07:55 +0000 (21:07 -0000)]
 TestImageAttributes.cs: Added test cases for #80323 for ColorMatrix using alpha values (with or without an original alpha-based color).

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

17 years ago2006-12-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 21 Dec 2006 21:05:01 +0000 (21:05 -0000)]
2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>

* TestBrushes.cs: Ensure that the unit tests are destructive on the
brushes (since you can change their color and dispose them). Now only
Brushes.YellowGreen is "destroyed" in the (new) Dispose test. This fix
any other unit test that use Brushes.* executed after this one.

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

17 years ago* MemberDescriptor.cs: On 2.0 profile, take the DisplayNameAttribute
Gert Driesen [Thu, 21 Dec 2006 20:13:27 +0000 (20:13 -0000)]
* MemberDescriptor.cs: On 2.0 profile, take the DisplayNameAttribute
into account for DisplayName. Fixes bug #80292.
* PropertyDescriptorTests.cs: Added test for bug #80292. Fixed
accessibility of NestedClass, not caugh due to bug #80338.

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

17 years agoUpdate docs from comments from Robert Jordan
Miguel de Icaza [Thu, 21 Dec 2006 19:22:33 +0000 (19:22 -0000)]
Update docs from comments from Robert Jordan

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

17 years ago* MemoryStreamTest.cs: Added (de)serialization tests for bug #80205.
Gert Driesen [Thu, 21 Dec 2006 19:22:18 +0000 (19:22 -0000)]
* MemoryStreamTest.cs: Added (de)serialization tests for bug #80205.

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

17 years ago2006-12-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Thu, 21 Dec 2006 18:54:08 +0000 (18:54 -0000)]
2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* build-csproj2k5: set WarningLevel to 3 and
ChangeLogs

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

17 years agoFix WaitHandle usage in delegates.
Raja R Harinath [Thu, 21 Dec 2006 18:29:27 +0000 (18:29 -0000)]
Fix WaitHandle usage in delegates.
* object-internals.h (mono_wait_handle_get_HANDLE): Declare.
* object.c (mono_wait_handle_new): Use the property set method to
initialize the handle.
(mono_wait_handle_get_handle): New.
* threadpool.c (mono_async_invoke): Use it.
* threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal): Likewise.
(ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.

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

17 years ago* DerbyMembershipProvider.cs: fixed provider key to be Guid
Vladimir Krasnov [Thu, 21 Dec 2006 17:30:10 +0000 (17:30 -0000)]
* DerbyMembershipProvider.cs: fixed provider key to be Guid

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

17 years ago2006-12-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Thu, 21 Dec 2006 17:08:37 +0000 (17:08 -0000)]
2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* XplatUIWin32.cs:
- GrabWindow now confines the mouse pointer to the confine window.
- Added Win32ClipCursor and Win32GetClipCursor.

* Control.cs:
- Added CaptureWithConfine to be able to capture and confine
mouse pointer.

* InternalWindowManager.cs:
- Call CaptureWithConfine instead of Capture if we're an
MdiChild (fixes #79982).

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

17 years ago * DataGrid.cs: guard against the initial state of selection, where
Chris Toshok [Thu, 21 Dec 2006 16:50:58 +0000 (16:50 -0000)]
* DataGrid.cs: guard against the initial state of selection, where
selection_start == -1.  make sure we only select from index >= 0.
Fixes bug #80291.

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

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

17 years ago* RoleManagerSection.cs: refactored using attributes
Vladimir Krasnov [Thu, 21 Dec 2006 16:26:50 +0000 (16:26 -0000)]
* RoleManagerSection.cs: refactored using attributes

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

17 years agofixed expected result as in .net
Vladimir Krasnov [Thu, 21 Dec 2006 16:16:16 +0000 (16:16 -0000)]
fixed expected result as in .net

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

17 years ago2006-12-21 Chris Toshok <toshok@ximian.com>
Chris Toshok [Thu, 21 Dec 2006 16:16:00 +0000 (16:16 -0000)]
2006-12-21  Chris Toshok  <toshok@ximian.com>

* Control.cs: we don't need to be so draconian with
UpdateDistances, and we thusly don't need to call it before
calling PerformLayout in ResumeLayout.  Fixes bug #80289.

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

17 years ago2006-12-21 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Thu, 21 Dec 2006 15:52:06 +0000 (15:52 -0000)]
2006-12-21 Igor Zelmanovich <igorz@mainsoft.com>

* CompleteWizardStep.cs:
* CreateUserWizard.cs:
* CreateUserWizardStep.cs:
* TemplatedWizardStep.cs:
* Wizard.cs:
fixed:  CreateUserWizard works properly in advanced scenarios
such being used with additional steps or/and with custom templates.
Styles are applied  properly.

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

17 years agoDon't map path to original source code directory
Noam Lampert [Thu, 21 Dec 2006 15:32:31 +0000 (15:32 -0000)]
Don't map path to original source code directory

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

17 years ago* ConfigurationProperty.cs: fixed DefaultValue of type Enum
Vladimir Krasnov [Thu, 21 Dec 2006 15:24:39 +0000 (15:24 -0000)]
* ConfigurationProperty.cs: fixed DefaultValue of type Enum

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

17 years ago* SqlDataSourceView.cs: fixed InitializeParameters, parameters order parameters case...
Vladimir Krasnov [Thu, 21 Dec 2006 14:57:25 +0000 (14:57 -0000)]
* SqlDataSourceView.cs: fixed InitializeParameters, parameters order parameters case insensetive search
* ObjectDataSourceView.cs: fixed MergeParameterValues, parameters case insensetive search

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

17 years ago2006-12-21 Jonathan Chambers <joncham@gmail.com>
Jonathan Chambers [Thu, 21 Dec 2006 13:55:43 +0000 (13:55 -0000)]
2006-12-21  Jonathan Chambers  <joncham@gmail.com>

* marshal.c (emit_marshal): Call emit_marshal_variant and
emit_marshal_com_interface when applicable.
(emit_marshal_variant, emit_marshal_com_interface): Add
methods for this case and remove if's from emit_marshal_object.

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

17 years agoChanges for not log in new created user by this utility to running application.
Yoni Klain [Thu, 21 Dec 2006 13:08:48 +0000 (13:08 -0000)]
Changes for not log in new created user by this utility to running application.

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

17 years agoAdd #if TRACE arround debug prints
Konstantin Triger [Thu, 21 Dec 2006 10:18:37 +0000 (10:18 -0000)]
Add #if TRACE arround debug prints

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

17 years agoDisable session for NunitWeb tests since it does not support cookies
Konstantin Triger [Thu, 21 Dec 2006 10:01:51 +0000 (10:01 -0000)]
Disable session for NunitWeb tests since it does not support cookies

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

17 years ago* RichTextBoxTest.cs: Improved PreferredHeight test.
Gert Driesen [Thu, 21 Dec 2006 08:58:02 +0000 (08:58 -0000)]
* RichTextBoxTest.cs: Improved PreferredHeight test.
* TextBoxTest.cs: Same.

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

17 years ago* RichTextBoxTest.cs: Added test for bug #80301.
Gert Driesen [Thu, 21 Dec 2006 08:47:54 +0000 (08:47 -0000)]
* RichTextBoxTest.cs: Added test for bug #80301.
* TextBoxTest.cs: Added test for bug #80301.

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

17 years agotons more corcompare work
Chris Toshok [Thu, 21 Dec 2006 05:37:43 +0000 (05:37 -0000)]
tons more corcompare work

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

17 years ago2006-12-21 Daniel Nauck <dna@mono-project.de>
Daniel Nauck [Thu, 21 Dec 2006 00:12:25 +0000 (00:12 -0000)]
2006-12-21  Daniel Nauck  <dna@mono-project.de>

* ComboBox.cs,
TextBox.cs: Implemented AutoComplete properties.
* Locale.cs: Added Locale.GetText (string msg, params object [] args).

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

17 years agoIn Test/System.Windows.Forms:
Chris Toshok [Thu, 21 Dec 2006 00:08:42 +0000 (00:08 -0000)]
In Test/System.Windows.Forms:
* DataGridViewBandTest.cs: nuke this file, as there's no way to
construct a DataGridViewBand in isolation (exception through
reflection).

2006-12-19  Chris Toshok  <toshok@ximian.com>

In .:
2006-12-20  Chris Toshok  <toshok@ximian.com>

* SWF.csproj: reflect removal of
DataGridViewRowsDeletedEventArgs.cs.

* SWF2k5.csproj: same.

* System.Windows.Forms.dll.sources: remove of
DataGridViewRowsDeletedEventArgs.cs.

* System.Windows.Forms_test.dll.sources: remove
DataGridViewBandTest.cs.

In System.Windows.Forms:
2006-12-20  Chris Toshok  <toshok@ximian.com>

* DataGridView*.cs: some corecompare work.

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

17 years agoIn Test/System.ComponentModel:
Chris Toshok [Wed, 20 Dec 2006 23:31:56 +0000 (23:31 -0000)]
In Test/System.ComponentModel:
* AttributeProviderAttributeTest.cs: new tests.

2006-12-20  Chris Toshok  <toshok@ximian.com>

In System.ComponentModel:
* AttributeProviderAttribute.cs: new class.

2006-12-20  Chris Toshok  <toshok@ximian.com>

In .:
* System_test.dll.sources: add AttributeProviderAttributeTest.cs

* System.dll.sources: add AttributeProviderAttribute.cs

2006-12-20  Chris Toshok  <toshok@ximian.com>

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

17 years agoIn Test/System.ComponentModel:
Chris Toshok [Wed, 20 Dec 2006 23:01:43 +0000 (23:01 -0000)]
In Test/System.ComponentModel:
* ComplexBindingPropertiesAttributeTest.cs: add test for Default
field.

2006-12-20  Chris Toshok  <toshok@ximian.com>

In System.ComponentModel:
* ComplexBindingPropertiesAttribute.cs: add Default field.

2006-12-20  Chris Toshok  <toshok@ximian.com>

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

17 years agoIn Microsoft.Build.BuildEngine:
Marek Sieradzki [Wed, 20 Dec 2006 21:46:11 +0000 (21:46 -0000)]
In Microsoft.Build.BuildEngine:
2006-12-20  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * Utilities.cs: Added Unescape ().

        * BuildItemGroup.cs, BuildItem.cs: Pass null project to
        BuildItem.Evaluate () to "evaluate" virtual items added to virtual item
        groups (at the moment just unescape).

        * Expression.cs (CopyToExpressionList): Unescape strings.

In Test/Microsoft.Build.BuildEngine:
2006-12-20  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * BuildItemGroupTest.cs: Enabled TestAddNewItem2 ().

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

17 years agoIn Test/System.ComponentModel:
Chris Toshok [Wed, 20 Dec 2006 21:37:18 +0000 (21:37 -0000)]
In Test/System.ComponentModel:
2006-12-20  Chris Toshok  <toshok@ximian.com>

* ComplexBindingPropertiesAttributeTest.cs: new tests.

In System.ComponentModel:
2006-12-20  Chris Toshok  <toshok@ximian.com>

* ComplexBindingPropertiesAttribute.cs: new 2.0 attribute.

In .:
2006-12-20  Chris Toshok  <toshok@ximian.com>
* System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs

* System.dll.sources: add ComplexBindingPropertiesAttribute.cs

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

17 years ago * TextControl.cs: Attempt to reduce the number of times we need
Jackson Harper [Wed, 20 Dec 2006 20:08:03 +0000 (20:08 -0000)]
    * TextControl.cs: Attempt to reduce the number of times we need
        * to
        recreate the caret.

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

17 years ago2006-12-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 20 Dec 2006 20:06:44 +0000 (20:06 -0000)]
2006-12-20  Atsushi Enomoto  <atsushi@ximian.com>

* web.config : support HttpSoap12 protocol at configuration level
  (code will follow later in trunk).

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

17 years ago * TextBoxBase.cs: Kill then redraw the caret when scrolling.
Jackson Harper [Wed, 20 Dec 2006 19:58:20 +0000 (19:58 -0000)]
    * TextBoxBase.cs: Kill then redraw the caret when scrolling.
        * This
        prevents getting some weird half drawn caret tracers when
scrolling.

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

17 years ago2006-12-20 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 20 Dec 2006 19:46:13 +0000 (19:46 -0000)]
2006-12-20  Atsushi Enomoto <atsushi@ximian.com>

* XmlNode.cs : (InsertBefore) when newChild == refChild, do nothing
  except for node type check. Fixed bug #80331.

* XmlNodeTests.cs : added tests for bug #80331.

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

17 years ago * XplatUIX11.cs: We need to hide the caret when deleting it,
Jackson Harper [Wed, 20 Dec 2006 19:35:50 +0000 (19:35 -0000)]
    * XplatUIX11.cs: We need to hide the caret when deleting it,
        otherwise you get carets left lying around everywhere.
        TODO: There are still some issues with caret tracers when the
        window scrolls.

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

17 years ago* MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
Gert Driesen [Wed, 20 Dec 2006 19:29:07 +0000 (19:29 -0000)]
* MonthCalendar.cs: Fixed previous month button. Removed extra tabs.

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

17 years agoGot the real name now.
Paolo Molaro [Wed, 20 Dec 2006 19:14:47 +0000 (19:14 -0000)]
Got the real name now.

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

17 years ago precedence
Jackson Harper [Wed, 20 Dec 2006 19:00:38 +0000 (19:00 -0000)]
    precedence

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

17 years agoMove changelog messages where they belong
Marek Habersack [Wed, 20 Dec 2006 18:46:02 +0000 (18:46 -0000)]
Move changelog messages where they belong

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

17 years agoForgotten changelogs
Marek Habersack [Wed, 20 Dec 2006 18:43:48 +0000 (18:43 -0000)]
Forgotten changelogs

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

17 years agoImplement support for ProfileCommon class generation
Marek Habersack [Wed, 20 Dec 2006 18:41:52 +0000 (18:41 -0000)]
Implement support for ProfileCommon class generation

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

17 years agoImplementation of the 2.0 session state model
Marek Habersack [Wed, 20 Dec 2006 18:34:00 +0000 (18:34 -0000)]
Implementation of the 2.0 session state model

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

17 years agoWed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 20 Dec 2006 18:32:34 +0000 (18:32 -0000)]
Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>

* Makefile, resources/*.wav, System.dll.sources: added sound
samples provided by Hanclinto. Enabled System.Media namespace.

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

17 years ago2006-12-19 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Wed, 20 Dec 2006 17:39:06 +0000 (17:39 -0000)]
2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* DateTimePicker.cs:
- Implemented missing 2.0 bits.
- Changed some default values to match MS.

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

17 years ago * DateTimePickerTest.cs: Created.
Rolf Bjarne Kvinge [Wed, 20 Dec 2006 17:33:17 +0000 (17:33 -0000)]
* DateTimePickerTest.cs: Created.

2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>

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

17 years agoWed Dec 20 18:26:36 CET 2006 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 20 Dec 2006 17:29:06 +0000 (17:29 -0000)]
Wed Dec 20 18:26:36 CET 2006 Paolo Molaro <lupus@ximian.com>

* AudioData.cs, AudioDevice.cs: small (alsa) audio device and
Wav file parsing implementation.
* SoundPlayer.cs, SystemSound.cs: implemented most of the methods.

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

17 years ago - PreferredHeight is a little different than i thought.
Jackson Harper [Wed, 20 Dec 2006 17:28:26 +0000 (17:28 -0000)]
    - PreferredHeight is a little different than i thought.

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

17 years agoadd ability to initialize DataDirectory from init parameter; read root folder from...
Konstantin Triger [Wed, 20 Dec 2006 17:24:30 +0000 (17:24 -0000)]
add ability to initialize DataDirectory from init parameter; read root folder from /WEB-INF/classes/appData.properties properties file

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

17 years ago2006-12-05 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Wed, 20 Dec 2006 17:22:36 +0000 (17:22 -0000)]
2006-12-05  Nagappan A  <anagappan@novell.com>

* Makefile: Modified to work with 2.0 profile.

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

17 years ago2006-12-20 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Wed, 20 Dec 2006 17:20:39 +0000 (17:20 -0000)]
2006-12-20  Nagappan A  <anagappan@novell.com>

* SqlDataAdapterTest.cs (SqlDataAdapterInheritTest): Implemented
new class to verify protected method of DbDataAdapter.
* Fixed existing test-cases to work with 2.0 profile.

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

17 years ago2006-12-20 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Wed, 20 Dec 2006 17:18:45 +0000 (17:18 -0000)]
2006-12-20  Nagappan A  <anagappan@novell.com>

* OdbcCommandBuilderTest.cs (DefaultPropertiesTest): Removed
unnecessary code.

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

17 years ago2006-12-20 Nagappan A <anagappan@novell.com>
Nagappan Alagappan [Wed, 20 Dec 2006 17:17:24 +0000 (17:17 -0000)]
2006-12-20  Nagappan A  <anagappan@novell.com>

* DataColumnMapping.cs (GetDataColumnBySchemaAction): Implemented
2.0 profile method.

* DbDataReader.cs: Removed TODO's where ever the implementation is
available.

* RowUpdatedEventArgs.cs: Removed TODO's where ever the
implementation is available.

* DataAdapter.cs (FillInternal): Moved from DbDataAdapater.cs to
here.
(BuildSchema): Moved from DbDataAdapter.cs.
(FillTable): Moved from DbDataAdapter.cs.
(OnFillErrorInternal): Implemented new internal method to raise an
event.
(SetupSchema): Moved from DbDataAdapter.cs.
(FillInterl): Moved common implementation from DbDataAdapter.cs.
Removed TODO's where ever the implementation is available.

* DbDataAdapter.cs (OnRowUpdated): Implemented protected method.
(OnRowUpdating): Implemented protected method.
(CreateFillErrorEvent): Moved to DataAdapter.cs.
(Fill): Moved common implementation to DataAdapter.cs.
(FillTable): Moved to DataAdapter.cs.
(BuildSchema): Moved to DataAdapter.cs.
(SetupSchema): Moved to DataAdapter.cs.

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