Cenon Astro Change Log - 2010

2010-01-16 Georg Fleischmann
    * AstroPanel.m (-windowWillResize:..., -constrainFrameRect:): added to move and size window within grid
      EventManager (-windowWillResize:...): allow resizing panel within grid
      -> Positioning and Resizing of windows within a grid for easier alignment of windows

2010-01-17  Georg Fleischmann
	* AstroPrincipal.m (-documentDidOpen:): scale document to window size, check for Chart Document
      -> Astro Chart is scaled when window is being resized (without Coordinate display only)

2010-03-18  Georg Fleischmann
    * propertyList.m: removed from Target to avoid start-up warning of duplicate Class PropertyList
      -> This wouldn'd compile and run on 10.4 Tiger any more.

2010-04-22  Georg Fleischmann
	* AstroPrincipal.m (-documentDidOpen:): map is displayed again (was destroyed on 2010-01-17)
      AstroPrincipal.m (-documentDidOpen:): scale document to window size, check for Chart Document
      AstroChart.m (-getTemplate:): scale chart to window size
      DocViewMap.m (-createMapWithCenter:): scale map to window size
      Charts and Map masks without coordinates and scrollers
      -> Astro Chart and Map are scaled when window is being resized (without Coordinate display only)

2010-04-22  Georg Fleischmann
    * Map.m (-needsCalculation:): check for projection = 'F' to avoid layers created on image map
      -> Fix, Maps based on an image (free projection) will not get layers with nonsense added
    * astroPrefs*BG.tiff: added to Astro.prefs target to be loaded

2010-04-26  Georg Fleischmann
    * AAFImport.m (-dictionaryWithAAFFromFile:): new 10.4 method to identify text encoding
      -> text encoding of AAF file is tried to be identified
    * EventManager.m (-renameFolder:, -removeFolder:): fixed
      -> Fix, Event Manager: really rename and remove folder, not just pretend

Astro Version 1.1.4

2010-05-22  Georg Fleischmann
    * AstroPrincipal.m (-showWebSite:, -init): -showWebSite: method added and linked to
      Localizable.strings: URLs added
      -> Links to Cenon Astro Page, FAQ, Release Notes, eMail added

2010-06-02  Georg Fleischmann
    * AstroPrincipal.m (-compileDate, -version): new

2010-10-02  Georg Fleischmann
    * AAFImport.m: include of vhfStringAdditions.h -> VHFStringAdditions.h
      -> Fix, GNUstep: compile error on Linux fixed
    * GNUmakefile.postamble: copy fonts from Fonts/vhfAstro*
      -> Fix, GNUstep: install error for fonts fixed

2010-10-29  Georg Fleischmann
    * Astro.nib -> Astro.xib, old Astro.nib reestablished
      menuArrow.tiff added to pref bundle, other tiffs removed from Astro bundle (only prefs)
    * Version 1.1.5

Astro Version 1.1.5

2010-10-29  Georg Fleischmann
    * Astro.strings: degree as "\U00B0"
    * German.lproj/States.strings: converted to UTF8

2010-11-04 Georg Fleischmann
    * APMap.m (-set:): check for objIx < [objectList count] (not Popup numberOfItems)

2010-11-13 Georg Fleischmann
    * AstroPanel.h (views[10]): added
      AstroPanel.m (-windowAt:): get and set content view
      AstroPanel.m (-addTabNotification:): get content view
      -> Fix, GNUstep: workaround for GNUstep which is removing the ContentView of our windows,
         probably when the contentView is added to a NSTabView or another NSWindow.

Astro Version 1.1.5
