Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | GREAT 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-21 | Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery. | Matt Windsor | |
2011-03-20 | Begin migration to HttpCore request handler pattern. Delete protocol ↵ | Matt Windsor | |
duplicates left over from last commit. | |||
2011-03-20 | Rewrite of server to use HttpCore example code; beginning of code reformat ↵ | Matt Windsor | |
from GNU style to Java conventions. Code now includes Apache license code. | |||
2011-03-20 | Cleanup and fixery. | Matt Windsor | |
2011-03-19 | Library viewer now retrieves tracks from server. Code will need a LOT of ↵ | Matt Windsor | |
cleanup, but this is a triumph. I'm making a note here-- huge success. | |||
2011-03-19 | Converted protocol to JSON. Now passes its first ever unit test\! | Matt Windsor | |
2011-03-19 | LibraryViewer: move to ResourceBundled text for localisation and decoupling ↵ | Matt Windsor | |
purposes; warning cleanup; import of json_simple in preparation for JSON protocol implementation. | |||
2011-03-18 | Remove duplicate files; begin rewriting server to use Apache HttpCore by ↵ | Matt Windsor | |
using HttpCore Response resources; exception-based error handling introduced for get requests. | |||
2011-03-18 | Added Apache HttpCore and HttpClient to classpath, in preparation for usage ↵ | Matt Windsor | |
in the client and server. | |||
2011-03-18 | Mega-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-03-12 | Some more ShowViewer refinements; banners and sub-banners now for a trial ↵ | Matt Windsor | |
run use system colours; shrunken banner a bit. | |||
2011-03-07 | Emergency impending hard drive failure dump - lots of changes on the ↵ | Matt Windsor | |
frontend, but they're all potentially controversial so I'm not pushing to master yet. Beginnings of show viewer. Application now run through demo menu, which allows for the links between modules to be tested. | |||
2011-02-21 | Added auth; added clean property to Libraryitem etc., fixed a bug in ↵ | Matt Windsor | |
LibraryViewerPanel which searching twice in a row for zero-result strings would crash the frontend. | |||
2011-02-21 | LibraryViewer etc.: User interface refinements including feedback when no ↵ | Matt Windsor | |
results are matched or an empty string is provided. | |||
2011-02-21 | Added JAR files; would have moved resources but this breaks stuff, so ↵ | Matt Windsor | |
they're staying in the source for now. | |||
2011-02-20 | Merge. DatabaseLogin over. Auth = Very Yes. | Matt Windsor | |
2011-02-20 | Use swixml instead of procedural UI generation; retrieve tracks as well as ↵ | Matt Windsor | |
albums, including digitised status etc. | |||
2011-02-20 | Uses new config. PLEASE DONT PUSH PASSWORDS IN THE CONFIG\! | Nathan Lasseter | |
2011-02-20 | Comment, comment, comment! Shout at me if i dont comment. I tend not to. | Nathan Lasseter | |
2011-02-20 | ConfigReader and some UI changes | Nathan Lasseter | |
2011-02-20 | Search 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-18 | Readme written | Nathan Lasseter | |
2011-02-18 | Whoops, uploaded binary :p | Nathan Lasseter | |
2011-02-18 | Added postgresql jdbc driver | Nathan Lasseter | |
2011-02-17 | Initial 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. |