| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #71
|
|
|
|
| |
Fixes #71
|
|
|
|
| |
Fixes #73
|
|
|
|
| |
Refs #19
|
|
|
|
| |
Fixes #33
|
| |
|
|
|
|
| |
Fixed up JNLP so that NetBeans would automatically generate the JNLP file and sign the JARs
|
|
|
|
| |
This has been discovered to be a much better way of Java distributation. Because of this, the loader script is no longer necessary.
|
|
|
|
| |
Closes #10
|
|
|
|
| |
Previously, forms used <BR> tags to break labels into lines, but it was discovered that a better effect could be generated by keeping the <HTML> tag at the beginning, removing all of the <BR>s, and resizing the JLabel.
|
|
|
|
| |
Finally, the Item has the ability to be displayed on the Form. However, the Client now also requires to keep a list of the active Subscriptions and verify each incoming Item against it, which means that a method of subscribing to subscriptions must be implemented before further testing.
|
|
|
|
| |
Moved required classpath JARs into a SVN controlled folder so that they are available to anyone who wishes to help develop InstaDisc. Note that the Appframework and Spring-worker JARs were not encapsulated. If you wish to help develop InstaDisc, you'd best be off using NetBeans.
|
|
|
|
| |
Because of the lack of SQLite Java wrappers, InstaDisc instead uses a BDB database.
|
|
|