Directory SL/ITEMS/

Total Files:
10
Deleted Files:
0
Lines of Code:
1735

[root]/SL/ITEMS

Lines of Code

SL/ITEMS/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
westram 126 (100.0%) 1617 (100.0%) 12.8

Most Recent Commits

westram 2022-09-02 14:35 Rev.: 19248


* rename {{{GBT_add_new_changekey}}} -> {{{GBT_add_new_species_changekey}}}.

5 lines of code changed in 1 file:

  • SL/ITEMS: changekey.cxx (+5 -5)
westram 2022-07-09 10:17 Rev.: 19143


* handle results from add-new-changekey functions.
- while refreshing keys: only warn.
* generally fix error handling in {{{MG_copy_and_check_alignments}}}.

14 lines of code changed in 1 file:

  • SL/ITEMS: changekey.cxx (+14 -14)
westram 2022-07-09 10:12 Rev.: 19140


* in "add new changekey"-functions:
- change type of param 'type' (int -> GB_TYPES)
- fix callers where needed.

3 lines of code changed in 1 file:

  • SL/ITEMS: changekey.cxx (+3 -3)
westram 2022-03-30 17:36 Rev.: 18979


* 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).

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+1 -1)
westram 2022-03-30 17:31 Rev.: 18978


* remove unused mnemonic parameter to 'create_toggle_field'
- makes no sense anyway: having mnemonic for each toggle is sufficient (hence not implemented).

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+1 -1)
westram 2022-03-04 16:20 Rev.: 18964


* 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.

2 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+2 -5)
westram 2022-03-04 16:16 Rev.: 18963


* fix warning.

1 lines of code changed in 1 file:

  • SL/ITEMS: itemtools.cxx (+1)
westram 2022-03-04 12:26 Rev.: 18959


* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958

6 lines of code changed in 1 file:

  • SL/ITEMS: Makefile (+6)
westram 2021-10-07 19:18 Rev.: 18754


* define {{{ItemSelector}}} for SAIs (lacks changekey functionality, i.e. does not fit into a search&query).
* mark places where species-selector is misused for SAIs.

131 lines of code changed in 3 files:

  • SL/ITEMS: Makefile (+36), SAIs.cxx (new 93), items.h (+2)
westram 2021-07-08 14:12 Rev.: 18662


* add toggle to 'MODIFY DATABASE FIELD of listed ...' permitting to change the 'name' field.

3 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.h (+3 -2)
westram 2019-11-08 16:50 Rev.: 18211


* add new {{{QUERY_ITEM_TYPE}}} for organisms: {{{QUERY_ITEM_ORGANISM}}}

8 lines of code changed in 3 files:

  • SL/ITEMS: items.h (+5), itemtools.cxx (+2 -1), species.cxx (+1 -1)
westram 2019-11-08 16:47 Rev.: 18210


* organism selector iterates organisms only.

21 lines of code changed in 1 file:

  • SL/ITEMS: species.cxx (+21 -2)
westram 2019-11-08 16:45 Rev.: 18209


* fix item binding in ITEM_organism (now bound to AWAR_ORGANISM_NAME).
* fixes behavior of organism info window

13 lines of code changed in 1 file:

  • SL/ITEMS: species.cxx (+13 -11)
westram 2018-04-30 18:27 Rev.: 16936


* reintegrates 'cleanup' into 'trunk'
- performs #762 (shrink 3.7 k)
* adds: log:branches/cleanup@16924:16935

0 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (-3)
westram 2017-12-08 14:30 Rev.: 16799


* reintegrates 'fix' into 'trunk'
- implements #773
- tested with asan + fixed harmless undefined behavior
* adds: log:branches/fix@16793:16798

8 lines of code changed in 2 files:

  • SL/ITEMS: item_sel_list.cxx (+4 -2), item_sel_list.h (+4 -2)
westram 2017-11-28 18:09 Rev.: 16763


* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751

40 lines of code changed in 6 files:

  • SL/ITEMS: changekey.cxx (+3 -3), item_sel_list.cxx (+23 -23), items.cxx (+3 -3), items.h (+2 -2), itemtools.cxx (+1 -1), species.cxx (+8 -8)
westram 2017-09-18 15:23 Rev.: 16374


* reintegrates 'aci' into 'trunk'
- refactored wide parts of ACI code (incl. SRT+REG)
* added more test
* ACI tracing
- more complete and readable
- automatically turned off when done with expression
* improved error messages (esp. diagnostics)
* documentation (updated, added missing)
* fixed a bunch of bugs (incl. SEGV and deadlock)
* ACI now runs inside execution environment
- ACI language may be extended with custom commands (implements #756)
* added ACI extension for group-batch-rename
* adds:
- log:branches/aci@16170:16373
- log:branches/addtest@16193:16316

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+1 -1)
westram 2017-03-15 10:52 Rev.: 15640


* reintegrates 'db' into 'trunk'
- drops support for database type {{{GB_LINK}}}
* adds: log:branches/db@15628:15639

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.h (+1 -1)
westram 2016-08-11 11:05 Rev.: 15176


* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175

4 lines of code changed in 1 file:

  • SL/ITEMS: Makefile (+4)
westram 2016-07-21 17:53 Rev.: 15082


* partial merge from 'fix' into 'trunk'
- default_copyability++
* adds: log:branches/fix@15072,15077:15081

