Oops, I noticed that after the IP-Migration I forgot to migrate my project-titmouse.de domain. That should be fixed in the DNS over the next hours.
- Usability tweaks for EOActionCellAssociation and EOTextAssociation
- Removed superflous dependency on EOAccess.
- Added -debugDescription to EODisplayGroup and whereever else I thought it was useful.
- Used +setVersion in +initialize more.
- DisplayGroups reestablish their connection with the EOEditingContext now more cleanly.
- Leak involving decoding fixed.
- EODisplayGroup has been separated into many different Categories. It was just too large in one file.
- Selection has been streamlined and dumbed down a bit. Associations try to use the standard selection API more, than the one I "invented".
- EOControlAssociations do not handle controlTextDidEndEditing: anymore, since this can and will be done by the action method anyway.
- Match qualifiers do not convert non-strings to strings for default matching. Instead default matching is only done on strings.
- Adds NSModalPanelRunLoopMode to the EODelayedObserverQueue runLoopModes on +load.
- Changed EOActionInsertionAssociation to use addObject:toBothSidesOf...
- EOPopupAssociation enable code umgeschrieben. Also changed the syncSelectionWithObjectOfGroup code, the code before, I don't know why that was useful.
- EOAssociations dequeue themselves out of the EODelayedObserverQueue when breaking the connection.
- Hacked qualifierFromQueryValues to use EOQualifierOperatorEqual on non-string values instead of like.
- Sporadic crasher in -dealloc of EOTableViewAssociation removed.
- Associations don't retain their object any longer. This is how it should have been all along and its much better, because DetailAssociations don't have cycles with their displayGroups.
- Hardened EOColumnAssociation agains failure, when NSColumnTable disappears. An not so unlikely occurrence. Plays nicer with existing code.
Posted by Nat! at 25.01.06 01:26
- Fixed a datetime handling bug when the server timeZone was not set. This manifests in Tiger 10.4.
- Changed the way the adaptor advertises its binding requirements.
- Fixed a possibly crashing double free in image/text handling
- Fixed a little leak with error messages.