Aparajita Fishman
e2ead56256
Collection KVC fixes, nextObject correctness
...
- Moved common CPArray/CPSet collection KVC operators to _CPCollectionKVCOperators.
- Implemented KVC operator dispatch using Objective-J.
- Fixed infinite loop with empty collection in @min, @max and @sum operators.
- Correctly return valueForUndefinedKey when necessary.
- valueForUndefinedKey reason uses raw description for consistency, class' overridden description may not helpful at all.
- Don't create a forwarder for @ operators with property paths.
- Fixed CPSet -valueForKeyPath to correctly deal with nil/undefined/empty values.
- Added tests for collection KVC operators.
- enumerator -nextObject should always compare against nil for clarity, correctness, and consistency.
2012-04-03 22:16:55 -07:00
Francisco Ryan Tolmasky I
ffea2de826
Style fixes.
...
Reviewed by me.
2010-12-09 13:00:52 -08:00
Ross Boucher
45f74386b8
Add bindings support to nib2cib
2010-11-18 15:52:54 -08:00
Francisco Ryan Tolmasky I
78fe93be68
Imrpoved identifying main menus in cibs.
...
Reviewed by me.
2009-09-04 12:37:38 -07:00
Francisco Ryan Tolmasky I
58ac49e0b0
Fix for out of memory errors when building clean.
...
Reviewed by me.
2009-08-25 19:55:21 -07:00
Francisco Ryan Tolmasky I
6cab77e005
More hash->UID name changes.
...
Reviewed by andrew.
2009-06-07 16:07:08 -07:00
Francisco Tolmasky
390cf2c16c
Fix for MainMenu.cib needing to be loaded manually in cib apps.
...
Closes #9 .
Reviewed by me.
2009-05-02 22:47:42 -07:00
Francisco Tolmasky
f887aca66f
Fix for menu bars created in Interface Builder not showing up with nib2cib.
...
Closes #5 .
Reviewed by me.
2009-04-28 09:51:20 -07:00
Francisco Tolmasky
2664e30a8b
A number of changes.
...
Reviewed by me.
2009-03-08 20:40:11 -07:00
Francisco Tolmasky
6a0958f9c1
Some scroll view nib fixes.
...
Reviewed by me.
2009-02-21 17:17:29 -08:00
Francisco Tolmasky
27035770d7
Fix for adding awakeFromCib.
...
Reviewed by me.
2009-02-21 01:37:28 -08:00
Francisco Tolmasky
670ebee06d
A number of Cib improvments.
...
Reviewed by me.
2009-02-15 01:11:57 -08:00
Francisco Tolmasky
699550c879
Fixes to Cib support.
...
Reviewed by me.
2009-02-13 14:45:18 -08:00
Francisco Tolmasky
44d837c1eb
A number of improvements to theming and bug fixes.
...
Reviewed by me.
2009-02-13 01:48:44 -08:00
tlrobinson
cfbdb1ce76
nib2cib support for CPMenu, CPMenuItem, CPPopUpButton, including MainMenu support. New test NIBs.
2008-12-09 01:58:42 -08:00
Francisco Ryan Tolmasky I
5144a5a579
Added @accessor support, @import, and fixed spacing bug with @selector.
...
Reviewed by ross.
2008-10-26 00:48:49 -07:00
Francisco Ryan Tolmasky I
7f59ce782b
Accidentally committed a few alerts.
...
Reviewed by me.
2008-09-21 02:56:28 -07:00
Francisco Ryan Tolmasky I
464ddf269d
A number of fixes for Cib.
...
Reviewed by rossco.
2008-09-21 02:52:24 -07:00
Francisco Ryan Tolmasky I
d6b4ebaa30
Significant improvements to cib support and nib2cib.
...
Reviewed by rossco.
2008-09-17 23:56:55 -07:00
Francisco Ryan Tolmasky I
a97bb72800
Initial commit.
...
Reviewed by francisco, ross and tom.
2008-09-04 03:52:20 -07:00