aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.m
Commit message (Expand)AuthorAgeFilesLines
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-2/+2
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-1/+2
* Peform the removal of table fields on a background thread with the option to ...stuconnolly2010-03-141-17/+43
* Peform the addition and removal of table indexes on a background thread with ...stuconnolly2010-03-141-21/+54
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-8/+6
* Lots more printing support enhancements, including:stuconnolly2010-03-131-9/+37
* Various printing support enhancements, including:stuconnolly2010-03-121-15/+41
* - Fix an exception when table source edit errors occur and the user requests...rowanbeentje2010-03-071-1/+1
* - Fix exception on duplication of table source rows that haven't been saved ...rowanbeentje2010-03-071-3/+7
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-4/+5
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-221-21/+51
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St...Bibiko2010-02-221-3/+18
* • initial work to give the chance to reset the table's AUTO_INCREMENT valueBibiko2010-02-221-0/+25
* • improved error handling in Structure View for adding/renaming/removing a ...Bibiko2010-02-031-2/+26
* • field mapping sheet is now document-modal instead of blocking SP entirelyBibiko2010-02-031-0/+42
* • added call to update the completion list to neuralgic placesBibiko2010-01-211-0/+3
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-7/+8
* • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...Bibiko2010-01-131-3/+6
* Improve row deselection and error handling in Table Source and Content views:rowanbeentje2010-01-091-12/+22
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-33/+33
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-041-14/+8
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+3
* Remove unused variable.stuconnolly2009-12-151-2/+0
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-3/+3
* Implement the same logic as implemented in r1548 except for the removal of in...stuconnolly2009-11-241-62/+119
* When attempting to delete a field that is part of a foreign key relationship,...stuconnolly2009-11-181-5/+51
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-151-2/+14
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-76/+50
* Set keyboard shortcut for Delete button in alert dialogs to command D.avenjamin2009-11-091-2/+4
* Switch buttons on delete index dialog.stuconnolly2009-11-091-3/+3
* When removing a field or index, use its name in the dialog message.stuconnolly2009-11-091-10/+11
* Don't run the add new index sheet modally, thus blocking the main thread. Par...stuconnolly2009-11-091-168/+194
* When creating a new field of type BIT, allowing default values in BIT notatio...stuconnolly2009-11-071-12/+14
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-4/+4
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-9/+6
* Replace the multiple occurrences of hard coded toolbar identifiers for the ma...stuconnolly2009-10-281-2/+2
* Missing space when appending extra field info when creating a new field. Fixe...stuconnolly2009-10-271-0/+1
* Change the order of the cancel/remove buttons on the remove field dialog.stuconnolly2009-10-271-3/+3
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-3/+75
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-12/+13
* - When moving or editing table columns, preserve comments and any column det...rowanbeentje2009-10-031-0/+29
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-021-7/+7
* - The add, rename and copy table sheets should not block the main thread (par...stuconnolly2009-08-181-24/+44
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-2/+0
* Put the table content filter in a split view so the field name drop down and ...stuconnolly2009-08-011-19/+16
* Improve TablesList significantly:rowanbeentje2009-07-281-1/+8
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-4/+3
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-1/+2
* - Tweak tabbing in TableSource.m to behave correctly following r991 (see Iss...rowanbeentje2009-07-071-3/+1
* - Alter the "Allow Null" column in the source view to use a checkbox instead...rowanbeentje2009-07-071-15/+13