Directory SL/DB_UI/

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

[root]/SL/DB_UI

Lines of Code

SL/DB_UI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 133 (100.0%) 1633 (100.0%) 12.2
westram 130 (97.7%) 1598 (97.9%) 12.2
epruesse 2 (1.5%) 24 (1.5%) 12.0
aboeckma 1 (0.8%) 11 (0.7%) 11.0

Most Recent Commits

westram 2022-11-13 15: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

7 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+7 -5)
westram 2022-07-09 09:12 Rev.: 19140


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

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2022-03-30 16: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/DB_UI: ui_species.cxx (+1 -1)
westram 2022-03-30 16: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).

2 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+2 -2)
westram 2022-03-04 15: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.

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2022-03-04 15:13 Rev.: 18962


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

2 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+2 -2)
westram 2022-03-04 11:26 Rev.: 18959


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

2 lines of code changed in 1 file:

  • SL/DB_UI: Makefile (+2)
westram 2021-09-15 12:52 Rev.: 18730


* remove trailing whitespace from c source.

10 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+10 -10)
westram 2021-08-17 14:15 Rev.: 18665


* change many WARN_TODO triggered warnings into todo markers.

2 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+2 -3)
westram 2020-04-01 16:21 Rev.: 18426


* reintegrates 'unittest' into 'trunk'
* adds: log:branches/unittest@18363:18425

1 lines of code changed in 1 file:

  • SL/DB_UI: info_window.cxx (+1)
westram 2019-11-08 15:50 Rev.: 18211


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

4 lines of code changed in 2 files:

  • SL/DB_UI: info_window.h (+2 -10), ui_species.cxx (+2 -2)
westram 2019-11-08 15:45 Rev.: 18209


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

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2019-10-08 16: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_UI: ui_species.cxx (+2 -2)
westram 2019-05-14 12:59 Rev.: 17890


* reintegrates 'dbui' into 'trunk'
* adds: log:branches/dbui@17881:17889

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2019-04-29 13:44 Rev.: 17836


* reintegrates 'clone' into 'trunk'
* adds: log:branches/clone@17813:17835

2 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+2 -2)
westram 2019-04-05 18:32 Rev.: 17748


* remove hardcoded 'markCreated==true' from
- GBT_find_or_create_species_rel_species_data and
- GBT_find_or_create_species.
* hardcode 'markCreated==false' in GBT_find_or_create_SAI.
- changes result DB.
- increase diff buf size (result DB has loooong lines).

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2019-04-01 16: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

2 lines of code changed in 1 file:

  • SL/DB_UI: Makefile (+2)
westram 2018-07-23 15:52 Rev.: 17262


* partial merge from 'group' into 'trunk'
- fixes to arb_progress
* adds:
- log:branches/group@17191:17218,17220:17260
- log:branches/progress@17195:17216,17218:17259

3 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+3 -3)
westram 2017-11-28 17: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

49 lines of code changed in 3 files:

  • SL/DB_UI: info_window.cxx (+2 -2), info_window.h (+5 -5), ui_species.cxx (+42 -39)
westram 2017-10-08 14:54 Rev.: 16508


* reintegrates 'macros' into 'trunk'
- introduce generic input prompt (related #179)
- use it instead of locally generated windows:
* species (rename + create)
* alignment (rename, copy + create)
* experiments (rename, copy + create)
* genes (rename, copy + extract)
* mergetool (rename SAI + configs)
* SAIviz color translation (copy + create)
- fixed bugs in mergetool ([16503],[16504])
* adds: log:branches/macros@16484:16507

69 lines of code changed in 2 files:

  • SL/DB_UI: Makefile (+1), ui_species.cxx (+68 -73)
westram 2017-08-23 12:42 Rev.: 16237


* fix spelling for 'occurrence'

2 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+2 -2)
westram 2017-06-08 16:59 Rev.: 16021


* reintegrates 'fix' into 'trunk'
- refactors {{{DbScanner}}} -> OO + shrink 1.4k
- fixes #251 and #506
* adds: log:branches/fix@15975,15982:16020

16 lines of code changed in 4 files:

  • SL/DB_UI: Makefile (+1), info_window.cxx (+1 -1), info_window.h (+9 -4), ui_species.cxx (+5 -3)
westram 2017-06-02 10:17 Rev.: 15982


* full update from child 'fix' into 'trunk'
- fixes #478
* adds: log:branches/fix@15976:15981

50 lines of code changed in 3 files:

  • SL/DB_UI: info_window.cxx (+22 -2), info_window.h (+23 -1), ui_species.cxx (+5 -3)
westram 2017-03-15 09:52 Rev.: 15640


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

0 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (-1)
westram 2016-08-11 10:05 Rev.: 15176


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

3 lines of code changed in 2 files:

  • SL/DB_UI: Makefile (+2), ui_species.cxx (+1 -1)
westram 2016-06-22 07:46 Rev.: 14975


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

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2016-04-29 17:02 Rev.: 14786


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

36 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+36 -47)
westram 2016-04-16 16:50 Rev.: 14735


* replace one SELLIST_CLICK_CB by an awar-callback (#559)

11 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+11 -11)
westram 2016-04-16 15:56 Rev.: 14734


* use item-specific awars for field-reorder, -delete, -create and -convert
- switch to lazy-awar-initialization for item-specific awars
* remove some unused awars

59 lines of code changed in 2 files:

  • SL/DB_UI: dbui.h (+1 -1), ui_species.cxx (+58 -44)
westram 2016-04-16 13:52 Rev.: 14731


* mark code binding callbacks to non-button-widgets (probably incomplete; see #559 for details)

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2016-01-29 08:35 Rev.: 14686


* change datatypes used in awar-access (only changed simple cases)

15 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+15 -15)
westram 2016-01-23 06:20 Rev.: 14674


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

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2015-12-16 15:13 Rev.: 14622


* reintegrates 'ui' into 'trunk'
- implements #656
- adds instant update for
* next neighbour search
* branch analysis (mark functions)
* arb-phylo (filter setup)
* adds: log:branches/ui@14588:14621

41 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+41 -14)
westram 2015-11-04 09:57 Rev.: 14453


* do not cast AW_POPDOWN

8 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+8 -8)
westram 2015-10-30 16:44 Rev.: 14446


* dont create species w/o name

18 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+18 -14)
westram 2015-08-06 12:47 Rev.: 14141


* "ressource" -> "resource"

1 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (+1 -1)
westram 2015-07-28 15:31 Rev.: 14092


* no special help for 'Hide/Delete field' button

0 lines of code changed in 1 file:

  • SL/DB_UI: ui_species.cxx (-3)
westram 2015-07-24 09: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)]]

0 lines of code changed in 2 files:

  • SL/DB_UI: dbui.h (-2), ui_species.cxx (-24)
westram 2015-07-22 13:38 Rev.: 14063


* localized window-ids of "write to fields of listed" and "set protection of field of listed"

3 lines of code changed in 2 files:

  • SL/DB_UI: dbui.h (+1 -1), ui_species.cxx (+2 -2)
westram 2015-07-22 11:59 Rev.: 14062


* rename/publish itemtype specific window initialization
* fix one macro id shared between organism/species info

16 lines of code changed in 2 files:

  • SL/DB_UI: dbui.h (+3), ui_species.cxx (+13 -13)

(61 more)

Generated by StatSVN 0.7.0