2009/12/10 Dr. Robert Marmorstein <[email protected]>: > I will try to look at this sometime this weekend. Now that exams are almost > over (I give my last exam tomorrow morning!) I have more time to work on > basKet. Maybe I can work on the millions of clicks encryption bug, too. > > By the way -- thanks, Riyad, for the height and width fix that patched the > regression introduced by Matt's d-pointer commit. I was tearing my hair > out... > > I have just pushed patches to my github repository which fix: > > A. The "big notes" bug. > B. The "cannot select by clicking the handle" bug. > > Actually, it turns that selection was working fine -- there was some code that > automatically UNSELECTED everything as soon as the mouse button was released. > That code has been in there a long time and I can't figure out why it worked > before, so I'm a little suspicious of my fix. If a few more pairs of eyes > could look at it, I'd appreciate it. > > I'm excited that we have so many people working on basKet now. Awesome! I'm > especially excited about Matt's test cases and his refactoring of the > Basket(View) class. We need more of this basic structure stuff fixed. > > Kelvie: Is there an easy way to move over to gitorious? Since you've already > moved your repo, any advice you have would be greatly appreciated... >
Fork my repository in gitorious, then: git remote add gitorious [email protected]:~robert/basket/roberts-basket.git git push gitorious --all You can then also add the upstream repository: git remote add upstream git://gitorious.org/basket/basket.git git remote update > ~Robert > I'll take a look at your changes either this weekend, or later next week. -- Kelvie Wong ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Basket-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/basket-devel
