[Mono-bugs] [Bug 352586] [PATCH] Certain sequences of ModuleDefinition. Import can cause NRE

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352586

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352586#c2





--- Comment #2 from Jb Evain <[EMAIL PROTECTED]>  2008-01-10 07:42:18 MST ---
Created an attachment (id=190087)
 --> (https://bugzilla.novell.com/attachment.cgi?id=190087)
patch which needs testing


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352586] [PATCH] Certain sequences of ModuleDefinition. Import can cause NRE

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352586

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352586#c3





--- Comment #3 from Jb Evain <[EMAIL PROTECTED]>  2008-01-10 07:42:33 MST ---
Rolf, could try with the attached patch?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c1


Sebastien Pouliot <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 OS/Version|Mac OS X 10.5   |All
Summary|X509Certificates broken 
|Authenticode timestamps don't verify




--- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-10 08:00:59 
MST ---
The problem is related to timestamping - signing without timestamp works
correctly. 

[EMAIL PROTECTED]:~/src/bugzilla> signcode -v dave.pvk -spc dave.spc 
selfcheck.exe
Mono SignCode - version 1.2.6.0
Sign assemblies and PE files using Authenticode(tm).
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2007 Novell. BSD
licensed.

Success
[EMAIL PROTECTED]:~/src/bugzilla> chktrust selfcheck.exe
Mono CheckTrust - version 1.2.6.0
Verify if an PE executable has a valid Authenticode(tm) signature
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2007 Novell. BSD
licensed.

WARNING! selfcheck.exe is not timestamped!
SUCCESS: selfcheck.exe signature is valid
and can be traced back to a trusted root!


I need to check what changed (new certificates, different hierarchy...) wrt to
timestamps.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352830] exe crashes everytime on combo select

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352830



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352830] exe crashes everytime on combo select

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352830

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352830#c1





--- Comment #1 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-01-10 08:32:53 MST 
---
Created an attachment (id=190100)
 --> (https://bugzilla.novell.com/attachment.cgi?id=190100)
Test Case


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352830] exe crashes everytime on combo select

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352830

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352830#c2


Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
  Status Whiteboard||ComboBox




--- Comment #2 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-01-10 08:33:42 MST 
---
Fixed in r92586.  Thanks for the report!

2008-01-10  Jonathan Pobst  <[EMAIL PROTECTED]>

* ComboBox.cs: Guard against an NRE if the user open a new form from a
SelectedIndexChanged event.  This closes the combobox dropdown, and we
were trying to dispose it.  [Fixes bug #352830]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 323758] DataGridView ReadOnly property not respected

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=323758



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 323432] DataGridView vertical alignment

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=323432



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 324057] DataGridView: When a use a grid the application keeps hang up

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=324057



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 324891] DataGridView: ColumnHeadersHeightSizeMode has no effect

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=324891



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 324892] DataGridView: AutoSorting does not work

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=324892



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325239] DataGridView: not visible in form

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325239



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325588] DataGridView: DataGridViewRowCollection. Add NullReferenceException

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325588



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325240] DataGridView: Bindingsource causes error

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325240



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Enhancement |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 324894] DataGridView: Column/Row resizing doesn't work

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=324894



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325979] DataGridView: NRE when looking up cell in DataGridViewCellCollection by column name

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325979



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 351001] X11: Repaint queue can be starved

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=351001



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 351001] X11: Repaint queue can be starved

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=351001



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

Summary|Form not repainted  |X11: 
Repaint queue can be starved




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 348086] DataGridView: column headers not frozen

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=348086



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 345483] DataGridView: DataTable thru BindingSource not displayed

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=345483



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 343965] DataGridView: allows edit cells without setter

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=343965



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 343962] DataGridView: down arrow key ignored

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=343962



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 331646] DataGridView: Columns order swapped

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=331646



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 331649] DataGridView: NRE in set_RowCount

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=331649



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325982] DataGridView: Selected rows are not highlighted

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325982



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 331648] DataGridView: new row does not appear

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=331648



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 331645] DataGridView virtual mode: no cells

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=331645



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 331644] DataGridView virtual mode: abnormal memory allocation

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=331644



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 337470] DataGridView: string[] is not convertible to string

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=337470



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

   Severity|Normal  |Minor




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 343961] DataGridView: empty row appears in top

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=343961



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 343964] DataGridView: part of cell contents visible in edit mode

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=343964



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 348082] DataGridView: AutoGenerateColumns= false does not disable column addition

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=348082



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  
|mono-bugs@lists.ximian.com
   Severity|Normal  |Minor
 Status|ASSIGNED|NEW




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352805] Delegate.CreateDelegate is missing argument validation

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352805

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352805#c1


Zoltan Varga <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Zoltan Varga <[EMAIL PROTECTED]>  2008-01-10 10:02:36 MST 
---
Fixed in SVN.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 345972] FileVersionInfo doesn't work

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=345972

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=345972#c14





--- Comment #14 from Gert Driesen <[EMAIL PROTECTED]>  2008-01-10 10:32:27 MST 
---
Created an attachment (id=190134)
 --> (https://bugzilla.novell.com/attachment.cgi?id=190134)
Standalone repro


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 345972] FileVersionInfo doesn't work

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=345972

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=345972#c13


