| Commit message (Expand) | Author | Age | Files | Lines |
* | - Turn off app open panel setAllowMultipleSelection: changes, defaulting to ... | rowanbeentje | 2010-05-11 | 1 | -8/+3 |
* | - 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 |
* | - 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 | 25 | -516/+588 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | 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 | 3 | -22/+62 |
* | 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 | 8 | -144/+172 |
* | 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 | 2 | -7/+14 |
* | 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 | 1 | -0/+8 |
* | Only switch to the renamed/duplicated database name, if the action was succes... | drx777 | 2010-04-29 | 3 | -11/+19 |
* | 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 | 10 | -93/+102 |
* | 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 |
* | It would help if I actually used the correct keyword myself when setting SVN ... | stuconnolly | 2010-04-29 | 2 | -2/+2 |
* | - 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 | 3 | -10/+42 |
* | SVN properties. | stuconnolly | 2010-04-28 | 6 | -6/+6 |
* | This changeset implements renaming and duplicating databases on a server. Det... | drx777 | 2010-04-28 | 10 | -2/+860 |
* | Remeber to refresh the user manager's schemas table view when switching to th... | stuconnolly | 2010-04-27 | 2 | -1/+13 |
* | Add extra connection checking at multiple stages of getting the server's proc... | stuconnolly | 2010-04-27 | 1 | -11/+14 |
* | Correctly quote database name when GRANT'ing and REVOK'ing privileges. Fixes ... | stuconnolly | 2010-04-27 | 1 | -2/+2 |
* | - Improve threading of SPFileHandle to achieve much faster writing due to in... | rowanbeentje | 2010-04-26 | 2 | -9/+31 |
* | Enable all *reasonable* warnings for all build configurations and fix a few o... | stuconnolly | 2010-04-26 | 5 | -5/+6 |
* | Add the option to set whether or not old leaks logs are deleted. | stuconnolly | 2010-04-25 | 2 | -37/+43 |
* | Dump leaks logs to the user's desktop, falling back to /tmp if not possible. | stuconnolly | 2010-04-25 | 1 | -12/+40 |
* | Enhance SPLogger by adding the ability to run leaks() against the application... | stuconnolly | 2010-04-24 | 3 | -42/+162 |
* | Bunch of improvements to the serve processes panel, including: | stuconnolly | 2010-04-24 | 4 | -54/+241 |
* | Merge in minor fixes from 0.9.8 RC merge review: | rowanbeentje | 2010-04-24 | 2 | -2/+4 |
* | - Ensure that Growl notifications are made from the main thread. This addre... | rowanbeentje | 2010-04-23 | 1 | -0/+8 |
* | Perform bounds checking in the process list controller's table view data sour... | stuconnolly | 2010-04-23 | 1 | -2/+2 |
* | Only attempt to check or set the max allowed packet if there is an active con... | stuconnolly | 2010-04-23 | 2 | -13/+20 |
* | - SPNarrowDownCompletion: Pass NSApp certain events *after* processing local... | rowanbeentje | 2010-04-23 | 1 | -2/+3 |
* | - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo... | rowanbeentje | 2010-04-22 | 4 | -35/+50 |