Directory src/dr/app/tracer/application/

Total Files:
10
Deleted Files:
2
Lines of Code:
61

[root]/src/dr/app/tracer/application
                        directory in repo images (2 files, 0 lines)

Lines of Code

src/dr/app/tracer/application/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 146 (100.0%) 5095 (100.0%) 34.8
rambaut 81 (55.5%) 2887 (56.7%) 35.6
dong.w.xie 37 (25.3%) 994 (19.5%) 26.8
alexei.drummond 4 (2.7%) 853 (16.7%) 213.2
Sibon.Li@gmail.com 4 (2.7%) 241 (4.7%) 60.2
jheled 9 (6.2%) 85 (1.7%) 9.4
dong.w.xie@gmail.com 7 (4.8%) 15 (0.3%) 2.1
tbcbedford@gmail.com 3 (2.1%) 11 (0.2%) 3.6
msuchard 1 (0.7%) 9 (0.2%) 9.0

Most Recent Commits

dong.w.xie@gmail.com 2013-03-01 15:19 Rev.: 5460

tracer: big correction of tracer code for my previous development on "Conditional Posterior Distributions", which fixed bugs in GUI especially in Filter, and use EDT thread.

2 lines of code changed in 4 files:

  • src/dr/app/tracer/application: TracerApp.java (+1 -1), TracerFrame.java (+1 -1)
dong.w.xie@gmail.com 2013-02-28 14:58 Rev.: 5459

tracer: doWork in EBSP needs to be reviewed, it seems a copy of BSP.

13 lines of code changed in 3 files:

  • src/dr/app/tracer/application: AnalysisMenuFactory.java (new), TracerFrame.java (+3 -2)
Sibon.Li@gmail.com 2012-11-15 11:24 Rev.: 5228

Updated InstantiableTracerApp to include an option to load a System exitable instance of Tracer

54 lines of code changed in 2 files:

  • src/dr/app/tracer/application: InstantiableTracerApp.java (+54 -13)
Sibon.Li@gmail.com 2012-10-25 15:23 Rev.: 5207

RandomDiscretizedBranchRates has been renamed to the more meaningful ContinuousBranchRates. RandomDiscretizedBranchRatesParser has been kept and throws an error in the unlikely case that someone actually has been using this implementation.

34 lines of code changed in 1 file:

  • src/dr/app/tracer/application: InstantiableTracerApp.java (+34 -1)
Sibon.Li@gmail.com 2012-09-18 17:42 Rev.: 5169

Added InstantiableTracerApp, which allows a threaded call of Tracer (that won't terminate the JVM)

153 lines of code changed in 1 file:

  • src/dr/app/tracer/application: InstantiableTracerApp.java (+153)
rambaut 2012-08-08 10:19 Rev.: 5107

Porting 'evaluateLate' interface method from 1.7 branch.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerApp.java (+1 -1)
rambaut 2012-03-24 03:20 Rev.: 4883

Created a new GUI app for plotting antigenic maps (and other multivariate traits). Starting to diverge from tracer.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+1 -1)
rambaut 2012-03-23 23:50 Rev.: 4881

Created a new GUI app for plotting antigenic maps (and other multivariate traits). Currently just a copy of Tracer.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerApp.java (+1 -1)
tbcbedford@gmail.com 2011-12-16 23:28 Rev.: 4550

Model comparison now defaults to comparing all open trace files, rather than all selected trace files. To me this seems like a more expected behavior. I tried to implement a checkbox in the dialog box for "Use selected trace files only". However, this was difficult because the List<TraceList> that's passed in from TracerFrame doesn't have information about what is currently selected.

8 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+8 -2)
tbcbedford@gmail.com 2011-12-16 02:54 Rev.: 4547

Moving naming from "Bayes Factors" to "Model Comparison"

3 lines of code changed in 2 files:

  • src/dr/app/tracer/application: AnalysisMenuFactory.java (+2 -2), TracerFrame.java (+1 -1)
dong.w.xie 2011-08-30 15:55 Rev.: 4261

trunk: add EBSP analysis in Tracer, but doWork() not working yet.

68 lines of code changed in 4 files:

  • src/dr/app/tracer/application: AnalysisMenuFactory.java (+16), AnalysisMenuHandler.java (new), TracerFrame.java (+48)
rambaut 2011-07-28 02:40 Rev.: 4125

Fix for issue 464: http://code.google.com/p/beast-mcmc/issues/detail?id=464

Set the default locale to US at the beginning of the main() of each of the applications. We don't currently do any localization and the use of a comma as a decimal in some places but not other for those languages that use this was causing major incompatibilities.

5 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerApp.java (+5)
rambaut 2011-06-06 11:32 Rev.: 4010

Visual tweaks.

31 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+31 -21)
rambaut 2011-06-06 05:53 Rev.: 4009

Trace type buttons weren't working...

12 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+12 -13)
rambaut 2011-06-06 05:45 Rev.: 4007

Working towards Tracer 1.6. Switched trace 'types' (in the GUI) to 'real', 'integer' and 'categorical' as the previous ones were in programmers' jargon. These buttons also are now disabled when no trace is selected. Also disabled the confirmation box for setting types - if you press the button, then you probably intended to do it (this is a static switch at the top of the TracerFrame.java).

Cleaned up some issues with the generification of 'Variate' - in particular some methods in the plotting were not being overridden.

In 'distribution' tab, for real traces, KDEs are now the default. Histogram estimates can also be shown.

