home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / opsys / macos / eos / EOS.dmg / CHANGELOG.txt next >
Text File  |  2003-08-02  |  5KB  |  81 lines

  1. /*****************************************************************************/
  2. //  CHANGELOG.txt
  3. //  EOS Image Manager
  4. /*****************************************************************************/
  5.  
  6. 0.9 (02-Aug-03) Changes:
  7. - Added a new Thmbnails Tab that displays thumbnail images for some/all files.
  8. - Added iTunes-style alternate row highlighting to all tableviews.
  9. - Added new "Size" column to File Browser tableview.
  10. - Added standard Printing & Page Setup support (prints image shown in Image Viewer).
  11. - Added close button to the main window which quits the application when pressed.
  12. - Added new "Select All Unreadable Images (*B)" feature.
  13. - Size of the main window split view is now automatically restored at startup.
  14. - Enabled renaming of files where only change is case (life.jpg --> Life.jpg).
  15. - Improved error sheets for existing files encountered during Move/Copy operations.
  16. - Improved key shortcuts for Delete, Home, Prefs, etc.
  17.  
  18. 0.8.5 (01-Apr-03) Changes:
  19. - Complete re-design of Target Browser Tab.
  20. - Added a fully-customizable application ToolBar to the main window.
  21. - Added an "Info" Panel with image properties: dimensions, filesize, DPI, etc.
  22. - Added basic Image Zooming features (Half Size & Double Size).
  23. - Added the standard "Edit" menu with Cut, Copy, & Paste functions.
  24. - Added "Operate Only on Extensions" option to Bulk Rename Sheet.
  25. - Enhanced table view behavior when using certain keys:
  26.   <Return> & <Enter> now cause table cell to enter edit mode,
  27.   <Home> & <End> now scroll to top and bottom of the file list respectively,
  28.   plus other improvements, such as smart <Tab> and <Shift>+<Tab> behavior.
  29. - Fixed image filename filter to recognize propercase filename extensions.
  30. - Fixed checkBox in Target Table to flip checked/unchecked states when clicked.
  31. - Fixed Move/Copy Error Sheet to show a general 'file(s) already exist' error,
  32.   instead of only showing a Sheet for the last filename affected.
  33. - Tweeked compiler settings to reduce executable size from 800 kb to 470 kb.
  34.  
  35. 0.8 (01-Mar-03) Changes:
  36. - Added a contextual menu (right-click/control-click) to the Source Table.
  37. - Added support for file operations (Move/Copy/Delete) on Source folders.
  38. - Added support for renaming of folders in the Source Table.
  39. - Added Preferences Panel with true multi-user OS X system prefs.
  40. - Added new Pref for Continuous Slide Show.
  41. - Added more display intervals to Slide Show, including 1 & 2 second delays.
  42. - Re-worked Target Preview Image area to better fit into the application.
  43. - Added new Pref to remember last directory location of file browser at Quit.
  44. - Added display of "broken image" in Viewer when image cannot be displayed.
  45. - Added icon images to table header cells.
  46. - Added icon "return arrow" image to the ".." cell to better identify parent dir.
  47.  
  48. 0.7 (10-Feb-03) Changes:
  49. - Application window remembers its size and location on screen between sessions.
  50. - Added auto-selection of next image when images are moved/deleted/renamed.
  51. - Rename Sheet now updates its output text as characters are entered in real-time.
  52. - Added "Create New Series" to Rename Sheet operations (e.g.: Beach001-BeachXXX).
  53. - Added "Select All Images (*A)" to File Menu.
  54. - Added "Refresh Src Directory (*U)" to File Menu.
  55. - Added standard Mac Help Menu and an EOS Image Manager help page.
  56. - Added a custom "About" Box containing additional application info.
  57. - Deleted items are now moved to Trash, instead of being deleted immediately.
  58. - Added auto-scroll to selected row for Source Directory when row is not visible.
  59. - Disabled most main menu items while the Rename Sheet is open.
  60. - Disabled <OK> button on Rename Sheet when "No Effect" is operational result.
  61. - Added new icon for images files, and sharpened current folder icon.
  62. - Added auto-deselection of any highlighted directories in File Browser,
  63.   created by Select All or click-drag operations.
  64.  
  65. 0.6 (26-Jan-03) Changes:
  66. - Added checkboxes to first column of Target Directory Browser to allow
  67.   target selection in a more intuitive manner (removed On/Off btn).
  68. - Added logic for rendering high DPI images at screen resolution
  69.   to both the Viewer tab and to the Slide Show window.
  70.   (Until now, large DPI images looked very small).
  71. - Added "Window" sub-menu to main app (allows app to Minimize into dock)
  72. - Fixed crash if slide show was called twice in a row.
  73. - Completed all SlideShow order options (Asc, Desc, and Random).
  74. - Mouse cursor now hidden during slide show.
  75. - Added "Proper Case" to Rename Sheet operations.
  76. - Added status text on File Mgr tab to show item count.
  77. - Re-wrote file operations method to be more sensible.
  78. - Created new class for SlideShow methods (moved from MyController.h).
  79.  
  80. 0.5 (12-Jan-03) Changes:
  81. - Initial Release.