aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Initialise prefs controller before setting Sparkle delegaterowanbeentje2010-04-023-17/+20
* - Reset automatic software update (Sparkle) prefs so that users will be prom...rowanbeentje2010-04-021-0/+6
* - Fix an intermittent crasher - occurring most often when sorting tables - b...rowanbeentje2010-04-022-2/+2
* Add a new software update preference to enable sending anonymous system info.stuconnolly2010-04-021-19/+127
* - By default, export SQL dumps without the UTF-8 BOM, restoring compatibilit...rowanbeentje2010-04-021-0/+2
* Restore the table content's copy menu items' tags after they seem to have bee...stuconnolly2010-04-011-9/+26
* Although the table content field drop down should always be populated and sel...stuconnolly2010-04-011-1/+1
* - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by...rowanbeentje2010-03-314-31/+40
* • ensure that the global schema structure data for completion are updated e...Bibiko2010-03-313-11/+10
* • removed unnecessary retains, ergo fixed some memory leaksBibiko2010-03-311-11/+9
* More tidy up. Constants and functions.stuconnolly2010-03-317-33/+43
* • fixed issue for refreshing the completion list after finishing the struct...Bibiko2010-03-311-2/+2
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-3144-52/+40
* • fixed issue for completion window if animated sync icon is shownBibiko2010-03-311-6/+25
* Manually set the connection favorites button bar delegate to ensure the split...stuconnolly2010-03-314-5/+29
* check for the attributed string length >= 3 while truncating it to avoid exce...Bibiko2010-03-311-2/+2
* Add a new gear drop down menu to the connection favorites table view containi...stuconnolly2010-03-313-626/+490
* • if document window will close sent a 'cancelPreviousPerformRequestsWithTa...Bibiko2010-03-313-4/+16
* If the user is viewing the triggers table and then switches to either a proc ...stuconnolly2010-03-311-0/+9
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-318-377/+558
* Minor tidy up. Remove uneccessary import and rename pre-compiled header.stuconnolly2010-03-313-8/+8
* - 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