aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix an issue when truncating tables using the right-click menu, by improvi...rowanbeentje2010-05-225-42/+46
* Fields in Resources tab of User Manager actually will persist now.mltownsend2010-05-215-47/+87
* - Fix a singleton proprty release in SPGrowlController's -release method; av...rowanbeentje2010-05-191-4/+1
* - Ensure any table changes are applied before switching tables as a result o...rowanbeentje2010-05-191-0/+5
* Change filesize units to base 2 rather than base 10. Fixes issue #690. Patch ...stuconnolly2010-05-184-10/+10
* Review queryDbStructureWithUserInfo:rowanbeentje2010-05-152-169/+127
* Fix for Issue#656. The setExtensionHidden: method should not be called and s...mltownsend2010-05-111-1/+2
* - Correctly append tabs to binary/data cells when copying as tab-separated r...rowanbeentje2010-05-111-1/+3
* - Turn off app open panel setAllowMultipleSelection: changes, defaulting to ...rowanbeentje2010-05-112-35/+668
* - Corrected reloading of list of databases and list of tables; formerly, only...drx7772010-05-101-4/+2
* - A database with views caused copy DB to crash. Thus, views are for the time...drx7772010-05-101-28/+21
* - Check return status when capturing query error message strings - this addr...rowanbeentje2010-05-091-2/+4
* - Fix a problem caused when trying to run custom queries terminated by a par...rowanbeentje2010-05-091-0/+4
* - In the CSV import field mapper controller, retain the primary key field to...rowanbeentje2010-05-091-1/+3
* - Update task progress spinner to draw on the main thread rather than a back...rowanbeentje2010-05-093-30/+106
* Rework alert sheets:rowanbeentje2010-05-0927-521/+603
* Fix for Issue#667mltownsend2010-05-081-5/+20
* - Don't update table row count if table content is limited AND filtered; thi...rowanbeentje2010-05-041-1/+1
* Added 'Add Host' to Locazable.stringsmltownsend2010-05-043-2/+2
* Fixed crash issue #181 on log.sequelpro.commltownsend2010-05-041-10/+41
* • fixed formatting issues for entering a new auto_increment value in Table...Bibiko2010-05-041-10/+24
* - Added OCMock.framework for unittests using mock objectsdrx7772010-05-0314-4/+224
* Trim whitespace and newline characters from a table's comment returned by SPT...stuconnolly2010-05-031-1/+2
* - Fix quoting of various fields, including usernames and passwordsrowanbeentje2010-05-034-46/+81
* Prefill duplicate database name field with current database name.stuconnolly2010-05-031-1/+1
* Fix errors count calculation when removing multiple table rows. Caused by [MC...stuconnolly2010-05-031-9/+13
* Review trigger fetching and storage:rowanbeentje2010-05-019-202/+289
* Perform additional index bounds checking before attempting to remove a table ...stuconnolly2010-04-301-1/+5
* Changed a couple of 'int' to NSIntegermltownsend2010-04-291-2/+2
* Perform index range checking before attempting to remove a table index. Fixes...stuconnolly2010-04-291-2/+6
* For add/rename/duplicate DB: check new name input for an existing db name and...drx7772010-04-291-3/+3
* Changed appearance of copy/rename DB to match that of copyTable. drx7772010-04-293-142/+131
* Disable copy/rename database in menu, if no database is selecteddrx7772010-04-291-1/+3
* Disables copy/rename confirmation buttons in copy/rename sheet if no name is ...drx7772010-04-292-17/+13
* Only switch to the renamed/duplicated database name, if the action was succes...drx7772010-04-295-13/+21
* Cleanup/simplification: using messageWindow property directly instead of the ...drx7772010-04-294-25/+9
* Now longer using [NSApp mainWindow] but a reference to the correct window for...drx7772010-04-297-19/+12
* Added class SPDBActionCommons providing common functionality to all derived D...drx7772010-04-2911-93/+108
* removing debug output (NSLog calls)drx7772010-04-291-2/+0
* Duplicate/Rename DB: catch an unnecessary error message on canceling input sh...drx7772010-04-291-2/+6
* Missed a few files in previous commit.stuconnolly2010-04-290-0/+0
* It would help if I actually used the correct keyword myself when setting SVN ...stuconnolly2010-04-292-2/+2
* Attempt to fix SVN poperties.stuconnolly2010-04-290-0/+0
* - Fix CFRunLoopWakeUp crashes seen on 10.5.8 with SSH connections by running...rowanbeentje2010-04-281-0/+4
* * removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place heredrx7772010-04-289-46/+145
* Menu item reordering.stuconnolly2010-04-281-22/+80
* SVN properties.stuconnolly2010-04-2810-10/+10
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-2823-54/+2239
* Added myself to the list of devs, testing svn commit accessdrx7772010-04-281-3/+6
* - Upgrade MySQL libraries to 5.1.46 (was 5.1.44)rowanbeentje2010-04-274-3/+3