0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made code conform to new EventListener interface More... over 13 years ago
Added a publisher/subscriber system called EventManager More... over 13 years ago
Started the basic player More... over 13 years ago
Cleaned-up menu from Hamy's changes and added MouseListeners to the JPanels in order to make them functional buttons. Also added the newSlide panel, which includes a button to create a new slide thumbnail whenever a new slide is created.
Seth
as Seth Friedman
More... over 13 years ago
Started adding Timeflow panel, but errors exist in the size and location of the components. Waiting for Hamilton to review code before correcting.
Seth
as Seth Friedman
More... over 13 years ago
Added EventReactor. Other minor changes. EventReactor will replace EventListener class very soon. Having the Properties be EventListeners didn't make much sense, so soon EventReactor will simply be contained within the slide - it will have a number of event reactors that. Then, each property will expose events and settings. More... over 13 years ago
Added documentation More... over 13 years ago
Simple JUnit test for the list More... over 13 years ago
Finishing up pull request More... over 13 years ago
Merge branch 'master' of https://github.com/sethfri/Experiment-Builder into sethm More... over 13 years ago
Made improvements to EBList, ListDatabase, and CreateListDialog classes.
Seth
as Seth Friedman
More... over 13 years ago
Fixed problem with committing and really made sure that EBList and ListDatabase are now committed. The problem should not repeat itself.
Seth
as Seth Friedman
More... over 13 years ago
Made sure that EBList and ListDatabase were added to the commit.
Seth
as Seth Friedman
More... over 13 years ago
Added diagram of the experiment flow panel at the bottom More... over 13 years ago
Added EBList and ListDatabase. Modified ListDialog to create EBLists and made ListDialog functional.
Seth
as Seth Friedman
More... over 13 years ago
Cleaned up the list dialog, it now displays properly. More... over 13 years ago
Added List Dialog.
Seth
as Seth Friedman
More... over 13 years ago
Merge branch 'master' of https://github.com/crabpot8/Experiment-Builder
Seth
as Seth Friedman
More... over 13 years ago
Added List Dialog.
Seth
as Seth Friedman
More... over 13 years ago
Merged seth's work More... over 13 years ago
Preparing for seth to create the list dialog More... over 13 years ago
'Create List' button added to toolbar and work on create list dialog started More... almost 14 years ago
Removed useless imports More... almost 14 years ago
Removed useless import More... almost 14 years ago
The user can now enter in the text for a TextElement using the FontChooser. The FontChooser has a better user interface. Added commenting regarding why the entered text cannot contain an enter key (the KeyEvent.VK_ENTER). More... almost 14 years ago
Decided not to allow resize in version 1. Making a LayoutManager capable of handling the layouts required by the StageWrapper would have taken me some time. Perhaps later when I am more experienced I will do it More... almost 14 years ago
Added commenting to the sidebar section More... almost 14 years ago
Cleaning up the FontChooser code in preparation for updating the layout More... almost 14 years ago
Layed out the SectionedPanel much better. Added diagrams and commenting to explain the new layout. More... almost 14 years ago
Removed useless gui subclasses. Removed all references to SideBar class. Added in diagram to better explain the layout for the sidebar, and added fair bit of commenting explaining the layout for the sidebar. Also removed quite a bit of useless code pertaining to [preferred|min|max] sizes for various components More... almost 14 years ago