| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Fix incorrect pagination task text ("Filtering table...") when no filterin... | rowanbeentje | 2010-01-12 | 1 | -9/+24 |
* | • fix for i525: do not escape the \ for \_ or \% and changed "contains" 's ... | Bibiko | 2010-01-11 | 1 | -5/+6 |
* | Improve row deselection and error handling in Table Source and Content views: | rowanbeentje | 2010-01-09 | 1 | -6/+4 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -73/+73 |
* | • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo... | Bibiko | 2010-01-04 | 1 | -5/+5 |
* | • ContentFilterManager | Bibiko | 2010-01-04 | 1 | -2/+5 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+2 |
* | - With the improved row count support and behaviour, replace the old "Fetch ... | rowanbeentje | 2010-01-02 | 1 | -1/+5 |
* | - Tweak the pagination interface - remove the text and replace with an icon,... | rowanbeentje | 2009-12-15 | 1 | -13/+2 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 1 | -3/+3 |
* | - Tweak positioning of old "working" spinner to center and align it | rowanbeentje | 2009-12-08 | 1 | -65/+103 |
* | - Fix saving of files or images added to the SPFieldEditor | rowanbeentje | 2009-12-04 | 1 | -4/+3 |
* | - Ensure the table length is updated before the end of the load to fix crash... | rowanbeentje | 2009-12-01 | 1 | -0/+2 |
* | - When working with the storage arrays for CustomQuery and TableContent, use... | rowanbeentje | 2009-11-28 | 1 | -32/+73 |
* | - Fix a couple of thread safety issues in TableContent, and attempt to fix a... | rowanbeentje | 2009-11-24 | 1 | -6/+12 |
* | - Tweak pagination to fix click-through of pagination popup, fix next page b... | rowanbeentje | 2009-11-23 | 1 | -1/+3 |
* | - Replace the LIMIT interface on the content view with a pagination control ... | rowanbeentje | 2009-11-23 | 1 | -95/+197 |
* | - Improve upon r1560 by removing a couple of race conditions triggered on en... | rowanbeentje | 2009-11-22 | 1 | -1/+1 |
* | - Relocate the table changed notification, allowing table info pane to updat... | rowanbeentje | 2009-11-21 | 1 | -1/+2 |
* | Delay the releasing of the createTableSyntax variable in SPTableData until we... | stuconnolly | 2009-11-20 | 1 | -6/+13 |
* | Update Localizable.strings and remove multiple keys for a single item. | stuconnolly | 2009-11-18 | 1 | -1/+1 |
* | When attempting to delete a field that is part of a foreign key relationship,... | stuconnolly | 2009-11-18 | 1 | -4/+7 |
* | - Make some thread safety improvements to improve on Issue #460 | rowanbeentje | 2009-11-18 | 1 | -2/+2 |
* | - Correctly report errors triggered *during* result download for streaming r... | rowanbeentje | 2009-11-16 | 1 | -1/+1 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 1 | -5/+24 |
* | Updates to the 'use monospaced font' preference, making it a lot more consist... | stuconnolly | 2009-11-14 | 1 | -13/+19 |
* | Bunch of improvements to the query console, including: | stuconnolly | 2009-11-14 | 1 | -1/+1 |
* | Set keyboard shortcut for Delete button in "Delete Rows" alert to command D. | avenjamin | 2009-11-09 | 1 | -1/+2 |
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 1 | -16/+38 |
* | • allow editing (INSERT/UPDATE) of data if Content table's view encoding i... | Bibiko | 2009-11-05 | 1 | -20/+40 |
* | In the delete table row confirm dialog give the 'Cancel' button the key equiv... | stuconnolly | 2009-11-05 | 1 | -0/+6 |
* | - Alter query start/stop notifications to apply to only the originating wind... | rowanbeentje | 2009-11-05 | 1 | -7/+7 |
* | - Improve stability when flipping between tables with the content view selected | rowanbeentje | 2009-11-04 | 1 | -11/+12 |
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 1 | -179/+260 |
* | - Revert all threaded table loading in TableContent, albeit leaving task fun... | rowanbeentje | 2009-10-30 | 1 | -47/+13 |
* | Replace the multiple occurrences of hard coded toolbar identifiers for the ma... | stuconnolly | 2009-10-28 | 1 | -2/+2 |
* | - When performing threaded data loads, no longer disable the tables and inst... | rowanbeentje | 2009-10-27 | 1 | -4/+13 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 1 | -4/+10 |
* | - Apply new document task support to the Custom Query tab, and run all custo... | rowanbeentje | 2009-10-23 | 1 | -8/+9 |
* | - Improve table and task redrawing during threaded table content loads | rowanbeentje | 2009-10-22 | 1 | -7/+17 |
* | - Improve responsiveness/speed when loading table content by not forcing tab... | rowanbeentje | 2009-10-21 | 1 | -1/+1 |
* | Initial work on threaded task, with an implementation of Table Content view d... | rowanbeentje | 2009-10-20 | 1 | -53/+146 |
* | Some UI tidying up. | stuconnolly | 2009-10-19 | 1 | -2/+2 |
* | - Update the row count a bit more intelligently when the table content is LM... | rowanbeentje | 2009-10-17 | 1 | -0/+26 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -61/+61 |
* | • fixed NSString pointer reassignment in SPArrayAddition's method 'componen... | Bibiko | 2009-10-16 | 1 | -1/+25 |
* | - Improve on r1423 by avoiding stringWithFormat: within the query constructi... | rowanbeentje | 2009-10-16 | 1 | -10/+15 |
* | • if a table has more than one PRIMARY KEY delete the rows à la DELETE FRO... | Bibiko | 2009-10-16 | 1 | -5/+69 |
* | • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable... | Bibiko | 2009-10-16 | 1 | -17/+66 |
* | nullValue preference key should be NullValue, which was preventing the editin... | stuconnolly | 2009-10-16 | 1 | -6/+7 |