107 Commits (ebc9a3224046c63080f5d7e0c9c891143ea3f47c)

Author SHA1 Message Date
Dave Parker ebc9a32240 Added convenience function for double vector deallocation. 19 years ago
Mark Kattenbelt be7fe1aec8 Made small change to the simulator. Now you can double click the table with updates (i.e. enabled transitions) with the result of that the transition is taken. 19 years ago
Mark Kattenbelt d9993ade2c Fixed bug where the columns could not be hidden (of transitions in the simulator). Also added the feature that the popup menu also reacts on the table header and the surrounding JPanel. If this is the case backtracking is disabled. 19 years ago
Mark Kattenbelt df052b0d54 Fixed bug which did not let the GUIResultsTable resize. 19 years ago
Mark Kattenbelt c728f4fe5b Edited makefile to create Jar files which can be double-clicked. Also added a manifest.txt in the src directory which is required to realise this behaviour. 19 years ago
Mark Kattenbelt 683a4c53e7 Updated the copy/paste mechanism such that properties are actually put on the clipboard as objects (GUIClipboardProperties). This fixes some bugs with regards to copy/pasting properties. 19 years ago
Dave Parker 03bd972419 CHANGELOG update. 19 years ago
Dave Parker c84494bd37 Another Makefile tweak. 19 years ago
Dave Parker 7c232b8ce5 CHANGELOG/VERSIONS update. 19 years ago
Dave Parker c81206d993 Makefile typo. 19 years ago
Dave Parker a2e4f2309a Improvements to NSIS installer. 19 years ago
Dave Parker 5144e75d66 Don't need non-Windows start scripts in Windows binary version. 19 years ago
Dave Parker c5715cb37d NSIS script and Makefile changes for Windows installer generation. 19 years ago
Dave Parker c002cbd19f Updated version info: 3.1.beta1. 19 years ago
Dave Parker 3ab126e503 prism -help info for -simpath switch. 19 years ago
Dave Parker 01c8546143 Bugfix: incorrect initial setting of graph y axis. 19 years ago
Dave Parker 835e668ab0 Fixed uniformisation-based methods to use epsilon/8 instead of epsilon. 19 years ago
Mark Kattenbelt e4cfeae25f git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@100 bbc10eb1-c90d-0410-af57-cb519fbb1720 19 years ago
Dave Parker 004e4f4a9d Fixed some enabling/disabling problems in GUI menu items. 19 years ago
Dave Parker 83152265f5 Changed handling of multiple reward structures so is 1-indexed from properties, etc. 19 years ago
Dave Parker 2832cf3a3d Bugfix: make sure GUI picks up settings on initialisation. 19 years ago
Dave Parker b4220c1c2e PRISM now updates settings file if newer version, updating some values if necessary. 19 years ago
Dave Parker 5198f94502 Added "new experiment" option to main menu. 19 years ago
Dave Parker ea8776eb40 Changed default auto-parameter for simulator to "approx". 19 years ago
Dave Parker a101d74da6 Added facility to compare version strings. 19 years ago
Dave Parker c4352519f1 PRISM settings file now used by command-line version too. 19 years ago
Mark Kattenbelt 89367a3602 Yet another file that failed to compile. 19 years ago
Mark Kattenbelt 17ba6ffdda Failed to compile due to JButtons being declared locally. 19 years ago
Dave Parker ec3897f306 Bugfix: splash screen remains if there is an error on load (non-existent model). 19 years ago
Dave Parker fbebb8b759 Removed $(shell find ...) commands from 2 Makefiles (problems on Windows). 19 years ago
Mark Kattenbelt ec9a000871 Changed the dialog boxes such that the "Okay" button is default when you press enter. 19 years ago
Mark Kattenbelt 29fd2e186e Adds a "new experiment" option to the menu of properties. 19 years ago
Mark Kattenbelt c54597bf69 Fixes a bug where ranges exclude the last value. 19 years ago
Dave Parker be7e01228b Removal of explicit lists of Java/C++ files from another Makefile. 19 years ago
Dave Parker 20a6be968b Removal of explicit lists of Java/C++ files from Makefiles (we are reliant on GNU make anyway). 19 years ago
Dave Parker a0426c08f4 Tidyup of graph XML input/output (part 2). 19 years ago
Dave Parker ce7d19aab3 Tidyup of graph XML input/output. 19 years ago
Dave Parker 3149f54d47 Removal of unused code. 19 years ago
Dave Parker 79d765eedb Removed redundant DTD file. 19 years ago
Dave Parker b4c642c886 Add filename to confirm overwrite file warning. 19 years ago
Dave Parker c3a8641e17 Code tidy of main options dialog (and removal of old XML stuff). 19 years ago
Dave Parker 9bf74d7e9a Makefile tweak: make dist uses subversion, not ~dxp. 19 years ago
Dave Parker fa5ca30332 GUI bug fix: graph plotting of infinite/NaN values. 19 years ago
Dave Parker d0a7b5005d (Hopefully) a fix for occasional freezing of GUI when plotting many quick results. 19 years ago
Dave Parker 01cdd3f0e1 Optimisation to CTMC transient probability computation for when time is zero. 19 years ago
Dave Parker abef7e9774 Tweaked file chooser so that it doesn't always start in bin on Windows. 19 years ago
Dave Parker f23bbe5508 Improved error checking for experiment constant values. 19 years ago
Dave Parker 92d9a06981 Language additions: doubles in exponential form (e.g. 1.4e-9) and unary minus operator. 20 years ago
Dave Parker aace5f0aed Added error message when experiment step value is too big. 20 years ago
Dave Parker c74d5641ad Removed some surplus output statements. 20 years ago