aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so a...rowanbeentje2012-07-2313-301/+1515
* Add SVN properties.stuconnolly2012-07-210-0/+0
* QueryKit: Update quoting method.stuconnolly2012-07-212-2/+2
* QueryKit: Add DELETE query tests.stuconnolly2012-07-215-2/+173
* QueryKit: Update not equal operator.stuconnolly2012-07-211-1/+1
* QueryKit: Add test to check the explicit use of a database name in an update ...stuconnolly2012-07-211-0/+9
* QueryKit: Add test to check the explicit use of a database name in the query.stuconnolly2012-07-211-1/+10
* Fix incorrect slash for nil data items in an XML export. Fixes issue #1404.stuconnolly2012-07-191-1/+1
* Add missing [super dealloc] call.stuconnolly2012-07-181-0/+2
* Rework QueryKit's tests to accept parameters allowing use to run them with di...stuconnolly2012-07-1816-222/+520
* Remove header import that no longer exists.stuconnolly2012-07-161-1/+0
* Fix the display of the encoding and collation of fields that don't support th...stuconnolly2012-07-163-33/+35
* Remove test header.stuconnolly2012-07-161-39/+0
* Get rid of test case headers.stuconnolly2012-07-1510-170/+50
* Don't explicitly define property accessor names.stuconnolly2012-07-1511-56/+64
* Remove test output.stuconnolly2012-07-151-6/+2
* Add a new order by class.stuconnolly2012-07-1513-105/+362
* Comments (missing from previous commit).stuconnolly2012-07-141-2/+2
* Comments.stuconnolly2012-07-141-8/+8
* Bunch of improvements including uderlying database system support.stuconnolly2012-07-1420-53/+287
* Fix trim-application script output.stuconnolly2012-07-101-1/+1
* Add a new enum to allow us to specify the underlying database system we're ge...stuconnolly2012-07-103-0/+46
* Additional QueryKit tests.stuconnolly2012-07-1010-16/+146
* Fix broken build.stuconnolly2012-07-091-2/+2
* Improve QueryKit's handling of quotes by making it on by default. Also, add a...stuconnolly2012-07-0916-137/+445
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-078-134/+238
* Fix a few more IB warnings by disabling options that we don't need.stuconnolly2012-07-071-9153/+9148
* Fix IB warnings.stuconnolly2012-07-061-3477/+3468
* Another tweak for SP r3710 merge with Codasqlprodev2012-07-051-0/+2
* A few more tweaks for SP r3710 merge with Codasqlprodev2012-07-054-2/+56
* Merged SP r3710 with Codasqlprodev2012-07-0510-20/+185
* Remove unnecessary import.stuconnolly2012-07-041-1/+0
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-047-312/+413
* If available display the columns default encoding and collation in the struct...stuconnolly2012-07-043-26/+95
* - Use a per-user temporary directory for SSH tunnels (and bundle dragged tem...rowanbeentje2012-06-284-3/+12
* - Use a custom ControlPath for SSH tunnels in an attempt to address Issue #1...rowanbeentje2012-06-281-0/+1
* Tidy up an use enums.stuconnolly2012-06-277-13/+27
* - Fix saving of .spf files using unencrypted formats, encoding the content s...rowanbeentje2012-06-261-0/+22
* Minor tidy up.stuconnolly2012-06-262-37/+65
* Remove ancient help docs that we're never going to use.stuconnolly2012-06-2622-1443/+0
* Silence static analyzer warnings.stuconnolly2012-06-263-7/+5
* - Allow table check/optimize/analyze etc operations to be performed on MySQL...rowanbeentje2012-06-251-0/+5
* * Fixes some cases of bad localizabilitydmoagx2012-06-233-9/+16
* * Add the engine to the table info panel. Implements #1257dmoagx2012-06-232-0/+5
* - Fix issues opening new windows when Sequel Pro is opened in the background...rowanbeentje2012-06-233-27/+23
* Further improvements to further address Issue #1332:rowanbeentje2012-06-233-20/+46
* - Address favourites saving on quit, which appears to sometimes die during p...rowanbeentje2012-06-223-67/+66
* - Improve help search updates while typing, adding basic display for no resu...rowanbeentje2012-06-224-5/+11
* - Fix exceptions with certain kinds of help results, for example for most ma...rowanbeentje2012-06-211-31/+6
* - Fix use of the pagination jump-to-page functions, addressing Issue #1376rowanbeentje2012-06-202-5925/+5955