Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -14/+21 |
| | |||||
* | Fix test build. | stuconnolly | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | Disable tests until I have time to fix them. | stuconnolly | 2012-05-06 | 1 | -2/+2 |
| | |||||
* | Add initial support of moving views when renaming a database. Currently not ↵ | stuconnolly | 2012-05-04 | 1 | -2/+2 |
| | | | | hooked up yet. Part of issue #1235. | ||||
* | Tidy up the project's logical structure in Xcode. | stuconnolly | 2010-10-17 | 1 | -3/+3 |
| | |||||
* | SVN properties. | stuconnolly | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | This changeset implements renaming and duplicating databases on a server. ↵ | drx777 | 2010-04-28 | 1 | -0/+35 |
Details as follows: * altered MCPConnection listTablesFromDB:like: to return NSArray * altered MCPConnection listFieldsFromTable:like: to use backtick quoted strings for table and fieldnames * added MCPConnection listTablesFromDB for a complete table list * added SPStringAdditions.h to various files to prevent warnings * added sheets for duplicate/rename DB in DBView.xib * added duplicate/rename menu items to MainMenu.xib * added outlets in TableDocument: databaseNewSheet databaseRenameSheet databaseCopyNameField databaseRenameNameField copyOnlyStructureButton copyDatabaseButton renameDatabaseButton * added methods in TableDocument: getConnection, copyDatabase, renameDatabase, _copyDatabase, _renameDatabase * added OCMock Framework for object mocking in tests * added group Others/DatabaseActions |