Re: [Mono-dev] Patch for Atom10{Item, Feed}Formatter for writing element extensions

2009-11-30 Thread Tom Philpot
I think this patch as well got lost in the shuffle of a long U.S. holiday
weekend as well. Could someone please review and provide some feedback?

Thanks,
Tom

-- Forwarded Message
From: Tom Philpot tom.phil...@logos.com
Date: Wed, 25 Nov 2009 15:13:03 -0800
To: mono-devel-l...@ximian.com mono-devel-l...@ximian.com
Subject: [Mono-dev] Patch for Atom10{Item, Feed}Formatter for writing
element extensions

Here's a patch for Atom10ItemFormatter and Atom10FeedFormatter which writes
ElementExtensions for the Feed and Item.

This patch is MIT/X11 licenesed and brought to you by Martin Potter.

Tom

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

-- End of Forwarded Message



Atom10Formatters_patch.txt
Description: Binary data
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Some questions in regards to the GTK# API

2009-11-30 Thread Mike Kestner
On Sun, 2009-11-29 at 19:27 +0100, Claus Jørgensen wrote:

 I made a example of what I think could be nice to have here:
 http://windcapes.pastebin.com/m7f2f591b , but I'm wondering if there
 is there a reason for them not being there, seeing that a number of
 other properties are available, but not these.

There is already a DefaultSize property.  If you want to add the others,
feel free to open a bug and attach a patch.  The file you want to modify
is gtk/Window.custom.

We can only add convenience API like this in unstable versions, though,
which means it will only be available in 3.0 and beyond when development
begins on that.

 Plus, I find it very strange that there is no parameter-less
 constructor for Gtk.Window class. After all, it's rather ugly having
 to call the base constructor when making a derived Window, which is
 rather typical for GUI development. 

I don't know how ugly it is.  It would be extremely unusual to create a
toplevel window without setting the title of the window, which is one
available overloads.  I'm not opposed to adding default constructors for
everything.  It would make things simpler MD's designer if all the
widgets had default constructors for example.  I'm not sure how feasible
that is given the use of construct-only properties in gtk+.

-- 
Mike Kestner mkest...@gmail.com

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Some questions in regards to the GTK# API

2009-11-30 Thread Chuck Esterbrook
On Mon, Nov 30, 2009 at 10:41 AM, Mike Kestner mkest...@gmail.com wrote:
 I don't know how ugly it is.  It would be extremely unusual to create a
 toplevel window without setting the title of the window, which is one
 available overloads.  I'm not opposed to adding default constructors for
 everything.  It would make things simpler MD's designer if all the
 widgets had default constructors for example.  I'm not sure how feasible
 that is given the use of construct-only properties in gtk+.

In my own apps, I just end up setting the title later anyway since
it's computed with code and C# will not let me do much in a base()
argument (such as invoking a method on this object). So I would use
the parameterless constructor as well. In the mean time, I just pass
an empty string.

-Chuck
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] CS0067 with valid code

2009-11-30 Thread Marek Safar
Hello,
 I have a slightly annoying compiler bug that has been sitting on
 bugzilla (https://bugzilla.novell.com/show_bug.cgi?id=360455) for over
 a year without any activity. Could anyone please look into it?
   
I'll look into this issue.

Marek
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Patch for Atom10{Item, Feed}Formatter for writing element extensions

2009-11-30 Thread Atsushi Eno
Thanks, applied the patch.

Atsushi Eno

On 2009/11/26 8:13, Tom Philpot wrote:
 Here's a patch for Atom10ItemFormatter and Atom10FeedFormatter which writes
 ElementExtensions for the Feed and Item.

 This patch is MIT/X11 licenesed and brought to you by Martin Potter.

 Tom




 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list