Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename database action class. | stuconnolly | 2012-05-04 | 1 | -33/+0 |
| | |||||
* | Add initial support of moving views when renaming a database. Currently not ↵ | stuconnolly | 2012-05-04 | 1 | -0/+1 |
| | | | | hooked up yet. Part of issue #1235. | ||||
* | Minor tidy up including the removal of unnecessary imports. | stuconnolly | 2010-08-12 | 1 | -3/+0 |
| | |||||
* | Now longer using [NSApp mainWindow] but a reference to the correct window ↵ | drx777 | 2010-04-29 | 1 | -2/+1 |
| | | | | for message sheets. It could have caused messages appearing in the wrong window. | ||||
* | Added class SPDBActionCommons providing common functionality to all derived ↵ | drx777 | 2010-04-29 | 1 | -0/+36 |
DatabaseActions classes, thus reducing code duplicates. |