Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 30 (100.0%) | 2171 (100.0%) | 72.3 |
oldcode | 9 (30.0%) | 2124 (97.8%) | 236.0 |
westram | 19 (63.3%) | 40 (1.8%) | 2.1 |
yadhu | 2 (6.7%) | 7 (0.3%) | 3.5 |
* do not reopen file/pipe to read ascii database format (avoids one broken-pipe error)
- use same detection method as already by {{{GBT_check_arb_file}}}
- arb now refuses to load ascii-databases without correct header
* added missing ascii-header to status.arb (default property file)
* {{{GBT_check_arb_file}}} now opens decompression pipe with stderr redirected
- hides the 'broken pipe' error always occurring from there (because only a few bytes get read)
1 lines of code changed in 1 file:
* unused
0 lines of code changed in 1 file:
merge from e4fix [8376] [8377] [8378] [8379] [8380] [8386] [8387] [8388] [8389]
* do not save AWARs which have default values
- motivation: edit4-props saved after [8362] did not load with older versions
- pros:
* if the user did not change the default, changing the default in code will propagate to the user
- cons:
* AWARs used by multiple applications will trigger in non-saving application, when the database containing the awar is saved
- only happens once if AWAR was previously stored with default-value
- the most obvious ones were those edit4-search-strings linked to ntree (primer, probe, gene). disarmed them by setting the default to NULL
* always generate definitions of SAI color translation tables (since default no longer saved)
- drawback: when user deletes a default color translation table, it will re-appear after restart
* allow experts to save fast-aligner protection to properties
* deliver errors exported by awar callbacks (when triggered by widget change)
* sequence color mapping
- translate stored old default ('=0') to new default (!'') on awar creation
- removed code talking to AWARs via ARBDB interface - just use AWARs straightforward
* ignore request_refresh_for_sequence_terminals when there is no hierarchy yet (now triggered by seq colors)
* lib/arb_default/edit4.arb
- removed default values (where code defaulted to same value)
- changed some defaults
* aligner (explicit, but empty ref)
* helix setting (stolen from WL)
* lib/arb_default/ntree.arb
- removed all values
* equal to default value
* obsolete entries (former awar names)
* entries that are now stored in main DB
* removed unused AWARS (AWTC_create_rename_awars)
* default for AWAR_TREE now "" everywhere
* removed unused AISC variable
* renamed edit direction related variables/awars
2 lines of code changed in 2 files:
* separated functionality of gap-insertion and toggling gap-type
- '.', '-' and space now always
* insert a gap character in align- or insert-edit-mode and
* overwrite a position with a gap in replace-edit-mode
- above keys+CTRL changes the gaptype of a complete gap-chain (works in edit- and align-mode)
* removed default key-mapping ' '->'-' (handled internally)
- added advice for those who already saved their edit4 properties
2 lines of code changed in 1 file:
* merges [7486] [7487] to trunk
1 lines of code changed in 1 file:
* removed unused vectorfont
0 lines of code changed in 7 files:
- changed application color for ARB_PARSIMONY
1 lines of code changed in 1 file:
- removed seq-color mapping (now hardcoded in EDIT4)
0 lines of code changed in 1 file:
- changed linefeeds into \n
7 lines of code changed in 1 file:
- converted old-formatted strings
3 lines of code changed in 1 file:
1. New feature to maintain tips and tricks that are available in ARB.
2. User can view the tips and tricks that are associated with ARB_NTREE window and
Primary Structure Editor (ARB_EDIT4) Window.
3. User can also add and change tips at his disposal and maintain the same
as local database.
1 lines of code changed in 1 file:
*** empty log message ***
6 lines of code changed in 1 file:
*** empty log message ***
22 lines of code changed in 1 file:
changed default application color
1 lines of code changed in 1 file:
Initial revision
2124 lines of code changed in 9 files: