Thrown away additional libraries and code, started something simpler to build on.

This commit is contained in:
mathiasdm
2010-11-18 20:38:21 +00:00
parent ad3039390d
commit b434a475a3
59 changed files with 303 additions and 6669 deletions

8
apps/desktopgui/TODO Normal file
View File

@@ -0,0 +1,8 @@
- API to allow applications to add themselves to the menu?
* registerApplication(); -- should return a positive number on success, -1 on failure
* unregisterApplication(int); -- should return nothing (or bool for success?), and the parameter should be the number given when registering the application
- Internationalisation
- Fetch I2P localhost from the core I2P application?
- Correct logging system
- Use I2PAppContext::appDir (something like that) for desktopgui data.
- Check core/java/src/net/i2p/util/FileUtil.java for dynamic jar loading