Fixed SimulationView spamming exceptions in some situations:
[Mograsim.git] / plugins / net.mograsim.plugin.core /
2019-10-03 Daniel KirschtenFixed SimulationView spamming exceptions in some situat...
2019-10-02 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-02 Fabian StemmlerDisplay now accessed via PlatformUI for e.g. highlight...
2019-10-02 Fabian StemmlerAdded hot replace functionality for modified mpm files
2019-10-01 Fabian StemmlerMemoryEditor Font can now be configured
2019-10-01 Daniel KirschtenEnabled other memory renderings provided by org.eclipse...
2019-10-01 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-01 Daniel KirschtenMainMemoryBlockExtension now reports the correct endianness
2019-10-01 Fabian StemmlerSingleSWTRequest utility class now actually does what...
2019-10-01 Fabian StemmlerFixed a bug: colors/fonts did not update properly in...
2019-09-30 Daniel KirschtenMainMemoryBlockExtension now throttles firing of conten...
2019-09-30 Daniel KirschtenMarked fields/methods related to activeMachine as depre...
2019-09-30 Daniel KirschtenMade SimulationView(Editor) a View again
2019-09-30 Daniel KirschtenFixed crashbug in ActiveInstructionPreviewContentProvider
2019-09-30 Daniel KirschtenIntroduced execution speed listeners in MachineDebugTarget
2019-09-30 Daniel KirschtenIntroduced getters for executionSpeed
2019-09-30 Fabian StemmlerInstruction Table Editing Support now uses the correct...
2019-09-30 Daniel KirschtenMerge branch 'machines-are-launch-configs' into development
2019-09-30 Daniel KirschtenLauch configuration attribute "Initial RAM" now has...
2019-09-30 Daniel KirschtenMemoryEditor now actually works
2019-09-30 Fabian StemmlerActiveInstructionChangedListener moved to Machine and...
2019-09-29 Daniel KirschtenRemoved MachineProcess
2019-09-29 Daniel KirschtenMainMachineLaunchConfigTab's selection dialogs now...
2019-09-29 Daniel KirschtenMainMachineLaunchConfigTab now looks better
2019-09-29 Daniel KirschtenThe user can now specify a RAM file (but doesn't have to)
2019-09-29 Daniel KirschtenA Machine now can be run, not only debugged (doesn...
2019-09-29 Daniel KirschtenMPM file gets loaded when MainMachineLaunchConfigTab...
2019-09-29 Daniel KirschtenReplaced hardcoded string with reference to MGSActivate...
2019-09-29 Daniel KirschtenMade MPM configurable; changed startup exec speed from...
2019-09-29 Daniel KirschtenFixed a bug in MainMemoryBlockExtension
2019-09-29 Daniel KirschtenMade main memory access via the Memory view work
2019-09-29 Daniel KirschtenFurther work on machine launch configs
2019-09-29 Fabian StemmlerInsured InstructionTable removes all Listeners
2019-09-28 Fabian StemmlerModified values cells are now in italic
2019-09-28 Fabian StemmlerMade highlighted/modified cells bold; New default modif...
2019-09-28 Daniel KirschtenRemoved version attributes of org.eclipse.debug.core...
2019-09-28 Daniel KirschtenAdded a test launch config
2019-09-28 Fabian StemmlerFixed issue with row highlighting
2019-09-27 Fabian StemmlerNon-default values are now highlighted in the Instructi...
2019-09-26 Daniel KirschtenFixed MemoryTableContentProvider#update throwing an...
2019-09-26 Christian FemersMake project selector handle MachineContexts and small...
2019-09-26 Christian FemersSmall adjustment to the validity quality of a MachineCo...
2019-09-26 Daniel KirschtenUpdated project references; also plugin.core no longer...
2019-09-26 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-26 Daniel KirschtenRemoved debug sysouts to make the plugin "silent"
2019-09-26 Daniel KirschtenAdded "Reload machine" button
2019-09-26 Daniel KirschtenA machine change now leaves user-defined sim speeds...
2019-09-26 Daniel KirschtenSimulation speed now can be edited via a text field
2019-09-26 Daniel KirschtenChanged simulation speed slider to a scale (not sure...
2019-09-26 Daniel KirschtenRemoved MemoryView from plugin.xml
2019-09-26 Daniel KirschtenMade preference page a bit easier to use
2019-09-26 Daniel KirschtenAdded preferences for mouse button assignments
2019-09-26 Daniel KirschtenDeleted legacy MachineContext
2019-09-26 Daniel KirschtenFixed typo in SimulationViewEditor
2019-09-26 Daniel KirschtenMade MemoryView to an Editor
2019-09-26 Fabian StemmlerCreated CyclingCellEditor for BooleanEditingSupport
2019-09-26 Daniel KirschtenPauseableTimeFunction now supports non-integral speed...
2019-09-26 Daniel KirschtenAdded a reset button to SimulationViewEditor
2019-09-26 Daniel KirschtenInstructionView now reacts to memory reassignments...
2019-09-26 Daniel KirschtenMade sure listeners get removed when SimulationViewEdit...
2019-09-26 Christian FemersReworked some parts of the MachineContext to make its...
2019-09-26 Christian FemersFixed the MograsimBuilder a bit, but it will likely...
2019-09-26 Christian FemersDocumented the ProjectMachineContext
2019-09-26 Christian FemersReordered the disposal of the old resources, because...
2019-09-25 Daniel KirschtenRemoved model.am2900 from plugin.core's required bundles
2019-09-25 Daniel KirschtenSimulationViewEditor now reacts better to machine changes
2019-09-25 Daniel KirschtensetViewerInput now is much faster and doesn't cause...
2019-09-25 Daniel KirschtenSVE now supports context changes better (untested)
2019-09-25 Daniel KirschtenRe-added instruction preview to SimulationViewEditor
2019-09-25 Daniel KirschtenFixed an exception being thrown when the application...
2019-09-25 Daniel KirschtenSimulationViewEditor now supports machine context chang...
2019-09-25 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-09-25 Fabian StemmlerSwitched BooleanEditingSupport back to ´CheckBoxCellEditor
2019-09-24 Fabian StemmlerNumbers in MemoryView and mpm editor now have leading...
2019-09-24 Daniel KirschtenMade simulation view / LogicUIPart to an Editor
2019-09-24 Fabian StemmlerMerge branch 'development' of
2019-09-24 Daniel KirschtenMade HLSShell component combo box shorter
2019-09-24 Fabian StemmlerAdded Step by step execution to LogicUIPart
2019-09-24 Fabian StemmlerImproved error handling when opening and saving .mpm...
2019-09-24 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-09-24 Christian FemersAdded the two Combos mentioned in the prev. commit...
2019-09-24 Christian FemersTool class for creating Combos that allow to select...
2019-09-24 Christian FemersFixed detection problems with ProjectMachineContext
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 FemersRenamed method to its actual function
2019-09-23 Daniel KirschtenMade InstructionTable a bit easier to use
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
next