aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix an exception when removing the only content filter. Fixes exceptions http...stuconnolly2011-08-071-2/+4
* merged latest SP_REFACTOR changessqlprodev2011-08-021-41/+95
* - Support regex within the table filter list to match tables, falling back t...rowanbeentje2011-07-121-2/+7
* * Make "Default" in new Table Sheet translatable (fixes part of #1006)dmoagx2011-06-211-2/+2
* With the exception of CSV tables, make the initial ID column the primary key ...stuconnolly2011-06-191-1/+1
* - Fix "Multiple selection" still being displayed after multiple tables are d...rowanbeentje2011-06-141-13/+7
* - Ensure the correct table name is displayed when an error occurs deleting a...rowanbeentje2011-05-291-1/+1
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-1/+3
* • control the separator menu item above the "Open ... in new Tab" in Tables...Bibiko2011-05-071-0/+10
* Small tidy up, mainly the addition of constants.stuconnolly2011-05-051-96/+44
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-0/+8
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-4/+135
* - When creating a new table, switch to the Structure tab to allow further se...rowanbeentje2011-04-101-0/+2
* - Add support in SPTableView to disable edit-on-tab behaviourrowanbeentje2011-04-101-2/+7
* - Fix more compiler warningsrowanbeentje2011-03-151-64/+64
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-21/+28
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+2
* fixed compiler warningssqlprodev2011-03-011-1/+0
* - Preserve the current filter string when refreshing the table list if one i...rowanbeentje2011-02-201-5/+15
* • some code improvements for willDisplayCell:Bibiko2011-01-251-23/+41
* - Add a new -engineTypeQueryName method to SPServerSupport, with a correct s...rowanbeentje2011-01-131-1/+1