August 2004 Commit Log

Number of Commits:
81
Number of Active Developers:
2
meierh 2004-08-25 18:11 Rev.: 3119

import locations with ^ too

55 lines of code changed in 1 file:

westram 2004-08-25 17:14 Rev.: 3118

debug helpers

14 lines of code changed in 2 files:

westram 2004-08-25 11:33 Rev.: 3117

- cleanup
- gb_save_dictionary -> gb_save_dictionary_data
- added gb_load_dictionary_data + gb_read_dict_data
- gb_save_dictionary_data deletes existing dictionary if parameter 'dict' is NULL

85 lines of code changed in 1 file:

westram 2004-08-25 11:30 Rev.: 3116

- readAndWrite forwards error
- rescue old dictionary data and restore it in case of an error during re-compression
- GB_optimize does no longer open transactions
- gb_create_dictionaries creates single transactions for each dictionary generation
and does proper abort (including restore of old dictionary) in error-case

95 lines of code changed in 1 file:

westram 2004-08-25 11:23 Rev.: 3115

- spelling

1 lines of code changed in 1 file:

westram 2004-08-25 11:23 Rev.: 3114

updated

3 lines of code changed in 1 file:

westram 2004-08-25 11:23 Rev.: 3113

minor change

1 lines of code changed in 1 file:

westram 2004-08-24 13:54 Rev.: 3112

- added taxonomy(1)

5 lines of code changed in 1 file:

westram 2004-08-24 13:54 Rev.: 3111

- corrected description for binary operators with 2 arguments
- added description+examples for 'select'
- corrected description for 'contains' and 'partof'

39 lines of code changed in 1 file:

westram 2004-08-24 13:54 Rev.: 3110

- fixed a bug in make_node_text_struct.append()

12 lines of code changed in 1 file:

westram 2004-08-24 13:53 Rev.: 3109

- implemented toback + tofront
- binary operators with 2 arguments interpret their arguments as escaped ACI commands
- added command 'select'

75 lines of code changed in 1 file:

westram 2004-08-19 18:13 Rev.: 3108

- added reverse to input_format_per_line

6 lines of code changed in 1 file:

westram 2004-08-19 18:13 Rev.: 3107

- reverses match list after reading IFT

4 lines of code changed in 1 file:

westram 2004-08-19 15:30 Rev.: 3106

- awt_create_query_box tried to read a awar w/o having its name (fixed)

1 lines of code changed in 1 file:

westram 2004-08-19 12:54 Rev.: 3105

- description of binary operators
- description of string compare/find functions
- description of dropempty, dropzero and merge

68 lines of code changed in 1 file:

westram 2004-08-19 12:54 Rev.: 3104

- uses nested callbacks for numeric binary operators (plus, minus, ...)
- added 'rest' (aka modulo)
- implemented gbl_apply_binary_operator()
- made contains, partof, equals and compare binary operators
- added case insensitive versions (icontains, ipartof, iequals and icompare)
- fixed bugs in 'command', 'eval' + 'origin' (in case of X input streams the
ACI-command has been applied X times to the first input stream)
- added merge, drop, rot, swap
- added dropempty + dropzero

332 lines of code changed in 1 file:

westram 2004-08-19 12:51 Rev.: 3103

*** empty log message ***

2 lines of code changed in 1 file:

westram 2004-08-19 12:51 Rev.: 3102

- GB_command_interpreter errors are more verbose

37 lines of code changed in 1 file:

westram 2004-08-19 12:50 Rev.: 3101

