aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDBActionCommons.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up database renaming and copying by removing the use of alert dialogs ↵stuconnolly2010-08-131-3/+2
| | | | within loops to prevent locking up the main thread. These operations ideally should also be threaded.
* Minor tidy up including the removal of unnecessary imports.stuconnolly2010-08-121-7/+3
|
* Now longer using [NSApp mainWindow] but a reference to the correct window ↵drx7772010-04-291-9/+3
| | | | for message sheets. It could have caused messages appearing in the wrong window.
* Added class SPDBActionCommons providing common functionality to all derived ↵drx7772010-04-291-0/+54
DatabaseActions classes, thus reducing code duplicates.