Ignore:
Timestamp:
08/29/01 16:44:38 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r919 r920  
    11                                                                  -*-*- END -*-*-
    22 2001/08/29 - Thomas Bretz:
     3
     4   * base/BaseLinkDef.h, base/BaseIncl.h,
     5     candrv/CandrvIncl.h, candrv/CandrvLinkDef.h,
     6     catalog/CatalogLinkDef.h, catalog/CatalogIncl.h,
     7     devdrv/DevdrvIncl.h, devdrv/DevdrvLinkDef.h,
     8     gui/GuiLinkDef.h, gui/GuiIncl.h,
     9     slalib/SlalibIncl.h, slalib/SlalibLinkDef.h,
     10     videodev/VideodevLinkDef.h, videodev/VideodevIncl.h:
     11     - added
     12     
     13   * Makefile.rules:
     14     - added CINTHEADERS
     15     
     16   * cosy.cc:
     17     - changed logging to MLog
     18     
     19   * base/Makefile:
     20     - added MLog and MLogManip
     21     
     22   * base/log.h, candrv/canopen.[h,cc], candrv/network.[h,cc],
     23     candrv/nodedrv.[h,cc], candrv/vmodican.[h,cc],
     24     devdrv/macs.[h,cc]
     25     - changed from ostream to MLog
     26     
     27   * devdrv/shaftencoder.[h,cc]
     28     - changed from ostream to MLog
     29     - changed buffering of values
     30     - removed old updating thread stuff
     31     
     32   * catalog/SlaStars.[h,cc]:
     33     - added GetApproxVel
     34     
     35   * gui/MGAccuracy.cc:
     36     - fixed the wrong deg2rad value
     37     - added more accurate calculation of one dimensional
     38       tracking error value
     39     
     40   * MGCosy.[h,cc]:
     41     - added a TGListBox
     42     - added some Labels to display offset as value
     43     - removed offset display
     44     - changed layout of dialog
     45     - added layout manager
     46     - added status frame
     47     - added tabs
     48     - added status display and update
     49     
     50   * gui/MGEmbeddedCanvas.cc:
     51     - removed raised frame around embedded canvas
     52     - enhanced size by 1
     53     
     54   * gui/MGSkyPosition.cc:
     55     - a new position checks now for a new angle, too
     56     - removed debugging output
     57     
     58   * slalib/Makefile:
     59     - added altaz.c
    360 
    461   * MCosy.[cc,h]:
     
    865     - TerminateApp now sends WM_QUIT
    966     - removed comments with old GUI thread
     67     - added a missing bracket, which prevents us from stopping
     68       a positioning command
     69     - changed some output from cout to lout
     70     - added empty prototype to Limit speed in tracking mode
     71     - changed constructor to use of MLog
    1072
    1173   * base/MGList.h:
    1274     - added DBG_MGLIST for debugging
    1375     
    14    * devdrv/shaftencoder.[h,cc]:
    15      - removed old updating thread stuff
    16      
    17    * gui/MGAccuracy.[h,cc]:
    18      - added more accurate calculation of one dimensional
    19        tracking error value
    20 
    2176   * gui/MGCoordinate.cc:
    2277     - removed logging statement from destructor
    23      
    24    * gui/MGCosy.cc:
    25      - changed layout of dialog
    26      - added layout manager
    27      - added status frame
    28      - added tabs
    29      - added status display and update
    30      
    31    * gui/MGEmbeddedCanvas.cc:
    32      - enhanced size by 1
    33      
    34    * gui/MGSkyPosition.cc:
    35      - removed debugging output
    3678     
    3779   * gui/MGVelocity.cc:
Note: See TracChangeset for help on using the changeset viewer.