Alexander Ljungberg
4876f77914
Refs #1476 . Format code.
2012-03-12 20:05:18 +00:00
Alexander Ljungberg
ed6bed9bf7
Format code.
2012-03-12 19:43:28 +00:00
Alexander Ljungberg
87cb2eb19d
Merge pull request #1476 from cacaodev/cappuccino
...
---
In nib2cib, this typo was preventing from decoding base64 data included in nib files.
2012-03-12 19:20:01 +00:00
Alexander Ljungberg
5a0e1d7bb3
Support any angle in CPGradient drawInRect:angle:.
2012-03-11 19:40:22 +00:00
Alexander Ljungberg
ebeb1040e8
Simplify CPGrahicsTest slightly by connecting delegates in IB.
2012-03-11 14:06:31 +00:00
Alexander Ljungberg
cdb919dea3
Add reference renderings to CPGraphicsTest. Add visual tests of CPGradient.
2012-03-11 13:13:50 +00:00
Alexander Ljungberg
2a031e82a4
Constrain CPColor components to [0.0, 1.0].
2012-03-10 10:11:35 +00:00
cacaodev
0e6ce205ab
CPPropertyListSerializationTest for CPPropertyListXMLFormat_v1_0 format
2012-03-09 20:52:08 +01:00
Alexander Ljungberg
a1cf9f1cd4
Table view cell layout test.
2012-03-09 15:36:21 +00:00
Alexander Ljungberg
342bacb25c
Manual test for CPImageView with and without shadow.
2012-03-09 12:49:38 +00:00
Alexander Ljungberg
0736f86f32
Fixed: "[CPString count] unrecognized selector" error when binding an array controller's content array to a key of another AC's selection.
...
This change also avoids wrapping a selection proxy in a KVO array proxy, which isn't helpful and probably hurts performance.
2012-03-07 16:49:41 +00:00
Alexander Ljungberg
107d739489
Add support for checkbox placeholder bindings options.
2012-03-07 14:33:32 +00:00
Alexander Ljungberg
9a32733f88
Fixed: incorrect bindings option in array controller test.
2012-03-07 13:04:20 +00:00
Alexander Ljungberg
f5bee48d98
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-02-17 14:26:56 +00:00
Alexander Ljungberg
24fbfbee60
Unit test for previous fix.
2012-02-17 14:26:28 +00:00
Aparajita Fishman
37d92c1182
Revert "Merge pull request #1438 from aradabaugh/master", it broke a few things
...
This reverts commit e081dbf127 , reversing
changes made to 71e8f0201a .
2012-02-16 08:21:31 -08:00
cacaodev
d581dec6cf
CPTabView: Do not track the segment when the delegate disallows item selection.
2012-02-13 00:32:22 +01:00
Antoine Mercadal
a0eadc6c4a
Merge branch 'CPStepper-nib2cib' of https://github.com/cacaodev/cappuccino into stepper-nib2cib
2012-02-11 16:08:27 +01:00
Alexander Ljungberg
fdf672cf0a
Include a toolbar in NibAppRemixed as a (very minimal) example.
2012-02-10 19:57:50 +00:00
cacaodev
59ce74a3df
CPTabView : _selectedIndex was undefined after decoding an empty tab view (no items).
...
A visible bug was that the first item added was not immediately selected. Updated CPTabViewNib example, shows the bug fixed.
2012-02-10 16:29:50 +01:00
Alexander Ljungberg
eacee00fc8
Merge branch 'master' of github.com:cappuccino/cappuccino
2012-02-08 15:58:00 +00:00
Alexander Ljungberg
fe70a5541e
Fixes #1450 : a scroll view with non hiding legacy scrollbars would crash if the document view had a size of 0 pixels in either dimension.
2012-02-08 15:52:59 +00:00
Alexander Ljungberg
8fdb872605
Clean up.
2012-02-08 13:48:43 +00:00
cacaodev
4d3f8c3c8c
CPStepper: nib2cib support, with test.
2012-02-07 16:38:48 +01:00
cacaodev
12201d38f3
CPArrayController : setAvoidsEmptySelection:YES should not apply when setting an empty selection explicitely. With tests.
2012-02-03 00:48:49 +01:00
cacaodev
75a00e8c4a
CPFont: fix typo in fontWithName:size: caching, rearrange constructor methods. With test.
2012-02-01 14:05:37 +01:00
Randy Luecke
e081dbf127
Merge pull request #1438 from aradabaugh/master
...
Enable additional buttonTypes for CPButton
2012-01-31 22:23:42 -08:00
Randall Luecke
7dc213995c
Added CPObject's performSelector:withObject: and tests
2012-01-31 16:35:49 -05:00
aradabaugh
bea34a9b35
Removes duplicate action for radioGroup.
2012-01-30 00:26:46 -07:00
aradabaugh
5ae405a89b
Add visual test for CPButton buttonTypes.
2012-01-30 00:17:58 -07:00
Alexander Ljungberg
66fcbe7871
Visual CPSplitView test.
2012-01-27 20:58:54 +00:00
Alexander Ljungberg
b27a3cdbe5
Rewritten split view resizing which plays well with a mix of fixed size and non-fixed size panes.
2012-01-27 20:44:38 +00:00
Alexander Ljungberg
9d7b822409
Add support for split view shouldAdjustSizeOfSubview: delegate method.
2012-01-27 17:04:04 +00:00
Alexander Ljungberg
ab3f260757
Fixed: CPSplitView tried to auto save even without an auto save name.
2012-01-27 16:38:17 +00:00
Alexander Ljungberg
9536858599
Unit test CPSplitView.
2012-01-27 14:47:00 +00:00
cacaodev
7a41282912
CPTabView: Fix a bug where a CPTabView would not reflect immediately the replacement of the selected item's view.
...
Updated CPTabViewNib to show a setView: on the current item.
If the view changes on a non selected item, the tabView content will be
updated when this item is selected.
2012-01-26 14:45:42 +01:00
cacaodev
7f6db7bf98
CPTabView: Fix a bug where -selectedTabViewItem was raising instead of returning nil when no tab items (i.e. _selectedItemIndex = -1) and causing nib2cib to fail.
...
Added An empty Tab View to CPTabViewNib test app.
Needs a jake sudo-install for changes to take effects.
2012-01-26 10:44:46 +01:00
Antoine Mercadal
0c72c52ba2
improve manual test of CPBox
2012-01-14 12:31:28 +01:00
Antoine Mercadal
f0e1b67197
Merge remote-tracking branch 'upstream/master'
2012-01-13 13:56:16 +01:00
Antoine Mercadal
7ba27cf617
Add manual test for CPBox title
2012-01-13 13:52:31 +01:00
cacaodev
0908139218
Merge branch 'master' of git://github.com/cappuccino/cappuccino into CPRulePredicateEditor
2012-01-07 09:39:34 +01:00
Aparajita Fishman
1c2a304ee5
Assignment of function is a statement and should be semicolon terminated. Some miscellaneous linting as well.
2012-01-05 17:51:37 -10:00
cacaodev
8d59fc1334
CPPredicateEditor tests: updated xib to Xcode 4.2 and nib2cibed.
...
SmartFoldersDemo: disable the size-to-fit like feature in the controller because 1/ CPPredicateEditor should have its own sizeToFit and 2/ It was shadowing other resizing bugs.
2011-12-31 17:19:14 +01:00
cacaodev
ce2316a8ee
CPCompoundPredicate: Fixed typo in -isEqual:. With test.
2011-12-31 16:19:38 +01:00
cacaodev
0aae4f2627
Merge branch 'master' of git://github.com/cappuccino/cappuccino into CPRulePredicateEditor
2011-12-31 15:37:59 +01:00
Alexander Ljungberg
b0b1bd88a6
Fix clean up, clean up more.
2011-12-29 20:18:40 +01:00
Alexander Ljungberg
75d5619abd
Clean up.
2011-12-29 20:12:11 +01:00
cacaodev
b39f509263
CPArray (CPPredicate): -filteredArrayUsingPredicate: and -filterUsingPredicate:
...
Use CPArray methods (not js array) because the receiver can be a CPArray subclass. With tests.
Fixes the bug reported here: https://groups.google.com/forum/?pli=1#!topic/objectivej/8q9hqbZZUv0
2011-12-29 17:16:53 +01:00
cacaodev
7a8173bf6f
CPRuleEditor : Fixes a bug where a rule editor embedded in a scroll view was not updating its frameSize when rows where added/removed.
...
Reported here: https://groups.google.com/d/msg/objectivej/G2MFGGSHaOY/ojcQaoNSpcAJ
I also adjusted the plus button right padding to give enough space for the scroller.
Edited CPRuleEditorCibTest xib to unhide the vertical scroller.
2011-12-25 22:16:01 +01:00
cacaodev
08d690b65d
Completed isEqual: support for CPExpression & CPPredicate subclasses
2011-12-17 15:37:43 +01:00