Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -1/+0 |
| | | | | | | | - Change MCPConnection.m to no longer use a reference to tableWindow to attach sheets - instead use a delate error display method if available - Rework TableSource and TableContent sheetDidEnd methods into per-task methods rather than overloading contextInfo - Rework SPAlertSheets to perform actions on the main thread, with the loss of (unused) support for a didDismissSelector. This addresses a number of crashes logged by the crash reporter | ||||
* | Enable all *reasonable* warnings for all build configurations and fix a few ↵ | stuconnolly | 2010-04-26 | 1 | -1/+1 |
| | | | | of them. | ||||
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -0/+36 |
- Fix incorrect uses of [NSString stringWithFormat:] with preconstructed strings and no arguments in SPUserManager - To fix display issues, replace NSBeginAlertSheet (which includes automatic sprintf expansion of the message) with a safely-escaped SPBeginAlertSheet in many files |