[root]/EDIT4
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2709 (100.0%) | 76765 (100.0%) | 28.3 |
westram | 2456 (90.7%) | 44336 (57.8%) | 18.0 |
oldcode | 31 (1.1%) | 22406 (29.2%) | 722.7 |
yadhu | 158 (5.8%) | 5944 (7.7%) | 37.6 |
murban | 23 (0.8%) | 2127 (2.8%) | 92.4 |
urban | 4 (0.1%) | 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 |
* 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
49 lines of code changed in 4 files:
* use + add wrapped concatenators to {{{GBS_strstruct}}}
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
474 lines of code changed in 2 files:
* reintegrates 'split' into 'trunk'
- completes #846
* adds: log:branches/split@19169:19221
9 lines of code changed in 3 files:
* rename "select" -> "highlight" (part II)
24 lines of code changed in 6 files:
* refactor {{{ED4_selection_entry}}}:
- remove some correction performed during move. AFAIK this is completely obsolete because {{{ED4_request_relayout}}} gets called afterwards.
* remove now obsolete block (did nothing but iterate the list of highlighted species).
- eliminate {{{actual_width}}} + {{{actual_height}}} from {{{ED4_selection_entry}}} (only written).
- move members of {{{ED4_selection_entry}}}, that are only used by drag+drop, into {{{ED4_dragNdrop_info}}}.
* just keep one static instance of {{{ED4_dragNdrop_info}}} (that's ok, there is only one move at a time).
* move {{{ED4_dragNdrop_info}}} into module.
* remove duplicated prefix 'drag' from members of {{{ED4_dragNdrop_info}}}.
- remove now unused variables.
- update comments.
27 lines of code changed in 4 files:
* rename "select" -> "highlight"
98 lines of code changed in 9 files:
* wont introduce multi-column-blocks.
1 lines of code changed in 1 file:
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
178 lines of code changed in 14 files:
* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166
8 lines of code changed in 1 file:
* 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:
(910 more)