aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
Commit message (Collapse)AuthorAgeFilesLines
* 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