summaryrefslogtreecommitdiff
path: root/sources/simulator/VSSimulation.java
AgeCommit message (Collapse)Author
2008-05-24PRocesses now get removed properly.Paul Buetow
Removed all VSSimulation* classes.
2008-05-24Processes are now deletable.Paul Buetow
2008-05-24design failure. no extra protocols editor class!Paul Buetow
2008-05-24VSProtocolEditor is now VSProtocolsEditor because it edits everal protocols ↵Paul Buetow
at once.
2008-05-24INitial new Protocol Editor.Paul Buetow
2008-05-23new brainstorm.Paul Buetow
2008-05-22Dont reset the divider locations if prefs have been changed.Paul Buetow
2008-05-22Clock Speed implemented. For slow motion.Paul Buetow
2008-05-22JToolBar works.Paul Buetow
2008-05-22Expert mode quick checkbox added.Paul Buetow
2008-05-22'Variables tab' now updated too if expertMode has changed.Paul Buetow
2008-05-22BugfixPaul Buetow
2008-05-22Simplemode/expertmode bugfix.Paul Buetow
2008-05-22Expert mode changable.Paul Buetow
2008-05-22Random crash tasks bugfix.Paul Buetow
2008-05-21JTable editor done?!? :)Paul Buetow
2008-05-21Ok inline editor seems to work.Paul Buetow
2008-05-21JTable editor better now.Paul Buetow
2008-05-21Initial JTable editor.Paul Buetow
2008-05-21OOkkPaul Buetow
2008-05-21Introduced a new VSEditorFrame.Paul Buetow
No more need for the VSProtcolEditor!
2008-05-21Removed a JSplitPane which was useless.Paul Buetow
Initial new JTabbedPane for Variables etc.
2008-05-20A new package events.internal has been introduced. It only contains events ↵Paul Buetow
which are for internal usage. the events which are in the events.implementations menu are the events which are editable in the task manager.
2008-05-20Loggin texts cleaned.Paul Buetow
2008-05-20New Tabs can be created. but not yet deleted.Paul Buetow
2008-05-20A VSMessage is not a VSEvent any more. Instead a MessageReceiveEvent has ↵Paul Buetow
been introduced.
2008-05-20Standard: "Alle Prozesse"Paul Buetow
2008-05-19removed one click expandable.Paul Buetow
2008-05-19Anti-Aliasing checkbox works.Paul Buetow
2008-05-19Canvas seems to work finally.Paul Buetow
2008-05-19TaskManager bugfix.Paul Buetow
2008-05-19TaskManager done for today.Paul Buetow
2008-05-19TaskManager improvements.Paul Buetow
2008-05-18TaskManager bugfixes.Paul Buetow
2008-05-18new Task Manager works :-)Paul Buetow
2008-05-18Process Crash and Process Recover Events work with the new Task maanger.Paul Buetow
2008-05-18BackupPaul Buetow
2008-05-18The TaskManager works partly.Paul Buetow
2008-05-18TaskManager better.Paul Buetow
2008-05-18Some cleanup in the VSDefaultPrefs. Paul Buetow
Initial ProtocolEvent, which is for protocol activation/deactivation
2008-05-18layout done.Paul Buetow
2008-05-18Layout for the Process Quick Panel done.Paul Buetow
2008-05-17New paintarea background.Paul Buetow
Background now also editable.
2008-05-17introduced "Edit" JMenuPaul Buetow
2008-05-17done.Paul Buetow
2008-05-17Logging filter works!Paul Buetow
2008-05-17Vectortimestamps workPaul Buetow
Better representation of Lamporttimestamps BerkelyTimeProtocol M trunk/ROADMAP M trunk/sources/prefs/VSPrefs.java M trunk/sources/prefs/VSDefaultPrefs.java M trunk/sources/simulator/VSMain.java M trunk/sources/simulator/VSSimulation.java M trunk/sources/simulator/VSSimulationPanel.java M trunk/sources/utils/VSFrame.java M trunk/sources/utils/VSClassLoader.java M trunk/sources/utils/VSInfoArea.java M trunk/sources/protocols/BroadcastSturmProtocol.java M trunk/sources/protocols/ExternalTimeSyncProtocol.java M trunk/sources/protocols/RegisteredProtocols.java M trunk/sources/protocols/PingPongProtocol.java M trunk/sources/protocols/InternalTimeSyncProtocol.java M trunk/sources/protocols/VSProtocol.java M trunk/sources/protocols/DummyProtocol.java A trunk/sources/protocols/BerkelyTimeProtocol.java M trunk/sources/core/VSLamport.java M trunk/sources/core/VSProcess.java A trunk/sources/core/VSTime.java A trunk/sources/core/VSVectorTime.java M trunk/sources/core/VSTask.java M trunk/sources/core/VSMessage.java M trunk/sources/editors/VSEditor.java M trunk/sources/editors/VSProtocolEditor.java M trunk/sources/editors/VSSimulationEditor.java M trunk/sources/editors/VSEditorFrame.java M trunk/sources/editors/VSProcessEditor.java
2008-05-15 1 Moved the stuff to trunk!Paul Buetow