summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
AgeCommit message (Collapse)Author
2013-12-22cleanup packages branchPaul Buetow (mars.fritz.box)
2009-01-17added initial multiple langua support.Paul Buetow
2008-08-13all line lengths <= 80Paul Buetow
2008-08-10renamedPaul Buetow
2008-06-14if creating a new simulator frame, it has no simulation loaded. you can eitherPaul Buetow
create a new simulation or load an old one using the 'File' menu!
2008-06-14fooPaul Buetow
2008-06-14while deserialization the VSDefaultPrefs will set non-set values.Paul Buetow
2008-06-13run astylePaul Buetow
2008-06-12VSPrefs.restrictions gets now serialized.Paul Buetow
2008-06-12fixed some bugs.Paul Buetow
2008-06-11added color copy constructor in VSPrefs.Paul Buetow
2008-06-11More javadoc.Paul Buetow
Several bugfixes. New feauture: Boolean: sim.periodic A lot of more which i forgot!
2008-06-03made future serialized class versions backwards compatible.Paul Buetow
2008-06-01better serializationPaul Buetow
2008-06-01initial complete serialization supportPaul Buetow
2008-05-31bugfix!Paul Buetow
2008-05-30documented more.Paul Buetow
2008-05-30Paul Buetow -> Paul C. BuetowPaul Buetow
2008-05-30all java files now have a license header.Paul Buetow
2008-05-30cosmetic fixes for javadoc.Paul Buetow
2008-05-30some javadoc fixes.Paul Buetow
2008-05-27Refactored a bit.Paul Buetow
2008-05-27client and server variables are now separate in the editor.Paul Buetow
2008-05-26All abstract classes now have an Abstract in it's namePaul Buetow
2008-05-26Vector type introduced @ VSPrefs.Paul Buetow
2008-05-26VSPrefs sorted.Paul Buetow
2008-05-26all relevant variables now do have units.Paul Buetow
2008-05-26backupPaul Buetow
2008-05-25comments.Paul Buetow
2008-05-25Run astyle.Paul Buetow
2008-05-25comments.Paul Buetow
2008-05-25JAutoDoc :)Paul Buetow
2008-05-25Imports cleaned.Paul Buetow
2008-05-25(no commit message)Paul Buetow
2008-05-24run astyle.Paul Buetow
2008-05-24Cleanup.Paul Buetow
2008-05-24new protocol editor works.Paul Buetow
2008-05-18new Task Manager 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