Directory EDIT/

Directory Created:
2000-11-23 11:41
Directory Deleted:
2010-01-07 16:50
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/EDIT

Lines of Code

EDIT/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 102 (100.0%) 7122 (100.0%) 69.8
oldcode 8 (7.8%) 4216 (59.2%) 527.0
westram 91 (89.2%) 2810 (39.5%) 30.8
meierh 1 (1.0%) 94 (1.3%) 94.0
boehnel 1 (1.0%) 1 (0.0%) 1.0
baderk 1 (1.0%) 1 (0.0%) 1.0

Most Recent Commits

westram 2010-01-07 16:50 Rev.: 6333


- removed old ARB editor (#51)

0 lines of code changed in 9 files:

  • EDIT: .cvsignore (del), Makefile (del), ed_conf.cxx (del), ed_conf.hxx (del), edit.cxx (del), edit.hxx (del), edit_naligner.cxx (del), edit_naligner.hxx (del), edit_tools.cxx (del)
westram 2009-11-25 10:49 Rev.: 6277


* ARB_ERROR (drop-in replacement for GB_ERROR)
- checks for unused and overwritten errors in DEBUG mode
- nearly no overhead in NDEBUG mode
* added some error-delivery wrappers
- aw_message_if()
- GB_end_transaction_show_error()
- GB_end_transaction()
- GB_transaction.close()
* updated dependencies - majority of code depends on ARB_ERROR

8 lines of code changed in 1 file:

  • EDIT: Makefile (+8)
westram 2009-09-30 15:16 Rev.: 6209


- dependencies updated

4 lines of code changed in 1 file:

  • EDIT: Makefile (+4)
westram 2009-09-30 12:16 Rev.: 6206


* added installable guards for callbacks
* install guards checking for unhandled exported errors (GB_export_error) in most ARB applications: NTREE, PARS, EDIT4, EDIT, PHYLO, DIST, WETC

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1)
westram 2009-09-04 18:07 Rev.: 6188


* help files specified in create_menu() and insert_sub_menu() have not been used anywhere. (clicking menus/submenus with the '?'-mousepointer opens the menu - not shows any help)

1 lines of code changed in 1 file:

  • EDIT: ed_conf.cxx (+1 -1)
westram 2009-09-04 16:11 Rev.: 6187


* resource checker checks for help file references as well

1 lines of code changed in 1 file:

  • EDIT: edit_tools.cxx (+1 -2)
westram 2009-08-14 16:29 Rev.: 6141


* spellchecked all (phew)

16 lines of code changed in 3 files:

  • EDIT: edit.cxx (+12 -12), edit.hxx (+2 -2), edit_tools.cxx (+2 -2)
westram 2009-07-03 14:20 Rev.: 6100


* fix warning "format not a string literal and no format arguments"
- GB_export_error -> GB_export_error/GB_export_errorf

2 lines of code changed in 1 file:

  • EDIT: edit.cxx (+2 -2)
westram 2009-06-17 13:55 Rev.: 6069


* changed GDE menu names
* added hotkeys
* GDE_load_menu now warns if requested to load an unknown menu or topic (console)

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1 -1)
westram 2009-05-30 17:13 Rev.: 5968


* new flag -w to aisc_mkpt (add include wrapper)
* uniform style for several include wrappers
* removed duplicated includes
* removed useless nt_concatenate.hxx

0 lines of code changed in 3 files:

  • EDIT: ed_conf.cxx (-1), edit.cxx (-1), edit_tools.cxx (-1)
westram 2009-05-27 13:10 Rev.: 5948


* now it is possible to set the sens mask for any widget (buttons, selections in radio-buttons, etc..).
* added AWT_create_debug_menu (encapsulates db browser)
* reverted order of sens-list (aka AW_buttons_struct)
* replaced AW_INSERT_BUTTON_IN_SENS_LIST by AW_root::make_sensitive(). Now only adds to sens-list, if mask != AWM_ALL
* removed unused IDs from
- insert_sub_menu
- create_menu
- create_mode
- insert_help_topic
- AW_option_menu_struct
- AW_buttons_struct
- AW_at
* removed
- (AW_window) id() - only used once in old editor (seems useless; removed there)
- (AW_root) set_sensitive and set_insensitive (those using id as param; were not used)
- (AW_root) enable_execute_macro (outdated)
* renamed
- (AW_root) set_sensitive -> apply_sensitivity
- (AW_window) mask() -> sens_mask()
- (AW_root_Motif) get_last_button_widget -> get_last_widget (because it always returns the last widget regardless whether it was a button or not). Now every call to make_sensitive sets the widget as "last-one".
* new functions
- (AW_root) define_remote_command (fails if remote-command is redefined with different callback)
- (AW_cb_struct) is_equal (used by define_remote_command)
* fixed duplicated remote commands
- all GDE duplicated resolved by [5940]
- create_trees_window (all move buttons used same id)
- Each user mask menu created "new_mask" (now they generate "new_Species_mask", "new_Gene_mask" etc.)
- species- and gene-color-submenu used same id

