History of jbidwatcher/trunk/src/com/jbidwatcher/util/config/JConfig.java

  • @693
    avatar 693

    Finally clean up the previously deep tangle between JConfig and ErrorManagement. All error logging is now handled through JConfig.log(), so ErrorManagement doesn't need to be a static block of functions anymore. Much cleaner, imo, but a pretty far-reaching change.

    by mrs, 21 Dec, 2008 01:04 AM
  • @669
    avatar 669

    Support loading ebay.de items, although bidding still is unlikely to work. Also support users dropping their own 'ebay_de.properties' files in their JBidwatcher directories, so they can customize and edit it themselves.

    by mrs, 09 Nov, 2008 01:20 PM
  • @645
    avatar 645

    Merge branch 'master' of git@github.com:cyberfox/jbidwatcher

    by mrs, 05 Oct, 2008 09:24 AM
  • @618
    avatar 618

    Warn if the display configuration file is unwritable; could be caused by permissions issues.

    by mrs, 25 Aug, 2008 12:41 AM
  • @597
    avatar 597

    If there are less than 2 columns in any given tab, freak out and fill it in with defaults... Also log that information. ALSO don't try to make JBidwatcher 0x0 pixels if the display.cfg file is corrupt. Hopefully display.cfg will be corrupted less, now that we're closing the file regularly.

    by mrs, 12 Aug, 2008 10:32 PM
  • @595
    avatar 595

    Close files when we open them. Could be the cause of many problems.

    by mrs, 11 Aug, 2008 07:50 PM
  • @579
    avatar 579

    Try to improve the USB portable support by rewriting all the config values with paths to point to the USB drive when '--usb' is passed.

    by mrs, 27 Jul, 2008 11:18 PM
  • @564
    avatar 564

    Preserve column settings during an 'addTab' event, so it uses existing display.cfg settings if it can find them.

    by mrs, 21 Jul, 2008 02:40 AM
  • @476
    avatar 476

    One more shot at making scripting optional.

    by mrs, 30 Apr, 2008 08:58 PM
  • @454
    avatar 454

    Properly kill temp variables, so that all the auction data can migrate to the new locations on Mac OS X.

    by mrs, 27 Apr, 2008 07:39 AM
  • @446
    avatar 446

    Set a preferred width for the first run, for displays which are larger than 1000 pixels.

    by mrs, 27 Apr, 2008 04:12 AM
  • @417
    avatar 417

    Move and clean up Scripting, to eliminate a small design tangle.

    by mrs, 07 Apr, 2008 02:13 AM
  • @397
    avatar 397

    Improve the separation between JConfig and the app; now nothing outside of JConfig itself is strictly necessary.

    by mrs, 20 Mar, 2008 06:24 AM
  • @372
    avatar 372

    Enforce debugging in alpha, beta, and pre-release versions.

    by mrs, 10 Mar, 2008 04:57 AM
  • @359
    avatar 359

    Add a preliminary form of USB support. By passing '--usb' on the command line, it will run out of the 'current directory', which means you'll have to navigate to the USB stick before running it (and you'll have to make a shortcut that passes that parameter).

    by mrs, 09 Mar, 2008 03:39 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
  • @351
    avatar 351

    Move constants into the util package.

    by mrs, 06 Mar, 2008 07:35 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