aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDBActionCommons.m
Commit message (Collapse)AuthorAgeFilesLines
* Rename database action class.stuconnolly2012-05-041-33/+0
|
* Add initial support of moving views when renaming a database. Currently not ↵stuconnolly2012-05-041-0/+1
| | | | hooked up yet. Part of issue #1235.
* Minor tidy up including the removal of unnecessary imports.stuconnolly2010-08-121-3/+0
|
* Now longer using [NSApp mainWindow] but a reference to the correct window ↵drx7772010-04-291-2/+1
| | | | 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/+36
DatabaseActions classes, thus reducing code duplicates.