aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NSNotificationAdditions.m
Commit message (Collapse)AuthorAgeFilesLines
* NSNotificationAdditions tweaks:rowanbeentje2011-06-011-105/+33
| | | | | | | | - Remove unused _postNotificationForwarder methods - Clean up and standardise method names and argument names - Correctly cross-thread retain when waitUntilDone: is NO - Attempt to improve compatibility with third-party frameworks such as TCMPortMapper
* SP_REFACTOR: Workaround for naming conflict with ↵sqlprodev2011-04-141-1/+59
| | | | postNotificationOnMainThread: which also exists in TCMPortMapper.framework; NSUserDefaults access now permitted in SP_REFACTOR blocks for a few prefs keys
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-13/+34
| | | | | | | | | - Fix further compiler warnings, including a couple of bugs - Disable the -wselector warnings (Multiple definition types for selector) as they're currently unsupported in LLVM - Disable the -wconversion warnings (Prototype conversion) warnings as we usually can't affect protocol declaration - Disable the -wstrict-selector-match (Strict selector matching) due to too many false positives
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-21/+35
| | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files.
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵stuconnolly2010-03-311-1/+0
| | | | favorites (Thanks Hans).
* General tidy up, with a focus on consolidating more constants in ↵stuconnolly2010-03-241-0/+2
| | | | SPConstants.h/m.
* - Relocate the table changed notification, allowing table info pane to ↵rowanbeentje2009-11-211-0/+75
update early in the change process, but ensure the change notification occurs on the main thread for stability. Added NSNotificationAdditions from the Colloquy project for this. - Change the design of the progress indicator layer, and tweak task progress for improved feedback and less flickering by correctly updating interface as appropriate, and delaying status changes for a short time. This partially addresses Issue #455.