* since [14054] updating WC to HEAD _always_ changed ARBDB => always caused _all_ unittests to run again
- instead read revision from generated file ({{{lib/revision_info.txt}}})
34 lines of code changed in 6 files:
* remove {{{-Wl,-noinhibit-exec}}}
- fixes missing link-error issue (see [14355], [14357])
6 lines of code changed in 1 file:
* dont use {{{-Wl,--no-undefined}}} for OSX (fixes [14355])
19 lines of code changed in 1 file:
* linking executables with undefined symbols did NOT fail build. fixed.
- maybe introduced by #618 or by [12972]
1 lines of code changed in 1 file:
* attempt to get rid of perl-locale-spam in build-logs
8 lines of code changed in 1 file:
* document CTRL-keybindings available in EDIT4
58 lines of code changed in 5 files:
* another attempt to fix {{{jump_sequence_pos}}} (see also [12129])
- if sequence pos is hidden (by "hide gaps") => use adjacent positions (preferring right over left)
- fix {{{ED4_remap::is_shown}}} (complicated due to broken design of values stored in {{{sequence_to_screen_tab}}})
40 lines of code changed in 3 files:
* GDE commands failed to read sequence filter settings
- was broken by [14118]
11 lines of code changed in 3 files:
* fix SEGV when opening config manager (and configs w/o comment exist)
2 lines of code changed in 1 file:
* EDIT4 options window
- add scalers for seq<>seq, seq<>helix spacing and hiding nucleotides
- layout fixes
40 lines of code changed in 3 files:
* pass refresh callback as typed callback
- Note: IIRC this is the first use of a (pointer to a static) typed callback as parameter of another typed callback
24 lines of code changed in 5 files:
* typed most popup-callbacks (+tested macro IDs)
31 lines of code changed in 5 files:
* no longer use deprecated {{{GB_get_error}}}
6 lines of code changed in 1 file:
* sync menu entry 'Frame settings' (and mark motif only where missing)
* merge some gtk-only application code into trunk (not compiled there)
33 lines of code changed in 6 files:
* EDIT4: fix load/save config layout
50 lines of code changed in 3 files:
* macro execution of client-commands (e.g. EDIT4 commands) was broken by [13764]
- perl client was attempting to receive a NULL-container
- failed in most cases; succeeded only if client started up very quickly..
1 lines of code changed in 1 file:
* rename config save/load functions
13 lines of code changed in 3 files:
* cleanup prototype mess
64 lines of code changed in 1 file:
* fix macro IDs for 2nd editor window
11 lines of code changed in 1 file:
* refactored {{{ED4_base::generate_configuration_string}}}
- uses GBS_strstruct (avoiding extensive reallocations)
- no longer (temp.) modifies consensus position inside group (instead call consensus first, rest afterwards)
65 lines of code changed in 4 files:
* fix a buffer-overflow (by strlen) in {{{ED4_base::generate_configuration_string}}}
3 lines of code changed in 1 file:
* document howto copy&paste
52 lines of code changed in 5 files:
* belongs to [14258]
15 lines of code changed in 1 file:
* ARB help
- added history of visited help topics
- reuse tempfile for repeated searches
- pressing ENTER in search field runs search
- relayout GUI
- display less useless message when "no help" is displayed
102 lines of code changed in 2 files:
* reintegrates 'config' into 'trunk' (implements #607)
* adds: log:branches/config@14199:14255
752 lines of code changed in 29 files:
* fix window ID for message windows (broken by [14232])
1 lines of code changed in 1 file:
* increase timeout for dbserver startup (1-2 seconds -> >60 seconds)
1 lines of code changed in 1 file:
* doc {{{GBT_store_marked_species}}} and related
15 lines of code changed in 1 file:
* added assertion against late restore of species marks
5 lines of code changed in 1 file:
* add GB_USERFLAG_WASMARKED
* rename {{{GB_set_user_flag}}} -> {{{GB_raise_user_flag}}}
* add {{{GB_write_user_flag}}}
12 lines of code changed in 6 files:
* allow to specify window ID of {{{AW_window_message}}}
- use for question window to avoid clash of macro IDs for 'HELP' button
15 lines of code changed in 3 files:
* unTABify
3 lines of code changed in 1 file: