1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-18 00:19:32 -08:00
Commit Graph

19 Commits

Author SHA1 Message Date
4bd52e514c Run calculations via thread, and stop thread if necessary. 2017-08-05 14:34:31 -07:00
4f7fe053de Add a stop button. 2017-08-05 13:57:27 -07:00
8465a2d918 Remove old stopping code. 2017-08-05 13:26:29 -07:00
d1a084363e Format code. 2017-08-04 14:29:24 -07:00
a7e84bc946 Merge branch 'stoppable-new'
# Conflicts:
#	src/main/java/org/nwapw/abacus/fx/AbacusController.java
#	src/main/java/org/nwapw/abacus/plugin/StandardPlugin.java
2017-08-04 14:28:22 -07:00
baeb857560 Add a save and reload button. 2017-08-03 19:00:13 -07:00
5ff494605e Add the apply warnings when switching tabs. 2017-08-03 18:16:48 -07:00
Riley Jones
0108c7bcc1 Add stop button 2017-08-03 14:04:09 -07:00
39c84b2c3f Stop autosaving, switch to save + reload buttons. 2017-08-02 19:40:22 -07:00
8ae9b2fcbd Write disabled / enabled plugins to the configuration. 2017-08-02 19:01:01 -07:00
f181fdd8dc Add the new UI components required for the plugin loading. 2017-08-02 18:24:20 -07:00
1344090a58 Add a number implementation selector box. 2017-08-01 11:52:48 -07:00
012b57b23f Resize table columns. 2017-08-01 09:25:13 -07:00
02b87bfae4 Populate the history table. 2017-07-31 22:29:44 -07:00
d61cc7bb9c Format the fxml. 2017-07-31 17:18:08 -07:00
8c935983b2 Link up the evaluation and the UI buttons. 2017-07-31 17:17:56 -07:00
41395f09f9 Add the inputs to the calculator tab. 2017-07-31 17:16:26 -07:00
192fe7de76 Add a tabbed pane as the main focus of the window. 2017-07-31 16:56:38 -07:00
5c886cee60 Create new fxml file and controller for it. 2017-07-31 16:48:04 -07:00