8 lines of code changed in 3 files:

  • EDIT: ed_conf.cxx (+3 -3), edit.cxx (+5 -5), edit_tools.cxx (-1)
westram 2009-05-26 13:14 Rev.: 5942


* added AW_window::activate (activates window using show() and sending _NET_ACTIVE_WINDOW to WM)
* use activate in
- standard popups (all menu/button popups using AW_POPUP)
- special popup functions that don't bind window to menu/button
- small requesters (aw_input, aw_question, ...)
- in popup-functions of information windows. But not if info-window is minimized and user just selects a new result in search window.
- popup message window on each new message
* no-exit-shells now popdown when X-Button is pressed (e.g. MESSAGE BOX)
* fixed several special popup functions
* renamed AW_window::get_show() -> is_shown()

2 lines of code changed in 1 file:

  • EDIT: ed_conf.cxx (+2 -10)
westram 2009-05-11 17:31 Rev.: 5901


- AW_BOOL -> bool

220 lines of code changed in 5 files:

  • EDIT: ed_conf.cxx (+29 -29), edit.cxx (+149 -151), edit.hxx (+39 -39), edit_naligner.cxx (+1 -1), edit_tools.cxx (+2 -2)
westram 2009-05-05 18:09 Rev.: 5887


* added resource tester (make ressource_check)
* Each ARB application has one default icon now
- if icon is missing, no fallback exists - instead the application raises an error
- all windows created under one AW_root use the same icon
- it's still possible to define special icons for special windows (but it's not used atm)
* class AW_window
- create_toggle now expects that names of toggle-graphics start with '#' (previously it accepted with and without '#')
- moved code from set_icon to aw_create_shell
- added code setting small titlebar/taskbar-icon. Works in GNOME (please report whether it works in KDE as well)
- .xpm possible for icons
* class AW_root
- renamed init() to init_root() to make function name unique for resource testing. Removed default-value for 2nd parameter
- init_root() stores 'programmname' in class member (used as name for default icon)
* fixed/removed calls to changed/removed functions
* moved all unused resources into 'unused' subfolders

2 lines of code changed in 1 file:

  • EDIT: edit.cxx (+2 -2)
westram 2009-04-30 22:34 Rev.: 5885


* moved fast-aligner to separate library

1 lines of code changed in 2 files:

  • EDIT: Makefile (-1), edit.cxx (+1 -1)
westram 2009-04-22 10:46 Rev.: 5834


* novice mode -> expert mode (thx to Elmar Pruesse)
- expert mode automatically propagates to clients
- reassigned which items are visible in non-expert-mode

3 lines of code changed in 1 file:

  • EDIT: edit.cxx (+3 -3)
westram 2009-04-18 12:33 Rev.: 5827

* GBS_hash_do_loop() and GBS_hash_do_sorted_loop() now always take a 'client_data' param
* fixed error handling in several functions
* fixed memory leaks in GBS_merge_tagged_strings and GBS_string_eval_tagged_string
* removed several globals
- gbs_save_hash_strstruct
- g_bs_merge_result, g_bs_merge_sub_result, g_bs_collect_tags_hash
- gbs_scan_db_data
- isits (parsimony)
- st_delete_species_st_ml
* global 'nt' -> GLOBAL_NT
* global_combineCount -> AP_sequence::global_combineCount
* filter params changed from AW_CL to adfiltercbstruct* where possible

5 lines of code changed in 1 file:

  • EDIT: edit.cxx (+5 -13)
westram 2009-04-16 15:21 Rev.: 5825


* replaced GB_entry/GB_create/GB_search+GB_read_XXX by GBT_read_XXX
* improved error handling in many functions

2 lines of code changed in 1 file:

  • EDIT: edit.cxx (+2 -1)
westram 2008-12-31 13:27 Rev.: 5709


- made depends for [5708]

8 lines of code changed in 1 file:

  • EDIT: Makefile (+8)
westram 2008-12-17 11:58 Rev.: 5655


* GBT_read_name:
- returns 'const char *' now
- never returns NULL (instead returns '<unnamed species>' etc.)
* GB_read_key_pntr/GB_read_key:
- never returns NULL (instead returns '<invalid key quark=##>')
- same for GB_read_key()

5 lines of code changed in 1 file:

  • EDIT: edit_naligner.cxx (+5 -6)
westram 2008-12-03 19:53 Rev.: 5628


