Changes between Version 1 and Version 2 of 2015-6-4


Ignore:
Timestamp:
Jun 4, 2015, 3:04:03 PM (10 years ago)
Author:
Conrad Huang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2015-6-4

    v1 v2  
    55= Agenda =
    66 * ctypes
    7  * multifit
    87 * Progress updates [All]
    98 * help system
     
    1211= Discussion =
    1312 * ctypes
    14  * multifit
     13   * ctypes wrapping works pretty conveniently but does not handle C++ exceptions
     14     * Throwing a C++ exception results in core dump
     15   * Alternative 1: fix ctypes to catch C++ exceptions
     16     * Ugh
     17   * Alternative 2: change C wrapper to catch exception and convert to a C error, then change ctypes call to check for error
     18     * Possibly use template mechanism to decorate C wrapper to minimize typing
     19   * Keep these solutions in mind until we encounter an actual problem
    1520 * Progress updates
     21   * Daily build available at http://preview.rbvi.ucsf.edu/chimera2/builds/macosx/chimera-2.0.daily.dmg
     22   * Preliminary ribbon code is in but needs to be refactored (Conrad)
     23     * 'ribbon' and 'rcolor' commands for ribbon display and color
     24     * Need to refactor for secondary structure cross sections
     25   * Secondary structure from mmCIF are now read (Greg)
     26     * mmCIF reader is faster than PDB reader
     27   * Adding more ctypes wrapping to molecular data for session saving (Greg)
     28   * Adding custom frame to Save/Open dialog still in progress (Eric)
     29   * Destructor coordinator/observer code being revamped (Eric)
     30   * Fixed cut-and-paste in wx widgets (Eric)
     31   * Pseudobond groups are wrapped for intermolecular pseudobonds (TomG)
     32     * To be used for cross links
     33   * Consolidated 'color' command specification still in progress (Elaine, TomG)
     34 * help system
     35   * User interface:
     36     * Add a '?' on title bar to act as help button?
     37     * F1 as help key?
     38   * Display:
     39     * Use HTML widget in Chimera 2
     40     * Reading in separate browser has advantages too
     41   * Content:
     42     * Help files are distributed with tools
     43     * Reference URLs are relative
     44     * A missing file triggers a page saying "Tool not installed.  Install or view documentation on web?"
     45   * Command line:
     46     * 'help' or command followed by tab brings up help
    1647 * ''Meeting adjourned''
    17  * help system
     48 * toolshed web site
    1849
    1950= Action Items =