home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / developer / resources / IconKit.4.2.1.README < prev    next >
Encoding:
Text File  |  1997-08-17  |  2.0 KB  |  48 lines

  1.  
  2. This is a quick port of IconKit 1.2 to OPENSTEP 4.2 MachOS.
  3.  
  4. Release notes v 4.2.1:
  5.  
  6. I still don't know what H Scott Ray thinks about this port since the original license was not explicitly giving away the source…but since Peter already did most of the boring conversion work...and having a read FileBrowser on Openstep/NT is something I couldn't resist to So I wasted one evening cleaning up and fixing some of the problems to make it behave a little better.
  7.  
  8. 1) Everything at least compiles an Mach and NT
  9. 2) Fixed the retain/release problems where I stubled accross them
  10. 3) The IKShelf should now work properly
  11. 4) The IKIconPath is still not working correctly
  12. 5) FileViewer at least now works 90% the way it should. Under NT the shelf does not properly update the colors and we somehow don't get all the icons from the NSWorkspace class...but it works !
  13.  
  14. The IconKit was using its own GC mechanism and notification system which was good in the 3.x days. However parts of that caused problems under Openstep or at least make the code more complex then necessary.
  15. This will either need a major rewrite in a lot of places or we will propably see most of the ideas appear inside the MiscKit 2.x which already support some of the IconKit protocols and ideas.
  16.  
  17. However...enjoy this cool kit. Thanx to Scott for writing it....and Peter for doing the dirty work of converting it.
  18.  
  19. Aloha
  20.     Tomi Engel   (tsengel@cip.informatik.uni-erlangen.de)
  21.  
  22.  
  23. Installation instructions:
  24.  
  25. 1) open the PB.project in ./IconKit.4.2.1/Framework
  26. 2) make install (the Framework installs to /LocalLibrary/Frameworks
  27. 3) open the PB.project in ./IconKit.4.2.1/FileViewer
  28. 4) make
  29. 5) run, the FileViewer should come up
  30. 6) open the PB.project in ./IconKit.4.2./Palette
  31. 7) make palette
  32. 8) open the Palette in IB...
  33.  
  34. I've tested only a little piece of the entire source. The FileViewer app is runnig, and that's it.
  35.  
  36. Please do not ask for support or any further enhancements. 
  37.  
  38. Greetings from Germany,
  39.  
  40. Peter Kretzschmar
  41.  
  42. EfI GmbH
  43. Rungestraße 4
  44. 24537 Neumuenster
  45. GERMANY
  46. peterk@efi-nms.de
  47. www.efi-nms.de
  48.