72 Commits (a78664f17864b300fe0d1cb63b42ec80be58363f)

Author SHA1 Message Date
Joachim Klein 6dda865f04 Change prism.parseSingleExpressionString calls to static access 10 years ago
Dave Parker 3347d55d0a Bug fix for updateAutoParse(): from prism-games. 11 years ago
Dave Parker d4c5fd4fd5 Remove accidental commits 11 years ago
Dave Parker ff05caf158 Code tidy. 11 years ago
Joachim Klein 68e0a80b98 GUI computation threads: Catch more errors (e.g. CuddOutOfMemoryException) and use the new error(Exception) handling 11 years ago
Dave Parker f99bb9ebc2 Tidying GUI code. 11 years ago
Dave Parker 91d83d245b Tidying GUI code. 11 years ago
Dave Parker 4556b0f117 Strip out some unused graphical model code. 11 years ago
Dave Parker 4f90c669ed Fix/tidy auto-parsing code in GUI. 11 years ago
Dave Parker ce694441b8 GUI crash fixed - caused by model tree not handling unbounded variables properly. 12 years ago
Dave Parker 0a8ace99eb Code tidy. 12 years ago
Dave Parker 2cf4de4c93 Add compute/export menu to allow steady-state/transient probability export from GUI. 13 years ago
Dave Parker 3f8ad9c0e7 Add "labels" option to Model|View menu in GUI. 13 years ago
Dave Parker fe4cd9560c Allow unbounded integer variables in model (but forbid for symbolic model construction). 13 years ago
Dave Parker 4d79945749 Export labels option for model/prop menus in GUI. 13 years ago
Dave Parker af2379160b Bug fix: PEPA model errors were not handled properly in the GUI. 13 years ago
Dave Parker 9b5aae301f Patch in current version of multi-objective model checking (from prism-multi branch). Still need to copy across etc/ directory containing lpsolve libraries. Also contains a few JDD fixes via Christian von Essen. 13 years ago
Mateusz Ujma 2983cde5b2 Changed JLabel to JTextField to be able to copy&paste current model/properties file name. 14 years ago
Dave Parker 21eae01cfb GUI bug fix (crash caused by model tree not displaying clocks, spotted by pk123 on forum). 14 years ago
Dave Parker d528208cc7 Small GUI fixes: resets of warning counters. 14 years ago
Dave Parker edafa10bbd GUI fix: model errors (and jumping to that tab) work better with running experiments. 14 years ago
Dave Parker 1f315247a3 Test commit 14 years ago
Dave Parker 0b83c9a079 Test commit 14 years ago
Dave Parker e4114f8144 Add .prism as model file extension to GUI. 14 years ago
Dave Parker d853309bb1 Code tidy 14 years ago
Dave Parker feb5161cda Remove modifiedSinceBuild flag from GUI. 14 years ago
Dave Parker e27cf12c14 GUI fix: update model info display for explicit engine. 14 years ago
Dave Parker 20150621ce Code tidy 14 years ago
Dave Parker c70cac8ad0 Remove un-needed import (breaks some compilers). 14 years ago
Dave Parker a218d09b2b * Continued major changes to PRISM API 14 years ago
Dave Parker 4fc61415fb Display notification of warnings after computations in GUI. 14 years ago
Dave Parker 6eb375c441 Added printSeparator method to PrismLog. 15 years ago
Dave Parker 90c9e53f8c Tweak some warning messages (wrt new log.printWarning method) + add warning message functionality in GUI threads. 15 years ago
Dave Parker 1f4461da64 Ctrl -> Cmd in GUI on Macs. 15 years ago
Dave Parker 2e065801b9 Added anti-aliasing by default to model text editors. 15 years ago
Dave Parker 490ec9b49e Replaced calls to system class loader with calls to parent class loader. Calls to system class loader 15 years ago
Dave Parker 35f377ab3e Improved documentation (JavaDoc mostly). 15 years ago
Dave Parker 9a1384639f Removed accidental commit of diag output. 16 years ago
Dave Parker 37f9cf9325 Javadoc fixes. 16 years ago
Dave Parker c6a9de2db3 Bugfix: do not stop after exception in const evaluation when model built. 16 years ago
Dave Parker 794fc13bf5 Updates to simulator: engine + GUI. 16 years ago
Mark Kattenbelt 5853d638c0 bugfix copy/paste 17 years ago
Dave Parker 57547299d9 New option to export model to dot file with embedded state info (-exporttransdotstates). 17 years ago
Dave Parker d199d035ed Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago
Mark Kattenbelt ff7b9744c5 made Java 5 compatible (removed annotations) 17 years ago
Dave Parker 52bb6f33de Changed order in model context menu. 18 years ago
Mark Kattenbelt bc758e3d7c update to JFreeChart 1.0.11 18 years ago
Mark Kattenbelt 5587e0c16f fixed model context menu bug in windows 18 years ago
Mark Kattenbelt 3769bb3811 centralise error when jumping 18 years ago
Mark Kattenbelt ecc854535a improved handling of undo/redo/clipboard events 18 years ago