August 2015 Commit Log

Number of Commits:
58
Number of Active Developers:
2
westram 2015-08-28 12:58 Rev.: 14228


* {{{GBT_names_erase}}} -> {{{CharPtrArray::safe_remove}}}

11 lines of code changed in 3 files:

westram 2015-08-28 12:21 Rev.: 14227


* elim 3 of 4 {{{GBT_names_...}}} functions

35 lines of code changed in 4 files:

westram 2015-08-28 11:58 Rev.: 14226


* {{{GBT_names_...}}} functions
- move code into str-array classes
- make inline (prepare remove)

53 lines of code changed in 2 files:

westram 2015-08-28 10:12 Rev.: 14225


* {{{GBT_join_names}}} -> {{{GBT_join_strings}}}

27 lines of code changed in 13 files:

epruesse 2015-08-27 03:23 Rev.: 14219

also allow archive lines in c++filt output

example line:
/path/to/arb/MODULE/MODULE.a(MOD_dothething.o):

2 lines of code changed in 1 file:

epruesse 2015-08-27 02:56 Rev.: 14218

also check "_LIBCPP_STRING" to determine if std:string loaded

1 lines of code changed in 1 file:

epruesse 2015-08-27 02:13 Rev.: 14217

fix warning

1 lines of code changed in 1 file:

epruesse 2015-08-27 02:12 Rev.: 14216

add gcc 4.6.4

1 lines of code changed in 1 file:

westram 2015-08-26 13:26 Rev.: 14208


* dont use {{{calc_signed_digits}}} for unsigned input (warns since [14206])

2 lines of code changed in 1 file:

westram 2015-08-26 13:19 Rev.: 14207


* fix NDEBUG warnings

3 lines of code changed in 1 file:

westram 2015-08-26 13:06 Rev.: 14206


* use templates to avoid (compiler version dep.) type errors

4 lines of code changed in 1 file:

westram 2015-08-26 13:02 Rev.: 14205


* add target 'cleanlinked' (to fix WCs updating from before [14038])

6 lines of code changed in 1 file:

westram 2015-08-26 12:24 Rev.: 14203


- DRY digit calculation

17 lines of code changed in 5 files:

westram 2015-08-25 16:37 Rev.: 14200


* fix misc warnings

13 lines of code changed in 4 files:

westram 2015-08-25 15:43 Rev.: 14197


* reintegrates 'markers' into 'trunk'
- completes #658
* adds:
- log:branches/markers@14027:14029,14033:14180,14190:14196

539 lines of code changed in 15 files:

westram 2015-08-24 10:29 Rev.: 14190


* merge [14180:14189] from 'markers' into 'trunk'
- refactored {{{AWT_graphic_tree::show_radial_tree}}}
* adds:
- log:branches/markers@14181:14189

1068 lines of code changed in 9 files:

westram 2015-08-20 11:47 Rev.: 14177


* skeleton/bond correction based on line-thickness is not needed in gtk version (see comments)

27 lines of code changed in 2 files:

westram 2015-08-19 17:34 Rev.: 14175


* SECEDIT
- fix skeleton / probe display
* fixed calculation of char radius (using hypotenuse of width/height)
* fixed skeleton attach points (considering skeleton thickness, which affects start/end of line)
* reduce (probe) background linewidth (to 75%)
- fix bond display
* bondsize is now limited by distance between opposite strands AND distance between consecutive bases in one strand
* fixed bond attach points (now considering bond thickness, which affects start/end of line)

44 lines of code changed in 2 files:

westram 2015-08-18 15:36 Rev.: 14174


* refactored {{{ED4_terminal::event_sent_by_parent}}}
- move terminal-drag/drop code to top
- reordered code (bringing together related code snippets)
* setting the cursor works as click and as drag (in SECEDIT and EDIT4)

169 lines of code changed in 2 files:

westram 2015-08-18 14:01 Rev.: 14173


