| Commit message (Expand) | Author | Age | Files | Lines |
* | When clearning the query history drop down only remove items from index 3 onw... | stuconnolly | 2009-11-18 | 1 | -2/+2 |
* | Query history drop down index should start at 3, not 2 to avoid adding items ... | stuconnolly | 2009-11-18 | 1 | -2/+2 |
* | - Fix table list filter show/hide on database change by calling the toggle o... | rowanbeentje | 2009-11-18 | 1 | -2/+2 |
* | - Make some thread safety improvements to improve on Issue #460 | rowanbeentje | 2009-11-18 | 2 | -6/+22 |
* | Manually set the delegate of the anchored button bars in the content filter e... | stuconnolly | 2009-11-18 | 6 | -24/+53 |
* | Remove extra table column in query favorites table view that's not needed. | stuconnolly | 2009-11-18 | 1 | -99/+19 |
* | New separator in query favorites dropdown. | stuconnolly | 2009-11-17 | 2 | -11/+91 |
* | Resolve IB checkbox warnings. | stuconnolly | 2009-11-17 | 6 | -253/+2305 |
* | Change the placeholder value of a few search fields to simply 'Filter' to mak... | stuconnolly | 2009-11-17 | 3 | -28/+91 |
* | Various user manager changes. Fixes issue #437. | stuconnolly | 2009-11-17 | 3 | -45/+52 |
* | Would be helpful if I actually included the new icon. | stuconnolly | 2009-11-17 | 1 | -0/+0 |
* | Add the new application icon, but keep the old one included in the bundle as ... | stuconnolly | 2009-11-16 | 3 | -2/+6 |
* | - Correctly report errors triggered *during* result download for streaming r... | rowanbeentje | 2009-11-16 | 4 | -2/+17 |
* | - Make some thread safety improvements to try to address Issue #460 | rowanbeentje | 2009-11-16 | 3 | -5/+6 |
* | Database process list table view should not be editable. | stuconnolly | 2009-11-16 | 1 | -10/+4 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 9 | -65/+327 |
* | Move connection type constants to SPConstants. | stuconnolly | 2009-11-15 | 5 | -55/+55 |
* | When viewing the information_schema database, disable all controls on the tab... | stuconnolly | 2009-11-15 | 3 | -12/+18 |
* | Console 'gear' menu alignment. | stuconnolly | 2009-11-15 | 1 | -3/+3 |
* | Make the relations table view observe the use monospaced font preference. | stuconnolly | 2009-11-15 | 1 | -0/+26 |
* | Preferences interface tweaks. | stuconnolly | 2009-11-15 | 1 | -60/+194 |
* | If SP is already running, but there are no documents open, clicking the dock ... | stuconnolly | 2009-11-14 | 1 | -12/+36 |
* | This should be Monaco, not Courier (we should probably add a preference for t... | stuconnolly | 2009-11-14 | 1 | -1/+1 |
* | Updates to the 'use monospaced font' preference, making it a lot more consist... | stuconnolly | 2009-11-14 | 14 | -202/+212 |
* | 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 |