Gert Driesen <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #13 from Gert Driesen <[EMAIL PROTECTED]>  2008-01-10 10:25:52 MST 
---
There are still a few issues left to fix:

* we currently use AssemblyVersion as file version instead of the
AssemblyFileVersion; FileVersionInfo.FileVersion returns the correct value
(strange enough), but FileMajorPart, FileMinorPart, ... return the wrong value.

* FileVersionInfo.FileVersion should return "0.0.0.0" if no file version is
set.

I'll attach my standalone testcase in a minute.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c2





--- Comment #2 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-10 11:18:33 
MST ---
yuck :( the timestamp signature isn't PKCS#1 v.1.5 (or later) compliant since
it doesn't encore the hash value being used for the signature

so this broke when I fixed PKCS1 to be more secure
sigh :(


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c3





--- Comment #3 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-10 11:22:38 
MST ---
2006-10-04  Sebastien Pouliot  <[EMAIL PROTECTED]>

* PKCS1.cs: Remove compatibility block where all padding wasn't 
verified (can't find the original test case for it). Note: the 
existing implementation wasn't affected by CVE-2006-4339, aka RSA 
PKCS#1 1.5 signature forgery (but we're stronger without it).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352096] Regex engine enters in an infinite bucle

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352096

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352096#c2





--- Comment #2 from Marc Sàbat <[EMAIL PROTECTED]>  2008-01-10 11:32:29 MST ---
I tested the regex "^.*$" and both mono and MS implementation behave in the
same way: they seem to match any string you throw at it (which is the expected
behavior I believe).

Microsoft implementation behaves in the same way with "^*$": it matches any
string you throw at it (not only a line with a single '*').

Hope this helps.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325102] [Plastic] Statusbar doesn't resize when resizing form

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325102



Thomas Wiest <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c4





--- Comment #4 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-10 12:09:37 
MST ---
The first part (Mono.Security) is fixed in SVN (r92610/1) so chktrust is now
working as expected.

[EMAIL PROTECTED]:~/src/bugzilla> signcode -v dave.pvk -spc dave.spc -t
http://timestamp.verisign.com/scripts/timstamp.dll selfcheck.exe
Mono SignCode - version 1.2.6.0
Sign assemblies and PE files using Authenticode(tm).
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2007 Novell. BSD
licensed.

Success
[EMAIL PROTECTED]:~/src/bugzilla> chktrust selfcheck.exe
Mono CheckTrust - version 1.2.6.0
Verify if an PE executable has a valid Authenticode(tm) signature
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2007 Novell. BSD
licensed.

SUCCESS: selfcheck.exe signature is valid
and can be traced back to a trusted root!


Keeping open to see why this doesn't work...

[EMAIL PROTECTED]:~/src/bugzilla> mono selfcheck.exe
Couldn't extract digital signature from
/home/poupou/src/bugzilla/selfcheck.exe.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c5





--- Comment #5 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-10 12:30:46 
MST ---
"mono selfcheck.exe" works under 2.0 (i.e. if you use gmcs to compile selfheck
so corlib 2.0 is used). However it's not trustworthy because 2.0 returns the
certificate even if the signature is invalid.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c6


Sebastien Pouliot <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #6 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-10 12:50:05 
MST ---
works with r92616

[EMAIL PROTECTED]:~/src/bugzilla> mono selfcheck.exe
CERTIFICATE:
Format:  X509
Name:  CN=dave
Issuing CA:  CN=dave
Key Algorithm:  1.2.840.113549.1.1.1
Serial Number:  FFCC707D12CA379141D5A1C01E615566
Key Alogrithm Parameters:  0500
Public Key: 
3081870281810084B58EB61112F0250360379A12ACB3599B1DC7BF7AC5576694C6DF91A17A1743BEC95C4F885EE375081A6C2103213DC8C655AAD8446BE31B8D8825ACD466A911831EDFB03A6CBA60FF177575EDF352AC30AC56FA46AB3EA539C5735E83A8CD1C307512637796D23ED0D89C0B0D514433C60D4DF975401F3ABE4B5AE6388970AD020111


don't forget about the previous warning - you can't trust the certificate
presence  means it's valid!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c7





--- Comment #7 from Gert Driesen <[EMAIL PROTECTED]>  2008-01-10 14:31:12 MST 
---
Created an attachment (id=190169)
 --> (https://bugzilla.novell.com/attachment.cgi?id=190169)
Partial log of standalone test


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c8


Gert Driesen <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #8 from Gert Driesen <[EMAIL PROTECTED]>  2008-01-10 14:33:40 MST 
---
Sébastien, I've tried to add a standalone test for this issue to my test suite
(see gert/standalone/bug350958), however it still fails after updating from
SVN.

I'm sure that I'm doing something wrong, but I'd appreciate it if you could
have a quick look to correct my mistake.

I've attached a partial log which shows the relevant commands I'm executing as
part of the test.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350958] Authenticode timestamps don't verify

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350958

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350958#c9





--- Comment #9 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-10 14:39:23 
MST ---
Hey, you're not trusting the root certificate of the timestamping authority.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 351582] Asset Allocator - pie chart is missing one section

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=351582

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=351582#c3





--- Comment #3 from Jeffrey Stedfast <[EMAIL PROTECTED]>  2008-01-10 15:07:52 
MST ---
there's a bug in the storyboard code... I've added this demo to svn and
sprinkled in some console.log() calls

here's what I get:

Starting loading sequence for pie piece 0
Starting loading sequence for pie piece 1
Starting loading sequence for pie piece 2
Starting loading sequence for pie piece 3
Moving on to loading animation #2 for pie piece 0
Moving on to loading animation #2 for pie piece 1
Moving on to loading animation #2 for pie piece 2
Moving on to loading animation #3 for pie piece 0
Moving on to loading animation #3 for pie piece 1
Loading complete for pie piece 0
Moving on to loading animation #3 for pie piece 2
Loading complete for pie piece 1
Loading complete for pie piece 2


you'll notice that none of the animations for pie piece 3 ever finish and since
all piece pieces start off with ScaleX="0" ScaleY="0", we obviously can't see
the green piece (which is #3)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 351582] Asset Allocator - pie chart is missing one section

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=351582

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=351582#c4





--- Comment #4 from Jeffrey Stedfast <[EMAIL PROTECTED]>  2008-01-10 15:32:40 
MST ---
aha... if I minimize my ff window for a while (several minutes), eventually the
storyboard events fire off and the green pie slice draws.

took a good 10 minutes for me tho, because I minimized the restored (as well as
covered/uncovered) my ff window several times during the course of submitting
this bug report and it didn't show up until just now.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325419] Focus rectangle issues

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325419



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325419] Focus rectangle issues

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325419

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=325419#c3


Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #3 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-01-10 15:57:19 MST 
---
Fixed in r92627.

2008-01-10  Jonathan Pobst  

* ThemeWin32Classic.cs: Tie CheckBox/RadioButton focus rectangles to
ShowFocusCues.  Make focus rectangles fit the text instead of the whole
control.  [Fixes bug #325419]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 347782] Notepad: use "save as" to save a text file to a file that already exists causes crash

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=347782

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=347782#c5


Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #5 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-01-10 16:30:27 MST 
---
Happens on .Net.  Bug in Notepad.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 323190] Focus issues

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=323190

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=323190#c1


Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Depends on||325809
 AssignedTo|[EMAIL PROTECTED]   |[EMAIL 
PROTECTED]
 Status|ASSIGNED|NEW




--- Comment #1 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-01-10 16:52:44 MST 
---
This looks related to bug #325809.

To repro, click Reset, and the click the LinkLabel a bunch.  A
LinkLabel->LostFocus should never be generated.  The Select in
Control.WmLButtonDown is causing the LinkLabel to be unselected.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 325809] [Patch] Control: Clicking causes the control to be selected.

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=325809



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Blocks||323190




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 345972] FileVersionInfo doesn't work

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=345972

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=345972#c15