- dont expand error from GB_command_interpreter (now it's descriptive enough)

2 lines of code changed in 1 file:

westram 2004-08-18 13:01 Rev.: 3100

- hint how one can write NDS content into DB
- describes new NDS window behavior

21 lines of code changed in 1 file:

westram 2004-08-18 13:00 Rev.: 3099

- added description for 'compare'
- added description for 'taxonomy'

20 lines of code changed in 1 file:

westram 2004-08-18 12:33 Rev.: 3098

- change tree-sort-type to AP_NO_NDS during startup

8 lines of code changed in 1 file:

westram 2004-08-18 12:33 Rev.: 3097

- minor change

7 lines of code changed in 1 file:

westram 2004-08-18 12:33 Rev.: 3096

- added GB_add_priority_callback
- GB_add_callback uses default priority 5

50 lines of code changed in 1 file:

westram 2004-08-18 12:33 Rev.: 3095

- added 'priority' member to 'struct gb_callback'

1 lines of code changed in 1 file:

westram 2004-08-18 12:33 Rev.: 3094

- adds callbacks to tree-containers, which deletes the taxonomy cache

82 lines of code changed in 1 file:

westram 2004-08-18 12:33 Rev.: 3093

- spelling

1 lines of code changed in 1 file:

westram 2004-08-18 12:32 Rev.: 3092

- updated

1 lines of code changed in 1 file:

westram 2004-08-17 14:41 Rev.: 3091

- fixed AWAR_CHANGE_DUMP

7 lines of code changed in 1 file:

westram 2004-08-17 14:40 Rev.: 3090

- changed AWT_config_manager callbacks

105 lines of code changed in 6 files:

westram 2004-08-17 14:37 Rev.: 3089

- changed AWT_config_manager callbacks (puh!)

35 lines of code changed in 1 file:

westram 2004-08-17 14:35 Rev.: 3088

- changed AWT_config_manager callbacks
- conversion from old->new NDS config (for stored configs)

104 lines of code changed in 1 file:

westram 2004-08-17 14:34 Rev.: 3087

- moved class AWT_config_definition to header
- defined AWT_config_mapping global
- added 2nd ctor to AWT_config_definition (allows initialization from table)
- added AWT_config

170 lines of code changed in 1 file:

westram 2004-08-17 14:34 Rev.: 3086

- predeclares AWT_config_mapping
- moved class AWT_config_definition to header
- removed config def interface functions (done by class AWT_config_definition itself)
- added AWT_config (helper class - stores configname->awar or configname->value mapping)
- added methods to parse, modify and rebuild a config string

70 lines of code changed in 1 file:

westram 2004-08-13 15:06 Rev.: 3085

- updated

1 lines of code changed in 2 files:

westram 2004-08-13 15:06 Rev.: 3084

- moved some ACI related types to adlocal.h

1 lines of code changed in 1 file:

westram 2004-08-13 15:06 Rev.: 3083

- GB_install_command_table -> gb_install_command_table (visibility now arbdb local)
- uses GBL_command_arguments in calls to ACI commands

13 lines of code changed in 1 file:

westram 2004-08-13 15:05 Rev.: 3082

- moved GBL, GBL_COMMAND and GBL_command_table here (were in arbdb.h)
- GBL_COMMAND: uses GBL_command_arguments instead of looong parameter list

36 lines of code changed in 1 file:

westram 2004-08-13 15:05 Rev.: 3081

- started to make binary functions a generalized concept [unused yet]
- converted all ACI-command-functions (using struct instead of long parameter list)
- general cleanup

615 lines of code changed in 1 file:

westram 2004-08-13 15:04 Rev.: 3080

- removed debug output

2 lines of code changed in 1 file:

westram 2004-08-12 14:35 Rev.: 3079

- fixed group_key bug

7 lines of code changed in 1 file:

westram 2004-08-12 13:20 Rev.: 3078

- sets tree awar-name

1 lines of code changed in 1 file:

westram 2004-08-12 13:20 Rev.: 3077

- pass name of current tree to make_node_text_nds in export_nds_cb()
- changes tree display type for first refresh (does not use NDS)

22 lines of code changed in 1 file:

westram 2004-08-12 13:18 Rev.: 3076

- set tree awar-name to 0

1 lines of code changed in 1 file:

westram 2004-08-12 13:17 Rev.: 3075

- set tree awar-name

5 lines of code changed in 2 files:

westram 2004-08-12 13:17 Rev.: 3074

- fixed call to make_node_text_nds

3 lines of code changed in 1 file:

westram 2004-08-12 13:16 Rev.: 3073

- reads the current tree from configured awar (normally points to AWAR_TREE)
- query functions pass tree_name down into ACI calls

32 lines of code changed in 1 file:

westram 2004-08-12 13:16 Rev.: 3072

- new parameter 'tree_name' for make_node_text_nds()
- rewrote create_nds_var (converts old NDS style [inherit] to new style [group|leaf|taxonomy])
- make_node_text_struct modified (- 'inherit' + 'at_group' and 'at_leaf')
+ added some methods to fill NDS buffer w/o overflow
- make_node_text_init() expects 'group' and 'leaf' instead of 'inherit' and 'flag1'
- fixed elements in NDS window
- fixed name of awars (tmp/viewkeys/key_text_select)
- saving NDS config is currently broken

468 lines of code changed in 1 file:

westram 2004-08-12 13:12 Rev.: 3071

- calls to make_node_text_nds pass 'tree_name'
- changed calls to NT_scalebox

4 lines of code changed in 1 file:

westram 2004-08-12 13:12 Rev.: 3070

- calls to make_node_text_nds pass 'tree_name'

21 lines of code changed in 1 file:

westram 2004-08-12 13:11 Rev.: 3069

- added member variable 'tree_name' to AWT_graphic_tree
- calls to make_node_text_nds pass 'tree_name'
- added bool 'use_nds' to show_nds_list_rek (if false -> simply show name)
- changed calls to NT_scalebox / NT_emptybox / NT_rotbox

88 lines of code changed in 1 file:

westram 2004-08-12 13:09 Rev.: 3068

- changed call to GB_command_interpreter

3 lines of code changed in 2 files:

westram 2004-08-12 13:07 Rev.: 3067

- added member 'tree_name' to awt_query_struct

1 lines of code changed in 1 file:

westram 2004-08-12 13:06 Rev.: 3066

- added member 'tree_name' to struct adaqbsstruct

1 lines of code changed in 1 file:

westram 2004-08-12 13:05 Rev.: 3065

- new parameter 'tree_name' for make_node_text_nds()

1 lines of code changed in 1 file:

westram 2004-08-12 13:05 Rev.: 3064

- added member variable 'tree_name' to AWT_graphic_tree
- added bool 'use_nds' to show_nds_list_rek (allows to toggle NDS-use)
- NT_scalebox, NT_emptybox, NT_rotbox: width passed as double

20 lines of code changed in 1 file:

westram 2004-08-12 13:05 Rev.: 3063

- added member 'gc_manager' to AWT_canvas
- beautified

41 lines of code changed in 1 file:

westram 2004-08-12 13:04 Rev.: 3062

- init 'gc_manager' member in ctor

1 lines of code changed in 1 file:

westram 2004-08-12 13:03 Rev.: 3061

- fixed calls to GB_command_interpreter

8 lines of code changed in 5 files:

westram 2004-08-12 13:01 Rev.: 3060

- beautified

119 lines of code changed in 1 file:

westram 2004-08-12 12:58 Rev.: 3059

improved help

3 lines of code changed in 1 file:

westram 2004-08-12 12:58 Rev.: 3058

don't remember where this came from

78 lines of code changed in 1 file:

westram 2004-08-12 12:56 Rev.: 3057

- changed type of GBL_COMMAND

7 lines of code changed in 1 file:

westram 2004-08-12 12:56 Rev.: 3056

- changed call to GB_command_interpreter

2 lines of code changed in 1 file:

westram 2004-08-12 12:56 Rev.: 3055

- made ACI commands static (they are exported by hash)
- added 'equals', 'contains' and 'partof'
- skips internal numbers from taxonomy hash
- added ACI functions 'compare' + 'taxonomy'
- changed calls to GB_command_interpreter

653 lines of code changed in 1 file:

westram 2004-08-12 12:53 Rev.: 3054

cleanup

1 lines of code changed in 1 file:

westram 2004-08-12 12:52 Rev.: 3053

- GB_command_interpreter inserts default_tree_name into client data, which is now
passed to all commands

16 lines of code changed in 1 file:

westram 2004-08-12 12:49 Rev.: 3052

updated

1 lines of code changed in 1 file:

westram 2004-08-12 12:49 Rev.: 3051

- updated (gbl functions made static)

0 lines of code changed in 1 file:

westram 2004-08-12 12:48 Rev.: 3050

- make 'proto' uses mv_if_diff to keep untouched as many headers as possible.

9 lines of code changed in 1 file:

westram 2004-08-06 15:40 Rev.: 3049

- sort_selection_list may sort case sensitive or not.
till now it always did it sensitive

26 lines of code changed in 1 file:

westram 2004-08-06 15:40 Rev.: 3048

- sort_selection_list prototype changed

1 lines of code changed in 1 file:

westram 2004-08-06 15:37 Rev.: 3047

- automatically sorts SAI selections lists
- prefixes SAIs with their group
- cleanup

41 lines of code changed in 1 file:

westram 2004-08-06 15:37 Rev.: 3046

- call to sort_selection_list changed

22 lines of code changed in 4 files:

westram 2004-08-06 14:31 Rev.: 3045

- preserve -> adapt

21 lines of code changed in 6 files:

westram 2004-08-05 15:50 Rev.: 3044

uses ARB

3 lines of code changed in 1 file:

westram 2004-08-05 15:50 Rev.: 3043

- changed method to push include paths

10 lines of code changed in 1 file:

westram 2004-08-05 14:28 Rev.: 3042

- fixed include path

1 lines of code changed in 1 file:

westram 2004-08-05 11:03 Rev.: 3041

- added AW_window::GC_to_RGB
- GC_to_RGB maps ARB-gc into Xm-gc

23 lines of code changed in 1 file:

westram 2004-08-05 11:03 Rev.: 3040

- added AW_window::GC_to_RGB

7 lines of code changed in 1 file:

westram 2004-08-05 11:03 Rev.: 3039

- added NT_dump_gcs

15 lines of code changed in 1 file:

July 2004 »

Generated by StatSVN 0.7.0