| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite... | stuconnolly | 2010-03-31 | 1 | -2/+1 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -7/+7 |
* | - Add a new selectDatabase:item: method to TableDocument, to centralise code... | rowanbeentje | 2010-03-24 | 1 | -1/+1 |
* | • CSV Import | Bibiko | 2010-03-22 | 1 | -1/+1 |
* | - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects... | rowanbeentje | 2010-03-20 | 1 | -15/+16 |
* | Present a warning to the user when attempting to print the current table's co... | stuconnolly | 2010-03-18 | 1 | -8/+10 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -3/+3 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -0/+1 |
* | - Fix an exception when following a foreign key relationship to a null value... | rowanbeentje | 2010-03-13 | 1 | -4/+10 |
* | • Select Content Filter ^⌘F | Bibiko | 2010-03-08 | 1 | -2/+17 |
* | When cancelling a table sort operation remember to end the threaded task to e... | stuconnolly | 2010-03-08 | 1 | -0/+1 |
* | Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ... | stuconnolly | 2010-03-08 | 1 | -0/+10 |
* | - Fix an exception/crash when content edit errors occur and the user request... | rowanbeentje | 2010-03-03 | 1 | -2/+2 |
* | • Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new v... | Bibiko | 2010-02-23 | 1 | -3/+21 |
* | Fix Issue #574 (foreign key links not working after first use): | rowanbeentje | 2010-02-23 | 1 | -5/+29 |
* | • removed initial transition of insertion NSNull into table's dataSource fr... | Bibiko | 2010-02-19 | 1 | -3/+8 |
* | • fixed color setting for editing a table cell which is set to NULL if tabl... | Bibiko | 2010-02-19 | 1 | -9/+6 |
* | • fixed bug for Content Filter Editor, now $CURRENT_FIELD will be replaced ... | Bibiko | 2010-02-19 | 1 | -3/+2 |
* | • added the chance to the user-defined Content Filter Editor to specify whe... | Bibiko | 2010-02-19 | 1 | -17/+38 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -0/+1 |
* | • improved error handling in Structure View for adding/renaming/removing a ... | Bibiko | 2010-02-03 | 1 | -2/+7 |
* | • Content Table and Query Editor table's tooltip are displayed by using the... | Bibiko | 2010-01-31 | 1 | -1/+8 |
* | • CMTextView's colours are set via observer, live changed in editable textv... | Bibiko | 2010-01-30 | 1 | -12/+8 |
* | Rework CMCopyTable copy functionality and related code: | rowanbeentje | 2010-01-30 | 1 | -1/+2 |
* | • suppress the display of table cell tooltips if TableDocument isWorking to... | Bibiko | 2010-01-30 | 1 | -1/+1 |
* | - Bugfix: when the number of table columns for a content result set no longe... | rowanbeentje | 2010-01-30 | 1 | -3/+18 |
* | Improve Disconnection on connection loss: | rowanbeentje | 2010-01-24 | 1 | -4/+8 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -7/+8 |
* | - Remove some unintentionally committed debug | rowanbeentje | 2010-01-18 | 1 | -2/+0 |
* | Add a new SPDataStorage class, and use it in TableContent and CustomQuery: | rowanbeentje | 2010-01-17 | 1 | -62/+56 |
* | Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce... | bamse16 | 2010-01-14 | 1 | -1/+1 |
* | - 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 |