Mograsim.git
2019-06-04 Daniel KirschtenUpdated to newer SWTHelper version fixing a problem...
2019-06-04 Daniel KirschtenImplemented GUIand
2019-06-04 Daniel KirschtenMade comments about @SuppressWarnings uniform
2019-06-04 Christian FemersEclipse e4 and translation experiments
2019-06-03 Daniel KirschtenImplemented GUI_rsLatch
2019-06-03 Daniel KirschtenImproved SubmodelComponent rendering: Font for labels...
2019-06-03 Daniel KirschtenCreated GUINandGate
2019-06-03 Daniel KirschtenCleaned up ComponentAdapter interface
2019-06-03 Daniel KirschtenRenamed Am2901NANDBased to AtomicAm2901NANDBased
2019-06-03 Daniel KirschtenRemoved old code
2019-06-03 Daniel KirschtenSubmodelComponents now have a label shown when zoomed out
2019-06-03 Daniel KirschtenImproved submodule rendering
2019-06-03 Daniel KirschtenFixed stupid bug causing submodules not to work
2019-06-03 Daniel KirschtenOrganized imports in all three projects
2019-06-03 Daniel KirschtenUpdated LogicUIPart to ViewModelModifiable change
2019-06-03 Daniel KirschtenAdded SubmodelComponent
2019-06-03 Daniel KirschtenCleanups in bounding box rendering
2019-06-03 Daniel KirschtenSplitted ViewModel and ViewModelModifiable
2019-06-03 Daniel KirschtenImproved rendering:
2019-06-03 Daniel KirschtenImplemented hardcoded functional NAND-based Am2901
2019-06-03 Daniel KirschtenImplemented GUIBitDisplay
2019-06-03 Daniel KirschtenSimpleLogicUIStandalone now supports custom LogicModelP...
2019-06-03 Daniel KirschtenWires now can have a name
2019-06-02 Daniel KirschtenImproved GUIManualSwitch
2019-06-02 Daniel KirschtenMade Timeline.timeCmp public again
2019-06-02 Fabian StemmlerBitDisplay, ManualSwitch now Observable. More Docs...
2019-06-02 Fabian StemmlerCleanup; Cleared warnings in the logic core
2019-06-02 Fabian StemmlerGeneralized WireObserver to LogicObserver
2019-05-30 Daniel KirschtenRenamed project folders to match the respective project...
2019-05-30 Daniel KirschtenRenamed mograsim to net.mograsim
2019-05-29 Daniel KirschtenRenamed project to MoGraSim
2019-05-29 Daniel KirschtenSuppressed warnings where the thing warned about is...
2019-05-29 Daniel KirschtenImproved waiting for isRunning state
2019-05-29 Daniel KirschtenRemoved old classes RSLatchExample and GUIManualSwitch
2019-05-29 Christian FemersProject specific error/warning settings
2019-05-29 Daniel KirschtenLogicUI works embedded in SampleERCP again
2019-05-29 Daniel KirschtenClass hierarchy cleanup:
2019-05-29 Daniel KirschtenMade timeCmp public
2019-05-29 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-05-29 Daniel KirschtenImprovements in rendering:
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
next