* {{{create_toggle_field}}}:
- change one flavor: allow to pass label AND orientation.
- directly pass labels (instead of explicit calls to {{{AW_window::label}}})
24 lines of code changed in 6 files:
* fix use of empty labels:
- {{{AW_window::label}}} no longer
* accepts empty labels.
* allows to overwrite existing labels (assume this happens by mistake).
- {{{create_toggle_field}}}:
* assert label is used (in flavor with label-parameter)
* remove empty and NULp labels passed (from callers).
16 lines of code changed in 9 files:
* remove unused mnemonic parameter to 'create_toggle_field'
- makes no sense anyway: having mnemonic for each toggle is sufficient (hence not implemented).
24 lines of code changed in 14 files:
* use {{{AW_orientation}}} to specify orientation of radio button.
25 lines of code changed in 13 files:
* remove obsolete method {{{mark_species_in_rest_of_tree_that}}}.
0 lines of code changed in 2 files:
* remove unused member {{{opened_with_marked}}}.
1 lines of code changed in 1 file:
* {{{next_expand_mode}}} now also expands all groups containing unmarked species:
- can be applied to subtrees by key 'x'.
- update documentation.
- impl: also count **unmarked** species in {{{AWT_graphic_tree_group_state}}}.
38 lines of code changed in 3 files:
* implement 'expand unmarked'
- call from 'collapse' menu.
- document.
8 lines of code changed in 5 files:
* {{{AWT_graphic_tree_group_state}}}:
- privatize members.
- declare friendship of {{{detect_group_state}}}.
- comment.
8 lines of code changed in 1 file:
* include {{{rpc/types.h}}} under OSX only (fixes compilation under SuSE Leap 15.3).
Notes:
* originally introduced with [14000]
* merged to trunk with [14007]
7 lines of code changed in 1 file:
* cleanup label handling
- reactivate unused else-branch (handles radio field w/o label).
- create_option_menu: {{{calculate_label_size}}} again called w/o passing explicit label.
- remove parameter {{{non_at_label}}} from {{{calculate_label_size}}}.
23 lines of code changed in 3 files:
* fix vertical alignment of inputfield-labels (works for multiline labels).
* reintroduce a multiline label in fasttree window (had been removed with [18838] due to misalignment)
* change some debug dumps.
6 lines of code changed in 3 files:
* rename some locals used for label widget.
36 lines of code changed in 1 file:
* correct handling of Makemaker-Makefile:
- remove workaround-hack (did accept failure + call make again)
- add lines to mark makefile recursion.
- fix reasons for hack:
* target 'Makefile' now depends on 'Makefile.PL' => 'Makefile' will no longer recreate itself and fail on first call
* avoid target '$(DOC)' triggers 'ARB.c'. Instead it depends on '$(TARGET_SO)'. Fixes random failure caused by parallel execution of both sub-targets.
- reduce risc of wrong use (by additional restrictions when conflicting targets may be called).
28 lines of code changed in 1 file:
* declare some OPENGL-only classes final.
3 lines of code changed in 3 files:
* quit prompt:
- print leading zero for seconds.
- do not plenk!
- increase noask-period after save.
3 lines of code changed in 1 file:
* 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.
93 lines of code changed in 47 files:
* fix warning.
1 lines of code changed in 1 file:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
109 lines of code changed in 44 files:
* avoid rule method fails, when no such directory exists.
1 lines of code changed in 1 file:
* updated
5 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
1044 lines of code changed in 107 files:
* reorder buttons
- new 'save' button at pos2 (too often clicked it by accident).
- use only 1 label for all buttons.
- use fixed button distance.
6 lines of code changed in 2 files:
* add {{{GB_test_delete_possible}}}:
- tests TA + returns security error.
- use it in {{{GB_delete}}} + {{{GB_set_temporary}}}.
* test user has security to delete tree **before** copying the tree (which may take some time).
43 lines of code changed in 4 files: