Directory AWT/

Directory Created:
2000-11-23 11:41
Total Files:
32
Deleted Files:
63
Lines of Code:
12322

[root]/AWT

Lines of Code

AWT/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 2350 (100.0%) 66537 (100.0%) 28.3
westram 2230 (94.9%) 49066 (73.7%) 22.0
oldcode 57 (2.4%) 15200 (22.8%) 266.6
yadhu 23 (1.0%) 1507 (2.3%) 65.5
meierh 9 (0.4%) 681 (1.0%) 75.6
boehnel 11 (0.5%) 43 (0.1%) 3.9
epruesse 13 (0.6%) 32 (0.0%) 2.4
huberj 2 (0.1%) 4 (0.0%) 2.0
baderk 4 (0.2%) 3 (0.0%) 0.7
richter 1 (0.0%) 1 (0.0%) 1.0

Most Recent Commits

westram 2024-04-09 14:39 Rev.: 19495


* rename {{{aw_file_selection}}} -> {{{aw_modal_file_selection}}} to emphasize that it will break macro-capability.
* use non-modal fileprompter to select reference database for sina.

2 lines of code changed in 1 file:

  • AWT: AWT_config_manager.cxx (+2 -2)
westram 2023-07-13 17:47 Rev.: 19436


* suppress bogus warning for gcc 9.4 + 9.5

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2023-07-13 17:44 Rev.: 19435


* fix NDEBUG builds for gcc 10.1 - 10.5
- allow to use 10.4 + 10.5
- expect 18 vectorizations starting with gcc 10.1
- suppress bogus warning
- similar to [19434]

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2023-07-13 16:34 Rev.: 19434


* fixes for gcc 10.3:
- suppress known bogus warning
- set vectorization count to 18

3 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+3)
westram 2023-05-31 09:21 Rev.: 19365


* string splitters:
- unittests for {{{GBT_split_string}}}:
* add tests for dropEmptyTokens.
* document special behavior for empty string.
- define enum {{{SplitMode}}}. use enum instead of bool param for GBT_splitNdestroy_string + GBT_split_string.

4 lines of code changed in 2 files:

  • AWT: AWT_db_browser.cxx (+3 -3), AWT_misc.cxx (+1 -1)
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

4 lines of code changed in 1 file:

  • AWT: AWT_sel_boxes.cxx (+4 -2)
westram 2022-09-01 16:19 Rev.: 19245


* reintegrates 'sina' into 'trunk'
- build/deliver sina together with arb
* adds: log:branches/sina@18984:19043,19046:19069,19072:19244

15 lines of code changed in 1 file:

  • AWT: AWT_sel_boxes.cxx (+15 -12)
westram 2022-08-06 15:08 Rev.: 19214


* if found file is no input mask,
- print a warning to console in RELEASE mode.
- no longer print bogus warnings in DEBUG mode.

34 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+34 -32)
westram 2022-07-09 10:17 Rev.: 19143


* handle results from add-new-changekey functions.
- while refreshing keys: only warn.
* generally fix error handling in {{{MG_copy_and_check_alignments}}}.

3 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+3 -1)
westram 2022-07-09 10:10 Rev.: 19139


* rename (typo).

6 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+6 -6)
westram 2022-03-30 17:39 Rev.: 18980


* {{{create_toggle_field}}}:
- change one flavor: allow to pass label AND orientation.
- directly pass labels (instead of explicit calls to {{{AW_window::label}}})

15 lines of code changed in 2 files:

  • AWT: AWT_canio.cxx (+5 -10), AWT_input_mask.cxx (+10 -7)
westram 2022-03-30 17:29 Rev.: 18977


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

10 lines of code changed in 3 files:

  • AWT: AWT_asciiprint.cxx (+2 -2), AWT_canio.cxx (+5 -5), AWT_input_mask.cxx (+3 -3)
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.

19 lines of code changed in 4 files:

  • AWT: AWT_config_manager.cxx (+1 -1), AWT_db_browser.cxx (+1 -1), AWT_sel_boxes.cxx (+14 -14), awt_sel_boxes.hxx (+3 -3)
westram 2022-03-04 16:13 Rev.: 18962


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

8 lines of code changed in 5 files:

  • AWT: AWT_canio.cxx (+2 -2), AWT_db_browser.cxx (+2 -2), AWT_input_mask.cxx (+1 -1), AWT_misc.cxx (+2 -2), AWT_sel_boxes.cxx (+1 -1)
westram 2022-03-04 12:26 Rev.: 18959


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

14 lines of code changed in 1 file:

  • AWT: Makefile (+14)
westram 2021-12-15 20:07 Rev.: 18850


* fixed display of mapped AWARs
- crashed when they are mapped to different database (e.g. in case of NDS awars which get mapped to loaded database)

16 lines of code changed in 1 file:

  • AWT: AWT_db_browser.cxx (+16 -4)
westram 2021-10-08 16:07 Rev.: 18760


