aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDBActionCommons.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename database action class.stuconnolly2012-05-041-51/+0
|
* Add initial support of moving views when renaming a database. Currently not ↵stuconnolly2012-05-041-4/+12
| | | | hooked up yet. Part of issue #1235.
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-4/+4
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* 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.