aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update FeedbackReporter with latest changes from master (minor tweaks resu...rowanbeentje2010-03-312-0/+0
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-314-16/+92
* When adding a new table with a CSV storage engine, the initial field cannot b...stuconnolly2010-03-302-11/+26
* • next trial to make getAllKeysOfDbStructure thread safeBibiko2010-03-303-65/+135
* • some further code optimizations for navigator Bibiko2010-03-302-23/+53
* • some speed improvements and code simplifications for navigatorBibiko2010-03-306-53/+53
* - Ensure Copy [with Column Names]/Copy As SQL are disabled on the trigger an...rowanbeentje2010-03-293-18/+37
* • fixed several threading issues due to threadingBibiko2010-03-293-18/+19
* • added some more sanity checks to avoid exceptions due to threadingBibiko2010-03-292-13/+28
* • improved completion suggestion for db schemataBibiko2010-03-294-45/+53
* • fixed several issue for completion listsBibiko2010-03-297-101/+162
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-286-161/+276
* - Improve MCPConnection behaviour with respect to run loops and proxies, imp...rowanbeentje2010-03-272-11/+31
* Add 'Edit Favorite...' context menu item to favorites table view in the conne...stuconnolly2010-03-271-7/+85
* Add the ability to sort the connection favorites table view in the preference...stuconnolly2010-03-277-13/+422
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-275-29/+29
* Revent menu item change that shouldn't have been committed.stuconnolly2010-03-271-196/+90
* Fix an exception caused when selecting the default favorite popup button. Cau...stuconnolly2010-03-272-247/+218
* Error messages output from the build script need to be prefixed with lowercas...stuconnolly2010-03-271-3/+3
* Add a contextual menu to the favorites table view in the preferences.stuconnolly2010-03-273-79/+145
* changed the invoking point of db structure query at the very end of updateTab...Bibiko2010-03-261-3/+5
* fixed issue while selecting a db name in navigator which wasn't queried yetBibiko2010-03-261-1/+3
* • navigatorBibiko2010-03-266-20/+18
* • Navigator and completion listBibiko2010-03-263-50/+64
* Before attempting to parse the create syntax of a table or view, check that i...stuconnolly2010-03-261-0/+4
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-269-85/+201
* Revert a change made in r2005 by not waiting on the completion of calls to un...stuconnolly2010-03-261-1/+1
* Until it can be moved to it's own connection don't allow refreshing of the pr...stuconnolly2010-03-261-10/+5
* Minor MCPKit tidy up, including the resolution of potential issues raised dur...stuconnolly2010-03-268-48/+133
* - Simplify connection keepalives, moving to a single repeating timer on the ...rowanbeentje2010-03-262-89/+37
* Localize 'Save As...' button titles on console and process list windows.stuconnolly2010-03-253-4/+4
* Bunch of improvements to the server process list viewer, including:stuconnolly2010-03-256-295/+575
* Add support for selecting the triggers view as the default in the general pre...stuconnolly2010-03-255-23/+95
* • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L...Bibiko2010-03-253-10/+24
* Add support for the triggers view in the history controller.stuconnolly2010-03-252-2/+11
* Suppress the connection structure query if there're more than 10000 items are...Bibiko2010-03-251-2/+24
* • fixed the type info display of fields in the auto-completion list due the...Bibiko2010-03-251-1/+1
* • NavigatorBibiko2010-03-254-48/+215
* • NavigatorBibiko2010-03-256-34/+42
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-2515-85/+87
* - Correctly store scroll and selection for the navigation history when filte...rowanbeentje2010-03-251-2/+15
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-2438-281/+293
* • NavigatorBibiko2010-03-2412-53/+164
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-247-96/+128
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-239-6/+46
* • added SPNavigatorOutlineView class for future stuffBibiko2010-03-235-10/+150
* Update Localizable.strings and add error checking to genstrings build process.stuconnolly2010-03-232-1/+7
* Before opening the user manager check that the current user has access to the...stuconnolly2010-03-231-0/+18
* • TablesListBibiko2010-03-232-3/+40
* • NavigatorBibiko2010-03-235-49/+181