aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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-033-22/+62
* 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-018-144/+172
* 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-292-7/+14
* 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-291-0/+8
* Only switch to the renamed/duplicated database name, if the action was succes...drx7772010-04-293-11/+19
* 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-2910-93/+102
* 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
* It would help if I actually used the correct keyword myself when setting SVN ...stuconnolly2010-04-292-2/+2
* - 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-283-10/+42
* SVN properties.stuconnolly2010-04-286-6/+6
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-2810-2/+860
* Remeber to refresh the user manager's schemas table view when switching to th...stuconnolly2010-04-272-1/+13
* Add extra connection checking at multiple stages of getting the server's proc...stuconnolly2010-04-271-11/+14
* Correctly quote database name when GRANT'ing and REVOK'ing privileges. Fixes ...stuconnolly2010-04-271-2/+2
* - Improve threading of SPFileHandle to achieve much faster writing due to in...rowanbeentje2010-04-262-9/+31
* Enable all *reasonable* warnings for all build configurations and fix a few o...stuconnolly2010-04-265-5/+6
* Add the option to set whether or not old leaks logs are deleted.stuconnolly2010-04-252-37/+43
* Dump leaks logs to the user's desktop, falling back to /tmp if not possible.stuconnolly2010-04-251-12/+40
* Enhance SPLogger by adding the ability to run leaks() against the application...stuconnolly2010-04-243-42/+162
* Bunch of improvements to the serve processes panel, including:stuconnolly2010-04-244-54/+241
* Merge in minor fixes from 0.9.8 RC merge review:rowanbeentje2010-04-242-2/+4
* - Ensure that Growl notifications are made from the main thread. This addre...rowanbeentje2010-04-231-0/+8
* Perform bounds checking in the process list controller's table view data sour...stuconnolly2010-04-231-2/+2
* Only attempt to check or set the max allowed packet if there is an active con...stuconnolly2010-04-232-13/+20
* - SPNarrowDownCompletion: Pass NSApp certain events *after* processing local...rowanbeentje2010-04-231-2/+3
* - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo...rowanbeentje2010-04-224-35/+50
* Ensure that table change selection notifications are posted to the main thread.stuconnolly2010-04-221-1/+1
* changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"jakob2010-04-227-42/+42
* fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3)jakob2010-04-221-5/+9
* Speed up SPDatabaseData by obtaining the server version when the connection i...stuconnolly2010-04-212-17/+29
* When saving an SPF only save the socket if it's present. Fixes http://spbug.c...stuconnolly2010-04-201-1/+1
* Localize 'Edit Favorites...' popup button menu item.stuconnolly2010-04-201-3/+3
* Fix an issue whereby choosing to edit the selected favourite in the connectio...stuconnolly2010-04-203-13/+2
* - Fix exceptions when right-clicking on the query favourites list. This addr...rowanbeentje2010-04-201-1/+2
* - more fixing of issue 641. I forgot to consider the case of deleting the las...jakob2010-04-191-2/+11
* - fix for #641 with regard to deleting rows (duplicating still doesnt work)jakob2010-04-191-4/+46
* - Tweak autocompletion on-delay-after-typing to no longer trigger on whitesp...rowanbeentje2010-04-191-7/+10
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-187-61/+62