History of jbidwatcher/trunk/src/com/jbidwatcher/util/config/JConfig.java
-
@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.
-
@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.
-
@645
Merge branch 'master' of git@github.com:cyberfox/jbidwatcher
-
@618
Warn if the display configuration file is unwritable; could be caused by permissions issues.
-
@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.
-
@595
Close files when we open them. Could be the cause of many problems.
-
@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.
-
@564
Preserve column settings during an 'addTab' event, so it uses existing display.cfg settings if it can find them.
-
@476
One more shot at making scripting optional.
-
@454
Properly kill temp variables, so that all the auction data can migrate to the new locations on Mac OS X.
-
@446
Set a preferred width for the first run, for displays which are larger than 1000 pixels.
-
@417
Move and clean up Scripting, to eliminate a small design tangle.
-
@397
Improve the separation between JConfig and the app; now nothing outside of JConfig itself is strictly necessary.
-
@372
Enforce debugging in alpha, beta, and pre-release versions.
-
@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).
-
@355
Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!
-
@351
Move constants into the util package.
-
@349
Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.
