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 |
* reintegrates 'refactor' into 'trunk'
- polish {{{GBS_strstruct}}}
* adds: log:branches/refactor@19339:19345
2 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.
1 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
1 lines of code changed in 1 file:
* fix assertion failure when (re-)mapping DB_KEYVIEWER.
- assertion was introduced by [18756]
1 lines of code changed in 1 file:
* 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:
* add new {{{QUERY_ITEM_TYPE}}} for organisms: {{{QUERY_ITEM_ORGANISM}}}
1 lines of code changed in 1 file:
* 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:
* 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:
* 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:
* 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:
* reintegrates 'dbui' into 'trunk'
* adds: log:branches/dbui@17881:17889
123 lines of code changed in 2 files:
* 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:
* 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:
* 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:
* 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:
* full update from child 'fix' into 'trunk'
- fixes #478
* adds: log:branches/fix@15976:15981
25 lines of code changed in 2 files:
* 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:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
1 lines of code changed in 1 file:
* reintegrates 'gde' into 'trunk'
- fixes #695
* adds: log:branches/gde@14670:14675,14682:14785
0 lines of code changed in 2 files:
* mark code binding callbacks to non-button-widgets (probably incomplete; see #559 for details)
3 lines of code changed in 1 file:
* rename {{{GB_write_as_string}}} -> {{{GB_write_autoconv_string}}}
3 lines of code changed in 1 file:
* eliminate AW_CL from DB_SCANNER
7 lines of code changed in 1 file:
* type callbacks in DB_SCANNER
13 lines of code changed in 1 file:
* 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:
* 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:
* 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:
* use correct type for MutableItemSelector::selection_list_rescan_cb
1 lines of code changed in 1 file:
* typed callbacks
7 lines of code changed in 1 file:
- predefine and use common GB_CB_TYPE combinations
6 lines of code changed in 1 file:
* use typed DB callbacks (infowin+searchtool)
7 lines of code changed in 1 file:
* depends for [11033]
1 lines of code changed in 1 file:
* publish DB callback interface separately from rest of DB interface
3 lines of code changed in 2 files:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* renamed include variables
1 lines of code changed in 1 file:
* 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:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
1 lines of code changed in 1 file:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
- 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:
* 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:
* use !WindowCallback in set_double_click_callback, set_popup_callback and set_focus_callback
10 lines of code changed in 1 file:
(68 more)