| Commit message (Expand) | Author | Age | Files | Lines |
* | Lots more printing support enhancements, including: | stuconnolly | 2010-03-13 | 1 | -9/+37 |
* | Various printing support enhancements, including: | stuconnolly | 2010-03-12 | 1 | -15/+41 |
* | - Fix an exception when table source edit errors occur and the user requests... | rowanbeentje | 2010-03-07 | 1 | -1/+1 |
* | - Fix exception on duplication of table source rows that haven't been saved ... | rowanbeentje | 2010-03-07 | 1 | -3/+7 |
* | • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v... | Bibiko | 2010-02-23 | 1 | -4/+5 |
* | • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta... | Bibiko | 2010-02-22 | 1 | -21/+51 |
* | • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St... | Bibiko | 2010-02-22 | 1 | -3/+18 |
* | • initial work to give the chance to reset the table's AUTO_INCREMENT value | Bibiko | 2010-02-22 | 1 | -0/+25 |
* | • improved error handling in Structure View for adding/renaming/removing a ... | Bibiko | 2010-02-03 | 1 | -2/+26 |
* | • field mapping sheet is now document-modal instead of blocking SP entirely | Bibiko | 2010-02-03 | 1 | -0/+42 |
* | • added call to update the completion list to neuralgic places | Bibiko | 2010-01-21 | 1 | -0/+3 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -7/+8 |
* | • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper... | Bibiko | 2010-01-13 | 1 | -3/+6 |
* | Improve row deselection and error handling in Table Source and Content views: | rowanbeentje | 2010-01-09 | 1 | -12/+22 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -33/+33 |
* | • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo... | Bibiko | 2010-01-04 | 1 | -14/+8 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+3 |
* | Remove unused variable. | stuconnolly | 2009-12-15 | 1 | -2/+0 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -3/+3 |
* | Implement the same logic as implemented in r1548 except for the removal of in... | stuconnolly | 2009-11-24 | 1 | -62/+119 |
* | When attempting to delete a field that is part of a foreign key relationship,... | stuconnolly | 2009-11-18 | 1 | -5/+51 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 1 | -2/+14 |
* | Updates to the 'use monospaced font' preference, making it a lot more consist... | stuconnolly | 2009-11-14 | 1 | -76/+50 |
* | Set keyboard shortcut for Delete button in alert dialogs to command D. | avenjamin | 2009-11-09 | 1 | -2/+4 |
* | Switch buttons on delete index dialog. | stuconnolly | 2009-11-09 | 1 | -3/+3 |
* | When removing a field or index, use its name in the dialog message. | stuconnolly | 2009-11-09 | 1 | -10/+11 |
* | Don't run the add new index sheet modally, thus blocking the main thread. Par... | stuconnolly | 2009-11-09 | 1 | -168/+194 |
* | When creating a new field of type BIT, allowing default values in BIT notatio... | stuconnolly | 2009-11-07 | 1 | -12/+14 |
* | - Alter query start/stop notifications to apply to only the originating wind... | rowanbeentje | 2009-11-05 | 1 | -4/+4 |
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 1 | -9/+6 |
* | Replace the multiple occurrences of hard coded toolbar identifiers for the ma... | stuconnolly | 2009-10-28 | 1 | -2/+2 |
* | Missing space when appending extra field info when creating a new field. Fixe... | stuconnolly | 2009-10-27 | 1 | -0/+1 |
* | Change the order of the cancel/remove buttons on the remove field dialog. | stuconnolly | 2009-10-27 | 1 | -3/+3 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 1 | -3/+75 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -12/+13 |
* | - When moving or editing table columns, preserve comments and any column det... | rowanbeentje | 2009-10-03 | 1 | -0/+29 |
* | - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec... | rowanbeentje | 2009-09-02 | 1 | -7/+7 |
* | - The add, rename and copy table sheets should not block the main thread (par... | stuconnolly | 2009-08-18 | 1 | -24/+44 |
* | - Fix an errant NSLog in TableSource | rowanbeentje | 2009-08-01 | 1 | -2/+0 |
* | Put the table content filter in a split view so the field name drop down and ... | stuconnolly | 2009-08-01 | 1 | -19/+16 |
* | Improve TablesList significantly: | rowanbeentje | 2009-07-28 | 1 | -1/+8 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -4/+3 |
* | - Make the DBView window the document window. This allows the document to b... | rowanbeentje | 2009-07-15 | 1 | -1/+2 |
* | - Tweak tabbing in TableSource.m to behave correctly following r991 (see Iss... | rowanbeentje | 2009-07-07 | 1 | -3/+1 |
* | - Alter the "Allow Null" column in the source view to use a checkbox instead... | rowanbeentje | 2009-07-07 | 1 | -15/+13 |
* | small fix for add index sheet default behavior | mtvee | 2009-07-02 | 1 | -1/+1 |
* | Fix warnings caused by calls to validateMenuItem: being passed to NSObject by... | stuconnolly | 2009-07-02 | 1 | -1/+1 |
* | Add contextual menus to table structure and table index views. Part of issue ... | stuconnolly | 2009-07-02 | 1 | -0/+23 |
* | - Make changes to the table structure flush the appropriate table data caches | rowanbeentje | 2009-06-24 | 1 | -8/+18 |
* | - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp... | rowanbeentje | 2009-06-24 | 1 | -0/+8 |