20 lines of code changed in 2 files:

  • SL/ITEMS: item_sel_list.cxx (+12 -15), item_sel_list.h (+8 -17)
westram 2016-07-14 15:15 Rev.: 15054


* reintegrates 'color' into 'trunk'
- implements #443 (+parts of #444)
* adds: log:branches/color@14920:14921,14923:14928,14930:14939,14941:14951,14954:14956,14958:14959,14961:14964,14968,14970:14981,14985,14988,14990:14992,14994:14999,15001:15004,15007,15009,15012:15026,15028:15035,15037:15039,15041:15053

61 lines of code changed in 3 files:

  • SL/ITEMS: Makefile (+22), items.cxx (new 31), items.h (+8)
westram 2016-06-22 08:46 Rev.: 14975


* merge from 'color' into 'trunk'
* adds: log:branches/color@14960,14969

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.h (+1 -1)
westram 2016-04-29 18:02 Rev.: 14786


* reintegrates 'gde' into 'trunk'
- fixes #695
* adds: log:branches/gde@14670:14675,14682:14785

751 lines of code changed in 6 files:

  • SL/ITEMS: Makefile (+6), changekey.cxx (+12 -9), item_sel_list.cxx (+635 -88), item_sel_list.h (+97 -35), items.h (+1 -17), species.cxx (-31)
westram 2016-04-14 11:12 Rev.: 14728


* make ptserver- and field-selection macro-compatible (#559)
- bind callback to selected awar; popdown selection window on awar-change

12 lines of code changed in 2 files:

  • SL/ITEMS: Makefile (+2), item_sel_list.cxx (+10 -2)
westram 2015-12-17 18:11 Rev.: 14626


* sync gtk and motif versions

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.h (+1 -1)
westram 2015-11-04 10:57 Rev.: 14453


* do not cast AW_POPDOWN

2 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+2 -2)
westram 2015-07-29 10:49 Rev.: 14096


* add item-specific refresh mechanism

8 lines of code changed in 2 files:

  • SL/ITEMS: items.h (+2), species.cxx (+6)
westram 2015-07-24 10:48 Rev.: 14065


* fix link error (NDEBUG)
- pull down {{{init_itemType_specific_window}}} into {{{SL/ITEMS.a}}}
- reason: DB_UI depends on DB_QUERY, so DB_QUERY should not (and since [14038] cannot) call functions from DB_UI. Unclear why linking works in DEBUG mode?!
[[Image(ticket:152:libdep.gif)]]

61 lines of code changed in 3 files:

  • SL/ITEMS: Makefile (+21), items.h (+2), itemtools.cxx (new 38)
westram 2015-01-23 15:19 Rev.: 13443


* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442

1 lines of code changed in 1 file:

  • SL/ITEMS: Makefile (+1 -1)
westram 2014-06-11 16:33 Rev.: 12417


* mark uses of select-callbacks (see #559)

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+1 -1)
westram 2014-06-06 17:59 Rev.: 12409


* merge fixes from 'gtk_only' into 'trunk'
* adds:
- log:branches/gtk_only@12406,12408

8 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+8 -1)
westram 2014-06-04 12:25 Rev.: 12383


* more readable compile switches (ARB_GTK/ARB_MOTIF)

2 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+2 -2)
westram 2014-05-14 15:43 Rev.: 12241


* define magics for
- no config selected
- no field selected
* DRYed AWAR_CONFIGURATION init

3 lines of code changed in 2 files:

  • SL/ITEMS: Makefile (+1), item_sel_list.cxx (+2 -1)
westram 2014-05-12 16:58 Rev.: 12212


* pass down fallback2default to popup_select_species_field_window

16 lines of code changed in 2 files:

  • SL/ITEMS: items.h (+13 -1), species.cxx (+3 -3)
westram 2014-05-12 16:16 Rev.: 12210


* create_selection_list_on_itemfields
- add and pass down new parameter 'fallback2default'

8 lines of code changed in 3 files:

  • SL/ITEMS: item_sel_list.cxx (+6 -4), item_sel_list.h (+1), species.cxx (+1 -1)
westram 2014-05-12 16:04 Rev.: 12209


* inlined default parameters of create_selection_list_on_itemfields

3 lines of code changed in 2 files:

  • SL/ITEMS: item_sel_list.h (+2 -2), species.cxx (+1 -5)
westram 2014-05-12 15:22 Rev.: 12205


* inlined default param for create_option_menu

1 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+1 -1)
westram 2014-05-12 14:44 Rev.: 12200


* reduce differences between gtk/trunk
- copy conditional sections (ARB_GTK)
- take-over some compatible changes

16 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+16 -3)
westram 2014-05-09 15:43 Rev.: 12186


* AW_window::create_selection_list expects new parameter 'fallback2default'
- change calls outside WINDOW (pass 'true' everywhere, which previous default behavior in gtk)

2 lines of code changed in 1 file:

  • SL/ITEMS: item_sel_list.cxx (+2 -2)
westram 2013-12-03 11:28 Rev.: 11284


* removed the possibility to separately perform
- removal of unused and
- registration of unregistered fields.
* 'Refresh fields' does "both" (see #306)
* deleted obsolete helpfile
* updated help

23 lines of code changed in 2 files:

  • SL/ITEMS: changekey.cxx (+15 -21), item_sel_list.h (+8 -17)

(29 more)

Generated by StatSVN 0.7.0