Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up database renaming and copying by removing the use of alert dialogs ↵ | stuconnolly | 2010-08-13 | 1 | -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. | stuconnolly | 2010-08-12 | 1 | -7/+3 |
| | |||||
* | Now longer using [NSApp mainWindow] but a reference to the correct window ↵ | drx777 | 2010-04-29 | 1 | -9/+3 |
| | | | | 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/+54 |
DatabaseActions classes, thus reducing code duplicates. |