Directory SL/DB_QUERY/

Total Files:
5
Deleted Files:
0
Lines of Code:
3021

[root]/SL/DB_QUERY

Lines of Code

SL/DB_QUERY/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 180 (100.0%) 3010 (100.0%) 16.7
westram 177 (98.3%) 3004 (99.8%) 16.9
epruesse 3 (1.7%) 6 (0.2%) 2.0

Most Recent Commits

westram 2022-11-13 16:47 Rev.: 19339


* reintegrates 'refactor' into 'trunk'
- eliminates old interface of {{{GBS_strstruct}}}
- add a few new unittests (editor-config string + some PT-SERVER-functions)
* adds: log:branches/refactor@19300:19338

5 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+5 -5)
westram 2022-08-03 15:52 Rev.: 19206


* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205

10 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+10 -5)
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).

3 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+3 -3)
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).

3 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+3 -3)
westram 2022-03-30 17:29 Rev.: 18977


* use {{{AW_orientation}}} to specify orientation of radio button.

1 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.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/DB_QUERY: db_query.cxx (+2 -2)
westram 2022-03-04 16:13 Rev.: 18962


* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.

3 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+3 -3)
westram 2022-03-04 12:26 Rev.: 18959


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

1 lines of code changed in 1 file:

  • SL/DB_QUERY: Makefile (+1)
westram 2021-10-04 17:58 Rev.: 18750


* fix unwanted export of overloaded functions to perl interface:
- GBT_log_to_tree_remark()
- GB_path_in_ARBLIB()

1 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+1 -1)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

4 lines of code changed in 2 files:

  • SL/DB_QUERY: db_query.cxx (+3 -3), db_query.h (+1 -1)
westram 2021-08-17 15:15 Rev.: 18665


* change many WARN_TODO triggered warnings into todo markers.

1 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+1 -4)
westram 2021-07-08 14:12 Rev.: 18662


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

15 lines of code changed in 2 files:

  • SL/DB_QUERY: db_query.cxx (+14 -7), db_query_local.h (+1)
westram 2019-11-08 16:50 Rev.: 18211


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

5 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+5 -3)
westram 2019-10-08 17:51 Rev.: 18159


* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158

2 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+2 -3)
westram 2019-10-07 14:46 Rev.: 18145


* annotate error message from "modify fields of queried" with itemname
- allows to track down reason of failure.

13 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+13 -1)
westram 2019-07-02 14:45 Rev.: 17944


* FIXES crash in RELEASE version (when invalid color group occurs in database).
* add assertions against
- invalid color_groups and
- invalid unshaded GCs.
* ARBDB color-group interface:
- define number of allowed color groups in ARBDB
- fix interface types (long->int)
- report error when color_group passed to {{{GBT_set_color_group}}} is out-of-range.
- {{{GBT_get_color_group}}} does range check. returns 0 if out-of-range.

3 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+3 -4)
westram 2019-04-01 17:41 Rev.: 17724


* partial merge from 'fts' into 'trunk'
- {{{ConfigMapping}}}:
* cleanup
* add missing tests
* fix config bug: trailing backslash at end of values did cause wrong read of data
* adds: log:branches/fts@17718:17723

1 lines of code changed in 1 file:

  • SL/DB_QUERY: Makefile (+1)
westram 2018-09-20 18:43 Rev.: 17396


* reintegrates 'fix' into 'trunk'
- elim dead code
- use const hash loop
* adds: log:branches/fix@17380,17388:17395

2 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+2 -3)
westram 2018-07-10 16:48 Rev.: 17178


* reintegrates 'gcc' into 'trunk'
- complete arb port to gcc 8.1
- fixes NDEBUG-related issues (not handled by [16986])
* adds: log:branches/gcc@17164:17177

1 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+1 -1)
westram 2018-05-04 18:06 Rev.: 16986


* reintegrates 'gcc' into 'trunk'
- ports arb to gcc 8.1 (fixing warnings)
* adds: log:branches/gcc@16965:16985

Update: continued by [17178]

2 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+2 -2)
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/DB_QUERY: db_query.cxx (-5)
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

77 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+77 -15)
westram 2017-11-28 19:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

1 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+1 -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

64 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+64 -64)
westram 2017-09-23 14:03 Rev.: 16425


