Marked old MachineContext deprecated
[Mograsim.git] / plugins /
2019-09-24 Christian FemersMarked old MachineContext deprecated
2019-09-24 Christian FemersRenamed the simulation view in the plugin.xml (had...
2019-09-24 Christian FemersAdded listener and event structure to ProjectMachineCon...
2019-09-24 Christian FemersAllow to listen for changes in the MachineRegistry
2019-09-24 Christian FemersRenamed method to its actual function
2019-09-24 Christian FemersAdded id to machine definition (was only set in the...
2019-09-23 Christian FemersCreate a new machine when a MachineContext is used...
2019-09-23 Daniel KirschtenAdded missing call to super.dispose()
2019-09-22 Fabian StemmlerProject now correctly identified from file
2019-09-22 Fabian StemmlerSwitched Instruction View to project associated Machine...
2019-09-21 Christian FemersAdded hover text to make clear that pressing running...
2019-09-21 Christian FemersAdded logo resources to the core plugin
2019-09-21 Fabian StemmlerAdded NewWizard for mpm files and fixed mpm content...
2019-09-20 Fabian StemmlerMerge branch 'development' of
2019-09-20 Fabian StemmlerMachine name is no in mpm files
2019-09-20 Fabian StemmlerSimulation can now be slowed and paused
2019-09-19 Daniel KirschtenFixed a very stupid bug in InstructionView#highlight
2019-09-19 Daniel KirschtenFixed crashbug on Gtk
2019-09-19 Christian FemersAdded a listener system to project specific machine...
2019-09-19 Christian FemersRemove empty single line comment in A.M.NatureHandler
2019-09-19 Daniel KirschtenModified InstructionView#highlight
2019-09-19 Daniel KirschtenAdded javax.inject to plugin.core's MANIFEST
2019-09-19 Christian FemersRestructured Mograsim project nature and introduced...
2019-09-18 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-18 Fabian StemmlerAdded active instruction preview to LogicUIPart
2019-09-18 Daniel KirschtenRemoved some more warnings and cleaned more SWT listeners
2019-09-18 Daniel KirschtenCleaned up Editor: removed warnings; cleaned listener...
2019-09-18 Daniel KirschtenRAM reads no longer cause X on the data bus:
2019-09-17 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-17 Daniel KirschtenCleaned up memory stuff
2019-09-17 Daniel KirschtenFixed the "Set active" button in InstructionView
2019-09-17 Fabian StemmlerWordAddressableMemory will now ignore non-binary BitVectors
2019-09-17 Fabian StemmlerMerge branch 'development' of
2019-09-17 Fabian StemmlerMicroInstructionMemory editor can now open and save...
2019-09-17 Daniel KirschtenCorrected RAM control signal timing
2019-09-17 Daniel KirschtenMade Am2900 work again in ModelComponentTestbench
2019-09-17 Daniel KirschtenReserialized components
2019-09-16 Fabian StemmlerRemoved InstructionView as View
2019-09-16 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-16 Daniel KirschtenRemoved legacy code from ModelSplitter
2019-09-16 Daniel KirschtenRemoved legacy ModelMerger
2019-09-16 Daniel KirschtenFixed a javadoc comment in SubmodelComponentSerializer
2019-09-16 Daniel KirschtenRemoved legacy version line handling from JsonHandler...
2019-09-16 Daniel KirschtenMade IndirectModelComponentCreator a bit faster
2019-09-16 Daniel KirschtenRemoved LegacySubmCompSerializer
2019-09-16 Daniel KirschtenRemoved overkill version attribute from standardCompone...
2019-09-16 Fabian StemmlerChanged InstructionView into an Editor
2019-09-16 Fabian StemmlerMade MicroInstructions immutable
2019-09-16 Daniel KirschtenAm2900 now has HighLevelStates
2019-09-16 Daniel KirschtenJsonHandler preserves line numbers
2019-09-16 Daniel KirschtenImproved preference handling in plugin.core
2019-09-16 Daniel KirschtenIntroduced some preferences
2019-09-16 Daniel KirschtenFixed Clock polarities to values where the Am2900 works
2019-09-16 Daniel KirschtenInstructionView now guesses the width of columns better
2019-09-16 Daniel KirschtenFixed Am2900MicroInstructionMemoryDefinition's maximal...
2019-09-16 Daniel KirschtenFixed displayed microinstruction bit order
2019-09-16 Daniel KirschtenFixed a FixedOutput in Am2900
2019-09-16 Daniel KirschtenMerge branch 'cont-integr-2' into 'development'
2019-09-16 Christian FemersThe final restructured version for automatic build...