CheckOutList 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. Before you checkin code, run monostyle.exe on it.
  2. More checkins are better! Checkin often!. More than once a day is great.
  3. If you do not update your checkout date for 10 days, someone else may take them.
  4. We have work at 4 levels right now:
  5. 1) Typing. if you can typ , we can use you.
  6. Pick out of the the classes that need stubbing, or the one enum that has not been done
  7. and create a skeloton for the class. Throw not implmented for all the functions.
  8. Most of the file below can be used to see how to throw the execption.
  9. Many more stubs needed for System.Drawing.
  10. 2) General implentation. there is a lot of things in these classes that are not win32 api dependant and can
  11. be done by people who know some C#.
  12. 3) Data base implmentation. the Data* and Binding* classes couls use someone who uses data bases.
  13. If you are working on mono databases, keep doing that. It is more importiant than this.
  14. 4) WINE/WIN32 API implmentaton of classes.
  15. The same type of task also exist in the System.Drawing namespace.
  16. Who wants to take on Data* and Binding*, all releated to database stuff, probably more than win32 api.?
  17. AccessibleObject.cs
  18. AmbientProperties.cs
  19. Application.cs Need CE
  20. ApplicationContext.cs
  21. AssemblyInfo.cs
  22. AxHost.cs
  23. Binding.cs Need CE
  24. BindingContext.cs Need CE
  25. BindingManagerBase.cs Need CE
  26. BindingMemberInfo.cs Need CE - Needs constructor only.
  27. Button.cs Need CE - 10-28-2002 John Sohn <[email protected]>
  28. CheckBox.cs Need CE
  29. CheckedListBox.cs
  30. Clipboard.cs
  31. ColorDialog.cs
  32. ColumnHeader.cs Need CE
  33. ComboBox.cs Need CE
  34. CommonDialog.cs Need CE
  35. ContainerControl.cs Need CE
  36. ContextMenu.cs Need CE
  37. Control.cs Need CE
  38. ControlBindingsCollection.cs Need CE
  39. ControlPaint.cs
  40. CreateParams.cs
  41. CurrencyManager.cs Need CE
  42. Cursor.cs Need CE
  43. CursorConverter.cs
  44. Cursors.cs Need CE
  45. DataFormats.cs
  46. DataGrid.cs
  47. DataGridBoolColumn.cs
  48. DataGridCell.cs
  49. DataGridColumnStyle.cs
  50. DataGridPreferredColumnWidthTypeConverter.cs
  51. DataGridTableStyle.cs
  52. DataGridTextBox.cs
  53. DataGridTextBoxColumn.cs
  54. DataObject.cs
  55. DateTimePicker.cs
  56. DomainUpDown.cs Need CE
  57. ErrorProvider.cs
  58. FeatureSupport.cs
  59. FileDialog.cs Need CE
  60. FolderBrowserDialog.cs
  61. FontDialog.cs
  62. Form.cs Need CE
  63. GridColumnStylesCollection.cs
  64. GridItem.cs
  65. GridItemCollection.cs
  66. GridTableStylesCollection.cs
  67. GroupBox.cs
  68. Help.cs
  69. HelpProvider.cs
  70. HScrollBar.cs Need CE - 10-28-2002- Dennis Hayes <[email protected]>
  71. ImageIndexConverter.cs
  72. ImageList.cs Need CE
  73. ImageListStreamer.cs
  74. InputLanguage.cs
  75. InputLanguageCollection.cs
  76. KeysConverter.cs
  77. Label.cs Need CE - 10-28-2002 John Sohn <[email protected]>
  78. LinkArea.cs
  79. LinkLabel.cs
  80. LinkState.cs
  81. ListBindingConverter.cs
  82. ListBox.cs Need CE - 10-28-2002 -Joshua Perry <[email protected]
  83. ListControl.cs Need CE
  84. ListView.cs Need CE
  85. ListViewItem.cs Need CE
  86. ListViewItemConverter.cs
  87. MainMenu.cs Need CE
  88. Menu.cs Need CE
  89. MenuItem.cs Need CE
  90. Message.cs
  91. MessageBox.cs Need CE
  92. MethodInvoker.cs
  93. MonthCalendar.cs
  94. NativeWindow.cs
  95. NotifyIcon.cs
  96. NumericUpDown.cs Need CE
  97. OpacityConverter.cs
  98. OpenFileDialog.cs Need CE
  99. OSFeature.cs
  100. PageSetupDialog.cs
  101. Panel.cs Need CE
  102. PictureBox Need CE Needs Stubbing!!!
  103. PrintControllerWithStatusDialog.cs
  104. PrintDialog.cs
  105. PrintPreviewControl.cs
  106. PrintPreviewDialog.cs
  107. ProgressBar.cs Need CE
  108. PropertyGrid.cs
  109. PropertyManager.cs Need CE
  110. RadioButton.cs Need CE
  111. RichTextBox.cs
  112. RichTextBoxSelectionAttribute.cs
  113. RichTextBoxWordPunctuations.cs
  114. SaveFileDialog.cs Need CE
  115. Screen.cs Need CE - 10-28-2002 - Frs-Denis Gonthier <[email protected]>
  116. ScrollableControl.cs Need CE - 10-28-2002 - Dennis Hayes <[email protected]>
  117. ScrollBar.cs Need CE - 10-28-2002 - Dennis Hayes <[email protected]>
  118. SecurityIDType.cs
  119. SelectionRange.cs
  120. SelectionRangeConverter.cs
  121. SendKeys.cs
  122. Splitter.cs
  123. StatusBar.cs Need CE
  124. StatusBarPanel.cs
  125. StatusBarPanelCollection.cs
  126. StructFormat.cs
  127. SystemInformation.cs Need CE (2 functions)
  128. TabControl.cs Need CE
  129. TabPage.cs Need CE
  130. TextBox.cs Need CE - 10-28-2002 - Joshua Perry <[email protected]
  131. TextBoxBase.cs Need CE - 10-28-2002 - Joshua Perry <[email protected]
  132. ThreadExceptionDialog.cs
  133. Timer.cs Need CE
  134. ToolBar.cs Need CE
  135. ToolBarButton.cs Need CE
  136. tooltip.cs
  137. TrackBar.cs Need CE
  138. TreeNode.cs Need CE - 10-28-2002 - Jeff Bakst <[email protected]>
  139. TreeNodeCollection.cs Need CE - 10-28-2002 - Jeff Bakst <[email protected]>
  140. TreeNodeConverter.cs - 10-28-2002 - Jeff Bakst <[email protected]>
  141. TreeView.cs Need CE - 10-28-2002 - Jeff Bakst <[email protected]>
  142. TreeViewImageIndexConverter.cs - 10-28-2002 - Jeff Bakst <[email protected]>
  143. UpDownBase.cs Need CE
  144. UserControl.cs
  145. VScrollBar.cs Need CE - 10-28-2002 - Dennis Hayes <[email protected]>
  146. ===================================================
  147. System.Windows.Forms.Design
  148. None of these are needed for CE
  149. =============================
  150. AnchorEditor.cs
  151. AssemblyInfo.cs
  152. AxImporter.cs
  153. ComponentDocumentDesigner.cs
  154. ComponentEditor.cs Needs stubbing
  155. ComponentEditorForm.cs
  156. ComponentTray.cs Needs stubbing
  157. ControlDesigner.cs
  158. DocumentDesigner.cs Needs stubbing
  159. EventsTab.cs Needs stubbing
  160. FileNameEditor.cs Needs stubbing
  161. IMenuEditorService.cs Needs stubbing
  162. IUIService.cs Needs stubbing
  163. IWindowsformsEditorService.cs Needs stubbing
  164. MenusCommands.cs Needs stubbing
  165. ParentControlDesigner.cs Needs stubbing
  166. PropertyTab.cs Needs stubbing
  167. ScrollableControlDesigner.cs Needs stubbing
  168. SelectionRules.cs Needs enumeration! easy task for someone.
  169. UITypeEditor.cs Needs stubbing