| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve truncating of table names (by appending ...) using SPTableTextFieldCell. | stuconnolly | 2009-11-01 | 2 | -0/+88 |
* | - Fix a crash when opening .spfs caused by an autorelease - revert to manual... | rowanbeentje | 2009-11-01 | 2 | -1/+10 |
* | Enable the display of vertical grid lines in the table relations table view. | stuconnolly | 2009-11-01 | 2 | -0/+15 |
* | Faster loop approach. | stuconnolly | 2009-11-01 | 1 | -4/+2 |
* | When checking the existance of the ENGINES table within the information_schem... | stuconnolly | 2009-11-01 | 1 | -2/+2 |
* | - Revert all threaded table loading in TableContent, albeit leaving task fun... | rowanbeentje | 2009-10-30 | 2 | -50/+14 |
* | Got rid of a crash when using the User Manager and closing last Table Documen... | mltownsend | 2009-10-29 | 4 | -62/+53 |
* | • as default add the UTF-8 BOM (byte order marker) \xEFBBBF to a MySQL dump... | Bibiko | 2009-10-29 | 3 | -1/+7 |
* | • fixed issue: avoid executing of the last query of a set of queries in the... | Bibiko | 2009-10-29 | 1 | -3/+8 |
* | Before terminating the SSH tunnel task check that it's actually running to ac... | stuconnolly | 2009-10-29 | 1 | -2/+7 |
* | Replace hard coded occurrences of preference key DefaultFavorite with a const... | stuconnolly | 2009-10-29 | 4 | -8/+10 |
* | Replace the multiple occurrences of hard coded toolbar identifiers for the ma... | stuconnolly | 2009-10-28 | 5 | -62/+76 |
* | Missing space when appending extra field info when creating a new field. Fixe... | stuconnolly | 2009-10-27 | 1 | -0/+1 |
* | Fix incorrectly named preference constant. | stuconnolly | 2009-10-27 | 3 | -3/+3 |
* | Change the order of the cancel/remove buttons on the remove field dialog. | stuconnolly | 2009-10-27 | 1 | -3/+3 |
* | - When performing threaded data loads, no longer disable the tables and inst... | rowanbeentje | 2009-10-27 | 5 | -11/+49 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 7 | -13/+119 |
* | Don't run the add new database sheet modally, thus blocking the main thread. ... | stuconnolly | 2009-10-26 | 3 | -106/+109 |
* | Minor export work. | stuconnolly | 2009-10-26 | 4 | -9/+18 |
* | • improved error highlighting | Bibiko | 2009-10-24 | 2 | -7/+18 |
* | - Apply new document task support to the Custom Query tab, and run all custo... | rowanbeentje | 2009-10-23 | 3 | -77/+235 |
* | Tidy up. | stuconnolly | 2009-10-23 | 2 | -77/+65 |
* | - Improve table and task redrawing during threaded table content loads | rowanbeentje | 2009-10-22 | 4 | -12/+25 |
* | - Display the user accounts manager as a sheet | stuconnolly | 2009-10-21 | 3 | -40/+66 |
* | Other than the custom query item, disable all the main toolbar items when som... | stuconnolly | 2009-10-21 | 1 | -0/+5 |
* | - Improve responsiveness/speed when loading table content by not forcing tab... | rowanbeentje | 2009-10-21 | 2 | -2/+2 |
* | Interface labeling. | stuconnolly | 2009-10-21 | 1 | -1/+1 |
* | Initial work on threaded task, with an implementation of Table Content view d... | rowanbeentje | 2009-10-20 | 12 | -303/+700 |
* | Attempt to fix connection problem | mltownsend | 2009-10-20 | 3 | -19/+15 |
* | Some UI tidying up. | stuconnolly | 2009-10-19 | 1 | -2/+2 |
* | Add constant for preference key 'AutoConnectToDefault' and replace occurrence... | stuconnolly | 2009-10-17 | 3 | -2/+4 |
* | - 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 | 32 | -352/+552 |
* | • fixed NSString pointer reassignment in SPArrayAddition's method 'componen... | Bibiko | 2009-10-16 | 2 | -4/+32 |
* | - Improve on r1423 by avoiding stringWithFormat: within the query constructi... | rowanbeentje | 2009-10-16 | 3 | -12/+26 |
* | • 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 | 4 | -22/+111 |
* | • fixed three further typos for: objectForKey:@"NullValue" | Bibiko | 2009-10-16 | 4 | -9/+11 |
* | nullValue preference key should be NullValue, which was preventing the editin... | stuconnolly | 2009-10-16 | 1 | -6/+7 |
* | • fixed issue that tables without primary key and Pref is set to LoadBlobsA... | Bibiko | 2009-10-16 | 1 | -8/+12 |
* | Significant User Management improvements: | rowanbeentje | 2009-10-16 | 4 | -45/+117 |
* | Add a 'Provide Feedback' menu item to the help menu, which links to http://ww... | stuconnolly | 2009-10-16 | 2 | -0/+10 |
* | • fixed issue for closing the sheet for deleting/adding row(s) explicitly d... | Bibiko | 2009-10-15 | 1 | -13/+15 |
* | • fixed issue while copying a very large number queries from the Console Lo... | Bibiko | 2009-10-15 | 1 | -3/+7 |
* | • added the chance to set "allowConsoleUpdate" | Bibiko | 2009-10-15 | 3 | -38/+58 |
* | - Fix a problem preventing the end of large CSV files from being imported | rowanbeentje | 2009-10-15 | 1 | -1/+1 |
* | • SPF file: remember/restore 'connectionEncoding' and 'toolbar visibility' | Bibiko | 2009-10-15 | 1 | -1/+11 |
* | • added AppleScript support for "make new document" | Bibiko | 2009-10-14 | 2 | -0/+14 |
* | • cleaned and improved AppleScript support | Bibiko | 2009-10-14 | 1 | -0/+56 |
* | • changed Error Detail HUD window for the connection manager slightly: | Bibiko | 2009-10-13 | 1 | -0/+2 |