Antoine Mercadal
57f2d3e26a
Revert "Merge pull request #2152 from daboe01/Fix-for-missing-backgroundcolor-support-textfield"
...
This reverts commit 5c193f49df , reversing
changes made to 5b2ef77c2c .
2014-09-04 14:34:09 -07:00
Antoine Mercadal
5c193f49df
Merge pull request #2152 from daboe01/Fix-for-missing-backgroundcolor-support-textfield
...
FIXED: CPTextField's setTextFieldBackgroundColor: has not effect
2014-09-04 14:05:21 -07:00
Antoine Mercadal
371b660b33
Merge pull request #2072 from mrcarlberg/fix_accessors_in_categories_fails
...
Fixed: Ivars with accessors in a Category failed with duplicate ivar error
2014-09-04 14:02:53 -07:00
Antoine Mercadal
cf93b72edd
Merge pull request #2173 from daboe01/Fixed--collectionViewDidChangeSelection
...
Fixed: support for outdated collectionViewDidChangeSelection delegate method
2014-09-04 13:57:39 -07:00
Christophe Serafin
f3b3d8d759
Test: Update CPControlSize and Nib2CibAlignment tests to show CPRadioGroup truncated fix.
...
It removes unuseful grid image and adds CPRadio and CPRadioGroup into CPControlSize and Nib2CibAlignment tests.
2014-09-02 17:45:14 -07:00
daboe01
b24f5b6ad6
fixed unit test
2014-08-24 14:12:44 +02:00
Christophe Serafin
d1985bad3b
update Nib2CibAlignment test
2014-08-18 13:09:51 -07:00
Antoine Mercadal
1b639ab978
Improve test XIB
2014-08-15 01:01:47 -07:00
Antoine Mercadal
9646f7039a
Update XIB
2014-08-14 21:05:16 -07:00
Antoine Mercadal
775141b7f7
Merge branch 'themeable-rule-editor' of https://github.com/t00f/cappuccino into themeable-rule-editor
2014-08-14 21:03:45 -07:00
Christophe Serafin
4b639843ec
fixed buttons positions and extended Nib2CibAlignment test
2014-08-14 18:18:08 -07:00
Christophe Serafin
464389a862
update nib2cib-adjustment-frame to match Nib2CibAlignment Test. Except for button in small and mini sizes
2014-08-14 14:17:57 -07:00
Christophe Serafin
3dc581efbb
introduce nib2cib-adjustment-frame as theme attribute to enbable proper control alignment
2014-08-14 10:54:38 -07:00
Christophe Serafin
02430916cb
add CPDatePicker without CPStepper in CPControlSize test demo
2014-08-12 13:58:05 -07:00
Christophe Serafin
e3ad115698
correction based on primalmotion comments
2014-08-12 13:56:25 -07:00
Christophe Serafin
0b64758360
adjust CPPopUpButton alignment
2014-08-11 15:04:06 -07:00
Christophe Serafin
4e1a2c04a5
create a CPControlSize Manual test to verify control sizes with a certain theme
2014-08-11 14:27:01 -07:00
Alexandre Wilhelm
3e4c03852d
Fixed: Memory leaks in CPOutlineView + corrupted itemInfos dictionary
...
Previously, when reloading a CPOutlineView with different datas than before, the CPOutlineView kept a reference of the previous datas.
Now, when reloading, the CPOutlineView will delete these references when we don't need it anymore. For that, the CPOutlineView will only try to delete the previous reference when we have reloaded the children of a node, otherwise it will keep the other references.
This PR fix some issue with the following methods :
- (BOOL)isExpandable:(id)anItem;
- (BOOL)isItemExpanded:(id)anItem;
- (CPInteger)rowForItem:(id)anItem;
- (CPInteger)levelForItem:(id)anItem;
- (id)itemAtRow:(CPInteger)aRow;
- (CPInteger)levelForItem:(id)anItem;
- (CPInteger)levelForRow:(CPInteger)aRow;
Previously these methods took care about not displayed items. Now they just work with displayed items.
Added unit-tests in Test/AppKit/CPOutlineViewTest.j
Test app in Test/Manual/CPOutlineViewTestCib
2014-08-08 15:05:24 -07:00
Christophe Serafin
a2c9b5c042
added choices in list to test CPPredicateEditor with CPPopupButton
2014-08-07 16:51:36 -07:00
Christophe Serafin
269ab3884a
enable testing with boolean type
2014-08-07 09:43:07 -07:00
Aparajita Fishman
293114f1a0
Fixed: delete methods erased entire field
...
Previously, the deleteForward:, deleteBackward: and delete: methods in CPTextField called setStringValue, which would consult a formatter, and if the formatter failed all of the text would be deleted.
Now the code has been refactored such that when one of the delete methods is invoked via a key event, the formatter is not used and the DOM event is used, which results in the expected behavior.
A bug in checking the selected range was also fixed in deleteForward:.
The CPFormatter test was updated with buttons to call the delete methods directly to ensure they work correctly when not invoked from a key event.
Closes #1997
2014-07-29 23:32:14 +04:00
Alexander Ljungberg
7470f4ffcf
New: CPEvent scrollingDeltaX, scrollingDeltaY and hasPreciseScrollingDeltas.
...
Refs #2013 .
2014-07-23 15:00:30 +01:00
Alexander Ljungberg
58928a5000
Formatting: CPDateFormatter changes and tests.
...
Refs #2155 .
2014-07-22 12:49:35 +01:00
Alexander Ljungberg
4c44ede945
Merge pull request #2155 from krodelin/CPDateFormatter-emptyLanguages
...
Fixed: CPDateFormatter now works for non-"en" locales [+1]
2014-07-22 12:41:03 +01:00
Alexander Ljungberg
d3c4105429
Formatting recent changes.
2014-07-22 12:09:06 +01:00
Antoine Mercadal
ed307adb22
Merge pull request #2135 from Dogild/TokenFieldDelegate
...
Fixed: unsigned delegate methods of CPTokenField erased by CPTextField
2014-07-18 18:42:49 -07:00
Antoine Mercadal
8001688daf
Merge pull request #2076 from cacaodev/issue2039
...
FIXED: Error when binding several objects to the same objectController [+1]
2014-07-18 18:42:18 -07:00
Antoine Mercadal
4c0687b9a5
Merge branch 'fix-menu-enabled-bindings' of https://github.com/daboe01/cappuccino into daboe01-fix-menu-enabled-bindings
2014-07-15 10:22:46 -07:00
Alexandre Wilhelm
33043dd8af
Fixed: removed unsued code in CPTokenFieldTest
2014-07-13 21:25:35 -07:00
Antoine Mercadal
1848f96efa
FIXED: style
2014-07-10 11:39:43 -07:00
Antoine Mercadal
51440cc7f7
Merge branch 'FIXED--insertAttributedString-did-not-coalsece' of https://github.com/daboe01/cappuccino into daboe01-FIXED--insertAttributedString-did-not-coalsece
2014-07-10 11:38:37 -07:00
Antoine Mercadal
09f100c0c2
Merge branch 'fix-cfhttp-cpurl-2141-2138' of https://github.com/ahankinson/cappuccino into ahankinson-fix-cfhttp-cpurl-2141-2138
2014-07-09 15:45:28 -07:00
Antoine Mercadal
03c45a78a9
Merge branch 'popoverOpen' of https://github.com/Dogild/cappuccino into Dogild-popoverOpen
2014-07-09 14:06:12 -07:00
Udo Schneider
ce82ce1444
Test: Added Tests for non-english locales
...
CPDateFormatter only supports the "en" locale by default. All other locales yield empty results for most symbols. The tests added ensure, that the english "default" values are returned if no specific data is available (which is currently the case for every locale except "en").
2014-07-01 00:23:44 +02:00
daboe01
85cff2c0f3
changed test to use cocoa api
2014-06-30 05:57:10 +02:00
Alexandre Wilhelm
6d78ed3462
Fixed: CPPopover test doesn't handle semi-transient state
2014-06-29 19:17:17 -07:00
daboe01
437142ed7b
manual test
2014-06-28 17:03:00 +02:00
Antoine Mercadal
f418f9de4c
Merge pull request #2139 from Dogild/EscapePanel
...
Fixed: CPPanel and popover doesn't close when hitting escape
2014-06-24 17:45:27 -07:00
Antoine Mercadal
036b82afd9
Merge pull request #2134 from Dogild/CPTextFieldEditingStyle
...
Fixed: CPTextField doesn't update its style when editing [+1]
2014-06-24 16:44:05 -07:00
Andrew Hankinson
a896fe7425
Test: New CFHTTPRequest test
...
This commit adds a new test for CFHTTPRequest, which at present only contains the test for withCredentials
2014-06-23 16:15:24 -04:00
Andrew Hankinson
6c52e4936f
Tests: Updating test for CPURLConnection
...
This test checks to make sure the CPURLConnection withCredentials functionality works.
2014-06-23 16:14:21 -04:00
Alexander Ljungberg
8d7594c96a
Formatting and clean up.
...
Refs #2103 .
2014-06-22 16:07:17 +01:00
Alexander Ljungberg
ed36869f1d
Test: complex message receiver.
...
Refs #2103 .
2014-06-22 16:02:37 +01:00
Alexander Ljungberg
ea3adc44fd
Fixed: objj_msgSend_reset not resetting with fast objj_msgSend.
...
Refs #2103 .
2014-06-22 14:29:40 +01:00
Alexander Ljungberg
5fafc97bc0
Merge branch 'master' into fastobjj
2014-06-22 13:05:32 +01:00
Alexander Ljungberg
fba900707a
Test: formatting, fix name of previous test.
...
Refs #2103 .
2014-06-22 12:58:24 +01:00
Alexander Ljungberg
175a455d75
Test: add CPAutosizePerformance test to validate objj_msgSend speed improvements.
...
This test was written by cacaodev.
Refs #2103 .
2014-06-22 12:57:11 +01:00
Alexandre Wilhelm
5d5d03fd4c
Fixed: textField in CPTextFieldTest doens't have a placeholder
2014-06-19 21:05:06 -07:00
Alexandre Wilhelm
cd6ffba9ac
Fixed: CPPanel and popover doesn't close when hitting escape
...
Previously, a panel or a popover didn't close when the user hit the key escape.
Now it does. The panel or the popover will close on the keyDown event as in cocoa.
Test app in Tests/Manual/CPPanelTest/ and Tests/Manual/CPPopoverTests
Fixed #1767
2014-06-18 16:29:13 -07:00
Alexandre Wilhelm
4568dfabb9
Added: added unit test for CPTokenField
2014-06-12 10:58:11 -07:00