Nicholas Small
|
6a689dc3df
|
Fix for asking the wrong object for -_replacementKeyPathForBinding: when creating a new binding.
|
2010-06-30 12:00:20 -04:00 |
|
 Scott KyleandRandall Luecke
|
1899250a53
|
Semicolons are nice...
|
2010-06-10 16:42:28 -05:00 |
|
Ross Boucher
|
8fd564b034
|
Minor cleanup to the current test cases.
|
2010-05-28 10:54:45 -07:00 |
|
Alexander Ljungberg
|
45a2bcb71a
|
Fixed bindings problems where 'nil' would be transformed into @"". Also, CPIsNilTransformerName and its inverse couldn't work because any nil value was immediately returned without transformations being applied. Full complement of unit tests included, based on Cocoa empirical testing.
Fixed with CPKeyValueBinding: the CPValueTransformerNameBindingOption option would cause an exception due a missing import.
|
2010-05-26 19:50:35 -04:00 |
|
Alexander Ljungberg
|
218919a8ba
|
Fixed: exposed bindings on CPObject would not appear in CPObject subclasses.
|
2010-05-26 19:48:27 -04:00 |
|
Alexander Ljungberg
|
79ed04e403
|
Fixed: including CPValueTransformer.j causes an infinite loop due to the recent Objective-J (mis?) behavior that every class has to inherit from CPObject. Also, the transformer map failed to initialize properly with the existing setup code for reasons which were not immediately clear. Moving the initialization to a regular + initialize method eliminated the problem.
Fixed: CPKeyValueBinding.j would throw an exception if a named value transformer option was specified, due to CPValueTransformer.j not being imported.
|
2010-05-26 19:47:45 -04:00 |
|
Ross Boucher
|
3635d0ec26
|
Bindings Checkpoint.
|
2009-09-21 13:27:50 -07:00 |
|
Ross Boucher
|
b63e50dacb
|
Fix for the objectValue/value thing in bindings. Removed unnecessary code in CPControl
|
2009-09-20 19:33:03 -07:00 |
|
Francisco Ryan Tolmasky I
|
08ed16c493
|
Made CPObjectController's contentObject binding bidirectional.
Reviewed by me.
|
2009-07-22 23:54:38 -07:00 |
|
Ross Boucher
|
9bbe51fa64
|
CPArrayController works simply with bindings and arrangedObjects
|
2009-02-19 01:29:39 -08:00 |
|
Ross Boucher
|
4de3a34a3e
|
CPObjectController now works, as do bindings and CPControls.
|
2009-02-16 00:37:50 -08:00 |
|
Ross Boucher
|
c028425f14
|
More bindings fixes.
|
2009-02-09 17:35:25 -08:00 |
|
Ross Boucher
|
1b8aca26a3
|
In progress work on bindings.
|
2009-02-07 12:55:15 -07:00 |
|
Ross Boucher
|
1acb130be1
|
Add preliminary support for Key Value Bindings to Cappuccino.
|
2009-02-07 12:54:59 -07:00 |
|