6
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Oct 19, 2024 — Oct 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When switching between Quick and Advanced, go ahead and apply() changes. It means you can't really cancel once you switch, but that's better than folks losing settings. More... over 10 years ago
Extract out a method to localize responsibilities. More... over 10 years ago
Add the gixen library. More... over 10 years ago
Warn if you're trying to run JBidwatcher and scripting didn't get enabled. More... almost 11 years ago
Tweak the exe-generation so it loads libraries from an installed directory, like the Mac OS X version. More... almost 11 years ago
Add Sinatra and dependencies to the gems and remove unneeded trees. More... almost 11 years ago
Simplify browse to, without the caching layer. More... almost 11 years ago
Make the default build be scripting, and require rubygems before their use. More... almost 11 years ago
Upgrade to Java 1.6 as a minimum requirement. More... almost 11 years ago
Shrink the built size by about 5-6MB. More... almost 11 years ago
Remove some dead code. More... almost 11 years ago
Forgot to update the classpath for the Info.plist on the Mac. More... almost 11 years ago
Add active record to JBidwatcher's Ruby ensemble, just to see how it works out. More... almost 11 years ago
Fix a failure to generate the configuration panels, because I removed one of the buttons. More... almost 11 years ago
Bump the version to 2.99pre1, a pre-release of the 3.0 version of JBidwatcher. More... almost 11 years ago
Clean up some TODOs and dead code. More... almost 11 years ago
Update the backing store on the existing auction info object if we're actually updating a pre-existing auction. More... almost 11 years ago
Remove most XML-related items, and the entire internal web server concept. More... almost 11 years ago
Eliminate an unused class for now. More... almost 11 years ago
Rejigger things around to clean up the architecture a little more. YAY! No more tangles; thanks Structure101! More... almost 11 years ago
Relocate some packages for better architectural definition. More... almost 11 years ago
Refactor the auction loading code to not construct a new AuctionInfo object every time. More... almost 11 years ago
Use eBay's ViewItemLite API call to extract update information. Via ruby. :) First pass at eliminating AuctionInfo object churn. More... almost 11 years ago
Use eBay's twitter metadata for extracting prices, if possible. More... almost 11 years ago
Inject JPasteListener...everywhere. More... almost 11 years ago
Whoops; the queueing code that drops an XML bean on the internal queue relies on AuctionBid being a standalone class, apparently. Who knew? :-/ More... almost 11 years ago
Support scripting, even in the Guice-injected world. More... almost 11 years ago
onejar's manifest is bugging me. More... almost 11 years ago
Properly notify the model object of changes in row counts (inserted/deleted) so the TableSorter can know what to show. More... almost 11 years ago
Don't try to update if we can't find the row that's being requested to update. More... almost 11 years ago