| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Menu divider. | stuconnolly | 2010-05-24 | 1 | -5/+25 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 92 | -8793/+11514 |
* | Add missing space to auto increment value field on extended information view. | stuconnolly | 2010-05-23 | 1 | -1/+1 |
* | Fix for issue#699 | mltownsend | 2010-05-23 | 1 | -3/+7 |
* | - Fix an issue when truncating tables using the right-click menu, by improvi... | rowanbeentje | 2010-05-22 | 5 | -42/+46 |
* | Fields in Resources tab of User Manager actually will persist now. | mltownsend | 2010-05-21 | 5 | -47/+87 |
* | - Fix a singleton proprty release in SPGrowlController's -release method; av... | rowanbeentje | 2010-05-19 | 1 | -4/+1 |
* | - Ensure any table changes are applied before switching tables as a result o... | rowanbeentje | 2010-05-19 | 1 | -0/+5 |
* | Change filesize units to base 2 rather than base 10. Fixes issue #690. Patch ... | stuconnolly | 2010-05-18 | 4 | -10/+10 |
* | Review queryDbStructureWithUserInfo: | rowanbeentje | 2010-05-15 | 2 | -169/+127 |
* | Fix for Issue#656. The setExtensionHidden: method should not be called and s... | mltownsend | 2010-05-11 | 1 | -1/+2 |
* | - Correctly append tabs to binary/data cells when copying as tab-separated r... | rowanbeentje | 2010-05-11 | 1 | -1/+3 |
* | - Turn off app open panel setAllowMultipleSelection: changes, defaulting to ... | rowanbeentje | 2010-05-11 | 2 | -35/+668 |
* | - Corrected reloading of list of databases and list of tables; formerly, only... | drx777 | 2010-05-10 | 1 | -4/+2 |
* | - A database with views caused copy DB to crash. Thus, views are for the time... | drx777 | 2010-05-10 | 1 | -28/+21 |
* | - Check return status when capturing query error message strings - this addr... | rowanbeentje | 2010-05-09 | 1 | -2/+4 |
* | - Fix a problem caused when trying to run custom queries terminated by a par... | rowanbeentje | 2010-05-09 | 1 | -0/+4 |
* | - In the CSV import field mapper controller, retain the primary key field to... | rowanbeentje | 2010-05-09 | 1 | -1/+3 |
* | - Update task progress spinner to draw on the main thread rather than a back... | rowanbeentje | 2010-05-09 | 3 | -30/+106 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 27 | -521/+603 |
* | Fix for Issue#667 | mltownsend | 2010-05-08 | 1 | -5/+20 |
* | - Don't update table row count if table content is limited AND filtered; thi... | rowanbeentje | 2010-05-04 | 1 | -1/+1 |
* | Added 'Add Host' to Locazable.strings | mltownsend | 2010-05-04 | 3 | -2/+2 |
* | Fixed crash issue #181 on log.sequelpro.com | mltownsend | 2010-05-04 | 1 | -10/+41 |
* | • fixed formatting issues for entering a new auto_increment value in Table... | Bibiko | 2010-05-04 | 1 | -10/+24 |
* | - Added OCMock.framework for unittests using mock objects | drx777 | 2010-05-03 | 14 | -4/+224 |
* | Trim whitespace and newline characters from a table's comment returned by SPT... | stuconnolly | 2010-05-03 | 1 | -1/+2 |
* | - Fix quoting of various fields, including usernames and passwords | rowanbeentje | 2010-05-03 | 4 | -46/+81 |
* | Prefill duplicate database name field with current database name. | stuconnolly | 2010-05-03 | 1 | -1/+1 |
* | Fix errors count calculation when removing multiple table rows. Caused by [MC... | stuconnolly | 2010-05-03 | 1 | -9/+13 |
* | Review trigger fetching and storage: | rowanbeentje | 2010-05-01 | 9 | -202/+289 |
* | Perform additional index bounds checking before attempting to remove a table ... | stuconnolly | 2010-04-30 | 1 | -1/+5 |
* | Changed a couple of 'int' to NSInteger | mltownsend | 2010-04-29 | 1 | -2/+2 |
* | Perform index range checking before attempting to remove a table index. Fixes... | stuconnolly | 2010-04-29 | 1 | -2/+6 |
* | For add/rename/duplicate DB: check new name input for an existing db name and... | drx777 | 2010-04-29 | 1 | -3/+3 |
* | Changed appearance of copy/rename DB to match that of copyTable. | drx777 | 2010-04-29 | 3 | -142/+131 |
* | Disable copy/rename database in menu, if no database is selected | drx777 | 2010-04-29 | 1 | -1/+3 |
* | Disables copy/rename confirmation buttons in copy/rename sheet if no name is ... | drx777 | 2010-04-29 | 2 | -17/+13 |
* | Only switch to the renamed/duplicated database name, if the action was succes... | drx777 | 2010-04-29 | 5 | -13/+21 |
* | Cleanup/simplification: using messageWindow property directly instead of the ... | drx777 | 2010-04-29 | 4 | -25/+9 |
* | Now longer using [NSApp mainWindow] but a reference to the correct window for... | drx777 | 2010-04-29 | 7 | -19/+12 |
* | Added class SPDBActionCommons providing common functionality to all derived D... | drx777 | 2010-04-29 | 11 | -93/+108 |
* | removing debug output (NSLog calls) | drx777 | 2010-04-29 | 1 | -2/+0 |
* | Duplicate/Rename DB: catch an unnecessary error message on canceling input sh... | drx777 | 2010-04-29 | 1 | -2/+6 |
* | Missed a few files in previous commit. | stuconnolly | 2010-04-29 | 0 | -0/+0 |
* | It would help if I actually used the correct keyword myself when setting SVN ... | stuconnolly | 2010-04-29 | 2 | -2/+2 |
* | Attempt to fix SVN poperties. | stuconnolly | 2010-04-29 | 0 | -0/+0 |
* | - Fix CFRunLoopWakeUp crashes seen on 10.5.8 with SSH connections by running... | rowanbeentje | 2010-04-28 | 1 | -0/+4 |
* | * removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place here | drx777 | 2010-04-28 | 9 | -46/+145 |
* | Menu item reordering. | stuconnolly | 2010-04-28 | 1 | -22/+80 |