Commit Graph

1726 Commits

Author SHA1 Message Date
pesckal d77d29a134 Dynamic loading for contributed modes 2011-08-02 23:45:06 +00:00
benfry 37721a88b1 renaming XML class over on Android too 2011-07-31 21:29:28 +00:00
pesckal 94b9f1d15b removed Author object. 2011-07-30 18:54:41 +00:00
pesckal a37963ec20 Support for link syntax. 2011-07-30 18:14:38 +00:00
pesckal 29423e28fc Fixed bugs updating libraries 2011-07-30 17:42:44 +00:00
pesckal b94c59d23c No more update button for tools 2011-07-30 17:26:25 +00:00
pesckal d617834907 Undo button to remove deletion flag for tools 2011-07-30 15:40:53 +00:00
pesckal 02d65eadda Support for deleting tools. Tools are flagged for deletion, and removed after a restart. 2011-07-30 02:57:11 +00:00
pesckal fd65be33bc Changed syntax for getting author urls 2011-07-30 00:50:36 +00:00
pesckal defbd22f6a Removed need for libraryNames from compilation.properties 2011-07-29 18:24:19 +00:00
pesckal 1631785484 Fixed tool loading and installation 2011-07-29 04:12:56 +00:00
pesckal 01987841a4 Fixed bugs introduced when refactoring contribution manager. 2011-07-29 00:11:07 +00:00
pesckal b099bbf55b Refactored contribution manager to get rid of Info objects. Still has bugs though. 2011-07-27 05:31:36 +00:00
pesckal 98da801fa0 Support for tools in the contribution manager. 2011-07-25 03:07:55 +00:00
pesckal 6fdf71d41a Changed update link to a button, fixed minor bugs, refactored list panel 2011-07-24 02:51:31 +00:00
fjenett ed4a2e2306 jsmode export menu item title fix 2011-07-23 16:42:06 +00:00
pesckal 333c36a98d Added icons for contribution manager. 2011-07-23 01:52:17 +00:00
pesckal 2a675ecc97 Modified how ContributionManager is initialized. Changed how panels store information on contributions. 2011-07-22 18:55:16 +00:00
pesckal bd0600a625 Automatically check for updates to contributions in the background. 2011-07-18 04:57:46 +00:00
pesckal 0a58c652b2 Added filters properties for showing installed and upgradeable 2011-07-17 22:50:17 +00:00
pesckal d5626a8e01 Added link for updating contributions 2011-07-17 22:22:45 +00:00
benfry 49f85e1edc fix problem with escapes on Copy As HTML (issue #771) 2011-07-17 14:06:19 +00:00
pesckal 1b188352bb Improved readability of contribution management. Removed redundant and dead code. 2011-07-16 01:25:27 +00:00
pesckal 4c306f5d14 Install/remove for library compilations. 2011-07-15 20:48:04 +00:00
pesckal cf8af7fa8a Basic support for downloading and installing library compilations 2011-07-14 18:20:14 +00:00
pesckal 009a192c2c Renamed classes for contributions manager 2011-07-13 22:14:53 +00:00
pesckal 150f9dc870 Refactoring LibraryManager to support other contributions 2011-07-13 21:33:02 +00:00
pesckal 82b73fbfef Better placement of warning messages when installing libraries. 2011-07-13 15:43:40 +00:00
pesckal 3b31e92fda Close ZipFile after use. 2011-07-13 15:42:47 +00:00
pesckal 7e96f90260 Removed calls to System.gc(), added placeholders for FileUtils in apache commons io 2011-07-12 19:10:04 +00:00
pesckal 1813d93459 Fixed issue 702 2011-07-11 21:11:16 +00:00
pesckal 5b7e9504fa Fixed compilation error in Base.java 2011-07-11 20:35:27 +00:00
pesckal ee250808e4 Fixed alphabetical ordering of libraries 2011-07-11 04:23:51 +00:00
pesckal a93bc6799d Refactored how LibraryListing and LibraryListPanel interact. Fixed bugs relating to changing state from installed to uninstalled 2011-07-11 03:46:58 +00:00
pesckal c8496d0db3 Install/Remove button disabled when installing 2011-07-10 14:55:40 +00:00
pesckal d2ecad477f Separate thread for removing libraries. 2011-07-10 14:11:17 +00:00
pesckal 94a30824b9 Fixed ArrayIndexOutOfBoundsException and added warning message for when no libraries are found in downloaded file 2011-07-10 13:46:43 +00:00
pesckal d0e33fd844 Better warning message for when error occurs downloading file. 2011-07-10 13:28:22 +00:00
pesckal 915de2efe8 Removed libraries are removed from list (if unadvertised) and can be installed again using install button (if advertised) 2011-07-10 13:15:43 +00:00
pesckal 0cea8e295b Fixed bug removing libraries immediately after install 2011-07-10 11:28:23 +00:00
pesckal 21176647f4 Library "Install" button toggles to "Remove" state after download+install 2011-07-10 03:11:32 +00:00
pesckal 8b02316ba3 Libraries can be removed using manager. Refactored how libraries are added to LibraryListing 2011-07-09 23:19:28 +00:00
pesckal a52b3b67ab Added new attributes to Library, moved LibraryInfo class to Library. Already installed libraries now populate the library manager. 2011-07-08 20:28:55 +00:00
pesckal 6433932c49 Minor changes to XML handling, updated XML source 2011-07-08 17:38:12 +00:00
pesckal 3f10ae3a8d Removed drag and drop for installing libraries 2011-07-03 00:14:24 +00:00
pesckal 28b9ee81bb Added conditional so that libraries that have been removed can be replaced without confirmation 2011-07-02 07:35:27 +00:00
pesckal df9b6a854b Added support for installing libraries that don't completely follow standards and place all of their files in the base directory of the zip. 2011-07-02 07:32:35 +00:00
pesckal f0e7165c73 Remove button for installed libraries 2011-07-02 07:00:31 +00:00
pesckal 72c55a1c86 Rebuild library list after installing using the library manager. 2011-07-01 22:47:05 +00:00
pesckal 493cf4858c Changed errors to warnings when installing libraries. 2011-07-01 22:37:49 +00:00