Re: [Mono-dev] WCF and Mono

2008-03-28 Thread Atsushi Eno
Hello, For milestones, we might want to rethink about it. The original plan was to achieve infocard capability, which is based on WS-Security and several security stack. Cardspace design is still nice, but looks like the security stack is not in our short milestone at least in Mainsoft and I

[Mono-dev] GSoC anyone?

2008-03-28 Thread [EMAIL PROTECTED]
Hi there, I've tried to reach the list yesterday, but I'm afraid my email was rejected. I was accepted as Mentor for GSoC at the mono project, and I'm now receiving tons of emails with introductions. I didn't realize any other mono mentors out there (I probably missed the emails), so I'd

Re: [Mono-dev] New profiler is ready

2008-03-28 Thread Paul Melis
Hello Massi, Sounds great! Is the new profiler supposed to replace tools like heap-buddy and heap-shot or is it a supplement to them? And is the statistical profiler similar to what oprofile can offer? Regards, Paul Massimiliano Mantione wrote: Hello, the new logging profiler is now usable on

Re: [Mono-dev] New profiler is ready

2008-03-28 Thread Massimiliano Mantione
On Fri, 2008-03-28 at 11:51 +0100, Paul Melis wrote: Is the new profiler supposed to replace tools like heap-buddy and heap-shot or is it a supplement to them? In the long (well, even medium) term, it will replace them. Most of the low level code is already functional. It works this way:

Re: [Mono-dev] [PATCH] Further improvements to toStringperformance

2008-03-28 Thread Eyal Alaluf
Thanks Miguel, I'll commit the patch next week. -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 17:47 To: Eyal Alaluf Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] Further improvements to toStringperformance Hello Eyal,

Re: [Mono-dev] WCF and Mono

