| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -17/+17 |
* | Add cast for [NSApp delegate] | Max | 2014-12-13 | 1 | -3/+3 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -14/+14 |
* | Add a "Open Table in New Window" menu action | Max | 2014-11-23 | 1 | -13/+46 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | Cleaned up Format string is not a string literal (potentially insecure) errors | Marius Ursache | 2013-11-09 | 1 | -4/+4 |
* | For the CSV storage engine, don't allow adding nullable fields as well as dis... | stuconnolly | 2013-10-28 | 1 | -2/+4 |
* | - Fix an exception on 10.6 when clicking below the table list rows (http://s... | rowanbeentje | 2013-08-25 | 1 | -6/+17 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -0/+1 |
* | Update localisation comment. | stuconnolly | 2013-04-29 | 1 | -1/+1 |
* | Issue #1536: Add the option to force delete a table, which will disable then ... | stuconnolly | 2013-04-29 | 1 | -62/+108 |
* | * Move some duplicate code for charset/collation to it's own class | dmoagx | 2013-04-26 | 1 | -49/+24 |
* | * Add support for specifying a collation when creating a table | dmoagx | 2013-03-20 | 1 | -4/+87 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -94/+94 |
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -2/+0 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -26/+17 |
* | - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ... | rowanbeentje | 2012-12-17 | 1 | -49/+49 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -11/+11 |
* | Fix r3857 regression. There is no table name when more than one item is selec... | stuconnolly | 2012-09-24 | 1 | -3/+9 |
* | Tidy up menu validation. | stuconnolly | 2012-09-24 | 1 | -40/+40 |
* | - Fix the SPSplitView helper to correctly restore focus to focussed responde... | rowanbeentje | 2012-08-30 | 1 | -23/+18 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+22 |
* | - Add a new SPSplitView class, intended to replace all BWSplitViews and so a... | rowanbeentje | 2012-07-23 | 1 | -27/+44 |
* | Improvements to the New Table sheet: | rowanbeentje | 2012-06-18 | 1 | -1/+1 |
* | Add the default encoding and storage engine to the default menu items on the ... | stuconnolly | 2012-06-10 | 1 | -2/+3 |
* | Fix remaining implicit cast warnings. | stuconnolly | 2012-05-11 | 1 | -5/+16 |
* | Add initial support of moving views when renaming a database. Currently not h... | stuconnolly | 2012-05-04 | 1 | -1/+1 |
* | Tidy up and remove commented out code. | stuconnolly | 2012-04-07 | 1 | -182/+116 |
* | Replaced ivar accidentally removed from SP_REFACTOR build | sqlprodev | 2012-03-28 | 1 | -2/+2 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -4/+0 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -16/+42 |
* | - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ... | rowanbeentje | 2012-03-17 | 1 | -8/+0 |
* | More bugfixes to the SPMySQL integration branch: | rowanbeentje | 2012-03-14 | 1 | -4/+4 |
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 1 | -2/+2 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -48/+47 |
* | - Make SPConnectionController a NSConnectionView subclass so that retain cyc... | rowanbeentje | 2012-01-21 | 1 | -3/+0 |
* | For some reason table creation on MySQL 4.0 servers doesn't like the engine/t... | stuconnolly | 2011-10-09 | 1 | -2/+1 |
* | * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated .strings... | dmoagx | 2011-09-15 | 1 | -0/+20 |
* | - Move table creation to a threaded task, avoiding race conditions caused by... | rowanbeentje | 2011-08-29 | 1 | -4/+16 |
* | - Review changes made in r3376 and revert a number of regressions | rowanbeentje | 2011-08-14 | 1 | -11/+10 |
* | Re-add default new table's id field to AUTO_INCREMENT added in r3331, but kno... | stuconnolly | 2011-08-12 | 1 | -1/+1 |
* | Fix an exception when removing the only content filter. Fixes exceptions http... | stuconnolly | 2011-08-07 | 1 | -2/+4 |
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -41/+95 |
* | - Support regex within the table filter list to match tables, falling back t... | rowanbeentje | 2011-07-12 | 1 | -2/+7 |
* | * Make "Default" in new Table Sheet translatable (fixes part of #1006) | dmoagx | 2011-06-21 | 1 | -2/+2 |
* | With the exception of CSV tables, make the initial ID column the primary key ... | stuconnolly | 2011-06-19 | 1 | -1/+1 |
* | - Fix "Multiple selection" still being displayed after multiple tables are d... | rowanbeentje | 2011-06-14 | 1 | -13/+7 |
* | - Ensure the correct table name is displayed when an error occurs deleting a... | rowanbeentje | 2011-05-29 | 1 | -1/+1 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -1/+3 |