[Mono-devel-list] patch for bug#57748

Rafael Ferreira lists at ophion.org
Sat Jun 11 05:27:25 EDT 2005


Hey guys, 

This patch fixes bug#57748 by giving the docbrowser its AssemblyInfo
back and by changing the About dialog to display the extra information.
I broke up the About dialog into a 4 tab notebook/treeview
(about/authors/plugins/version). 

The about dialog could be extended a lot more to display more dynamic
"contributors" or "plugin" information but in order for that to happen I
would imagine that browser.cs would have to be re-factored quite a bit.
I put up a screenshoot here:

http://ophion.org/~rafael/static/about.png

Let me know what you guys think, and please keep in mind this is my
first monodoc "bug fix", so there could be some rough edges...

Peace, 

- raf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AboutDialog.cs
Type: text/x-csharp
Size: 3518 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050611/b8883fcf/attachment.bin 
-------------- next part --------------
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly:AssemblyVersion("@DOCBROWSER_VERSION@")]
[assembly:AssemblyDelaySign(true)]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: docbrowser.patch
Type: text/x-patch
Size: 13991 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050611/b8883fcf/attachment-0001.bin 


More information about the Mono-devel-list mailing list