You cannot post messages because only members can post, and you are not currently a member.
Description:
Group for the Mono Summer of Code, 2007 Edition
|
|
|
Ribbons :: Weekly Report #12
|
| |
Hi, The pencil is down, tomorrow is the official commit date for Summer of Code. This week has been pretty productive. Since last week, the following stuff have been completed: * The gallery is now completed. * Popup gallery, a gallery can be expanded in a popup window. On the other side, I could not find a way to detect when the mouse click... more »
|
|
Uploading your code to Google.
|
| |
Hello folks, Remember that you must all upload your code to Google as described here: [link] This is in addition to keeping the code on our own repository (which we did for a different reason).... more »
|
|
Adding C/C++ support to MonoDevelop Status Report #12
|
| |
This week I mostly did small improvements and fixed bugs, among the more notable I made certain paths to be serialized as relative to the project, attempt to always parse functions from it's prototype unless it does not have one, added commands to context menus, hide resources node in the project pad, added custom icons to stock icons so they can be used in the... more »
|
|
Gendarme - status report 9
|
| |
I have managed to bring the gui runner to a usable state: - the rules can be selected dynamically - all violations are displayed in a listview The code is at [link] There are a lot of things that need to be improved: - selection of individual rules (perhaps in a treeview) to include in... more »
|
|
.NET Framework 3.0 WPF controls - Report #12
|
| |
This week's accomplishments: * a few fixes and code cleanup; * created very simple theme styles for the some of the implemented controls; * looked at Olive to see what has been done already, spotted a few bugs, created some tests and fixed them (see the Olive.patch file in the SOC repository; I can commit it to the Mono repository if it is... more »
|
|
Gendarme Tasks. Weekly Status Report #12
|
| |
This is the status report for August 12 - August 17. * Accomplished this week. Following the Sebastien’s wish, I have implemented the Avoid Speculative Generality Rule, the rule is now for the reviewing process. This rule is a large rule, because I should check several things. The rule will check for abstract classes without responsability,... more »
|
|
Unit Test Coverage Tool - Status Report #10,11
|
| |
I'm working on several interesting things. First, I looked into seeing why there are some results involving methods using COM/etc. I don't believe they are noise per se, but rather occurring from people using managed C++ (which is an intentional usage) and generated COM wrappers (unintentional) over... more »
|
|
|