aboutsummaryrefslogtreecommitdiff
path: root/src/uk/org/ury/database/DatabaseDriver.java
AgeCommit message (Collapse)Author
2011-03-21GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend ↵Matt Windsor
and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
2011-03-21Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery.Matt Windsor
2011-03-18Mega-commit to the rescue! Added Javadoc snapshot (admittedly old); show UI ↵Matt Windsor
now fixed-layout; UI uses system selection colours for accents; now uses bapsserver password and can thus talk to show database relations; removed member relation dependencies until further notice; attempted to get application and applet launchers working but having issues with the latter; started working on a server communicating via a minimal implementation of HTTP 1.1 (standardisation required eventually).
2011-02-20Merge. DatabaseLogin over. Auth = Very Yes.Matt Windsor
2011-02-20Use swixml instead of procedural UI generation; retrieve tracks as well as ↵Matt Windsor
albums, including digitised status etc.
2011-02-20Uses new config. PLEASE DONT PUSH PASSWORDS IN THE CONFIG\!Nathan Lasseter
2011-02-20ConfigReader and some UI changesNathan Lasseter
2011-02-20Search now works; database and library viewer now separated by LibraryUtils ↵Matt Windsor
static class (staticness will probably change later). LibraryItem now uses a hash-map to store semi-arbitrary data on tracks.
2011-02-17Initial commit; initial work on the library viewer which can be run either ↵Matt Windsor
as an applet or an application; database connection is set up to connect to localhost as testing has necessitated using a gSTM SSH tunnel.