aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-156-39/+168
* Move connection type constants to SPConstants.stuconnolly2009-11-155-55/+55
* When viewing the information_schema database, disable all controls on the tab...stuconnolly2009-11-152-9/+13
* Make the relations table view observe the use monospaced font preference.stuconnolly2009-11-151-0/+26
* If SP is already running, but there are no documents open, clicking the dock ...stuconnolly2009-11-141-12/+36
* This should be Monaco, not Courier (we should probably add a preference for t...stuconnolly2009-11-141-1/+1
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-1412-164/+194
* Bunch of improvements to the query console, including:stuconnolly2009-11-1412-122/+182
* Add SPConnectionDelegate as a category of TableDocument to split out all conn...stuconnolly2009-11-133-93/+161
* Tidy up and forgot to commit project file.stuconnolly2009-11-132-38/+45
* This class is not actually used anymore.stuconnolly2009-11-132-74/+0
* Move query mode constants to SPConstants.h.stuconnolly2009-11-135-26/+26
* In an aid to split up the functionality of the TableDocument class as well as...stuconnolly2009-11-135-250/+470
* - New server processes panel, accessible via the 'Database' menu and alt+cmd+...stuconnolly2009-11-126-6/+598
* - Enforce display of a number of interface elements while the main thread is...rowanbeentje2009-11-121-0/+5
* Make the 'insufficient connection details' dialogs sheets.stuconnolly2009-11-112-3/+2
* Change the main window's non-connected/connecting state title to 'Sequel Pro'...stuconnolly2009-11-113-5/+53
* The framework shouldn't be displaying dialogs, get the delegate to do it.stuconnolly2009-11-111-0/+9
* - Rewrite field mapping table selection logic - simplified logic, no longer ...rowanbeentje2009-11-113-48/+61
* During an import, before entering the loop to execute the current batch of qu...stuconnolly2009-11-112-4/+9
* - Add safeguards to ensure sequential runs when holding down run all/run sel...rowanbeentje2009-11-101-0/+6
* Fix syntax error in exported ER dot files. Issue #454avenjamin2009-11-101-1/+3
* Validate the the 'Clear Console' menu item in TableDocument in addition to SP...stuconnolly2009-11-102-1/+6
* Implement a more reliable way of updating the show/hide console menu item.stuconnolly2009-11-101-7/+5
* - Fix an issue when switching databases - allow the table selection to be cl...rowanbeentje2009-11-104-14/+80
* Set keyboard shortcut for Remove button in alert dialogs to command R.avenjamin2009-11-103-4/+4
* Set keyboard shortcut for Delete button in alert dialogs to command D.avenjamin2009-11-096-24/+37
* Switch buttons on delete index dialog.stuconnolly2009-11-091-3/+3
* Set keyboard shortcut for Delete button in "Delete Rows" alert to command D.avenjamin2009-11-091-1/+2
* - Wrap SPF restoreSession: call in a task, using the new nested task support...rowanbeentje2009-11-091-2/+16
* 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-093-173/+198
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-0810-62/+205
* Tidy up.stuconnolly2009-11-0738-71/+45
* When creating a new field of type BIT, allowing default values in BIT notatio...stuconnolly2009-11-071-12/+14
* • allow editing (INSERT/UPDATE) of data if Content table's view encoding i...Bibiko2009-11-051-20/+40
* Fixed memory issues with SPUserManager.mltownsend2009-11-052-10/+16
* In the delete table row confirm dialog give the 'Cancel' button the key equiv...stuconnolly2009-11-051-0/+6
* All users to resize the 'Favorites' preference pane.stuconnolly2009-11-051-5/+25
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-055-34/+22
* - Use threaded loads when switching view tabs for unloaded tablesrowanbeentje2009-11-041-1/+12
* - Improve stability when flipping between tables with the content view selectedrowanbeentje2009-11-042-12/+13
* - Add task support to all the main interface viewsrowanbeentje2009-11-0414-433/+666
* • cleaned code for SPTableInfo.mBibiko2009-11-031-93/+86
* Added comments to help with explaining some of the Core Data concepts.mltownsend2009-11-031-10/+31
* • added basic PROCEDURE and FUNCTION INFORMATION Bibiko2009-11-022-66/+143
* • Finish off implementation to set the default selection view mode. Issue #249avenjamin2009-11-021-4/+22
* • fixed: return correct SPTableTextFieldCell 's cellSize for tooltip expa...Bibiko2009-11-022-5/+19
* • Initial work to set the default view mode when connecting. Issue #249avenjamin2009-11-023-68/+132
* - Tweak connection locking to avoid occasional NSLock warnings when running ...rowanbeentje2009-11-011-8/+13