Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix call to showErrorSheetWith: which should be made against ↵ | stuconnolly | 2010-06-25 | 1 | -2/+2 |
| | | | | SPTableStructure. Fixes logs http://spbug.com/875, http://spbug.com/876 and http://spbug.com/910. | ||||
* | Revert a change made in r2320 that required an explicit name when adding new ↵ | stuconnolly | 2010-06-15 | 1 | -26/+6 |
| | | | | index. | ||||
* | • several fixes for index table in Structure view | Bibiko | 2010-06-15 | 1 | -0/+18 |
| | | | | | | | - fixed binding for removeIndexButton - moved indexTable's tableViewSelectionDidChange: delegate to SPIndexController to fix enabling/disabling of the removeIndexButton - fixed issue to blank the index table for multiple selected tables | ||||
* | Split the management of a table's indexes (adding and removing) to its own ↵ | stuconnolly | 2010-06-14 | 1 | -0/+524 |
controller and XIB in preparation for the UI redesign. |