| Commit message (Expand) | Author | Age | Files | Lines |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | - Make a few more strings localizable | rowanbeentje | 2010-08-01 | 1 | -2/+2 |
* | • localisation issues | Bibiko | 2010-07-05 | 1 | -61/+60 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -2/+2 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -2/+2 |
* | changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" | jakob | 2010-04-22 | 1 | -2/+2 |
* | fix for referential action not showing in relations view in certain circumsta... | mtvee | 2010-04-06 | 1 | -2/+2 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -6/+3 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -3/+3 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 1 | -1/+3 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -3/+3 |
* | Add support for printing the table triggers view as well some HTML generation... | stuconnolly | 2010-03-13 | 1 | -3/+6 |
* | Various printing support enhancements, including: | stuconnolly | 2010-03-12 | 1 | -4/+40 |
* | Localize delete relation context menu item, update Localizable.strings and us... | stuconnolly | 2010-02-06 | 1 | -1/+1 |
* | - Correctly escape field names when creating foreign keys, and escape the da... | rowanbeentje | 2010-01-21 | 1 | -3/+3 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -2/+3 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -7/+7 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -3/+3 |
* | When attempting to delete a field that is part of a foreign key relationship,... | stuconnolly | 2009-11-18 | 1 | -1/+1 |
* | Make the relations table view observe the use monospaced font preference. | stuconnolly | 2009-11-15 | 1 | -0/+26 |
* | Set keyboard shortcut for Delete button in alert dialogs to command D. | avenjamin | 2009-11-09 | 1 | -4/+5 |
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -2/+2 |
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 1 | -6/+63 |
* | Enable the display of vertical grid lines in the table relations table view. | stuconnolly | 2009-11-01 | 1 | -0/+14 |
* | Tiny performance improvement and cleaner code. | stuconnolly | 2009-10-09 | 1 | -3/+3 |
* | Don't filter out the current table of available tables to reference when crea... | stuconnolly | 2009-10-09 | 1 | -1/+1 |
* | When creating a new relation, the ON UPDATE and ON DELETE drop downs should o... | stuconnolly | 2009-08-27 | 1 | -5/+11 |
* | Don't run the add relation sheet application modally and thus block the entir... | stuconnolly | 2009-08-07 | 1 | -19/+14 |
* | - Update the 'this table does not support relations' to be a little more info... | stuconnolly | 2009-07-30 | 1 | -1/+1 |
* | - Add keyboard shortcuts for Add and Delete buttons in Table Relations pane | rowanbeentje | 2009-07-26 | 1 | -0/+9 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -3/+1 |
* | - Make the DBView window the document window. This allows the document to b... | rowanbeentje | 2009-07-15 | 1 | -0/+1 |
* | Fix warnings caused by calls to validateMenuItem: being passed to NSObject by... | stuconnolly | 2009-07-02 | 1 | -1/+1 |
* | Add contextual menus to the table content and table relations views. Complete... | stuconnolly | 2009-07-02 | 1 | -0/+15 |
* | Change the remove relation confirmation dialog to a sheet as opposed to a mod... | stuconnolly | 2009-06-24 | 1 | -34/+48 |
* | Remove table column from relations table view as its redundant data. | stuconnolly | 2009-06-24 | 1 | -1/+0 |
* | - Tweak to table relations to allow data refreshing to optionally clear the ... | rowanbeentje | 2009-06-23 | 1 | -28/+37 |
* | Various enhancements to relation functionality, including: | stuconnolly | 2009-06-03 | 1 | -192/+204 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
* | Source tidy up including standard header for all source files. | stuconnolly | 2009-05-18 | 1 | -1/+0 |
* | Updates to add relation sheet. | stuconnolly | 2009-05-18 | 1 | -5/+1 |
* | Minor updates to table relation dialogs. | stuconnolly | 2009-05-18 | 1 | -24/+21 |
* | Fix an issue where by selecting a table with relations and then selecting one... | stuconnolly | 2009-05-18 | 1 | -6/+9 |
* | Rename TableRelations.[hm] to SPTableRelations.[hm] so we it was created by t... | stuconnolly | 2009-05-18 | 1 | -0/+363 |