* removed functions GBT_search_[string,int,float]. They implemented mostly the same as
GBT_read_[string,int,float]2.
* changed GBT_read_[string,int,float]2 to GBT_readOrCreate_[string,int,float]
* Added GB_searchOrCreate_[string,int,float] = find db entry or create one with default
* GBT_write_[string,int,float] now asserts that the DB field is singular (i.e. no other field
with the same key exists in the fields container).
Avoids a common error: Not testing whether the field already exists, creating a duplicate of
the field, but continue reading the first instance of the field.
* changed result type of GBT_read_int and GBT_readOrCreate_int from 'long' to 'long*'. Usage needs
additional deferenciation, but transports error-status by returning 0. Not handling such an error
results in SIGSEGV now.
Same for GBT_read_float, GBT_readOrCreate_float (double -> double*).
* added GBT_readOrCreate_char_pntr, GBT_read_char_pntr and GBT_read_as_string
* reimplemented GBT_create_species, GBT_create_species_rel_species_data, and GBT_create_SAI
using new function GBT_create_item.
* GBT_set_default_alignment did not do anything if "presets/use" was missing. fixed
* removed local function gbt_save_entry (same as GBT_write_string)
* gb_search() returns NULL and sets error when field to create exists with a different type.
Before it deleted the old field and created a new one.

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1 -1)
westram 2008-07-25 15:09 Rev.: 5483


- renamed the interactive version of aw_message() into aw_question()
- added some convenience functions (aw_ask_sure, aw_popup_ok, aw_popup_exit)

2 lines of code changed in 1 file:

  • EDIT: edit.cxx (+2 -3)
westram 2008-06-06 14:23 Rev.: 5390

- TAB-Ex

586 lines of code changed in 3 files:

  • EDIT: edit.hxx (+132 -128), edit_naligner.cxx (+28 -29), edit_tools.cxx (+426 -470)
westram 2008-05-26 13:04 Rev.: 5356

- fixed calls to GBS_create_hash

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1 -1)
westram 2008-05-26 10:39 Rev.: 5350

- fixed use of GBS_strstruct functions

1 lines of code changed in 1 file:

  • EDIT: edit_naligner.cxx (+1 -1)
westram 2008-03-11 20:07 Rev.: 5225

- changed names of linker commands

1 lines of code changed in 1 file:

  • EDIT: Makefile (+1 -1)
westram 2008-02-29 16:56 Rev.: 5148

- replaced global gb_main by GLOBAL_gb_main

37 lines of code changed in 2 files:

  • EDIT: edit.cxx (+34 -33), edit_naligner.cxx (+3 -3)
westram 2008-02-28 12:18 Rev.: 5129

- depends updated

4 lines of code changed in 1 file:

  • EDIT: Makefile (+4)
westram 2008-02-28 12:10 Rev.: 5124

- replaced __attribute__ by __ATTR__XXX

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1 -1)
boehnel 2007-12-18 01:11 Rev.: 5003


"0 -> NULL"

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1 -1)
baderk 2007-11-08 20:14 Rev.: 4932

Fixed various typos...

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1 -1)
westram 2007-09-19 16:13 Rev.: 4855

- depends updated

4 lines of code changed in 1 file:

  • EDIT: Makefile (+4)
westram 2007-09-19 15:45 Rev.: 4801

- fix changed AW_device calls

40 lines of code changed in 2 files:

  • EDIT: ed_conf.cxx (+9 -24), edit.cxx (+31 -66)
westram 2007-05-30 15:39 Rev.: 4635

- added 'clean'

3 lines of code changed in 1 file:

  • EDIT: Makefile (+3)
westram 2007-05-24 14:32 Rev.: 4625

- noreturn-attribute

1 lines of code changed in 1 file:

  • EDIT: edit.cxx (+1)
westram 2007-03-09 22:29 Rev.: 4355

- cleanup

0 lines of code changed in 1 file:

  • EDIT: edit_naligner.cxx (-31)
westram 2005-05-25 19:19 Rev.: 3903

- includes fixed

1 lines of code changed in 1 file:

  • EDIT: edit_naligner.cxx (+1)
westram 2005-05-25 19:17 Rev.: 3902

- depends updated

1 lines of code changed in 1 file:

  • EDIT: Makefile (+1)
westram 2005-03-05 01:33 Rev.: 3671

- fixed calls to AW_device::clear/clear_part

20 lines of code changed in 2 files:

  • EDIT: ed_conf.cxx (+6 -6), edit.cxx (+14 -14)
westram 2005-02-11 12:34 Rev.: 3632

- fixes for changed AW_font_information struct

68 lines of code changed in 2 files:

  • EDIT: ed_conf.cxx (+10 -10), edit.cxx (+58 -54)

(26 more)

Generated by StatSVN 0.7.0