aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* • fixed issue to be able to cancel via ESC the in-cell editing of the table...Bibiko2010-12-151-1/+2
* • fix table name encoding problem (return name can be NSNull) which can ari...Bibiko2010-12-111-1/+8
* - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )rowanbeentje2010-11-271-0/+3
* - Fix interface updates when multiple tables are selectedrowanbeentje2010-11-251-1/+4
* - When adding multiple new tables, ensure the keyboard focus is set to the n...rowanbeentje2010-11-241-0/+3
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality...rowanbeentje2010-11-231-12/+57
* • renamed some shell variables for Bundle commandsBibiko2010-11-221-0/+40
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-317/+26
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-5/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-1/+1
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-18/+24
* • Filter TableBibiko2010-09-291-3/+0
* • Filter TableBibiko2010-09-291-0/+3
* • fixed issue 834 for filtering table list if TablesListView doesn't have t...Bibiko2010-09-221-1/+1
* • only some minor code cosmeticsBibiko2010-09-171-358/+362
* • finished the first implementation of CSV Import into new tableBibiko2010-09-031-1/+1
* • Show/Copy Create Syntax now come up with all create syntaxes of selected ...Bibiko2010-09-011-4/+8
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-10/+37
* • moved changes done in r 2566 to tableViewSelectionDidChange: if no item i...Bibiko2010-08-221-4/+12
* • after deleting of items in tablesList set selectedTableType to SPTableTyp...Bibiko2010-08-221-2/+7
* • forgotten to commit missing changes to commit 2534Bibiko2010-08-151-0/+14
* • made SP more robust against issues which are caused by different table na...Bibiko2010-08-151-9/+34
* • fixed bug while closing a tab to remove the connection from NavigatorBibiko2010-08-131-1/+40
* - Further tweak new table encodings to improve default-utf8 behaviourrowanbeentje2010-07-181-1/+2
* - Fix table creation to use the selected encoding instead of always using ut...rowanbeentje2010-07-181-1/+2
* - Don't localize table types when duplicating tables - used as part of queri...rowanbeentje2010-07-151-4/+6
* - Roll back most of r2430, replacing it with an at-source fix to the manual ...rowanbeentje2010-07-071-9/+2
* • fixed issue if connection window is opened with collapsed Table Informati...Bibiko2010-07-071-0/+10