* change layout of 'Color Translation Table' properties window (make space for HELP button).
* add help button (fixes #326)
* change documentation of 'Define Color Translations'.

0 lines of code changed in 1 file:

  • AWT: AWT_asciiprint.cxx (-1)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

38 lines of code changed in 11 files:

  • AWT: AWT_canio.cxx (+9 -9), AWT_canvas.cxx (+3 -3), AWT_db_browser.cxx (+1 -1), AWT_hexdump.cxx (+4 -4), AWT_input_mask.cxx (+1 -1), AWT_modules.cxx (+1 -1), AWT_sel_boxes.cxx (+5 -5), awt_canvas.hxx (+4 -4), awt_input_mask_internal.hxx (+1 -1), awt_modules.hxx (+7 -7), awt_sel_boxes.hxx (+2 -2)
westram 2021-09-15 13:45 Rev.: 18727


* inline {{{SOURCES}}} where only used to generate list of objects.

1 lines of code changed in 1 file:

  • AWT: Makefile (+1 -2)
westram 2021-08-26 17:55 Rev.: 18686


* change references to (never released) arb-6.1 -> arb-7.0

1 lines of code changed in 1 file:

  • AWT: AWT_misc.cxx (+1 -1)
westram 2020-11-10 17:24 Rev.: 18634


* reintegrates 'root' into 'trunk'
- implements #449
* adds: log:branches/root@18451:18633

5 lines of code changed in 1 file:

  • AWT: AWT_sel_boxes.cxx (+5 -2)
westram 2020-03-16 15:27 Rev.: 18387


* silence bogus array bounds warning also for gcc 9.3

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2020-03-03 13:23 Rev.: 18352


* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351

3 lines of code changed in 2 files:

  • AWT: AWT_db_browser.cxx (+2 -2), awt.hxx (+1 -1)
westram 2020-02-21 14:07 Rev.: 18311


* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310

10 lines of code changed in 3 files:

  • AWT: AWT_config_manager.cxx (+6), AWT_sel_boxes.cxx (+3), awt_config_manager.hxx (+1 -1)
westram 2019-11-26 18:27 Rev.: 18223


* arb database browser:
- pull-out get_node_info_string() from child_changed_cb().
- show awar info where available.
- recurse mapped awars.
- fix wrapped dump for several types of DB entries (e.g. GB_INT, GB_FLOAT, ...).
- fix display bug on last line when no separator was used.

164 lines of code changed in 2 files:

  • AWT: AWT_db_browser.cxx (+161 -109), awt_hexdump.hxx (+3 -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

7 lines of code changed in 4 files:

  • AWT: AWT_config_manager.cxx (+1 -1), AWT_db_browser.cxx (+1 -1), AWT_input_mask.cxx (+1 -1), AWT_sel_boxes.cxx (+4 -4)
westram 2019-09-20 17:08 Rev.: 18113


* reintegrates 'cleanup' into 'trunk'
* adds: log:branches/cleanup@18105:18112

3 lines of code changed in 2 files:

  • AWT: AWT_sel_boxes.cxx (+2 -7), Makefile (+1)
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

2 lines of code changed in 1 file:

  • AWT: AWT_prompt.cxx (+2)
westram 2019-09-17 13:59 Rev.: 18083


* silence bogus array-bounds warning from gcc 9.2

1 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+1 -1)
westram 2019-07-24 17:44 Rev.: 17992


* create_export_awars:
- rename one flavor -> {{{create_fig_export_awars}}}
- hardcode AW_ROOT_DEFAULT for other flavor.

4 lines of code changed in 1 file:

  • AWT: AWT_canio.cxx (+4 -4)
westram 2019-05-10 13:57 Rev.: 17877


* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876

15 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+15 -1)
westram 2019-04-02 17:50 Rev.: 17726


* change result type of ConfigMapping::config_string() to string.
- fix callers.

2 lines of code changed in 1 file:

  • AWT: awt_config_manager.hxx (+2 -2)
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

39 lines of code changed in 3 files:

  • AWT: AWT_config_manager.cxx (+4 -158), Makefile (+6 -1), awt_config_manager.hxx (+29 -5)
westram 2019-03-31 11:41 Rev.: 17711


* move {{{ConfigMapping}}} -> CORE library

5 lines of code changed in 2 files:

  • AWT: AWT_config_manager.cxx (+4 -150), Makefile (+1)
westram 2019-03-31 11:34 Rev.: 17710


* rename decode_escapes -> decodeEscapes

2 lines of code changed in 1 file:

  • AWT: AWT_input_mask.cxx (+2 -2)
westram 2019-03-31 11:31 Rev.: 17709


* move tested functionality into {{{ConfigMapping}}}.
* delegate from AWT_config.

125 lines of code changed in 2 files:

  • AWT: AWT_config_manager.cxx (+119 -86), awt_config_manager.hxx (+6 -6)
westram 2019-03-31 11:28 Rev.: 17708


* add missing test for has_entry

3 lines of code changed in 1 file:

  • AWT: AWT_config_manager.cxx (+3)
westram 2019-03-31 11:25 Rev.: 17707


* use const_iterator instead of non-const.

5 lines of code changed in 1 file:

  • AWT: AWT_config_manager.cxx (+5 -5)
westram 2019-03-31 11:23 Rev.: 17706


* {{{AWT_config_mapping}}} -> {{{ConfigMapping}}}
- derive from map
- pointers -> refs

41 lines of code changed in 2 files:

  • AWT: AWT_config_manager.cxx (+31 -39), awt_config_manager.hxx (+10 -8)
westram 2019-03-31 11:16 Rev.: 17705


* add unittests for AWT_config.
- test config<->string conversions.

135 lines of code changed in 2 files:

  • AWT: AWT_config_manager.cxx (+134 -2), Makefile (+1)

(1032 more)

Generated by StatSVN 0.7.0