aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NSNotificationAdditions.h
Commit message (Collapse)AuthorAgeFilesLines
* - Relocate the table changed notification, allowing table info pane to ↵rowanbeentje2009-11-211-0/+34
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.