[root]/EDIT4
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2664 (100.0%) | 75896 (100.0%) | 28.4 |
westram | 2411 (90.5%) | 43467 (57.3%) | 18.0 |
oldcode | 31 (1.2%) | 22406 (29.5%) | 722.7 |
yadhu | 158 (5.9%) | 5944 (7.8%) | 37.6 |
murban | 23 (0.9%) | 2127 (2.8%) | 92.4 |
urban | 4 (0.2%) | 1160 (1.5%) | 290.0 |
meierh | 2 (0.1%) | 521 (0.7%) | 260.5 |
epruesse | 18 (0.7%) | 179 (0.2%) | 9.9 |
jobb | 3 (0.1%) | 49 (0.1%) | 16.3 |
baderk | 5 (0.2%) | 22 (0.0%) | 4.4 |
boehnel | 7 (0.3%) | 20 (0.0%) | 2.8 |
foerster | 1 (0.0%) | 1 (0.0%) | 1.0 |
artemov | 1 (0.0%) | 0 (0.0%) | 0.0 |
* fixed LOOP_VECTORIZED expressions that used '*'-count (for gcc 10.x-series).
1 lines of code changed in 1 file:
* fix cursor tracking for consensus editing:
- make variable(s) module-locale + rename
- when cursor is tracked -> only remember position. set cursor after routing down hierarchy.
- track only CHANGED cursor positions => placement less often wrong
22 lines of code changed in 4 files:
* require mapping is up-to-date when {{{jump_sequence_pos}}} gets called.
* update mapping before setting cursor
- after executing keystroke.
- after block-ops.
* rename local.
10 lines of code changed in 3 files:
* {{{create_toggle_field}}}:
- change one flavor: allow to pass label AND orientation.
- directly pass labels (instead of explicit calls to {{{AW_window::label}}})
2 lines of code changed in 1 file:
* remove unused mnemonic parameter to 'create_toggle_field'
- makes no sense anyway: having mnemonic for each toggle is sufficient (hence not implemented).
3 lines of code changed in 2 files:
* use {{{AW_orientation}}} to specify orientation of radio button.
6 lines of code changed in 4 files:
* 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.
4 lines of code changed in 2 files:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
9 lines of code changed in 5 files:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
36 lines of code changed in 2 files:
* reintegrates 'help' into 'trunk'
- relocate help sources
* adds: log:branches/help@18763:18780
1 lines of code changed in 1 file:
* use terminal background color (=default, marked or colorized) also if SAI-translation isnt defined for a position.
7 lines of code changed in 1 file:
* warn if all columns mapped in editor.
17 lines of code changed in 1 file:
* refactored edit4 column remapper:
- result of {{{compile()}}} now indicates whether mapping has changed (previously returned error which never was set).
* {{{mapping_changed}}} now handled in local variable (previously was stored in class member).
- changed several method/variable types (int->bool)
31 lines of code changed in 2 files:
* remove trailing whitespace from c source.
38 lines of code changed in 13 files:
* inline {{{SOURCES}}} where only used to generate list of objects.
1 lines of code changed in 1 file:
* add predefined setting to consensus properties in edit4: {{{create_species_from_consensus}}}.
* be more verbose what goes wrong while restoring configs.
6 lines of code changed in 1 file:
* reintegrates 'tree' into 'trunk'
* adds: log:branches/tree@18666:18703
1 lines of code changed in 1 file:
* reintegrates 'top' into 'trunk'
* adds: log:branches/top@18453:18462
23 lines of code changed in 7 files:
* ED4_work_info:
- use auto instance in executeKeystroke().
- move -> ed4_edit_string.hxx
- pass down parent workinfo const into call_edit().
61 lines of code changed in 3 files:
* ED4_Edit_String:
- make members private.
- fix ctor (elim memset initialization).
17 lines of code changed in 2 files:
* ED4_Edit_String:
- remove unneeded global instance.
- use automatic instances.
- remove init_edit().
10 lines of code changed in 5 files:
* cosmetic + todos.
16 lines of code changed in 4 files:
* implement page up/down functionality for edit4
- {{{PgUp}}}/{{{PgDown}}} scrolls half page up/down
- pages horizontally when used together with ALT
16 lines of code changed in 1 file:
* ed4_scroll() can ignore scrollspeed (from awar).
10 lines of code changed in 1 file:
* code move only.
61 lines of code changed in 1 file:
* warn if any path used in ARB does contain spaces (too error-prone)
- added helper functions into CORE
- warn about unwanted chars
* in result from getenv_executable(), getenv_existing_directory(), getenv_autodirectory(), GB_find_executable().
* in path of sina executable and of pigz used in ARB_zfopen().
19 lines of code changed in 1 file:
* fix invalid access to ED4_ROOT (before it's initialized):
- has been introduced with [18351]
- move ED4_propertyName into ED4_root.cxx.
- make static.
- rename ED4_propertyName -> propertyName.
- pass gb_main down into detectProperties + propertyName.
41 lines of code changed in 3 files:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351
411 lines of code changed in 25 files:
* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310
5 lines of code changed in 4 files:
* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158
11 lines of code changed in 8 files:
* reduced use of GB_change_my_security:
- use GB_securityLevel instead of manually fiddling around with GB_change_my_security.
- inspected and accepted leftover uses (see comments).
1 lines of code changed in 1 file:
* use security objects instead of manually calling GB_push/pop_my_security.
* eliminate GB_push/pop_my_security.
* fix scoping using a TA object.
3 lines of code changed in 1 file:
* FIXES crash in RELEASE version (when invalid color group occurs in database).
* add assertions against
- invalid color_groups and
- invalid unshaded GCs.
* ARBDB color-group interface:
- define number of allowed color groups in ARBDB
- fix interface types (long->int)
- report error when color_group passed to {{{GBT_set_color_group}}} is out-of-range.
- {{{GBT_get_color_group}}} does range check. returns 0 if out-of-range.
56 lines of code changed in 2 files:
* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876
50 lines of code changed in 4 files:
* reintegrates 'clone' into 'trunk'
* adds: log:branches/clone@17813:17835
2 lines of code changed in 1 file:
* remove hardcoded 'markCreated==true' from
- GBT_find_or_create_species_rel_species_data and
- GBT_find_or_create_species.
* hardcode 'markCreated==false' in GBT_find_or_create_SAI.
- changes result DB.
- increase diff buf size (result DB has loooong lines).
1 lines of code changed in 1 file:
* partial merge from 'fts' into 'trunk'
- {{{ConfigMapping}}}:
* cleanup
* add missing tests
* fix config bug: trailing backslash at end of values did cause wrong read of data
* adds: log:branches/fts@17718:17723
12 lines of code changed in 1 file:
* reintegrates 'cleanup' into 'trunk'
* adds: log:branches/cleanup@17627:17650
4 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
- performs #798
* adds genetic code tables (24-31)
* adds combined amino acid J (I or L)
* improved translate and/or realign
- handle optional start-/stop-codons
- improve recognition of nuc-triples containing IUPAC-codes
* error messages now always list EMBL table numbers
* adds:
- log:branches/fix@17480:17485,17491:17492,17494:17507,17509:17528,17534:17592
- log:branches/optional@17481:17568
11 lines of code changed in 2 files:
* partial merge from 'fix' into 'trunk'
- globally define what are "gaps"
- kept behavioral changes to a minimum:
* defaults for (user-defined) gap-definition in EDIT4 changed
* EDIT sequence search also uses user-defined gaps
* adds: log:branches/fix@17529:17533
11 lines of code changed in 5 files:
(900 more)