aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue #1536: Add the option to force delete a table, which will disable then ↵stuconnolly2013-04-291-6/+6
| | | | re-enable foreign checks. Also, provide a more helpful error message when a table cannot be deleted because of foreign key constraints.
* * Move some duplicate code for charset/collation to it's own classdmoagx2013-04-261-1/+3
|
* * Add support for specifying a collation when creating a tabledmoagx2013-03-201-0/+2
|
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-20/+20
|
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-2/+0
|
* Fix more warnings.stuconnolly2013-01-241-4/+1
|
* - Fix the SPSplitView helper to correctly restore focus to focussed ↵rowanbeentje2012-08-301-0/+1
| | | | | | | | | responders in an expanding view at the end of the animation - On initial launch, and when changing database, ensure that the window focus is set to the table list or the table list filter or the table list as appropriate. This addresses Issue #1437. - Clean up some logic
* - Replace the collapsible BWSplitView on the Query pane with a SPSplitView ↵rowanbeentje2012-07-261-9/+0
| | | | | | | | configured from code - Replace the other NSSplitView on the Query pane with an equivalent SPSplitView to allow easier constraint management - Fix SPSplitView collapsible subview resizing to only amend the collapsible subview's autoresizing mask along the axis of the split view, leaving the other axis untouched to avoid problems with subviews not correctly picking up window resize changes when they were collapsed
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-14/+28
|
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so ↵rowanbeentje2012-07-231-5/+4
| | | | | | | | 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 the default encoding and storage engine to the default menu items on the ↵stuconnolly2012-06-101-3/+3
| | | | new table sheet. Implements issue #1245.
* Fix remaining implicit cast warnings.stuconnolly2012-05-111-1/+1
|
* Tidy up and remove commented out code.stuconnolly2012-04-071-4/+7
|
* Replaced ivar accidentally removed from SP_REFACTOR buildsqlprodev2012-03-281-1/+1
|
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-1/+5
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-5/+3
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated ↵dmoagx2011-09-151-0/+2
| | | | .strings files)
* Fix an exception when removing the only content filter. Fixes exceptions ↵stuconnolly2011-08-071-1/+1
| | | | http://spbug.com/l/2360 and http://spbug.com/l/2453
* merged latest SP_REFACTOR changessqlprodev2011-08-021-14/+44
|
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code ↵rowanbeentje2011-05-081-1/+1
| | | | | | | from a #ifndef SP_REFACTOR/#else/#endif to just a #ifdef SP_REFACTOR/<protocol declaration>/#endif, and remarking a few items as IBOutlets - Update localisable strings
* • control the separator menu item above the "Open ... in new Tab" in ↵Bibiko2011-05-071-0/+2
| | | | TablesList's context and gear menu to avoid having two separators one after another
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵sqlprodev2011-04-111-12/+27
| | | | UI code from functional code
* - Add support in SPTableView to disable edit-on-tab behaviourrowanbeentje2011-04-101-2/+2
| | | | | - Use this new support in SPTablesList to prevent the tab key entering rename mode when focus is on the table list - this addresses Issue #1028
* - Fix more compiler warningsrowanbeentje2011-03-151-0/+4
| | | | | - Tweak README
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-5/+2
|
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+4
|
* • some code improvements for willDisplayCell:Bibiko2011-01-251-0/+3
|
* - Fix interface updates when multiple tables are selectedrowanbeentje2010-11-251-1/+1
|
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading ↵rowanbeentje2010-11-231-1/+4
| | | | | | | | | | functionality into state setting and getting functions, and refactor old commands to use them - Fix restoring of content sort column order and selected indexes - Add menu items for duplicating current tab (as an alternate), opening selected table in a new tab, or opening selected database in a new tab - Clean up file menu by making Connection/Session "Save as..." menu items alternates - Update localisable strings
* • renamed some shell variables for Bundle commandsBibiko2010-11-221-0/+1
| | | | • added sequelpro scheme commands: SelectTables, ReloadTablesList, ReloadContentTable
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ↵rowanbeentje2010-11-031-10/+1
| | | | | | | | | | | central functionality out of SPTablesList: - Centralise control over table loading, moving it away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Centralise control over the main tab view, moving control away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Simplify and clean up view loading logic - Improve thread safety - Update localisable strings
* Tidy up.stuconnolly2010-10-191-1/+0
|
* • forgotten to commit missing changes to commit 2534Bibiko2010-08-151-0/+1
|
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-0/+165