aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* • fixed issue for new data representation of the key @"default" in [ inform...Bibiko2010-03-231-1/+1
* - Fix a crash when connecting to a non-existant database by cleaning up deal...rowanbeentje2010-03-231-4/+3
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-226-178/+169
* • CSV Import Field MapperBibiko2010-03-225-70/+184
* When adding an index, after splitting the list of supplied columns strip lead...stuconnolly2010-03-221-16/+10
* • CSV ImportBibiko2010-03-225-21/+39
* • fixed bug while CSV importBibiko2010-03-224-7/+31
* - Tweak keepalive process, ensuring keepalives have a minimum time separatio...rowanbeentje2010-03-221-2/+12
* • NavigatorBibiko2010-03-216-11/+307
* • NavigatorBibiko2010-03-214-46/+167
* Fix memory leak upon connection window close.stuconnolly2010-03-201-0/+1
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-206-151/+355
* • Navigator progressBibiko2010-03-203-69/+310
* Allow arbitrary questions from SSH. This is necessary to support the keyboard...jakob2010-03-201-0/+29
* Update 'Table content font' perference label again to 'MySQL content font' to...stuconnolly2010-03-201-160/+13
* - Alter historyItemsHaveBeenUpdated: call on startup to be performed on main...rowanbeentje2010-03-201-1/+1