aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When viewing the information_schema database, disable all controls on the tab...stuconnolly2009-11-153-12/+18
* Console 'gear' menu alignment.stuconnolly2009-11-151-3/+3
* Make the relations table view observe the use monospaced font preference.stuconnolly2009-11-151-0/+26
* Preferences interface tweaks.stuconnolly2009-11-151-60/+194
* 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-1414-202/+212
* Increase database process list and variables table views row height to match ...stuconnolly2009-11-142-9/+5
* Bunch of improvements to the query console, including:stuconnolly2009-11-1415-192/+428
* • fixed the absolute path setting of the xproj file ContentFilters.plist to...Bibiko2009-11-141-4/+4
* Increase row size of console table view.stuconnolly2009-11-142-27/+20
* Rename test case classes.stuconnolly2009-11-135-24/+33
* Tidy up and fix unit tests.stuconnolly2009-11-135-54/+60
* Add SPConnectionDelegate as a category of TableDocument to split out all conn...stuconnolly2009-11-134-104/+186
* Forgot to commit.stuconnolly2009-11-131-31/+0
* Add LICENSE file.stuconnolly2009-11-132-0/+370
* Tidy up and forgot to commit project file.stuconnolly2009-11-133-44/+48
* This class is not actually used anymore.stuconnolly2009-11-132-74/+0
* Give the custom query result table view the same row height as the table cont...stuconnolly2009-11-131-100/+33
* 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-139-1058/+2277
* In the process list sheet, give the refresh button the key equivalent cmd+R.stuconnolly2009-11-121-4/+4
* - New server processes panel, accessible via the 'Database' menu and alt+cmd+...stuconnolly2009-11-129-61/+2914
* - 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-113-3/+2
* Change the main window's non-connected/connecting state title to 'Sequel Pro'...stuconnolly2009-11-114-39/+85
* Forgot to update Localizable.strings for dialog changes in r1501. Also update...stuconnolly2009-11-112-3/+9
* The framework shouldn't be displaying dialogs, get the delegate to do it.stuconnolly2009-11-113-3/+17
* - 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-102-5/+15
* • fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field if...Bibiko2009-11-101-54/+71
* 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-105-182/+313
* Set keyboard shortcut for Remove button in alert dialogs to command R.avenjamin2009-11-103-4/+4
* MCPConnection.[hm] refactoring.stuconnolly2009-11-102-41/+19
* 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-092-10/+11
* Don't run the add new index sheet modally, thus blocking the main thread. Par...stuconnolly2009-11-094-218/+234
* Switch the placement of the labels and controls on the add new index sheet.stuconnolly2009-11-081-70/+88
* - 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