a39acf3a22
Rename Item to TypeSelectorItem
2015-12-17 16:04:59 +01:00
ef6033c303
Finish implementation of ObjectArrayEditor
2015-12-17 15:52:41 +01:00
2242367832
Move Item to own class, remove ObjectArrayEditor (will be merged with other class)
2015-12-17 15:38:20 +01:00
2cd3017ae7
Remove currently unused "Get CLI" button
2015-12-17 13:59:51 +01:00
2f2803b4a9
Add 10px padding to tabs and PropertyDialog
2015-12-17 13:57:01 +01:00
Fabian Becker
e1ee1c175b
Show selected items in StringSelectionEditor (As list in {})
2015-12-16 19:51:53 +01:00
Fabian Becker
2f350b5fe5
Basic functionality for Add/Remove object instances to the list
2015-12-16 17:29:18 +01:00
Fabian Becker
aa9c37e9c4
Refactor objectChoose to seperate TypeSelector so that it can be reused.
2015-12-16 16:17:13 +01:00
2fb7d4cdcc
Update Logo Copyright to 2016
2015-12-15 15:39:07 +01:00
b396af12a0
Merge branch '55-translate-greek' into 'master'
...
Extract translateGreek and add tests
Adds tests to translateGreek. Refactored method to handle more cases (like phi1 instead of just phi)
See merge request !9
2015-12-15 11:10:22 +01:00
965049c4cb
Subscript indices in PropertySheetPanel
...
- add subscriptIndices to StringTools
- add tests
2015-12-15 11:02:21 +01:00
b58a589b24
Test and refactor translateGreek
...
closes #55
2015-12-15 10:32:51 +01:00
f1b9f19dde
Extract translateGreek to StringTools
...
refs #55
2015-12-15 09:41:27 +01:00
ee92cc009a
Add TitledSeperators to PropertySheetPanel
2015-12-15 09:38:22 +01:00
97fcc1c3d0
Move objectChooser to sub panel and prefix with Type label.
2015-12-15 09:37:55 +01:00
29d53e94dc
Fix optimize() method in OptimizerFactory
2015-12-15 09:34:38 +01:00
b249f08bba
Merge branch 'testing' into 'master'
...
Testing improvements
refs #53
See merge request !8
2015-12-14 17:36:41 +01:00
Fabian Becker
247bfe6538
Rename Chart2D classes and remove Chart2D prefix
2015-12-14 16:10:10 +01:00
Fabian Becker
a721c0c1ce
Remove main stub
2015-12-14 15:49:04 +01:00
Fabian Becker
07066578d5
Test Mnemonic, simplify class
...
refs #53
2015-12-14 15:46:54 +01:00
Fabian Becker
0002b5a797
Another Population test
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
fbb1c80d09
More Population testing
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
f58f6e867b
Some basic tests for Population
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
ada94fcb0a
Simple test for ESIndividualDoubleData
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
9d0b14becb
Mathematics tests
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
0cb1c875d9
More Math tests
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
a156eb0f23
Upgrade to JUnit 4.12
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
bb04ff2231
Improve tests in Mathematics
...
refs #53
2015-12-14 15:46:30 +01:00
Fabian Becker
02a7b74415
Java 8 code cleanup.
2015-12-14 15:45:59 +01:00
Fabian Becker
ded424bb55
Remove unused classes
2015-12-14 15:44:50 +01:00
0e35f8e0f4
Better looking checkboxes.
...
- Booleans are now shown as centered checkboxes
- Refactored detail button to class
2015-12-14 14:29:18 +01:00
Fabian Becker
e449f28419
Add EvA2 Logo to closing dialog
2015-12-14 10:04:07 +01:00
Fabian Becker
d01cfb4803
A number of fixes to the PropertySheetPanel
2015-12-13 16:51:14 +01:00
Fabian Becker
850664c313
Several improvements to the main editor panel (padding, etc.)
2015-12-13 15:15:38 +01:00
Fabian Becker
cc09ce9381
Some Java 8 code cleanup
2015-12-13 13:02:09 +01:00
Fabian Becker
dedfb39eb4
Change minor UI issue with PropertySheetPanel
2015-12-12 17:47:30 +01:00
0c31f6f303
Merge branch 'remove-jama' into 'master'
...
Remove jama
The package is available on Maven central so extracting it and adding it back as a dependency seems reasonable.
See merge request !7
2015-12-10 23:24:28 +01:00
Fabian Becker
819f28cba3
Do not show outer border. It looks terrible.
2015-12-10 23:18:48 +01:00
Fabian Becker
a47cd29c8f
Minor cleanup
2015-12-10 22:55:46 +01:00
Fabian Becker
c0bcb6fc95
Fix broken Jama references and move some methods to Mathematics class.
2015-12-10 22:34:17 +01:00
Fabian Becker
49e1d53bd1
Remove Jama package from main package, add Jama dependency
2015-12-10 21:48:14 +01:00
Fabian Becker
0320b46a11
Update snakeyaml to latest release.
2015-12-10 21:28:46 +01:00
6890faf056
Merge branch 'gradle' into 'master'
...
Gradle!
See merge request !6
2015-12-10 19:52:02 +01:00
Fabian Becker
5083afbacc
Good bye Maven
...
closes #51
2015-12-10 19:42:02 +01:00
Fabian Becker
017cb1a9b4
Update .gitlab-ci.yml to run gradle build
...
refs #51
2015-12-10 19:33:09 +01:00
Fabian Becker
ff60383a38
Move tests to correct source structure
...
refs #51
2015-12-10 19:00:10 +01:00
Fabian Becker
d67f60fc8b
Add gradle build file
...
refs #51
2015-12-10 18:52:59 +01:00
Fabian Becker
a30a8fc095
Move to new src/ structure.
...
refs #51
2015-12-10 18:51:33 +01:00
Fabian Becker
a549904028
Add .gitlab-ci.yml
2015-12-10 13:59:14 +01:00
Fabian Becker
e1301a38e8
Remove unneccesary EvA class prefixes from GUI classes.
2015-12-10 12:22:51 +01:00