Blair Duncan
ac5a4b88d2
updated the testfile
2013-02-23 10:24:29 -05:00
cacaodev
12e743f9dc
nib2cibed viewBasedCib example to resurrect scrollers
2013-02-23 14:52:38 +01:00
cacaodev
16bb194019
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.cib
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.xib
2013-02-23 10:55:08 +01:00
Aparajita Fishman
a9952a28a4
CPRadioGroup enhancements
...
- You may now bind radio groups to selectedValue, selectedTag, selectedIndex, enabled, and hidden. enabled and hidden are multiple value bindings.
- Added some API to CPRadioGroup that parallels NSMatrix: selectRadioAtIndex:, selectRadioWithTag:
- Added setEnabled/setHidden, they operate on all of the radios in the group.
- Sample app to demonstrate all new features.
2013-02-23 00:01:19 -05:00
Aparajita Fishman
7c677de10a
Fixed bugs in CPColorWithImages and CPImageInBundle
2013-02-22 21:58:12 -05:00
Blair Duncan
5c3d3bbc2e
updated added a menu to tablebindings test and doxygen comments
2013-02-22 09:45:26 -05:00
Andrew Hankinson
b0e307bdd0
NSBrowserTest initial commit
2013-02-21 14:07:01 -05:00
Aparajita Fishman
fb01ceb2a9
Formatting
2013-02-21 07:39:57 -05:00
Aparajita Fishman
109f59ab6c
Merge branch 'autosaveTableColumnsFix'
2013-02-21 07:37:09 -05:00
Alexander Ljungberg
169f8eaad1
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-02-20 19:57:24 +00:00
Alexander Ljungberg
56ec9dbb10
Feature to open the attached sheet test window in HUD mode.
...
This is not a bad kitchen sink test for HUD widgets and windows.
2013-02-20 16:35:09 +00:00
cacaodev
899cd22999
Fix local hidding global variable in CPOutlineViewCibTest
2013-02-20 17:16:40 +01:00
cacaodev
3aadc958eb
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
Foundation/CPURLConnection.j
Tests/Manual/CPOutlineViewCibTest/Resources/MainMenu.cib
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.cib
2013-02-20 17:15:24 +01:00
Alexander Ljungberg
79dde7bb9b
Use HUD style buttons in HUD style test window.
2013-02-20 14:39:50 +00:00
aparajita
230988b90d
Merge pull request #1785 from aradabaugh/cgcanvascontext
...
Fixes #1403 w/formatting and style for missing CGCanvasContext functions. Also...
2013-02-19 18:01:11 -08:00
Aparajita Fishman
02b7198e9b
Added action bindings to CPMenuItem
...
Updated MultipleValueBindings app to use action bindings in About and Help menu items.
2013-02-19 17:25:29 -05:00
Aparajita Fishman
ba372029f9
Update MultipleValueBindings app to use a button that binds to a target with no arguments
2013-02-19 16:22:58 -05:00
Adam Radabaugh
a774e52988
Fixes formatting and style for missing CGCanvasContext functions. Adds CGCanvasContext test.
2013-02-19 14:10:39 -07:00
aparajita
23d3cef52e
Merge pull request #1517 from BlairDuncan/FlashViewFix
...
CPFlashView a few minor fixes, includes Test file
2013-02-19 07:16:28 -08:00
Aparajita Fishman
6a5b6a70b5
I was wrong, a single value binding for CPTextField does have default placeholders. Updated MultipleValueBindings app to display a single value binding as well.
2013-02-19 10:07:21 -05:00
Aparajita Fishman
b6f0a29f8f
Merge branch 'CPURLConnection-sendSynchronousRequest' of https://github.com/cacaodev/cappuccino
2013-02-19 09:47:40 -05:00
Aparajita Fishman
dc366809c8
Merge branch 'CPCollectionView-maxNumberOfRows' of https://github.com/cacaodev/cappuccino
2013-02-19 09:38:10 -05:00
aparajita
9e99676b66
Merge pull request #1777 from BlairDuncan/CPDictionaryController
...
CPDictionaryController [+1]
2013-02-19 05:22:29 -08:00
Blair Duncan
8eb59d97b2
replaced setContest with setContentDictionary in test
...
enabled "prepairs content" in xib to show key, key1 etc when added
2013-02-18 22:54:42 -05:00
Blair Duncan
35b54117e0
xib
2013-02-18 17:14:32 -05:00
Blair Duncan
aa7a915139
add missing file
2013-02-18 17:08:27 -05:00
Blair Duncan
6d54bfe01f
removed the wrong one
2013-02-18 16:59:56 -05:00
Blair Duncan
14dff27b97
decode included and excluded keys from xibs
...
removed default sort descriptors
2013-02-18 16:53:54 -05:00
Blair Duncan
9f15a85c86
decode included and excluded keys from xibs
...
removed default sort descriptors
2013-02-18 13:32:09 -05:00
Aparajita Fishman
3239337c1c
CPScroller fixes
...
- Get the scroller orientation from the xib.
- Fix the nonsensical calculation of _isVertical when given bounds.
- Since orientation comes from the xib, had to re-nib2cib everything to be safe.
2013-02-18 11:03:51 -05:00
cacaodev
9a58efaa07
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
2013-02-18 13:09:46 +01:00
cacaodev
3e942dbdbd
Added CPCib import in CPTableView.j
...
Fix warning in NSNib.j
2013-02-18 12:59:47 +01:00
Blair Duncan
7ff8bda52a
CPDictionaryController initial commit
2013-02-18 01:04:59 -05:00
cacaodev
fa008c988c
Add CPTrace.j and fix import in TableCibTest (a test using the old API)
2013-02-16 23:48:39 +01:00
cacaodev
9a472731d8
Typo, symlinks
2013-02-16 23:41:12 +01:00
Aparajita Fishman
9c408bcf5a
Ahem…Javascript object keys are literals, even without quotes!
2013-02-16 16:57:35 -05:00
cacaodev
3fd39ea0c8
Code formatting, cleaned zombie outlets, added outlets to the CPTableCellView owner
2013-02-16 19:00:44 +01:00
Aparajita Fishman
abaa1e81f2
Support for multiple-value bindings
...
- CPView and subclasses support multiple-value hidden bindings.
- CPControl and subclasses support multiple-value enabled bindings.
- CPWindow and CPBox support multiple-value title with pattern bindings.
- CPButton supports multiple argument + target bindings.
- CPImageView and CPTextField support multiple-value editable bindings.
- CPMenuItem supports multiple-value enabled bindings.
- Fixed bugs in CPObjectController with simple collection operators.
- CPColorWell uses black as the placeholder color.
- Runtime object attributes from a cib are applied as they are read, not deferred.
- NSNumberFormatter now reads the number style from the xib.
- Normalized some parameter names.
- Formatting.
- Test app for all binding types.
2013-02-15 12:21:13 -05:00
aparajita
9919a30a72
Merge pull request #1764 from BlairDuncan/pngSystemCursors
...
Custom system cursors to use sprited png's for non IE browsers
2013-02-14 18:23:07 -08:00
Blair Duncan
055d43eb23
Custom system cursors to use sprited png's for non IE browsers
2013-02-14 16:35:30 -05:00
aparajita
2425c8c5d3
Merge pull request #1614 from cacaodev/CPDictionary-initWithObjectsAndKeys
...
CPDictionary -initWithObjectsAndKeys: do not treat a nil value as a final value
2013-02-14 11:39:21 -08:00
cacaodev
4408e480dd
Minor test app improvements: copy cursor, 2nd collection view: fix mask & enable selection and dragging.
2013-02-14 16:13:08 +01:00
Alexander Ljungberg
ed73fa12b1
Refs #1757 . Add a toggle-able text field to CPDocumentControllerTest to facilitate of testing of text fields effect on Cmd-N accelerator.
...
In my testing, the presence or enabled state of the text field appeared to have no effect. In Safari cmd-n always worked, in Chrome it never worked.
2013-02-13 19:26:13 +00:00
Alexander Ljungberg
1022029bd9
Merge pull request #1758 from cacaodev/CPCollectionView-issue1755
...
CPCollectionView Issue 1755:
2013-02-13 18:53:34 +00:00
cacaodev
108042c190
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
AppKit/CPTableView.j
Tests/Manual/TableTest/TableCibTest/AppController.j
2013-02-13 19:27:53 +01:00
cacaodev
21b5eade71
CPCollectionView Issue 1755:
...
Create the drop indicator in mouseEntered if needed. This is the case where the collection view is a drop destination but not a drag source.
In _updateDragAndDropStateWithDraggingInfo... , handle the special case where the drop destination is 0 (includes item count == 0).
Test app: add an empty collection view acting as a drop destination for the first collectionView.
2013-02-13 17:47:27 +01:00
Alexander Ljungberg
13ede53195
Merge pull request #1678 from mrcarlberg/scroll_rect_to_visible
...
Fixed scrollRectToVisible in CPView
2013-02-13 14:52:54 +00:00
Aparajita Fishman
76ff2a4492
Added a totally gnarly example of how to do complex custom data views using Xcode and bindings
2013-02-13 00:08:10 -05:00
Aparajita Fishman
fa83ba816b
Fixed missing ivar and updated url
2013-02-13 00:05:42 -05:00
Aparajita Fishman
1b948b584f
CPProgressIndicator fixes
...
- Make height 20px, same as in Xcode, so we can actually lay them out correctly without guessing. And they were just too tall at 25px anyway.
- In case the height does change in the future, calculate the correct height from the theme in NSProgressIndicator.
- Updated the theme descriptor to include the default height.
- Updated Aristo 2 PSD progress indicator artwork.
- Moved init of CPProgressIndicatorSpinningStyleColors out of layoutSubviews, it is file global and only needs to get done once.
2013-02-12 22:35:45 -05:00