| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase database process list and variables table views row height to match ... | stuconnolly | 2009-11-14 | 2 | -9/+5 |
* | Bunch of improvements to the query console, including: | stuconnolly | 2009-11-14 | 15 | -192/+428 |
* | • fixed the absolute path setting of the xproj file ContentFilters.plist to... | Bibiko | 2009-11-14 | 1 | -4/+4 |
* | Increase row size of console table view. | stuconnolly | 2009-11-14 | 2 | -27/+20 |
* | Rename test case classes. | stuconnolly | 2009-11-13 | 5 | -24/+33 |
* | Tidy up and fix unit tests. | stuconnolly | 2009-11-13 | 5 | -54/+60 |
* | Add SPConnectionDelegate as a category of TableDocument to split out all conn... | stuconnolly | 2009-11-13 | 4 | -104/+186 |
* | Forgot to commit. | stuconnolly | 2009-11-13 | 1 | -31/+0 |
* | Add LICENSE file. | stuconnolly | 2009-11-13 | 2 | -0/+370 |
* | Tidy up and forgot to commit project file. | stuconnolly | 2009-11-13 | 3 | -44/+48 |
* | This class is not actually used anymore. | stuconnolly | 2009-11-13 | 2 | -74/+0 |
* | Give the custom query result table view the same row height as the table cont... | stuconnolly | 2009-11-13 | 1 | -100/+33 |
* | Move query mode constants to SPConstants.h. | stuconnolly | 2009-11-13 | 5 | -26/+26 |
* | In an aid to split up the functionality of the TableDocument class as well as... | stuconnolly | 2009-11-13 | 9 | -1058/+2277 |
* | In the process list sheet, give the refresh button the key equivalent cmd+R. | stuconnolly | 2009-11-12 | 1 | -4/+4 |
* | - New server processes panel, accessible via the 'Database' menu and alt+cmd+... | stuconnolly | 2009-11-12 | 9 | -61/+2914 |
* | - Enforce display of a number of interface elements while the main thread is... | rowanbeentje | 2009-11-12 | 1 | -0/+5 |
* | Make the 'insufficient connection details' dialogs sheets. | stuconnolly | 2009-11-11 | 3 | -3/+2 |
* | Change the main window's non-connected/connecting state title to 'Sequel Pro'... | stuconnolly | 2009-11-11 | 4 | -39/+85 |
* | Forgot to update Localizable.strings for dialog changes in r1501. Also update... | stuconnolly | 2009-11-11 | 2 | -3/+9 |
* | The framework shouldn't be displaying dialogs, get the delegate to do it. | stuconnolly | 2009-11-11 | 3 | -3/+17 |
* | - Rewrite field mapping table selection logic - simplified logic, no longer ... | rowanbeentje | 2009-11-11 | 3 | -48/+61 |
* | During an import, before entering the loop to execute the current batch of qu... | stuconnolly | 2009-11-11 | 2 | -4/+9 |
* | - Add safeguards to ensure sequential runs when holding down run all/run sel... | rowanbeentje | 2009-11-10 | 2 | -5/+15 |
* | • fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field if... | Bibiko | 2009-11-10 | 1 | -54/+71 |
* | Fix syntax error in exported ER dot files. Issue #454 | avenjamin | 2009-11-10 | 1 | -1/+3 |
* | Validate the the 'Clear Console' menu item in TableDocument in addition to SP... | stuconnolly | 2009-11-10 | 2 | -1/+6 |
* | Implement a more reliable way of updating the show/hide console menu item. | stuconnolly | 2009-11-10 | 1 | -7/+5 |
* | - Fix an issue when switching databases - allow the table selection to be cl... | rowanbeentje | 2009-11-10 | 5 | -182/+313 |
* | Set keyboard shortcut for Remove button in alert dialogs to command R. | avenjamin | 2009-11-10 | 3 | -4/+4 |
* | MCPConnection.[hm] refactoring. | stuconnolly | 2009-11-10 | 2 | -41/+19 |
* | Set keyboard shortcut for Delete button in alert dialogs to command D. | avenjamin | 2009-11-09 | 6 | -24/+37 |
* | Switch buttons on delete index dialog. | stuconnolly | 2009-11-09 | 1 | -3/+3 |
* | Set keyboard shortcut for Delete button in "Delete Rows" alert to command D. | avenjamin | 2009-11-09 | 1 | -1/+2 |
* | - Wrap SPF restoreSession: call in a task, using the new nested task support... | rowanbeentje | 2009-11-09 | 1 | -2/+16 |
* | When removing a field or index, use its name in the dialog message. | stuconnolly | 2009-11-09 | 2 | -10/+11 |
* | Don't run the add new index sheet modally, thus blocking the main thread. Par... | stuconnolly | 2009-11-09 | 4 | -218/+234 |
* | Switch the placement of the labels and controls on the add new index sheet. | stuconnolly | 2009-11-08 | 1 | -70/+88 |
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 10 | -62/+205 |
* | Tidy up. | stuconnolly | 2009-11-07 | 38 | -71/+45 |
* | When creating a new field of type BIT, allowing default values in BIT notatio... | stuconnolly | 2009-11-07 | 1 | -12/+14 |
* | • allow editing (INSERT/UPDATE) of data if Content table's view encoding i... | Bibiko | 2009-11-05 | 1 | -20/+40 |
* | Fixed memory issues with SPUserManager. | mltownsend | 2009-11-05 | 2 | -10/+16 |
* | In the delete table row confirm dialog give the 'Cancel' button the key equiv... | stuconnolly | 2009-11-05 | 1 | -0/+6 |
* | All users to resize the 'Favorites' preference pane. | stuconnolly | 2009-11-05 | 2 | -312/+1072 |
* | - Alter query start/stop notifications to apply to only the originating wind... | rowanbeentje | 2009-11-05 | 6 | -37/+25 |
* | - Use threaded loads when switching view tabs for unloaded tables | rowanbeentje | 2009-11-04 | 1 | -1/+12 |
* | - Improve stability when flipping between tables with the content view selected | rowanbeentje | 2009-11-04 | 2 | -12/+13 |
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 15 | -466/+709 |
* | • cleaned code for SPTableInfo.m | Bibiko | 2009-11-03 | 1 | -93/+86 |