History of jbidwatcher/trunk/src/com/jbidwatcher/platform/Platform.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.
-
@593
An attempt at a fix for the vista wacky column header issue. Irrelevant as it's fixed in later Java releases. Putting it into the source history so I can pull it out later, if needed.
-
@358
Minor import cleanups.
-
@355
Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!
-
@349
Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.
-
@346
Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.
-
@325
Just be a little more flexible when dumping a file into the platform directory.
-
@293
Improve & simplify the Quaqua detection logic.
-
@291
Add QuaQua to the Mac OS X build, and fix up the deployment for it, as well as using a newer OneJar loader.
-
@283
Use '.class.getClassLoader().getResource' for all resource loads, so as to support working in the OneJar environment.
-
@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.
-
@3
The initial import of the JBidwatcher Next Generation code.
