Search results

  1. capitol

    Feature Some migrations to java 1.5

    I posted a gigantic (and somewhat unusable) patch a couple of days ago with some java 1.5 upgrades, and got pretty good feedback on it. I have reworked the changes into one patch per type of change, so that it's easy to cherry-pick what you like and disregard what you don't. The patches...
  2. capitol

    Feature improve focus handling in tabbed chat

    Hi I have now done some real development instead of just cosmetic changes to the code Here is a patch that improves the way that focus is handled on the tabbed chat, it moves focus to the input box every time that the window gains focus. This makes it possible to tab to the chat and start...
  3. capitol

    Feature infrastructure to support unit tests

    Hi In order to be able to write automatic unit and regression tests it's needed to have an ant target and some utility jar's. I'm also submitting another feature that contains a unittest, but I broke out the actual unit-test stuff into it's own patch. link to commit...
  4. capitol

    patch to improve focus handling of the tabbed chat

    Hi I have now done some real development instead of just cosmetic changes to the code ;) Here is a patch that improves the way that focus is handled on the tabbed chat, it moves focus to the input box every time that the window gains focus. This makes it possible to tab to the chat and start...
  5. capitol

    building kolMafia

    Hi I'm in the process of setting up my developing envirorment in order to play around with some stuff, and i noticed that the code for net.java.dev.spellcast.utilities seems to be duplicated both under the src and the lib folders, thus making it impossible to mark both of them as sources in...
  6. capitol

    Bug - Not A Bug defaults for DataUtilities.toColor and UpdateCheckThread.run

    Hi I'm not totally sure on how your process work, so this might be the wrong way of doing stuff. But i thought that i should fix some minor user interface things that i have been thinking about, and checked out the code from svn and ran it in my IDE. And it seems like there was two functions...
Top