Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Attempt to address startup exceptions on 10.5 by fixing NSSplitView ↵ | rowanbeentje | 2012-07-23 | 1 | -1/+3 |
| | | | | awakeFromNib checks | ||||
* | - Add a new SPSplitView class, intended to replace all BWSplitViews and so ↵ | rowanbeentje | 2012-07-23 | 13 | -301/+1515 |
| | | | | | | | | allow us to remove BWToolKit. Supports constraints and animated collapsible subviews configured in code, fixes crashes and exceptions if a window is closed while animations are taking place or scheduled to take place. - Replace the two vertical splitters in the table list (the filter splitter, and the table info splitter) with SPSplitView implementations as a test - Add a helper method in the new SPDateAdditions | ||||
* | Add SVN properties. | stuconnolly | 2012-07-21 | 0 | -0/+0 |
| | |||||
* | QueryKit: Update quoting method. | stuconnolly | 2012-07-21 | 2 | -2/+2 |
| | |||||
* | QueryKit: Add DELETE query tests. | stuconnolly | 2012-07-21 | 5 | -2/+173 |
| | |||||
* | QueryKit: Update not equal operator. | stuconnolly | 2012-07-21 | 1 | -1/+1 |
| | |||||
* | QueryKit: Add test to check the explicit use of a database name in an update ↵ | stuconnolly | 2012-07-21 | 1 | -0/+9 |
| | | | | query. | ||||
* | QueryKit: Add test to check the explicit use of a database name in the query. | stuconnolly | 2012-07-21 | 1 | -1/+10 |
| | |||||
* | Fix incorrect slash for nil data items in an XML export. Fixes issue #1404. | stuconnolly | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | Add missing [super dealloc] call. | stuconnolly | 2012-07-18 | 1 | -0/+2 |
| | |||||
* | Rework QueryKit's tests to accept parameters allowing use to run them with ↵ | stuconnolly | 2012-07-18 | 16 | -222/+520 |
| | | | | different data sets. | ||||
* | Remove header import that no longer exists. | stuconnolly | 2012-07-16 | 1 | -1/+0 |
| | |||||
* | Fix the display of the encoding and collation of fields that don't support ↵ | stuconnolly | 2012-07-16 | 3 | -33/+35 |
| | | | | them (introduced in r3708). This also fixes the issue of re-ordering non-string fields failing due to the encoding and collaction being included. | ||||
* | Remove test header. | stuconnolly | 2012-07-16 | 1 | -39/+0 |
| | |||||
* | Get rid of test case headers. | stuconnolly | 2012-07-15 | 10 | -170/+50 |
| | |||||
* | Don't explicitly define property accessor names. | stuconnolly | 2012-07-15 | 11 | -56/+64 |
| | |||||
* | Remove test output. | stuconnolly | 2012-07-15 | 1 | -6/+2 |
| | |||||
* | Add a new order by class. | stuconnolly | 2012-07-15 | 13 | -105/+362 |
| | |||||
* | Comments (missing from previous commit). | stuconnolly | 2012-07-14 | 1 | -2/+2 |
| | |||||
* | Comments. | stuconnolly | 2012-07-14 | 1 | -8/+8 |
| | |||||
* | Bunch of improvements including uderlying database system support. | stuconnolly | 2012-07-14 | 20 | -53/+287 |
| | |||||
* | Fix trim-application script output. | stuconnolly | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Add a new enum to allow us to specify the underlying database system we're ↵ | stuconnolly | 2012-07-10 | 3 | -0/+46 |
| | | | | generating queries for. | ||||
* | Additional QueryKit tests. | stuconnolly | 2012-07-10 | 10 | -16/+146 |
| | |||||
* | Fix broken build. | stuconnolly | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | Improve QueryKit's handling of quotes by making it on by default. Also, add ↵ | stuconnolly | 2012-07-09 | 16 | -137/+445 |
| | | | | a bunch more tests. | ||||
* | Add a new SPAppController SPWindowManagement. | stuconnolly | 2012-07-07 | 8 | -134/+238 |
| | |||||
* | Fix a few more IB warnings by disabling options that we don't need. | stuconnolly | 2012-07-07 | 1 | -9153/+9148 |
| | |||||
* | Fix IB warnings. | stuconnolly | 2012-07-06 | 1 | -3477/+3468 |
| | |||||
* | Another tweak for SP r3710 merge with Coda | sqlprodev | 2012-07-05 | 1 | -0/+2 |
| | |||||
* | A few more tweaks for SP r3710 merge with Coda | sqlprodev | 2012-07-05 | 4 | -2/+56 |
| | |||||
* | Merged SP r3710 with Coda | sqlprodev | 2012-07-05 | 10 | -20/+185 |
| | |||||
* | Remove unnecessary import. | stuconnolly | 2012-07-04 | 1 | -1/+0 |
| | |||||
* | Move the table structure's loading logic into it's own category. | stuconnolly | 2012-07-04 | 7 | -312/+413 |
| | |||||
* | If available display the columns default encoding and collation in the ↵ | stuconnolly | 2012-07-04 | 3 | -26/+95 |
| | | | | structure view. Implements issue #1355. | ||||
* | - Use a per-user temporary directory for SSH tunnels (and bundle dragged ↵ | rowanbeentje | 2012-06-28 | 4 | -3/+12 |
| | | | | temporary files) | ||||
* | - Use a custom ControlPath for SSH tunnels in an attempt to address Issue ↵ | rowanbeentje | 2012-06-28 | 1 | -0/+1 |
| | | | | #1095 (issues connecting when a connection master is already present) | ||||
* | Tidy up an use enums. | stuconnolly | 2012-06-27 | 7 | -13/+27 |
| | |||||
* | - Fix saving of .spf files using unencrypted formats, encoding the content ↵ | rowanbeentje | 2012-06-26 | 1 | -0/+22 |
| | | | | selection index set | ||||
* | Minor tidy up. | stuconnolly | 2012-06-26 | 2 | -37/+65 |
| | |||||
* | Remove ancient help docs that we're never going to use. | stuconnolly | 2012-06-26 | 22 | -1443/+0 |
| | |||||
* | Silence static analyzer warnings. | stuconnolly | 2012-06-26 | 3 | -7/+5 |
| | |||||
* | - Allow table check/optimize/analyze etc operations to be performed on ↵ | rowanbeentje | 2012-06-25 | 1 | -0/+5 |
| | | | | MySQL 4.1 servers which return results as NSData | ||||
* | * Fixes some cases of bad localizability | dmoagx | 2012-06-23 | 3 | -9/+16 |
| | | | | * In Help viewer [HELP\nTOPIC] would not be recognized as link | ||||
* | * Add the engine to the table info panel. Implements #1257 | dmoagx | 2012-06-23 | 2 | -0/+5 |
| | |||||
* | - Fix issues opening new windows when Sequel Pro is opened in the ↵ | rowanbeentje | 2012-06-23 | 3 | -27/+23 |
| | | | | | | | background, eg as a result of an application quarantine dialog. This addresses Issue #1375. - Fix exceptions and multiple errors when opening locked or encrypted session files where opening is cancelled. | ||||
* | Further improvements to further address Issue #1332: | rowanbeentje | 2012-06-23 | 3 | -20/+46 |
| | | | | | | | - Ensure that favourites are saved synchronously on exit to avoid background threads being killed - Improve logging on favourite rename error - Only save favourites on exit if a connection window is open | ||||
* | - Address favourites saving on quit, which appears to sometimes die during ↵ | rowanbeentje | 2012-06-22 | 3 | -67/+66 |
| | | | | | | | preference serialisation, causing Issue #1332. Reworking the order of commands ensure this is performed more safely. - Move upgrade routine to only be called on version upgrades, tweak order of calls | ||||
* | - Improve help search updates while typing, adding basic display for no ↵ | rowanbeentje | 2012-06-22 | 4 | -5/+11 |
| | | | | | | | | results found and showing the table of contents if the field is cleared - Permit help searches for the operator "%" as a standalone string - Update localisable strings | ||||
* | - Fix exceptions with certain kinds of help results, for example for most ↵ | rowanbeentje | 2012-06-21 | 1 | -31/+6 |
| | | | | | | | mathematical operators - Add support for more help links |