History of jbidwatcher/trunk/src/com/jbidwatcher/auction/Auctions.java

  • @612
    avatar 612

    Ensure that we always have a category; no more 'null means a default category of current, completed, or selling, depending on the item'.

    by mrs, 24 Aug, 2008 04:40 PM
  • @577
    avatar 577

    Re-sort the tab that contains an updated auction when something about that auction changes during the update.

    by mrs, 26 Jul, 2008 10:36 AM
  • @547
    avatar 547

    Make uploading auctions to My JBidwatcher work.

    by mrs, 04 Jul, 2008 11:12 AM
  • @540
    avatar 540

    Clear up a few warnings, and continue the minor refactorings towards improving the update logic.

    by mrs, 04 Jul, 2008 07:40 AM
  • @538
    avatar 538

    Trying to get the 'moving red text' effect working again, for updating auctions.

    by mrs, 03 Jul, 2008 07:27 PM
  • @521
    avatar 521

    Remove the methods which iterate over an in-memory list of auctions to find if anything's sniped, in favor of checking via the database in the one place it's used.

    by mrs, 29 Jun, 2008 07:01 PM
  • @499
    avatar 499

    Sweeping changes to look for auction entries by Identifier from the database, instead of in-memory data structures, look up deleted entries in the database (thus supporting 'don't reload deleted items' again), refactoring a few classes to reduce the amount of dependence on UI code from the Auctions code, fix some aspects of the web interface (including adding a favicon.ico, and a bug where the web interface couldn't load an item from the database).

    by mrs, 19 Jun, 2008 06:32 AM
  • @463
    avatar 463

    More synchronization, to avoid throwing random concurrently modified exceptions.

    by mrs, 27 Apr, 2008 12:15 PM
  • @416
    avatar 416

    Trying to clean up the concept of 'where the list of auctions exists'.

    This is part of the task to separate UI and behavior.

    by mrs, 07 Apr, 2008 01:35 AM
  • @415
    avatar 415

    Refactoring items which are self contained into the appropriate util directories.

    by mrs, 06 Apr, 2008 10:25 PM
  • @371
    avatar 371

    Miscellaneous code cleanups and minor refactorings.

    by mrs, 10 Mar, 2008 03:29 AM
  • @370
    avatar 370

    Several minor architectural refactorings.

    by mrs, 10 Mar, 2008 02:06 AM
  • @355
    avatar 355

    Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!

    by mrs, 07 Mar, 2008 02:12 AM
  • @350
    avatar 350

    Poke at the top-level tangle, trying to reduce it and clean it up.

    by mrs, 06 Mar, 2008 07:31 AM
  • @349
    avatar 349

    Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.

    by mrs, 05 Mar, 2008 10:40 AM
  • @346
    avatar 346

    Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.

    by mrs, 04 Mar, 2008 04:36 AM
  • @249
    avatar 249

    Add a JavaDoc comment.

    by mrs, 02 Dec, 2007 03:57 AM
  • @205
    avatar 205

    Starting the process of turning AuctionEntry into another HashBacked object.
    Convert category, sticky, and shipping into hash-based values.

    by mrs, 07 Oct, 2007 08:38 PM
  • @199
    avatar 199

    Merge 1.0.* changes into the JBidwatcher Evolved branch. All except the massive ebayServer changes, which need to be distributed to a half dozen files...

    by mrs, 03 Oct, 2007 06:22 AM
  • @50
    avatar 50

    Substantial refactoring of the AuctionServer class and the classes around it.

    Moved the list management into AuctionServerManager (probably not its final resting place). Implemented equals and hashcode for ebayServer, for future multi-user support.

    Moved time reload, registration, and stats all to the AuctionServerManager class.

    Fix an exception if the row is out of bounds when the tooltip code tries to pop up.

    Simplify, make more consistent, cleanup names, reduce dependencies, .

    by cyberfox, 21 Feb, 2007 09:37 AM
  • @24
    avatar 24

    Change the software license copyright header to something much simpler for now.

    Instead of LGPL, it's now simply an 'All Rights Reserved' license.

    by cyberfox, 26 Jan, 2007 12:14 AM
  • @3
    avatar 3

    The initial import of the JBidwatcher Next Generation code.

    by cyberfox, 24 Sep, 2006 08:04 AM