Ross Boucher
|
d4a0f0cd21
|
Merge remote branch 'klaaspieter/fix/787-cptablecolumn-editability'
|
2010-07-28 14:12:49 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
05e435633f
|
Fixed: if a custom CPTableView header view was used for a column, such as a CPImageView, sorting by that column would cause an exception as CPTableView tried to send _setIndicatorImage: to the view. The fix is to only send the message if the view supports it.
|
2010-07-28 13:57:49 -07:00 |
|
 Mike FellowsandRoss Boucher
|
6ff3fa0e52
|
Fix for issue #769, allow ctrl/cmd keys and F1-F12 keys to propagate to the browser unless they are blacklisted
|
2010-07-28 13:52:01 -07:00 |
|
Klaas Pieter Annema
|
ff98a9be5a
|
fix preserve selection in removeObjects and added unit test
|
2010-07-28 15:02:48 +02:00 |
|
Klaas Pieter Annema
|
71fffb6b68
|
Merge branch 'master' of git://github.com/280north/cappuccino into cparraycontroller-removeobject
|
2010-07-27 09:47:28 +02:00 |
|
Klaas Pieter Annema
|
48a5d55af7
|
fix CPArrayController selectPrevious: and selectNext:
Also added unit-tests for canSelectPrevious, canSelectNext, selectPrevious: and selectNext:
|
2010-07-27 09:10:41 +02:00 |
|
Klaas Pieter Annema
|
24f72c0b73
|
Merge branch 'master' of git://github.com/280north/cappuccino into arraycontroller-fixes
|
2010-07-27 08:47:14 +02:00 |
|
 Klaas Pieter AnnemaandRoss Boucher
|
90e9b86497
|
match CPTableView's alternating row colors with Aristo's
|
2010-07-26 22:48:58 -07:00 |
|
 Klaas Pieter AnnemaandRoss Boucher
|
560ea75a25
|
added CPArrayController to AppKit.j
|
2010-07-26 22:48:40 -07:00 |
|
 Klaas Pieter AnnemaandRoss Boucher
|
78fd972312
|
only reverse set the binding on end editing
|
2010-07-26 22:48:40 -07:00 |
|
 Klaas Pieter AnnemaandRoss Boucher
|
0306c35b54
|
don't copy the selection indexes in setContent:
|
2010-07-26 22:48:39 -07:00 |
|
Klaas Pieter Annema
|
acf5e5b75f
|
call super in _CPObservableArray removeObjectAtIndex:
The current implementation calls self, which causes an infinite loop
|
2010-07-26 18:44:50 +02:00 |
|
Klaas Pieter Annema
|
4f946f267e
|
fix CPArrayController removeObject:
removeObject: only shifted the selection, it never actually removes the object
|
2010-07-26 18:44:00 +02:00 |
|
Klaas Pieter Annema
|
138888e620
|
implement CPArrayController insertObject:atArrangedObjectIndex:
|
2010-07-26 14:04:05 +02:00 |
|
Nicholas Small
|
4e1b429913
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-07-22 15:41:28 -04:00 |
|
Randall Luecke
|
51f780b5f5
|
Merge branch 'master' of github.com:280north/cappuccino
|
2010-07-22 00:21:51 -05:00 |
|
Randall Luecke
|
cffbf86351
|
TableView theming
|
2010-07-22 00:21:02 -05:00 |
|
 Alexander LjungbergandRoss Boucher