--- Comment #15 from Rolf Bjarne Kvinge <[EMAIL PROTECTED]>  2008-01-10 
17:19:35 MST ---
vbnc works wonderfully on ppc/sparc now :)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352586] [PATCH] Certain sequences of ModuleDefinition. Import can cause NRE

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352586

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352586#c4





--- Comment #4 from Rolf Bjarne Kvinge <[EMAIL PROTECTED]>  2008-01-10 17:25:37 
MST ---
jb, the patch fails the test case in bug #352589.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352589] ArgumentOutOfRangeException with MainModule.Import (< complex generic method>)

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352589

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352589#c2





--- Comment #2 from Jb Evain <[EMAIL PROTECTED]>  2008-01-10 17:56:47 MST ---
Created an attachment (id=190199)
 --> (https://bugzilla.novell.com/attachment.cgi?id=190199)
new candidate


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 338996] No restriction on minimum form size

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=338996



Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 338996] No restriction on minimum form size

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=338996

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=338996#c1


Jonathan Pobst <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #1 from Jonathan Pobst <[EMAIL PROTECTED]>  2008-01-10 20:25:34 MST 
---
Fixed in r92631 and r92644.

2008-01-10  Jonathan Pobst  

* XplatUIX11.cs: Set a minimum window size and enforce it.  Even though
Linux doesn't care, having a minimum matches MS and keeps the window
from becoming too small to use window decorations.
[Fixes bug #338996]

2008-01-10  Jonathan Pobst  

* Form.cs: Enforce the Form minimum size in SetBoundsCore.  Fixed
failing test.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 342089] PieChart app - Number in selectors are too high.

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=342089



Thomas Wiest <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 352589] ArgumentOutOfRangeException with MainModule.Import (< complex generic method>)

2008-01-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=352589

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352589#c3





--- Comment #3 from Rolf Bjarne Kvinge <[EMAIL PROTECTED]>  2008-01-11 00:49:10 
MST ---
The new candidate doesn't fail any vb tests :)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs