Gregory John Casamento
|
8ed8754b2a
|
Correction compile error
|
2024-08-20 23:43:30 -04:00 |
|
Gregory John Casamento
|
068684d6d3
|
Add method _keyPathForValueBinding in _setObjectValue for table view
|
2024-08-20 23:00:16 -04:00 |
|
Gregory John Casamento
|
1a188b7eb7
|
Add method _keyPathForValueBinding in _setObjectValue for Outline view
|
2024-08-20 22:56:18 -04:00 |
|
Gregory John Casamento
|
27d57fe5eb
|
Add method _keyPathForValueBinding to encapsulate the code for getting the path
|
2024-08-20 22:53:31 -04:00 |
|
Gregory John Casamento
|
4b380ab272
|
Merge conflic fixes
|
2024-08-18 22:11:42 -04:00 |
|
Gregory Casamento
|
97ea7c5cc5
|
Merge pull request #281 from gnustep/NSBrowser_branch
Add new 10.6 delegate methods to NSBrowserDelegate
|
2024-08-18 21:08:54 -04:00 |
|
Gregory John Casamento
|
4813800ac8
|
Final fixes per discussion with @fredkiefer
|
2024-08-18 21:04:22 -04:00 |
|
Gregory John Casamento
|
5befed5855
|
Fix a number of issues pointed out by @fredkiefer
|
2024-08-18 17:25:47 -04:00 |
|
Gregory John Casamento
|
fbc0cd160b
|
Fix issues mentioned by @fredkiefer as well as some addiutional cleanup
|
2024-08-12 14:44:13 -04:00 |
|
Gregory John Casamento
|
ddf6546c37
|
Release selection_index_paths in -dealloc method, per discussion with @fredkiefer
|
2024-08-11 17:06:49 -04:00 |
|
Gregory John Casamento
|
118eb26a5f
|
Fix issues mentioned by @fredkiefer
|
2024-08-11 16:40:37 -04:00 |
|
Gregory John Casamento
|
bb2c12d74a
|
Merge branch 'master' of github.com:gnustep/libs-gui into NSTreeController_branch2
|
2024-08-09 14:27:23 -04:00 |
|
Gregory Casamento
|
ac56a0fe29
|
Merge pull request #282 from williameveretteggplant/modal_linux_fix
|
2024-08-09 12:12:30 -04:00 |
|
Gregory Casamento
|
6474e53fb6
|
Update NSOutlineView.m - remove unbind per discussion with @fredkiefer
|
2024-08-09 02:28:29 -04:00 |
|
Gregory John Casamento
|
5d9e49a2ff
|
Remove both instances where we get properties from the binding where it is not needed during the loading process, per discussion with @fredkiefer
|
2024-08-08 18:20:00 -04:00 |
|
Gregory John Casamento
|
854af0901e
|
Cleanup of unused or commented out methods
|
2024-08-08 17:48:16 -04:00 |
|
Gregory John Casamento
|
0ab960e6fc
|
Remove uneeded outside iteration and get the lastIndex more efficiently, also cleanup NSLog per @fredkiefer
|
2024-08-08 17:44:04 -04:00 |
|
williameveretteggplant
|
dd67057784
|
push modal window to top later in process
|
2024-08-08 10:16:27 -06:00 |
|
William Everett
|
8760810340
|
Revert "Force modal to front"
This reverts commit 1fd80dabc2 .
|
2024-08-08 10:02:52 -06:00 |
|
Gregory John Casamento
|
d8c4c14018
|
Move _applyBindingsToCell:atRow: to NSTableColumn
|
2024-08-07 22:55:14 -04:00 |
|
williameveretteggplant
|
1fd80dabc2
|
Force modal to front
|
2024-08-07 16:48:39 -06:00 |
|
Gregory John Casamento
|
21d0bc906e
|
Fix issues pointed out by @fredkiefer
|
2024-08-04 18:44:01 -04:00 |
|
Gregory John Casamento
|
c85e4fcf37
|
Merge branch 'master' into NSBrowser_branch
|
2024-08-03 22:26:49 -04:00 |
|
Gregory John Casamento
|
329553c196
|
Merge branch 'master' into NSTreeController_branch2
|
2024-08-03 22:20:42 -04:00 |
|
Gregory John Casamento
|
d694efc941
|
Fix compilation error
|
2024-08-03 21:44:02 -04:00 |
|
Gregory John Casamento
|
a1b9dc546e
|
Eliminate category, move logic for prepend inline
|
2024-08-03 21:40:04 -04:00 |
|
Gregory John Casamento
|
300a84c493
|
Improve adding a child, also do whitespace-cleanup
|
2024-08-03 21:02:33 -04:00 |
|
Gregory John Casamento
|
13f86ebfa9
|
Add child index, add category that properly prepends the index to the NSIndexPath
|
2024-08-03 20:48:09 -04:00 |
|
Gregory John Casamento
|
8059cdadd0
|
Slight improvements
|
2024-08-03 20:05:23 -04:00 |
|
Gregory John Casamento
|
27718ee794
|
Slightly better attempt at getting the index path
|
2024-08-03 15:05:44 -04:00 |
|
Gregory John Casamento
|
1a8f0fa8e6
|
First cut at recursive method to find NSIndexPath for non NSTreeNode items
|
2024-08-03 14:31:51 -04:00 |
|
Gregory John Casamento
|
fbee6dce81
|
If no indexPaths are found, return the root
|
2024-08-02 11:20:58 -04:00 |
|
Gregory John Casamento
|
8935a2d2da
|
Fix compilation issue
|
2024-07-28 21:05:22 -04:00 |
|
Gregory John Casamento
|
ad75804102
|
Remove method, minor cleanup, per discussion with @fredkiefer
|
2024-07-28 20:49:18 -04:00 |
|
Gregory John Casamento
|
52eef305b0
|
Use FOR_IN instead of while loop
|
2024-07-27 19:46:51 -04:00 |
|
Gregory John Casamento
|
6f2c542b46
|
Move handling of dictionary creation into GSControllerTreeProxy class, per discussion with @fredkiefer
|
2024-07-27 18:51:59 -04:00 |
|
Gregory John Casamento
|
abfc782a6c
|
Move check for dataSource or binding into NSOutlineView before calling method to draw the row per discussion with @fredkiefer
|
2024-07-27 18:29:00 -04:00 |
|
Gregory John Casamento
|
3d59afd2c9
|
Improvements, per discussion with @fredkiefer
|
2024-07-27 17:37:04 -04:00 |
|
Gregory John Casamento
|
7b78d9b64e
|
Check for methods for an item-based delegate, per discussion with @fredkiefer
|
2024-07-27 17:19:16 -04:00 |
|
Gregory John Casamento
|
4e95021973
|
Update to simplify code per discussion with @fredkiefer
|
2024-07-27 16:59:05 -04:00 |
|
Gregory John Casamento
|
ddc47652ec
|
Fix indentation, per discussion with @fredkiefer
|
2024-07-27 16:46:04 -04:00 |
|
Gregory John Casamento
|
1d266d7a9b
|
Add back informational comments
|
2024-07-27 13:49:24 -04:00 |
|
Gregory John Casamento
|
4f9889bbe4
|
Fix selector issue: quick fix
|
2024-07-26 23:31:46 -04:00 |
|
Gregory John Casamento
|
9712490625
|
Minor cleanup
|
2024-07-26 21:24:21 -04:00 |
|
Gregory John Casamento
|
71304617b2
|
Move logic for finding the item for a given column to a private method, call method to get a view controller from the delegate
|
2024-07-26 10:56:52 -04:00 |
|
Gregory John Casamento
|
b77c7052e6
|
Update changelog with NSBrowser change details
|
2024-07-25 10:18:59 -04:00 |
|
Gregory John Casamento
|
3ae1a4b41d
|
Minor whitespace cleanup
|
2024-07-25 08:39:21 -04:00 |
|
Gregory John Casamento
|
ab737b81d5
|
Get the previous column when loading a column in item-based mode in _performLoadOfColumn
|
2024-07-25 08:23:06 -04:00 |
|
Gregory John Casamento
|
782321e063
|
Consolidate _performLoad methods, get the last item selected
|
2024-07-25 08:12:49 -04:00 |
|
Gregory John Casamento
|
f5decac3ba
|
Add code to reset column if the delegate is item-based
|
2024-07-24 11:28:51 -04:00 |
|