[root]/NTREE
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2704 (100.0%) | 63511 (100.0%) | 23.4 |
westram | 2550 (94.3%) | 48557 (76.5%) | 19.0 |
oldcode | 35 (1.3%) | 9712 (15.3%) | 277.4 |
yadhu | 54 (2.0%) | 3232 (5.1%) | 59.8 |
richter | 23 (0.9%) | 1336 (2.1%) | 58.0 |
meierh | 8 (0.3%) | 471 (0.7%) | 58.8 |
murban | 5 (0.2%) | 123 (0.2%) | 24.6 |
epruesse | 16 (0.6%) | 63 (0.1%) | 3.9 |
huberj | 4 (0.1%) | 9 (0.0%) | 2.2 |
baderk | 6 (0.2%) | 4 (0.0%) | 0.6 |
boehnel | 1 (0.0%) | 3 (0.0%) | 3.0 |
brettske | 1 (0.0%) | 1 (0.0%) | 1.0 |
artemov | 1 (0.0%) | 0 (0.0%) | 0.0 |
* implements #863
* add new ACI command "dupidx" (active in group search).
* update group-enumeration presets: use '~' instead of '_'. use new ACI command 'dupidx'.
11 lines of code changed in 2 files:
* {{{GBT_get_alignment_len}}}
- now also reports error if alignment length is zero
* this case often was unhandled and did easily lead to allocation problems.
- catch error in case of zero alignment length => fixes alloc-size-larger-than-warning (in {{{NT_count_different_chars}}}).
- check + fix callers.
5 lines of code changed in 4 files:
* string splitters:
- unittests for {{{GBT_split_string}}}:
* add tests for dropEmptyTokens.
* document special behavior for empty string.
- define enum {{{SplitMode}}}. use enum instead of bool param for GBT_splitNdestroy_string + GBT_split_string.
5 lines of code changed in 3 files:
* fix mnemonics:
- in 'Tree' menu:
* p: was used for 'Print tree' + 'Compare topology...'
* o: 'Sync tree scrolling..' -> 'Compare topology...'
* e: 'Beautify tree' -> 'Sync tree scrolling..'
* u: 'Mark duplicates' -> 'Beautify tree'
* k: now used for 'Mark duplicates'
* removed 'Select tree' (also bound to tree button).
* T: used for 'Tree admin' now (was 'Select tree')
* i: used for (genome-only) 'Relink tree to organisms' (was 'Tree admin')
- in 'Sequence' menu:
* S: was used for 'Split sequences' + 'Align Sequences'.
* l: now used for 'Align sequences'.
- in species transfer of merge tool.
- in properties menu of 'ARB gene map'.
- in properties menu of 'PROBE and SAI' (most changed).
11 lines of code changed in 1 file:
* reintegrates 'refactor' into 'trunk'
- eliminates old interface of {{{GBS_strstruct}}}
- add a few new unittests (editor-config string + some PT-SERVER-functions)
* adds: log:branches/refactor@19300:19338
224 lines of code changed in 3 files:
* use {{{MessageSpamFilter}}} when generating groups:
- from callers which may spam arbs message box.
* part of #832
3 lines of code changed in 2 files:
* make group renaming from group-search macro-capable (adds missing IDs).
2 lines of code changed in 1 file:
* add 'View sysinfo' entry to arb 'Tools' menu.
- shows 'sys.info' generated by arb_launcher.
* document 'ARB session log archive'.
1 lines of code changed in 1 file:
* reintegrates 'sina' into 'trunk'
- build/deliver sina together with arb
* adds: log:branches/sina@18984:19043,19046:19069,19072:19244
28 lines of code changed in 3 files:
* reintegrates 'split' into 'trunk'
- completes #846
* adds: log:branches/split@19169:19221
52 lines of code changed in 2 files:
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
183 lines of code changed in 8 files:
* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166
277 lines of code changed in 6 files:
* reintegrates 'split' into 'trunk'
- implemented beta version of alignment splitter
* adds: log:branches/split@19077:19099
416 lines of code changed in 4 files:
* pass properties (not DB) -> store initials in properties (not in DB).
* remove unneeded header.
1 lines of code changed in 4 files:
* fix use of empty labels:
- {{{AW_window::label}}} no longer
* accepts empty labels.
* allows to overwrite existing labels (assume this happens by mistake).
- {{{create_toggle_field}}}:
* assert label is used (in flavor with label-parameter)
* remove empty and NULp labels passed (from callers).
4 lines of code changed in 3 files:
* remove unused mnemonic parameter to 'create_toggle_field'
- makes no sense anyway: having mnemonic for each toggle is sufficient (hence not implemented).
5 lines of code changed in 4 files:
* use {{{AW_orientation}}} to specify orientation of radio button.
1 lines of code changed in 1 file:
* quit prompt:
- print leading zero for seconds.
- do not plenk!
- increase noask-period after save.
3 lines of code changed in 1 file:
* remove parameter {{{fallback2default}}} from
- {{{create_selection_list}}}
- {{{create_list}}}
- {{{awt_create_TREE_selection_list}}}
- {{{awt_create_CONFIG_selection_list}}}
- {{{awt_create_SAI_selection_list}}}
* remove some - now unused - locals.
21 lines of code changed in 12 files:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
24 lines of code changed in 6 files:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
36 lines of code changed in 3 files:
* reintegrates 'nds' into 'trunk'
- fixes #841
* adds: log:branches/nds@18843:18882
139 lines of code changed in 2 files:
* remove 'Start a slave ARB on a foreign host' (obsolete).
0 lines of code changed in 1 file:
* reintegrates 'help' into 'trunk'
- relocate help sources
* adds: log:branches/help@18763:18780
2 lines of code changed in 1 file:
* define {{{ItemSelector}}} for SAIs (lacks changekey functionality, i.e. does not fit into a search&query).
* mark places where species-selector is misused for SAIs.
1 lines of code changed in 1 file:
* remove trailing whitespace from c source.
15 lines of code changed in 9 files:
* reintegrates 'tree' into 'trunk'
* adds: log:branches/tree@18666:18703
16 lines of code changed in 3 files:
* full update from child 'stable' into 'trunk'
- merge changes done to arb-7.0 release candidate
* adds: log:branches/stable@18690:18695
1 lines of code changed in 1 file:
* change many WARN_TODO triggered warnings into todo markers.
4 lines of code changed in 4 files:
* fix nameserver admin layout:
- status field now colored and resizeable
- change title
* change term 'name server' -> 'nameserver'.
1 lines of code changed in 1 file:
* add 'configure' button to 'synchronize ids'
- refactored AW_create_namesadmin_window -> AW_popup_namesadmin_window.
- document
1 lines of code changed in 1 file:
* allow to 'edit bootstraps'
- document example.
- when a replacement results in an empty string => remove remark.
2 lines of code changed in 1 file:
* fixes #824
- define stacksize required for tree-display in {{{TreeDisplay.hxx}}} (currently 20Mb)
- use that stacksize NTREE and PARSIMONY.
18 lines of code changed in 2 files:
* reintegrates 'root' into 'trunk'
- implements #449
* adds: log:branches/root@18451:18633
975 lines of code changed in 4 files:
* set "TAB separated" as default NDS column delimiter.
- rename AWAR to reset properties in userland.
4 lines of code changed in 1 file:
* reintegrates 'top' into 'trunk'
* adds: log:branches/top@18453:18462
37 lines of code changed in 4 files:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351
1 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
- fixes #754
* adds: log:branches/fix@18333:18338
2 lines of code changed in 1 file:
* result of sorting database by a criteria with non-strict species order is implementation dependent.
- test explicit order only for one OS (that test has only minor/no importance)
7 lines of code changed in 1 file:
* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310
7 lines of code changed in 5 files:
(1077 more)