* if marked thresholds was lowered towards zero, groups with '''no''' matches were highlighted
- fixed by using float to calculate match-rate
- related to [13921]
14 lines of code changed in 1 file:
- stuff leaks
3 lines of code changed in 2 files:
* allow to customize display width of markers
26 lines of code changed in 3 files:
* add AUTOMATCH to probe collection
50 lines of code changed in 2 files:
* CLEAR did not clear selection list in probe collection edit window
1 lines of code changed in 1 file:
* two 'CLEAR'-buttons are not clear :)
* remove safety question when forgetting match results
* toggle order: EDIT, MATCH, FORGET
16 lines of code changed in 3 files:
* do not update threshold-limits in case of error
- tried to set them to 0/0, which is illegal
* also avoid illegal limits generally
8 lines of code changed in 1 file:
* connect probe match/design with probeSpec
- match a probe or select a designed probe -> copy into probe collection target string
- probe collection target string changes =>
* select in probe collection (if is a member)
* write to probe match target string
- i.e. if probe collection and probe design result is open, both sync to each other if possible
38 lines of code changed in 1 file:
* added a MODIFY button (replaces selected probe)
* selecting a probe updates 'Target string' and 'Probe name' (to allow to modify it)
* select new/modified entry
* show some reasons (if probe not added/modified)
178 lines of code changed in 4 files:
* select next probe after removing a probe
* stuff some leaks
32 lines of code changed in 1 file:
* use same awar for selected probe in both selection lists
* rename last 'PMC' awar
6 lines of code changed in 1 file:
* do not touch species marks when matching probe collection
0 lines of code changed in 1 file:
* use error instead of abort-flag while matching probe collection
- abort on match-parser errors
* increment progress '''after''' work is done
29 lines of code changed in 3 files:
* use plain {{{probe_match_event}}} in probeSpec
- avoids modification of awars owned by probematch-interface (and thus does no longer triggers attached callbacks)
19 lines of code changed in 1 file:
* move runtime check against unwanted awar use into {{{probe_match_event}}}
14 lines of code changed in 1 file:
* use plain {{{probe_match_event}}} in IUPAC-matcher
- avoids modification of AWAR_TARGET_STRING (and thus does no longer trigger attached callbacks)
10 lines of code changed in 1 file:
* no longer use awars in {{{probe_match_event()}}}
116 lines of code changed in 2 files:
* add debug code to ensure that a code-section does not use awar reads/writes
18 lines of code changed in 2 files:
* eliminate useless {{{AW_window}}}
- stored in {{{AutoMatchSettings}}}
- passed to {{{probe_match_event}}}
16 lines of code changed in 2 files:
* disable auto-match from {{{probe_match_with_specificity_event}}}
- avoids useless additional probematches
- avoids assertion failure in progress counter
3 lines of code changed in 1 file:
* moves probe_design.hxx -> probe_gui.hxx / probe_local.hxx
59 lines of code changed in 10 files:
- add gcc 4.8.5 and 4.9.3
2 lines of code changed in 1 file:
* remove wm_set_fill_solid / wm_set_fill_stipple from overides fake object (fixes gcc 4.7++ compilation)
0 lines of code changed in 1 file:
* reintegrates '!ProbeMatchCollection' into 'trunk'
- does #479
* adds:
- log:branches/ProbeMatchCollection@13801,13803:13804,13807:13840,13842:13849,13852:13922
4139 lines of code changed in 22 files:
* whitespace
27 lines of code changed in 5 files:
* renames only: FILLED -> SOLID, tipBoxSize -> TIP_BOX_SIZE
28 lines of code changed in 11 files:
- fix clang compile
2 lines of code changed in 1 file:
* draw groups (explicitely) shaded
* skip unneeded call to {{{set_grey_level}}} (IRS tree group tipbox)
5 lines of code changed in 2 files:
* defines two new fill-styles: SHADED and SHADED_WITH_BORDER
* implement different fill-styles for {{{box}}} and {{{polygon}}}
194 lines of code changed in 7 files:
* use {{{AW::FillStyle}}} from clients
49 lines of code changed in 13 files:
* replace 'filled'-parameter for box, circle, arc and polygon by smart enum
40 lines of code changed in 5 files:
* device interface
- mark {{{xxx_impl}}} OVERRIDE
- "filled_area" -> "polygon" + {{{bool filled}}}
- remove parameter 'filled' from {{{generic_xxx}}}
- eliminate {{{generic_arc}}}, directly call {{{generic_circle}}}
* use {{{polygon(..,true,...)}}} in tree display
46 lines of code changed in 6 files:
* fix compilation with gcc 5.10
2 lines of code changed in 1 file:
* fix (now) wrong use of {{{set_minmax}}} in {{{gc_minmax_changed_cb}}}
5 lines of code changed in 2 files:
* deny calling {{{AW_awar::set_minmax}}} with {{{min==max}}}
5 lines of code changed in 1 file:
* move common part of scaler-transformation
- into class AW_ScalerTransformer and
- to a code location where it merges into gtk
85 lines of code changed in 3 files:
* ~~ensure limits for GC-content by using set_minmax() after widget has been realized~~
- ~~need to be able to do this for probeSpec-mismatch-threshold-slider (which changes its max. value)~~
- ~~causes stubborn behavior (e.g. after setting minGC to 20, maxGC can no longer be set to 10)~~
(reverted by [13997])
26 lines of code changed in 1 file:
* add some example scalers to 'Tree options'
14 lines of code changed in 1 file:
* merge [13851] from '!ProbeMatchCollection' into 'trunk'
- implements scaler widget
Note: change to AW_Xm.cxx does belong to [13884] :/
229 lines of code changed in 5 files:
* implement simple grey-level for AW_device_Xm:
- supports greylevels 0%,25%,50%,75%,100% (other greylevels get rounded to next supported one)
- (yet) only supported by {{{box()}}}, e.g. in IRS-treeview
- (yet) always draws solid frame around box (as gtk version does)
105 lines of code changed in 4 files:
* merge [13850] from '!ProbeMatchCollection' into 'trunk'
- track mean time spent in awar update
32 lines of code changed in 2 files:
* merge [13841] from '!ProbeMatchCollection' into 'trunk' (const param)
2 lines of code changed in 2 files:
* arb parsimony failed assertion if color groups were used since [13873]
5 lines of code changed in 1 file:
* fix treedisp unittest results
1740 lines of code changed in 8 files:
* add 6 more probe colors (rainbow colors)
* update color names (=userland reset)
* update help
* Note: fails treedisp unittest
60 lines of code changed in 4 files:
May 2015 »