plugin-hub
plugin-hub copied to clipboard
Update Creators-Kit to v1.5.4
- FolderTree, CreatorTreeModel, CreatorTreeTransferHandler refactored to ManagerTree, ManagerTreeModel, and ManagerTreeTransferHandler, respectively
- ManagerTree now uses Characters directly as nodes instead of ObjectPanels, and new Folder class for folder nodes
- TimeTree added which links the ManagerTree to the Timesheet
- Switch buttons removed in favour of managing Characters in SidePanel and ManagerPanel via Tree Drag/Drop
- Help button added to CreatorPanel to link to youtube tutorial
- Setup saving/loading updated to handle new ManagerTree
WIP
- TimeSheetPanel tab added to Toolkit. WIP, temporarily hidden
- TimeTree correlates of ManagerTree created for TimeSheetPanel
- Various Swing elements worked on to support TimeSheetPanel. It was really quite painful especially when making custom Swing elements, and it's probably only 25% of the way there.
use slf4j (log.debug) https://github.com/ScreteMonge/creators-kit/compare/809c6b6dc3173ec60feb09719d4b8d742780b14d...ScreteMonge:849594fd02e8e4e13f11f163d8f5e63f8436647a#diff-6d7996798b2952b6e68b75c6202590fe3d65aebf3a24b5967095b62ce4382a76R16
everything else lgtm
use slf4j (log.debug) ScreteMonge/[email protected]:849594fd02e8e4e13f11f163d8f5e63f8436647a#diff-6d7996798b2952b6e68b75c6202590fe3d65aebf3a24b5967095b62ce4382a76R16
everything else lgtm
Fixed, thank you