aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
Commit message (Expand)AuthorAgeFilesLines
* Fix bundle commands no longer working in popup field editor (and possibly oth...Max2015-10-211-1/+1
* Fix some minor compiler warningsMax2015-02-031-1/+1
* Somehow a "}" got dropped in 56949ac7Max2015-01-101-0/+1
* Addition to previous commit. Attention:Max2015-01-061-122/+123
* Change some code formattingMax2015-01-061-55/+55
* Addition to commit 2735e15bMax2015-01-041-10/+8
* Formalize [x release], x = nil; conventionMax2015-01-041-4/+4
* Some internal addtions for mysql event supportMax2015-01-021-25/+16
* Replace some NSDictionaries with literalsMax2014-12-131-17/+17
* Add cast for [NSApp delegate]Max2014-12-131-3/+3
* Reformatting code for modern ObjCMax2014-12-131-14/+14
* Add a "Open Table in New Window" menu actionMax2014-11-231-13/+46
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-4/+4
* For the CSV storage engine, don't allow adding nullable fields as well as dis...stuconnolly2013-10-281-2/+4
* - Fix an exception on 10.6 when clicking below the table list rows (http://s...rowanbeentje2013-08-251-6/+17
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-0/+1
* Update localisation comment.stuconnolly2013-04-291-1/+1
* Issue #1536: Add the option to force delete a table, which will disable then ...stuconnolly2013-04-291-62/+108
* * Move some duplicate code for charset/collation to it's own classdmoagx2013-04-261-49/+24
* * Add support for specifying a collation when creating a tabledmoagx2013-03-201-4/+87
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-94/+94
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-2/+0
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-26/+17
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ...rowanbeentje2012-12-171-49/+49
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-11/+11
* Fix r3857 regression. There is no table name when more than one item is selec...stuconnolly2012-09-241-3/+9
* Tidy up menu validation.stuconnolly2012-09-241-40/+40
* - Fix the SPSplitView helper to correctly restore focus to focussed responde...rowanbeentje2012-08-301-23/+18
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+22
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so a...rowanbeentje2012-07-231-27/+44
* Improvements to the New Table sheet:rowanbeentje2012-06-181-1/+1
* Add the default encoding and storage engine to the default menu items on the ...stuconnolly2012-06-101-2/+3
* Fix remaining implicit cast warnings.stuconnolly2012-05-111-5/+16
* Add initial support of moving views when renaming a database. Currently not h...stuconnolly2012-05-041-1/+1
* Tidy up and remove commented out code.stuconnolly2012-04-071-182/+116
* Replaced ivar accidentally removed from SP_REFACTOR buildsqlprodev2012-03-281-2/+2
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-16/+42
* - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-171-8/+0
* More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-141-4/+4
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-2/+2
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-48/+47
* - Make SPConnectionController a NSConnectionView subclass so that retain cyc...rowanbeentje2012-01-211-3/+0
* For some reason table creation on MySQL 4.0 servers doesn't like the engine/t...stuconnolly2011-10-091-2/+1
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated .strings...dmoagx2011-09-151-0/+20
* - Move table creation to a threaded task, avoiding race conditions caused by...rowanbeentje2011-08-291-4/+16
* - Review changes made in r3376 and revert a number of regressionsrowanbeentje2011-08-141-11/+10
* Re-add default new table's id field to AUTO_INCREMENT added in r3331, but kno...stuconnolly2011-08-121-1/+1