[root]/src/dr/app/beauti/mcmcpanel
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 30 (100.0%) | 1160 (100.0%) | 38.6 |
dong.w.xie | 21 (70.0%) | 1050 (90.5%) | 50.0 |
alexei.drummond | 1 (3.3%) | 71 (6.1%) | 71.0 |
rambaut | 7 (23.3%) | 32 (2.8%) | 4.5 |
bloomquist | 1 (3.3%) | 7 (0.6%) | 7.0 |
Porting changes from branch 1.7 r5109
8 lines of code changed in 2 files:
Trunk: more work on micro-sat data in BEAUti.
59 lines of code changed in 1 file:
Switched all uses of org.virion.jam.* to jam.* (org.virion.jam.* is not being updated or fixed). This has touched alot of files but mainly just in the import statements.
2 lines of code changed in 1 file:
Centred components in MCMCPanel for better visual effect.
5 lines of code changed in 1 file:
Trying to make BEAUti look less Java-like. Have removed the white background for all the panels that are in scroll panes so that you can't see that they are (in a scrollpane) until the scroll bars activate. Have also turned off the horizontal scrollbars in these cases and checked that all the components are visible when the window is at its smallest size. However, I have not tested this on other platforms so would be interested in how it looks (both normally and when small) on Linux and Windows. If any changes to this are required, they should probably be put in platform specific conditionals (i.e., if (!MacOSX)).
8 lines of code changed in 1 file:
Commented out newly added checkbox in MCMCPanel to set the allowOverwrite attribute (sorry Walter). I just don't think this is the place for the user to make this decision. I have left the generation of the attribute in and it will be set to false. If the user wants to override this they can use the BEAST commandline options '-overwrite'. The XML attribute is worth having for test scripts where you probably want to set it to true.
8 lines of code changed in 1 file:
Trunk: solve Issue 305: BEAST should warn/halt if log files already exist
11 lines of code changed in 1 file:
Trunk: solve Issue 339: GUI within scroll panes is just nasty
5 lines of code changed in 1 file:
This is rather a large update as I was making changes in a branch and have merged them back in. This allows any trait name to be created (not just 'Location' and 'Species'). The idea is that the discrete model is not phylogoegraphy specific - you can model any discrete change. Have added a check box to say use *BEAST - at this point you should create a Species trait. Have cleaned up a few othe UI issues. Almost certainly there will be XML generation issues as a result and we should concentrate on testing and fixing these.
1 lines of code changed in 1 file:
Trunk: try to fix code breaking caused by IntelliJ.
421 lines of code changed in 2 files:
Trunk: try to fix code breaking caused by IntelliJ.
0 lines of code changed in 1 file:
Trunk: initial code for project SnAPhyl GUI (using part of BEAUti code).
31 lines of code changed in 1 file:
Trunk: merge BEAUti from branch 1.5 in
7 lines of code changed in 1 file:
Trunk: start merge BEAUti from branch 1.5 in
59 lines of code changed in 1 file:
A few of the classes were using TREE_FILE_NAME string from some of the classes I deleted. I moved this String into STARBEASTOptions and made the appropriate changes. I don't think BEAST will be broken anymore after this.
7 lines of code changed in 1 file:
BEAUTi: solve Issue 201: Editing file name stem in MCMC panel causes insertion point to jump to end
25 lines of code changed in 1 file:
BEAUTi: solve Issue 185: Guess Trait dialog doesn't offer user defined traits
1 lines of code changed in 1 file:
BEAUTi: solve Issue 151: MCMC tab numerical fields resets after GUI events
36 lines of code changed in 1 file:
BEAUTi engineering work: big refactorying of *BEAST, and create STARBEASToptions.
2 lines of code changed in 1 file:
Add OSType in dr.app.util to detect OS, and replace all old isMacOS into new one.
6 lines of code changed in 1 file:
BEAUTi: Resolved issue #103: add addTxt check box in MCMC panel.
21 lines of code changed in 1 file:
BEAUTi:
1) remove DisplayTree panel from Tree panel;
2) add making substTreeFileNameField disenabled when the check box is not selected, but it seems not working.
3 lines of code changed in 1 file:
Update Big Change of BEAUTi:
1) use List to store treeFileName and subtreeFileName, and update MCMC panel;
2) correct EBSP xml, but still have a problem in VDAnalysis;
3) start to fix *BEAST.
50 lines of code changed in 1 file:
intellij tidy
71 lines of code changed in 1 file:
Update Big Change of BEAUTi: store the links between PD, PSM, PCM, PTM, PTP in the class using their class references, List<> of them in BeautiOption is not used anymore. And use getPartition...() in BeautiOption to get the current list of PD or PSM or PCM or PTM.
3 lines of code changed in 1 file:
BEAUTi: rename partition series classes, and final relation is PartitionData => PartitionSubstitutionModel => PartitionTreeModel => PartitionTreePrior.
4 lines of code changed in 1 file:
BEAUti: make Log File and Tree Log File name updated together with File Stem Name.
15 lines of code changed in 1 file:
Refactory BEAUTI package structure, add few panel packages and util package.
291 lines of code changed in 1 file: