source: trunk/AWTI/needs_libs

Last change on this file was 19654, checked in by westram, 4 weeks ago
  • reintegrates 'macros' into 'trunk'
    • improves program termination (#867)
      • introduces MacroExitor classes
        • handles confirmation (to quit)
        • waits for macros to finish, then exits w/o confirmation
        • provides specialized termination for different programs via derived classes
          • has been implemented for "normal" arb and merge-tool.
      • introduces ARB_disconnect_from_db
        • generalizes code to terminate all interconnections between GUI, database and macro-ability
        • allow to install atdisconnect-callbacks
          • usable by modules operating on a database; allow to inform module that database will vanish.
        • now used by all arb applications to disconnect from all their database(s), except the properties.
    • fixes some broken behavior
      • merge-tool
        • crashed when quitting via macro
        • wrong restarts, if originally started with arguments,
      • importer
        • failed to record/playback macros
        • crashed in modules operating on the temporary import database
      • database browser
        • crashed on disappearing database
  • adds: log:branches/macros@19620:19653
File size: 144 bytes
Line 
1# libraries needed to link against AWTI/AWTI.a
2
3GENOM_IMPORT/GENOM_IMPORT.a
4SL/GUI_ALIVIEW/GUI_ALIVIEW.a
5SL/SEQIO/SEQIO.a
6SL/XFERGUI/XFERGUI.a
7
Note: See TracBrowser for help on using the repository browser.