Mograsim.git
2019-05-29 Fabian StemmlerMerge branch 'development' of
2019-05-29 Fabian StemmlerMerge branch 'development' of
2019-05-29 Daniel KirschtenRecreated RSLatchExample in Playground
2019-05-29 Daniel KirschtenCreated a working, usable example in Playground
2019-05-29 Daniel KirschtenMade pin drawing optional
2019-05-29 Daniel KirschtenGUIManualSwitch now renders at the correct location
2019-05-29 Daniel KirschtenWireCrossPoint now renders at the correct location
2019-05-29 Daniel KirschtenLogic model binding of WireCrossPoints is now being set
2019-05-29 Daniel KirschtenRestructured ComponentAdapter; added ManualSwitchAdapter
2019-05-29 Daniel KirschtenFixed redrawing bug
2019-05-29 Daniel KirschtenFound the redrawing bug mentioned in the last commit
2019-05-29 Daniel KirschtenActually use adapter. Somehow this introduced a renderi...
2019-05-29 Daniel KirschtenAdded adapters for OrGate and NotGate
2019-05-29 Daniel KirschtenCreated first version of ViewLogicModelAdapter
2019-05-29 Daniel KirschtenAdded getter for logicWidth in WireCrossPoint
2019-05-29 Daniel KirschtenAdded getters for pin1 and pin2 in GUIWire
2019-05-29 Daniel KirschtenAdded concept of wire width to GUIComponents and GUIWires
2019-05-29 Daniel KirschtenRenamed ChangedListeners to LookChangedListeners
2019-05-29 Fabian StemmlerMerge branch 'development' of
2019-05-29 Fabian StemmlerTimeline updated (executeUntil, setTimeFunction)
2019-05-28 Daniel KirschtenImplemented GUIManualSwitch
2019-05-28 Daniel KirschtenImprovements in GUIWire and WireCrossPoint redrawing:
2019-05-28 Daniel KirschtenAdded BitVectorFormatter (as well as ColorDefinition)
2019-05-28 Daniel KirschtenAdded code for testing automatic redraws for model...
2019-05-28 Daniel KirschtenSmall changes; mainly in the listener system:
2019-05-28 Daniel KirschtenFixed stupid bug causing NullPointerExceptions in GUIWire
2019-05-28 Daniel KirschtenLogicUIPart: Removed old code now incompatible with...
2019-05-28 Daniel KirschtenGUIWire now supports moving pins
2019-05-28 Daniel KirschtenAdded destroy for GUIComponent and GUIWire
2019-05-28 Daniel KirschtenLogicUICanvas now uses the new listener system; changes...
2019-05-28 Daniel KirschtenImproved listener system
2019-05-28 Daniel KirschtenStarted restructuring LogicUI
2019-05-28 Daniel KirschtenUpdated LogicUI to Java 10
2019-05-27 Daniel KirschtenMade LogicUIPart work again
2019-05-27 Fabian StemmlerTimeline now passed via constructor
2019-05-25 Fabian StemmlerMade LogicUI compatible with ReadEnd and ReadWriteEnd
2019-05-24 Fabian StemmlerCompletion of ReadEnd and ReadWriteEnd addition
2019-05-24 Fabian StemmlerWireEnd functionality split into ReadEnd and ReadWriteEnd
2019-05-23 Daniel KirschtenNew Timeline events notify the simulation thread now
2019-05-23 Daniel KirschtenLogicUI now works as a ERCP part!
2019-05-23 Daniel KirschtenDowngraded LogicUI to Java 8; converted era.mi and...
2019-05-23 Daniel KirschtenMade addComponentsAndwires public
2019-05-23 Daniel KirschtenSplitted LogicUI into LogicUICanvas and LogicUIStandalone
2019-05-23 Daniel KirschtenConfigured Java editor save actions: Format code, don...
2019-05-22 Christian FemersSome minor style and declaration improvements
2019-05-22 Christian FemersRemoved redundant timing in InnerEvent and made it...
2019-05-22 Daniel KirschtenChanged executeNext; added comment about timeout
2019-05-22 Christian FemersDelete REQUIREMENTS.MD because documentation and report...
2019-05-20 Daniel KirschtenFixed GUITest: WireEnds used as outputs were created...
2019-05-20 Daniel KirschtenAdjusted LogicUI to new Wire / WireEnd concept
2019-05-20 Daniel KirschtenRestored era.mi/.project
2019-05-20 Daniel KirschtenRemoved SampleERCP submodule
2019-05-20 Daniel KirschtenMerged SampleERCP into master
2019-05-20 Daniel KirschtenMerged logicui into master
2019-05-20 Daniel KirschtenMerged logic into master
2019-05-20 Christian FemersMerged master_old into master
2019-05-20 Christian FemersExchanged all Bit[] by BitVector, tests work
2019-05-20 Christian FemersIntegrated new types, tests still work, not used yet
2019-05-20 Fabian Stemmlernew WireEnds as in/outputs are now initialized with...
2019-05-20 Fabian StemmlerCleanup
2019-05-20 Fabian StemmlerMerge logic of origin into logic
2019-05-20 Fabian StemmlerWireArray(Input) is now Wire(End); all in-/outputs...
2019-05-19 Christian FemersDid some clean up
2019-05-19 Christian FemersFixed calculations concerning U, tests work now just...
2019-05-19 Christian FemersMade Connector an Component and more useful
2019-05-19 Daniel KirschtenBetter support for U; applied uniform formatting
2019-05-19 Daniel KirschtenMade formatting uniform - commit for SampleERCP
2019-05-19 Daniel KirschtenMade formatting uniform - commit for logic
2019-05-19 Daniel KirschtenMade formatting uniform - commit for logicui
2019-05-18 Christian FemersWireArrayEnd now created with U and GUITest supports U
2019-05-18 Christian FemersSet formatting save action
2019-05-18 Fabian StemmlerAdded project specific format; Default values in WireAr...
2019-05-18 Fabian StemmlerReformatted everything. Eclipse built-in Linewrapping...
2019-05-16 Daniel KirschtenAdjusted delays in RSLatchGUIExample
2019-05-16 Daniel KirschtenFixed a bug causing new timeline events to not be processed
2019-05-16 Daniel KirschtenAdded comments for LogicUI
2019-05-16 Daniel KirschtenLogicUI improvements
2019-05-16 Daniel KirschtenGUIManualSwitch now shows the actual value of the outpu...
2019-05-16 Daniel KirschtenMade RS latch example more similar to GUITest
2019-05-16 Daniel KirschtenWireConnectionPoints are now smaller
2019-05-16 Daniel KirschtenWireConnectionPoints now have the same color as the...
2019-05-16 Daniel KirschtenFixed incorrect symbol for OR and AND gates
2019-05-16 Daniel KirschtenSplitted LogicUI from hardcoded example code
2019-05-16 Daniel KirschtenRemoved drawing of connection points
2019-05-16 Daniel KirschtenRestructured packages
2019-05-15 Daniel KirschtenLogicUI now is able to interactively run a RS latch
2019-05-15 Daniel KirschtenMade GUIWires more colorful
2019-05-15 Daniel KirschtenA GUIWire now can trigger a redraw
2019-05-15 Daniel KirschtenLogicUI actually runs the simulation
2019-05-15 Daniel KirschtenAdded nextEventTime(); added NewEventListeners
2019-05-15 Daniel KirschtenImplemented the RS-Latch-Example
2019-05-15 Daniel KirschtenImplemented GUIOrGate
2019-05-15 Daniel KirschtenMade ManualSwitch non-final to make GUIManualSwitch...
2019-05-15 Daniel KirschtenMoved LogicUI
2019-05-15 Christian FemersAdded 'U' to Bit and made code IEEE 1164 compliant...
2019-05-15 Daniel KirschtenImproved comment for clicked() in BasicGUIComponent
2019-05-15 Daniel KirschtenMore GUIComponents implemented; components can be clicked
2019-05-15 Daniel KirschtenComponents now can be clicked
2019-05-15 Daniel KirschtenAdded getBounds() in BasicGUIComponent
2019-05-15 Daniel KirschtenAdded comments in BasicGUIComponent
next