* detection of drag/drop target (=AW_clicked_element)
- remove hardcoded detection for AWT_MODE_MOVE
- modes may request detection (AWT_MODE_MOVE does)

16 lines of code changed in 4 files:

westram 2015-08-18 11:20 Rev.: 14172


* group indicator (at root of unfolded group in dendrogram)
- draw as solid polygon (much easier to click/drag)
- draw on top of branches
* updated display test results

101 lines of code changed in 4 files:

westram 2015-08-18 08:56 Rev.: 14171


* in branchscaling- and multifurcation-mode, scaling did not work if branch was grabbed at or beyond "100%"-end of branch

5 lines of code changed in 1 file:

westram 2015-08-18 08:30 Rev.: 14170


* remove redundant member from {{{BranchScaler}}}

11 lines of code changed in 1 file:

westram 2015-08-17 18:41 Rev.: 14168


* adapt box/polygon indicators for gtk

11 lines of code changed in 1 file:

westram 2015-08-17 18:30 Rev.: 14167


* fix clang compile-error

10 lines of code changed in 1 file:

westram 2015-08-17 17:57 Rev.: 14166


* add {{{AW_clicked_polygon}}} (#661; e.g. affects drag group->group in move mode)
* prefer box/polygon over line (in PREFER_NEARER mode)

145 lines of code changed in 3 files:

westram 2015-08-17 14:22 Rev.: 14164


* sync useless differences between trunk and gtk

4 lines of code changed in 3 files:

westram 2015-08-17 12:43 Rev.: 14162


* add {{{AW_clicked_box}}} to clickable elements (#661)
- if box is unfilled, behavior is similar to previous (indicator now highlights the whole box instead of one of its lines)
- if box is filled, distance is zero for clicks inside the box
* fixed {{{operator==}}} for {{{AW_clicked_element}}} (always false for different element types; was never called before)
* draw "marked-boxes" on click-device (click and drag)

104 lines of code changed in 4 files:

westram 2015-08-12 15:46 Rev.: 14161


* elim duplicate type name

5 lines of code changed in 2 files:

westram 2015-08-12 15:22 Rev.: 14160


* use {{{Position}}} in {{{AW_device_click}}}

16 lines of code changed in 3 files:

westram 2015-08-12 14:58 Rev.: 14158


* sync code with gtk branch

57 lines of code changed in 2 files:

westram 2015-08-12 14:08 Rev.: 14156


* move option-menu- and toggle-code into separate file (prepare sync with gtk)

718 lines of code changed in 4 files:

westram 2015-08-12 10:16 Rev.: 14154


* deny access to click-device internals

0 lines of code changed in 1 file:

westram 2015-08-12 09:51 Rev.: 14153


* move {{{best_click}}} into {{{AW_device_click}}}

55 lines of code changed in 5 files:

westram 2015-08-11 17:49 Rev.: 14152


* [13912] broke shading of move-node-indicator in gtk. this will fix behavior when merged.

5 lines of code changed in 1 file:

westram 2015-08-11 17:10 Rev.: 14150


* refactored AW_clicked_element-hierarchy
- made members private
- clean up init/clear chaos (instead reassign new element)
- do not detect exact char-position (inside text). not used.
- eliminate {{{exactHit}}} (useless)
- use {{{AW::LineVector}}} instead of single coordinates in {{{AW_clicked_line}}}

67 lines of code changed in 5 files:

westram 2015-08-11 14:50 Rev.: 14149


* {{{LineOrText}}} -> {{{ClickedElement}}} (=virtually copyable {{{AW_clicked_element}}}; survives from click- to drag- to drop-event)

22 lines of code changed in 2 files:

westram 2015-08-11 14:21 Rev.: 14148


* remove clicked line/text from AWT_graphic_event (replace by ptr to click device)
* retrieve clicked items later (in {{{best_click}}}); avoids copy

44 lines of code changed in 5 files:

westram 2015-08-11 10:23 Rev.: 14147


* no longer store {{{clicked_line}}}/{{{clicked_text}}} in {{{AWT_canvas}}}
- changes mouse handler logic: initial click no longer available during drag/drop (code depending on that was fixed with [14146])
- instead store {{{clicked_line}}}/{{{clicked_text}}} locally in {{{input_event}}} and {{{motion_event}}}
* cleanups
- logic in {{{motion_event}}}
- exit early from {{{AWT_graphic_tree::handle_command}}} if doing drag/drop (removes multiple event type checks)
* add {{{aw_dump}}} for {{{Angle}}}

117 lines of code changed in 4 files:

westram 2015-08-11 09:06 Rev.: 14146


* SECEDIT mouse handler
- store {{{SEC_base}}} clicked during initial button-down of a drag-command (previously code depended on clicked-element stored in AWT_canvas being passed into {{{handle_command}}})
- simplify code in {{{SEC_graphic::handleMouse}}} (function is always called with valid {{{SEC_base}}})

178 lines of code changed in 1 file:

westram 2015-08-07 11:46 Rev.: 14145


* add scalers to SECEDIT display options

29 lines of code changed in 3 files:

westram 2015-08-06 17:06 Rev.: 14144


* fix leak in {{{GBS_merge_tagged_strings}}}
- caused by {{{g_bs_read_tagged_hash}}} returning 0 (=> hash forgot dynamic entries)

5 lines of code changed in 1 file:

westram 2015-08-06 16:03 Rev.: 14143


* cleanups only

22 lines of code changed in 3 files:

westram 2015-08-06 13:47 Rev.: 14141


* "ressource" -> "resource"

694 lines of code changed in 12 files:

westram 2015-08-06 13:37 Rev.: 14140


* fix resource checker for gtk-branch

10 lines of code changed in 2 files:

westram 2015-08-06 11:42 Rev.: 14139


* remove unused double-click handler

0 lines of code changed in 11 files:

westram 2015-08-06 11:40 Rev.: 14138


- fix conversion warnings

2 lines of code changed in 2 files:

westram 2015-08-06 10:18 Rev.: 14136


* updated

2 lines of code changed in 1 file:

westram 2015-08-06 10:17 Rev.: 14135


* resource checker
- simplify code for editor button (now resource usage is detected)
- report success
- call on build server

10 lines of code changed in 3 files:

westram 2015-08-06 09:48 Rev.: 14133


- remove unused dirs

0 lines of code changed in 167 files:

westram 2015-08-05 15:49 Rev.: 14131


* ARB_SECEDIT
- add help for bond layout definitions
- use existing (general) help for export->xfig and print
- updated help for display options
- add help-links between search/sai-viz and secedit

95 lines of code changed in 7 files:

westram 2015-08-05 14:46 Rev.: 14130


* ARB_SECEDIT help for load/save structure
* fix crash (if trying to save before ever displaying a structure)
* type callbacks

69 lines of code changed in 2 files:

westram 2015-08-05 14:09 Rev.: 14129


* add missing help for sync-colors from ARB_SECEDIT

40 lines of code changed in 2 files:

westram 2015-08-05 13:53 Rev.: 14128


* add missing help to merge tool (field transfer/merge; tagging)
* fix layout of some windows

216 lines of code changed in 9 files:

westram 2015-08-05 13:37 Rev.: 14127


- add unittest for tagged string merge

44 lines of code changed in 1 file:

westram 2015-08-01 13:15 Rev.: 14126


* update help about saving databases

36 lines of code changed in 4 files:

westram 2015-08-01 12:27 Rev.: 14125


* document 'Re-repair DB'

44 lines of code changed in 1 file:

westram 2015-08-01 10:43 Rev.: 14123


* merge [14030] + [14032] from 'markers' into 'trunk'

264 lines of code changed in 15 files:

July 2015 »

Generated by StatSVN 0.7.0