cncolder
5a6e266c8d
nib2cib binding with buildin transformers support.
2010-12-18 15:02:25 +08:00
Francisco Ryan Tolmasky I
4372edb7c4
Fix for remaining reference to objj_standardize_path.
...
Closes #1040 .
Reviewed by me.
2010-12-16 09:51:44 -08:00
Alexander Ljungberg
8edee4e755
Fix accidental globals, cleanup.
2010-12-15 16:02:50 +01:00
Alexander Ljungberg
251ba407be
Implement CPURL isEqualToURL:.
2010-12-15 11:08:28 +01:00
Alexander Ljungberg
c65726fb12
Fixed: CPURL isEqual threw an exception if the argument was not a CPURL.
2010-12-14 23:49:24 +01:00
Alexander Ljungberg
8ef7f07195
Fixed: CPArrayController's addObject and CPArray's insertObject:inArraySortedByDescriptors:.
...
CPArray insertObject:inArraySortedByDescriptors: now quickly inserts objects at the end of the array if no sort descriptors are specified.
CPArrayController initialises its sort descriptors to an empty array.
Fixed: array controller's addObject added objects to the arranged objects array in a different order than in the content array if no sort descriptor was set.
2010-12-14 23:33:14 +01:00
Alexander Ljungberg
b381fe6c27
Cleanup.
2010-12-14 12:36:37 +01:00
Randall Luecke
c80116e90d
Removed leftover from versioning fixes
2010-12-11 01:01:56 -05:00
Francisco Ryan Tolmasky I
f667c39ade
Further versioning fix.
...
Reviewed by me.
2010-12-10 09:04:13 -08:00
Randall Luecke
3a716c08f8
CPObject -version should be static and zero by default.
2010-12-10 10:01:33 -05:00
Francisco Ryan Tolmasky I
d69f46f7ee
More capp_linting.
...
Reviewed by me.
2010-12-09 13:45:29 -08:00
Ross Boucher
ac6ccc3257
Merge branch 'master' of https://github.com/dasto/cappuccino into dasto-master
...
Conflicts:
Tests/Foundation/CPKeyValueCodingTest.j
2010-12-09 12:59:11 -08:00
Daniel Stolzenberg
29ed8f3116
fixed issues with "CPKeyValueObservingOptionPrior" and "CPKeyValueObservingOptionOld" on dependent keys caused by improper wrapped observation messages
2010-12-09 14:56:55 +01:00
Ross Boucher
df7c8bf508
Remove unwanted global.
2010-12-08 16:11:25 -08:00
Ross Boucher
1e2fdc3e1b
Remove tabs; Update some of the toll free bridging code.
2010-12-08 15:44:28 -08:00
Ross Boucher
a767d2199d
Merge branch 'tollfreefix' of https://github.com/hammerdr/cappuccino into hammerdr-tollfreefix
2010-12-08 13:35:22 -08:00
Derek Hammer
d4d831b9ac
Fixing a bug caused by the function inline.
2010-12-01 20:12:12 -08:00
Klaas Pieter Annema
a51672cc82
use charAt in CPDecimal, IE doesn't support []
2010-11-30 16:05:32 +01:00
Klaas Pieter Annema
34339fbcd9
several bindings / KVC fixes
...
- setValue:forKeyPath will now get call setValue:forKeyPath again on the value of the first part of the key path
- override valueForKeyPath: and valueForKey: in CPObjectController's CPControllerSelectionProxy to return controller markers when appropriate
- override setValue:forKeyPath: and setValue:forKey: in CPObjectController's CPControllerSelectionProxy to bypass possible controller markers
This commit also removes previous hacks for compound paths and adds test cases for the errors. All this is related to issue #967 .
2010-11-23 14:18:22 +01:00
Klaas Pieter Annema
535d6c9dc5
make setValue:forKey: handle controller markers
2010-11-23 12:15:53 +01:00
Klaas Pieter Annema
aeb3873f3c
fix valueForKeyPath: attempting to call valueForKey: on controller markers
2010-11-23 11:56:46 +01:00
Alexander Ljungberg
381a6a999b
Fixed a bad var statement in CPDecimal. Cleanup.
2010-11-17 21:58:58 -03:00
Francisco Ryan Tolmasky I
bd15d2f331
Fix for [CPUndoManager removeAllActions] not clearing the current groupings as well.
...
Closes #1002 .
Reviewed by me.
2010-11-17 12:21:09 -08:00
Francisco Ryan Tolmasky I
9179a31a93
Style fixes.
...
Reviewed by me.
2010-11-13 12:41:31 -08:00
Francisco Ryan Tolmasky I
c9d32b4163
Merge branch 'CPTreeNode-descendantNodeAtIndexPath' of https://github.com/luuse/cappuccino into luuse-CPTreeNode-descendantNodeAtIndexPath
2010-11-13 10:26:07 -08:00
Andreas
57c691c2e2
Make CPBundle post a notification on successfull load
2010-11-13 15:38:14 +01:00
Andreas Falk
fbcf84e63f
Fix some broken things after cherry-pick
2010-11-13 13:03:01 +01:00
Andreas
ea5ab5e921
Add CPIndexPath implementation and tests
2010-11-13 12:22:06 +01:00
Alexander Ljungberg
5d505f5271
Merge branch 'CPString-copy' of https://github.com/cacaodev/cappuccino into cacaodev-CPString-copy
2010-11-11 16:57:49 -03:00
Alexander Ljungberg
e4f5d9b32f
Fixed some comments referencing NS* classes.
2010-11-11 13:42:25 -03:00
Alexander Ljungberg
345b9d9297
Fix some comments.
2010-11-11 13:38:16 -03:00
Alexander Ljungberg
4bad3c2823
Merge branch 'CPPredicate' of https://github.com/cacaodev/cappuccino into cacaodev-CPPredicate
2010-11-11 12:59:04 -03:00
Klaas Pieter Annema
b7d7b99a82
Merge branch 'CPDecimalNumber'
2010-11-09 10:38:58 +01:00
Nicholas Small
731e50da32
Clean up value accessors in CPUserDefaults.
2010-11-08 12:35:23 -05:00
Nicholas Small
5078c3e9cf
Merge branch 'fix-cpuserdefaults-protocol' of https://github.com/primalmotion/cappuccino into primalmotion-cpuserdefaults-fixes
2010-11-08 11:52:43 -05:00
cacaodev
3b35219beb
Fix [[string copy] isEqual:[string copy]] == NO
2010-11-07 21:43:02 +01:00
cacaodev
ca289e081e
CPPredicate parsing support:
...
"($)path.($)variable"
"SUBQUERY(collection, $x,$x = 2)"
"sum:(arg1, ...)"
"FUNCTION(target, selector, arg1, ...)
"object[expression]"
"set UNION|INTERSECT|MINUS otherset"
Fixed a bug where CPExpression_set was evaluating to an expression instead of a set.
Replaced parsing exceptions with a generic function indicating where it failed.
2010-11-07 17:56:22 +01:00
Antoine Mercadal
386ded05fd
remove useless _searchListNeedsReload
2010-11-06 10:19:21 +01:00
Alexander Ljungberg
8ca2f53828
Merge branch 'CPPredicate' of https://github.com/cacaodev/cappuccino into cacaodev-CPPredicate
2010-11-05 14:52:37 -03:00
Antoine Mercadal
6a2b347b21
authorize string in setURL:forKey:
2010-11-05 17:28:18 +01:00
Antoine Mercadal
b96abb5fd4
fix typo
2010-11-05 17:01:24 +01:00
Antoine Mercadal
60a8ddd306
be less restrictive on setInteger, setFloat and setDouble
2010-11-05 14:42:22 +01:00
Antoine Mercadal
91ce1c3f6c
add stringArrayForKey:
2010-11-05 11:52:43 +01:00
Antoine Mercadal
c833de2e0a
set _searchListNeedsReload to YES after setting defaults
2010-11-05 11:37:46 +01:00
Antoine Mercadal
6824e42c69
fix some small bugs
2010-11-05 11:32:18 +01:00
Antoine Mercadal
67a41534bd
make CPUserDefault more Cocoa compliant
2010-11-05 11:08:27 +01:00
Nicholas Small
40c1957484
Update documentation in CPUserDefaults.
2010-11-04 16:06:53 -04:00
Nicholas Small
6f754d9810
Added CPUserDefaults.j
2010-11-04 15:53:53 -04:00
Daniel Stolzenberg
db2c88f2e5
Merge branch 'master' of git://github.com/280north/cappuccino
2010-11-02 13:49:52 +01:00
Francisco Ryan Tolmasky I
52f7844aee
Made it so .h files are automatically included in AppKit (avoiding needing to manually include Platform.h, etc.).
...
Also changed a bunch of <AppKit/*> imports to "*" imports.
Reviewed by me.
2010-11-01 11:10:01 -07:00