Options for plotting are now stored for specific traces (for example, if you set a manual range for a trace it is now remembered and used for this trace only).

Cleaned up some odd code in Skyline plotting (causing an erroneous warning box to appear).

Removed a few exclamation marks from dialog box messages and cleaned up the text.

49 lines of code changed in 2 files:

  • src/dr/app/tracer/application: TracerApp.java (+1 -1), TracerFrame.java (+48 -13)
dong.w.xie 2011-03-10 12:11 Rev.: 3863

Trunk: make micro-satellite file successfully loaded in BEAUti data panel.
Start to use jdk1.6 code.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+1 -1)
dong.w.xie 2011-02-25 15:20 Rev.: 3831

Trunk new Trace: fix some bugs.

11 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+11 -6)
dong.w.xie 2011-02-24 13:06 Rev.: 3826

Trunk new Trace: if combined traces exists, the change type function should apply to all log files including combined traces as well.

39 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+39 -15)
dong.w.xie 2011-02-24 11:07 Rev.: 3824

Trunk new Trace: if combined traces exists, the filter has to be applied to all log files including combined traces, as Alexei advised.

25 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+25 -7)
dong.w.xie 2011-02-23 16:30 Rev.: 3821

Trunk new Trace: finally fix the bug of FilterPanels not showing in FilterJDialog.

37 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+37 -116)
dong.w.xie 2011-02-23 11:49 Rev.: 3818

Trunk new Trace: fix filter not working bug.

0 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (-48)
dong.w.xie 2011-02-22 20:54 Rev.: 3816

Trunk new Tracer: fix the bug of missing possible values displayed in FilterDiscretePanel after filter applied.

29 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+29 -25)
dong.w.xie 2011-02-22 13:52 Rev.: 3815

Trunk new Trace: make trace type change function working.

93 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+93 -69)
dong.w.xie 2011-02-21 15:14 Rev.: 3814

Trunk new Trace: struggling with filter applied situation.

6 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+6 -1)
dong.w.xie 2011-02-21 12:20 Rev.: 3813

Trunk new Trace: update Find Conditional Posterior Distributions... jdialog and jpanel and jtable, but panelParent cannot be repainted.

15 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+15 -7)
dong.w.xie 2011-02-18 16:08 Rev.: 3810

Trunk new Trace: remove filter comb, add Find Conditional Posterior Distributions... in Analysis menu, create regarding jdialog and jpanel and jtable.

122 lines of code changed in 3 files:

  • src/dr/app/tracer/application: AnalysisMenuFactory.java (+13), AnalysisMenuHandler.java (+2), TracerFrame.java (+107 -98)
dong.w.xie 2011-02-17 15:31 Rev.: 3805

Trunk new Trace: 1) Try to replace Double[] as List<Double>, which save some memory, but it still crashes after loading a big log; 2) use traceType to detemine type, instead of prime type (T) of List<T> in Trace, and integer is stored as List<Double> currently for simlple solution of plotting.

9 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+9 -9)
dong.w.xie 2011-02-16 16:32 Rev.: 3804

Trunk: starts using List instead array in Trace, and return List for getValues.

13 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+13 -12)
dong.w.xie 2011-02-04 10:09 Rev.: 3787

Trunk: new Tracer dev: solve some generic type casting problems.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+1 -1)
dong.w.xie 2011-02-03 16:30 Rev.: 3785

Trunk: new Tracer dev: make it complied, but there is still casting problem.

35 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+35 -34)
dong.w.xie 2010-09-09 14:25 Rev.: 3511

Trunk: solve Issue 322: Tracer: stack buttons to save space

29 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+29 -14)
rambaut 2010-09-07 10:37 Rev.: 3497

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.

24 lines of code changed in 11 files:

  • src/dr/app/tracer/application: AnalysisMenuFactory.java (+2 -2), GeneralPreferencesSection.java (new), TracerApp.java (+1 -1), TracerDefaultFileMenuFactory.java (new), TracerFrame.java (+9 -9), TracerMacFileMenuFactory.java (new), TracerMenuBarFactory.java (+2 -2)
jheled 2010-08-25 21:58 Rev.: 3446

Ignore nonesense ESS on constant values. integer ESS values in panel.

11 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+11 -3)
msuchard 2010-06-30 10:13 Rev.: 3297

Tracer now uses a Gaussian KDE that performs very nicely

9 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerApp.java (+9 -3)
dong.w.xie 2010-06-13 20:06 Rev.: 3260

TRUNK: new tracer: fixing changing trace type bug.

2 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+2 -2)
dong.w.xie 2010-06-11 16:50 Rev.: 3249

TRUNK: new tracer dev: fix remove all filters bug.

91 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+91 -66)
dong.w.xie 2010-06-11 00:01 Rev.: 3247

TRUNK: new tracer: fixing status message bug after filter applied.

60 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+60 -21)
dong.w.xie 2010-06-09 15:12 Rev.: 3244

TRUNK: new tracer dev: fix filter plotting bug in all panels.

3 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+3 -2)
dong.w.xie 2010-06-09 13:04 Rev.: 3243

TRUNK: new tracer dev: bug fixing again.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+1 -1)
dong.w.xie 2010-06-08 12:26 Rev.: 3239

TRUNK: new tracer dev: add filter status message.

2 lines of code changed in 1 file:

  • src/dr/app/tracer/application: TracerFrame.java (+2 -1)

(45 more)

Generated by StatSVN 0.7.0