* reintegrates 'aci' into 'trunk'
- extends ACI language (implementing #707)
* boolean operators: {{{And}}},{{{Or}}},{{{Not}}}
* numeric comparison: {{{isAbove}}},{{{isBelow}}},{{{isEqual}}}
* floating point arithmetic: {{{fplus}}},{{{fminus}}},{{{fmult}}},{{{fdiv}}}
* misc: {{{round}}},{{{inRange}}},{{{isEmpty}}}
- enforce parameter checks in ACI function code
- case of commands completely ignored
* adds: log:branches/aci@16385,16391:16424

0 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (-1)
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

19 lines of code changed in 2 files:

  • SL/DB_QUERY: Makefile (+1), db_query.cxx (+18 -13)
westram 2017-09-03 17:51 Rev.: 16261


* add new sort-criteria to 'search&query' (sort numerically; fixes #203)

87 lines of code changed in 2 files:

  • SL/DB_QUERY: db_query.cxx (+78 -4), db_query_local.h (+9 -8)
westram 2017-05-21 17:59 Rev.: 15966


* reintegrates 'group' into 'trunk'
- implements #652 (group search)
* adds: log:branches/group@15733:15740,15743:15748,15750:15752,15754,15756,15758:15777,15781:15793,15796,15798:15806,15808:15817,15819:15965

3 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+3 -4)
westram 2017-04-29 13:28 Rev.: 15852


* reintegrates 'refactor' into 'trunk'
- separates query logic (as used in search&query) from actual data retrieval
* adds: log:branches/refactor@15820:15851

Note: introduces bug in merge-tool (fixed by [15996])

226 lines of code changed in 4 files:

  • SL/DB_QUERY: Makefile (+1), db_query.cxx (+212 -590), db_query_local.h (+12 -5), needs_libs (+1 -2)
westram 2017-04-05 11:06 Rev.: 15738


* rename only

1 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+1 -1)
westram 2016-09-27 16:23 Rev.: 15279


* reintegrates 'errhandle' into 'trunk'
* adds: log:branches/errhandle@15275:15278

4 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+4 -6)
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 2 files:

  • SL/DB_QUERY: Makefile (+1), db_query.cxx (+3 -3)
westram 2016-05-30 13:59 Rev.: 14888


* use user-defined color-group-names in colorize-GUI
* re-activate warning about needed restart (only warn once)

4 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+4 -15)
westram 2016-04-29 18:02 Rev.: 14786


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

131 lines of code changed in 4 files:

  • SL/DB_QUERY: Makefile (+1), db_query.cxx (+125 -199), db_query.h (-1), db_query_local.h (+5 -4)
westram 2016-01-23 07:20 Rev.: 14674


* rename {{{GB_write_as_string}}} -> {{{GB_write_autoconv_string}}}

4 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+4 -4)
westram 2015-09-01 17:57 Rev.: 14239


* add GB_USERFLAG_WASMARKED
* rename {{{GB_set_user_flag}}} -> {{{GB_raise_user_flag}}}
* add {{{GB_write_user_flag}}}

1 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+1 -1)
westram 2015-07-31 11:21 Rev.: 14115


* correct stored colorsets when committing rename-session (fixes #660)
* summarize failures when restoring a colorset

7 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+7 -1)
westram 2015-07-30 12:05 Rev.: 14098


* refactored colorset handling
- moved basics to ARBDB
- remove attributes stub from AWT (was done for #443; redo if needed)
- replace {{{AW_find_color_group}}} with {{{AW_find_active_color_group}}} (w/o bool-param) and {{{GBT_get_color_group}}}
- colorset functions (create,restore,save+load) all operate on string arrays (containing "name=color" entries)

80 lines of code changed in 2 files:

  • SL/DB_QUERY: Makefile (+2), db_query.cxx (+78 -118)
westram 2015-07-29 11:07 Rev.: 14097


* trigger item refresh after
- colorize queried
- color 'Reset'
- colorset 'Load'/'Overlay'
* fix error handling in {{{restore_colorset_representation}}}

23 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+23 -12)
westram 2015-07-29 10:24 Rev.: 14095


* restrict use of {{{color_save_data}}} (singleton; only exists if GUI used)
- instead pass {{{BoundItemSel}}} where possible

43 lines of code changed in 1 file:

  • SL/DB_QUERY: db_query.cxx (+43 -46)

(93 more)

Generated by StatSVN 0.7.0