aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
* • Select Content Filter ^⌘FBibiko2010-03-081-2/+17
* When cancelling a table sort operation remember to end the threaded task to e...stuconnolly2010-03-081-0/+1
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-081-0/+10
* - Fix an exception/crash when content edit errors occur and the user request...rowanbeentje2010-03-031-2/+2
* • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v...Bibiko2010-02-231-3/+21
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-231-5/+29
* • removed initial transition of insertion NSNull into table's dataSource fr...Bibiko2010-02-191-3/+8
* • fixed color setting for editing a table cell which is set to NULL if tabl...Bibiko2010-02-191-9/+6
* • fixed bug for Content Filter Editor, now $CURRENT_FIELD will be replaced ...Bibiko2010-02-191-3/+2
* • added the chance to the user-defined Content Filter Editor to specify whe...Bibiko2010-02-191-17/+38
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-0/+1
* • improved error handling in Structure View for adding/renaming/removing a ...Bibiko2010-02-031-2/+7
* • Content Table and Query Editor table's tooltip are displayed by using the...Bibiko2010-01-311-1/+8
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-12/+8
* Rework CMCopyTable copy functionality and related code:rowanbeentje2010-01-301-1/+2
* • suppress the display of table cell tooltips if TableDocument isWorking to...Bibiko2010-01-301-1/+1
* - Bugfix: when the number of table columns for a content result set no longe...rowanbeentje2010-01-301-3/+18
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-4/+8
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-7/+8
* - Remove some unintentionally committed debugrowanbeentje2010-01-181-2/+0
* Add a new SPDataStorage class, and use it in TableContent and CustomQuery:rowanbeentje2010-01-171-62/+56
* Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce...bamse162010-01-141-1/+1
* - Fix incorrect pagination task text ("Filtering table...") when no filterin...rowanbeentje2010-01-121-9/+24
* • fix for i525: do not escape the \ for \_ or \% and changed "contains" 's ...Bibiko2010-01-111-5/+6
* Improve row deselection and error handling in Table Source and Content views:rowanbeentje2010-01-091-6/+4
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-73/+73
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-041-5/+5
* • ContentFilterManagerBibiko2010-01-041-2/+5
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+2
* - With the improved row count support and behaviour, replace the old "Fetch ...rowanbeentje2010-01-021-1/+5
* - Tweak the pagination interface - remove the text and replace with an icon,...rowanbeentje2009-12-151-13/+2
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-3/+3
* - Tweak positioning of old "working" spinner to center and align itrowanbeentje2009-12-081-65/+103
* - Fix saving of files or images added to the SPFieldEditorrowanbeentje2009-12-041-4/+3
* - Ensure the table length is updated before the end of the load to fix crash...rowanbeentje2009-12-011-0/+2
* - When working with the storage arrays for CustomQuery and TableContent, use...rowanbeentje2009-11-281-32/+73
* - Fix a couple of thread safety issues in TableContent, and attempt to fix a...rowanbeentje2009-11-241-6/+12
* - Tweak pagination to fix click-through of pagination popup, fix next page b...rowanbeentje2009-11-231-1/+3
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-231-95/+197
* - Improve upon r1560 by removing a couple of race conditions triggered on en...rowanbeentje2009-11-221-1/+1
* - Relocate the table changed notification, allowing table info pane to updat...rowanbeentje2009-11-211-1/+2
* Delay the releasing of the createTableSyntax variable in SPTableData until we...stuconnolly2009-11-201-6/+13
* Update Localizable.strings and remove multiple keys for a single item.stuconnolly2009-11-181-1/+1
* When attempting to delete a field that is part of a foreign key relationship,...stuconnolly2009-11-181-4/+7
* - Make some thread safety improvements to improve on Issue #460rowanbeentje2009-11-181-2/+2
* - Correctly report errors triggered *during* result download for streaming r...rowanbeentje2009-11-161-1/+1
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-151-5/+24
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-13/+19
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-1/+1
* Set keyboard shortcut for Delete button in "Delete Rows" alert to command D.avenjamin2009-11-091-1/+2