2008-03-28 Thread Eyal Alaluf
Hi, Atsushi. A few clarifications: * The milestones indeed come from olive/status/status.txt and then some of our own. We will develop this ection further next week. * XML Serialization - meaning using System.Xml.Serialization serializaer (supporting the XmlSerializerFormat attribute. * We

Re: [Mono-dev] GSoC anyone?

2008-03-28 Thread Jonathan Pobst
Hey, We generally don't pick mentors until we go through the applications and decide which ones to accept. Pretty much the whole Mono team is signed up as mentors, we will just see whose skills are needed based on the applications. Most of us felt there was no need to spam introductions to

Re: [Mono-dev] Somebody please test this String patch

2008-03-28 Thread Andreas Nahr
I lost my SSH Key some while ago, so I don't have write access anymore to svn. Probably the most simple solution is to commit yourself. Happy Hacking Andreas -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Miguel de Icaza Gesendet:

Re: [Mono-dev] WCF and Mono

2008-03-28 Thread Atsushi Eno
Hello, Eyal Alaluf wrote: Hi, Atsushi. A few clarifications: * The milestones indeed come from olive/status/status.txt and then some of our own. We will develop this ection further next week. k. * XML Serialization - meaning using System.Xml.Serialization serializaer (supporting the

[Mono-dev] Video inside mono application

2008-03-28 Thread David Knoernschild
Hello- I am new to mono. I am working on a DVD ripping, organizing and playing applicaiton. Think itunes for (non-drm'd) DVDs. I have a nice GtK# interface created and am ripping by using the native C++ handbrake library. My next task is to add a playback engine. Ideally I'd like am

[Mono-dev] gnome sharp compiling problems

2008-03-28 Thread [EMAIL PROTECTED]
Hi, I'm Tony from Sicily I've a problem to compile gnome-sharp-2.20.0, I'm using slackware 12 and I've installed all requirements for gnome- sharp.dll: libgnomecanvas-2.14.0, libgnome-2.22.0, libgnomeui-2.22.0, libgnomeprint-2.18-1, libgnomeprintui-2.18.2, gnome-panel-2.22.0 (for

[Mono-dev] Bug in System.UriBuilder and System.Net.WebRequest and probably related classes (doesn't handle zone id)

2008-03-28 Thread Sebastian Dröge
Hi, it seems that System.UriBuilder and System.Net.WebRequest (and probably related classes) don't handle the zone id in URIs with IPv6 address correctly. See https://bugzilla.novell.com/show_bug.cgi?id=372840 An example URI would be http://fe80::1234%1/blabla or even more confusing

[Mono-dev] Moonlight on Mac PowerPC

2008-03-28 Thread Slobodnic, Ciprian
Is there any information regarding support for Mac PowerPCs? Based on the Silverlight 2.0 information it seems like Ms will not support it. Thanks, Ciprian Slobodnic ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Nested Master Pages support?

2008-03-28 Thread Swaminathan Saikumar
I found that Nested Master Pages actually work in .NET 2.0; only Visual Studio 2005 didn't have support; Visual Studio 2008 does. Adding the Mono Develop team to the loop. I'll try this out this weekend. On 3/23/08, Swaminathan Saikumar [EMAIL PROTECTED] wrote: Hello, I just saw that LINQ

[Mono-dev] Olive in default packege

2008-03-28 Thread Sharique uddin Ahmed Farooqui
Hi, I think we should distribute olive module with mono default package in release after 2.0? -- Sharique uddin Ahmed Farooqui (C++/C# Developer, IT Consultant) http://safknw.blogspot.com/ ___ Mono-devel-list mailing list

Re: [Mono-dev] GSoC anyone?

2008-03-28 Thread [EMAIL PROTECTED]
Ok, then I made a beatiful mistake... My apologies! :-( Jonathan Pobst escribió: Hey, We generally don't pick mentors until we go through the applications and decide which ones to accept. Pretty much the whole Mono team is signed up as mentors, we will just see whose skills are needed

Re: [Mono-dev] Bug in System.UriBuilder and System.Net.WebRequest and probably related classes (doesn't handle zone id)

2008-03-28 Thread Aaron Bockover
I second this. We would greatly appreciate a fix as we are seeing issues with DAAP support Banshee in some cases where two systems support IPv6, including the mDNS layer. Sebastian helped me fix the IPv6 issue in Mono.Zeroconf for Avahi and Bonjour, and now the problem is in these two places in

Re: [Mono-dev] Video inside mono application

2008-03-28 Thread Piotr Zurek
Hi David, On Fri, Mar 21, 2008 at 8:22 AM, David Knoernschild [EMAIL PROTECTED] wrote: I am new to mono. I am working on a DVD ripping, organizing and playing applicaiton. Think itunes for (non-drm'd) DVDs. I have a nice GtK# interface created and am ripping by using the native C++

Re: [Mono-dev] BackgroundWorker.CancelAsync() behaves incorrectly?

2008-03-28 Thread Jordan Callicoat
Hmmm...no replies I guess nobody is using BackgroundWorker in mono then? Or do you just accept this misbehavior? -- View this message in context: http://www.nabble.com/BackgroundWorker.CancelAsync%28%29-behaves-incorrectly--tp16216320p16364523.html Sent from the Mono - Dev mailing list

Re: [Mono-dev] Mono.Media for GSOC

2008-03-28 Thread Miguel de Icaza
Hey I'm interested in applying for GSOC to work on Mono.Media and I was just wondering if I could get a few more details about the project. Has any work been completed on it? How comprehensive in terms of codec support are you looking for? No work has been done in this area, so part of the

[Mono-dev] Regression in r99253 trunk/mcs/class/System.Design/System.ComponentModel.Design?

2008-03-28 Thread Andreas Nahr
If I understand the changes correctly with the patch the list will now repopulate with any change. This makes the class unusable in a lot of situations (every situation where population is slow in the first place). Moreover this is not the case in .Net. Is there any special goal why the existing

Re: [Mono-dev] Regression in r99253 trunk/mcs/class/System.Design/System.ComponentModel.Design?

2008-03-28 Thread Ivan N. Zlatev
On Sat, Mar 29, 2008 at 12:36 AM, Andreas Nahr [EMAIL PROTECTED] wrote: If I understand the changes correctly with the patch the list will now repopulate with any change. This makes the class unusable in a lot of situations (every situation where population is slow in the first place).