aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-081-16/+38
* • allow editing (INSERT/UPDATE) of data if Content table's view encoding i...Bibiko2009-11-051-20/+40
* In the delete table row confirm dialog give the 'Cancel' button the key equiv...stuconnolly2009-11-051-0/+6
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-7/+7
* - Improve stability when flipping between tables with the content view selectedrowanbeentje2009-11-041-11/+12
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-179/+260
* - Revert all threaded table loading in TableContent, albeit leaving task fun...rowanbeentje2009-10-301-47/+13
* Replace the multiple occurrences of hard coded toolbar identifiers for the ma...stuconnolly2009-10-281-2/+2
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-271-4/+13
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-4/+10
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-231-8/+9
* - Improve table and task redrawing during threaded table content loadsrowanbeentje2009-10-221-7/+17
* - Improve responsiveness/speed when loading table content by not forcing tab...rowanbeentje2009-10-211-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-201-53/+146
* Some UI tidying up.stuconnolly2009-10-191-2/+2
* - Update the row count a bit more intelligently when the table content is LM...rowanbeentje2009-10-171-0/+26
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-61/+61
* • fixed NSString pointer reassignment in SPArrayAddition's method 'componen...Bibiko2009-10-161-1/+25