Directory SL/DB_SCANNER/

Directory Created:
2005-05-24 13:31
Total Files:
4
Deleted Files:
0
Lines of Code:
801

[root]/SL/DB_SCANNER

Lines of Code

SL/DB_SCANNER/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 139 (100.0%) 2266 (100.0%) 16.3
westram 137 (98.6%) 2252 (99.4%) 16.4
baderk 2 (1.4%) 14 (0.6%) 7.0

Most Recent Commits

westram 2022-11-13 19:29 Rev.: 19346


* reintegrates 'refactor' into 'trunk'
- polish {{{GBS_strstruct}}}
* adds: log:branches/refactor@19339:19345

2 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+2 -2)
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.

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.hxx (+1 -1)
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_SCANNER: Makefile (+1)
westram 2021-10-25 14:26 Rev.: 18812


* fix assertion failure when (re-)mapping DB_KEYVIEWER.
- assertion was introduced by [18756]

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+1 -1)
westram 2021-10-07 19:41 Rev.: 18756


* add {{{DbScanner::remap_item}}}
- callback to remap scanner item.
- remaps selected item using {{{ItemSelector}}} (Note: may fail if non-standard AWAR used for item; e.g used in merge-tool)
- use it as {{{set_popup_callback}}} for window displaying {{{DbScanner}}}
* {{{DbScanner::Map}}} now accepts missing key-path (if scanner is no DB_KEYVIEWER).
* fixes bug in SAI manager:
* fields of selected SAI were not shown when SAI selection changed while SAI manager was closed.
* user needed to change selected SAI to work-around problem

11 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+9 -2), db_scanner.hxx (+2)
westram 2019-11-08 16:50 Rev.: 18211


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

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+1 -1)
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

19 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+19 -12)
westram 2019-09-17 15:46 Rev.: 18092


* full update from child 'fts' into 'trunk'
- implements #562
* adds:
- [18091/branches/fts]
- log:branches/gui@17754:17924,17926:18090

38 lines of code changed in 3 files:

  • SL/DB_SCANNER: Makefile (+1), db_scanner.cxx (+35 -3), db_scanner.hxx (+2)
westram 2019-06-25 13:08 Rev.: 17941


* fix warnings:
- two maybe-uninitialized-warning (one def. bogus).
- conditionally compile code which is only used from unittests.

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+1 -1)
westram 2019-06-11 12:08 Rev.: 17909


* refactored {{{KeyOccur}}} into new class {{{StrUniquifier}}} (in CORE).
- really compare strings (not only pointers to keys; did only work by luck).
- document restrictions.
- {{{make_unique_key}}} return pointer to static buffer (valid until next call).
- allow to define string to separate key and counter.
- only change key when duplicated.

11 lines of code changed in 2 files:

  • SL/DB_SCANNER: Makefile (+1), db_scanner.cxx (+10 -27)
westram 2019-05-14 13:59 Rev.: 17890


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

123 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+108 -90), db_scanner.hxx (+15 -4)
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

27 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+7 -7), db_scanner.hxx (+20 -20)
westram 2017-10-21 13:40 Rev.: 16564


* reintegrates 'io' into 'trunk'
- implements #691
* adds: log:branches/io@16436:16510,16513:16514,16517,16533:16535,16537:16563

6 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+2 -2), db_scanner.hxx (+4)
westram 2017-07-17 10:31 Rev.: 16150


* reintegrates 'fix' into 'trunk'
- select field by name (not by pointer) => field stays selected if item changes
- replace widget- by awar-callbacks (#559; guard with flags where needed)
* adds: log:branches/fix@16129:16149

195 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+174 -133), db_scanner.hxx (+21 -16)
westram 2017-06-08 17:59 Rev.: 16021


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

315 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+199 -351), db_scanner.hxx (+116 -43)
westram 2017-06-02 11:17 Rev.: 15982


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

25 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+24 -7), db_scanner.hxx (+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

0 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (-13)
westram 2016-08-11 11:05 Rev.: 15176


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

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1)
westram 2016-04-29 18:02 Rev.: 14786


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

0 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (-9), db_scanner.hxx (-2)
westram 2016-04-16 14:52 Rev.: 14731


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

3 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+3 -3)
westram 2016-01-23 07:20 Rev.: 14674


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

3 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+3 -3)
westram 2015-11-04 17:41 Rev.: 14471


* eliminate AW_CL from DB_SCANNER

7 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+7 -11)
westram 2015-10-30 17:56 Rev.: 14447


* type callbacks in DB_SCANNER

13 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+13 -12)
westram 2015-04-09 09:52 Rev.: 13693


* rename species
- changed some progress titles
- progress for commit phase does not include pseudo-species part for non-genome-dbs

2 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+2 -2)
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/DB_SCANNER: Makefile (+1 -1)
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)

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+1 -1)
westram 2013-11-29 15:37 Rev.: 11265


* use correct type for MutableItemSelector::selection_list_rescan_cb

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+1 -1)
westram 2013-11-04 17:09 Rev.: 11071


* typed callbacks

7 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+7 -9)
westram 2013-11-03 12:04 Rev.: 11053


- predefine and use common GB_CB_TYPE combinations

6 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+6 -6)
westram 2013-11-02 21:24 Rev.: 11046


* use typed DB callbacks (infowin+searchtool)

7 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+7 -9)
westram 2013-11-02 17:41 Rev.: 11034


* depends for [11033]

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1)
westram 2013-11-01 15:50 Rev.: 11023


* publish DB callback interface separately from rest of DB interface

3 lines of code changed in 2 files:

  • SL/DB_SCANNER: Makefile (+2), db_scanner.cxx (+1)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1 -1)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1 -1)
westram 2013-10-29 13:55 Rev.: 10956


* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1 -1)
westram 2013-10-29 13:23 Rev.: 10955


- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1 -1)
westram 2013-10-29 12:43 Rev.: 10954


- document mechanism used by ARB to export variables to submakefiles
- document most important variables

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1 -1)
westram 2013-09-09 16:36 Rev.: 10563


- include downcast.h from arbdbt.h
(this break C++11 compilation, i.e. gcc4.8 or newer)[[BR]]
amendment:
* also broke compilation on ubuntu 13.04 and with gcc 4.7.3 (due to nameclash with boost)

1 lines of code changed in 1 file:

  • SL/DB_SCANNER: Makefile (+1)
westram 2013-07-23 18:28 Rev.: 10349


* reintegrated branch 'dbui'
- change detachment of item-infowindows (removed several hacks)
- AW_detach_information and Awar_Callback_Info are now obsolete
- generalized a bit more of item-dependant code

21 lines of code changed in 2 files:

  • SL/DB_SCANNER: db_scanner.cxx (+17 -1), db_scanner.hxx (+4 -2)
westram 2013-07-05 19:56 Rev.: 10235


* use !WindowCallback in set_double_click_callback, set_popup_callback and set_focus_callback

10 lines of code changed in 1 file:

  • SL/DB_SCANNER: db_scanner.cxx (+10 -8)

(68 more)

Generated by StatSVN 0.7.0