|
4d1baac4db
|
Fixed: first clearing a \r keqyEquivalent from one button and then setting it on another would result in an exception.
|
2010-07-21 14:57:52 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
474623feb3
|
Added support for punctuation based key equivalents such as Cmd-' or Cmd-;. Fixed: [event characters] would contain Þ when Cmd-' was pressed and º for Cmd-; since the key codes for punctuation do not match the ASCII codes and String.fromCharCode does not work. Manual test included.
|
2010-07-21 14:52:05 -07:00 |
|
Klaas Pieter Annema
|
c17a3533ec
|
fix #764
Array controller inserts object in wrong arranged object position if there are no sort descriptors defined
|
2010-07-20 14:59:18 +02:00 |
|
Ross Boucher
|
85f3691432
|
Don't add a "Shift" if it's not required.
|
2010-07-19 16:27:44 -07:00 |
|
Nicholas Small
|
780bdc4421
|
Generate accessors for _CPSegmentInfo.
|
2010-07-18 03:05:31 -04:00 |
|
Randall Luecke
|
a2e6f8f964
|
Initial theming of TableView header.
|
2010-07-15 22:32:00 -05:00 |
|
Randall Luecke
|
0cbdb3b2d1
|
Fix for redrawing issues in tableview. Closes #627
|
2010-07-12 21:14:48 -05:00 |
|
Randall Luecke
|
70f2d86b58
|
Fixes for adding and removing columns to the tableview after the tableview has already been displayed... There are still issues though.
|
2010-07-12 20:45:30 -05:00 |
|
Klaas Pieter Annema
|
914175de70
|
If CPValueTransformerNameBindingOption contains an existing class, allocate and use it in CPKeyValueBinding
|
2010-07-12 15:41:00 +02:00 |
|
Klaas Pieter Annema
|
478b5eaba3
|
make sure CPWindow center never puts it's window origin at a negative coordinate
|
2010-07-09 12:46:54 +02:00 |
|
Randall Luecke
|
78a75924de
|
selectedRowIndexes should return a copy, closes #605
|
2010-07-07 16:46:48 -05:00 |
|
Randall Luecke
|
5ca9b4f370
|
Merge branch 'master' of git://github.com/280north/cappuccino
|
2010-07-06 22:43:15 -05:00 |
|
Randall Luecke
|
2a2b320be3
|
Added image support for overflow toolbaritems. Also disabled the menu items if the toolbar is disabled.
|
2010-07-06 22:37:58 -05:00 |
|
Nicholas Small
|
071ab7d555
|
Only use CPView -display* methods while in DOM.
|
2010-07-02 14:58:23 -04:00 |
|
Nicholas Small
|
e385321f95
|
CPArrayController -selectedObjects returns a CPObservableArray.
|
2010-06-30 22:28:02 -04:00 |
|
Nicholas Small
|
21a9ae4c45
|
Make CPTableView work with selectionIndexes binding.
|
2010-06-30 12:03:03 -04:00 |
|
Nicholas Small
|
6a689dc3df
|
Fix for asking the wrong object for -_replacementKeyPathForBinding: when creating a new binding.
|
2010-06-30 12:00:20 -04:00 |
|
Klaas Pieter Annema
|
f73d8a55de
|
implemented isEditable nib2cib support for CPTableColumn
|
2010-06-29 17:47:36 +02:00 |
|
Randall Luecke
|
9a302328c6
|
Move the new close button a little to the right to confrom with the Aristo art.
|
2010-06-26 23:35:33 -05:00 |
|
Randall Luecke
|
cdb1ac32fa
|
Use the new Aristo HUD window art.
|
2010-06-26 23:22:24 -05:00 |
|
 Alexander LjungbergandRandall Luecke
|
74af0dc93a
|
Fixed: Shift + Arrow Keys in allowsMultipleSelection CPTableViews did not expand the selection anymore after the recent key binding updates.
|
2010-06-26 00:10:30 -05:00 |
|
 Alexander LjungbergandRandall Luecke
|
2da1dc31fb
|
Simplify CPCollectionView keyboard selection code, eliminate some redundancy.
|
2010-06-26 00:10:21 -05:00 |
|
 Alexander LjungbergandRandall Luecke
|
6b55c81462
|
Fixed: Shift + Arrow Keys in allowsMultipleSelection CPCollectionViews did not expand the selection anymore after the recent key binding updates.
|
2010-06-26 00:10:12 -05:00 |
|
 Alexander LjungbergandRandall Luecke
|
07630964c1
|
Reverse bindings support for CPCollectionView selectionIndexes. This enables binding a CPCollectionView's selectionIndexes to a CPArrayController.
|
2010-06-26 00:09:54 -05:00 |
|
Ross Boucher
|
7c5a07f709
|
Fix the issue where CPSecureTextField would sometimes cause all other text fields to go crazy afterwards.
|
2010-06-23 19:58:43 -07:00 |
|
Randall Luecke
|
10c067e44f
|
When dragging over a tableview row we should jump to the next row at the bottom 30% of the row, not 50%... otherwise it gets really really bad with large row heights.
|
2010-06-21 22:32:18 -05:00 |
|
 Scott KyleandRoss Boucher
|
f81e97726a
|
Fixed setName: in CPImage to return BOOL as in Cocoa
|
2010-06-21 13:23:27 -07:00 |
|
nciagra
|
8f040d6ff1
|
Fixed a couple of Unix key bindings.
|
2010-06-21 13:53:17 -04:00 |
|
 Alexander LjungbergandRoss Boucher
|
32fb13a9a9
|
Fixed: long titles in CPAlert buttons would be cut off. Fix is to use the standard 80 pixels width as a minimum width only.
|
2010-06-19 18:26:19 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
4b86115d30
|
Set the alert default button using the CPCarriageReturnCharacter key equivalent to match the recent Cappuccino change for default buttons.
|
2010-06-19 15:42:29 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
12a49d0ee1
|
CPAlert informative text support.
|
2010-06-19 15:41:15 -07:00 |
|
nciagra
|
cbb9602f9e
|
Better caching of key bindings.
|
2010-06-18 11:50:33 -04:00 |
|
nciagra
|
997a305d35
|
Added CPKeyBinding for a dynamic key binding system.
|
2010-06-18 10:40:15 -04:00 |
|