aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • some further code optimizations for navigator Bibiko2010-03-302-23/+53
* • some speed improvements and code simplifications for navigatorBibiko2010-03-305-43/+41
* - Ensure Copy [with Column Names]/Copy As SQL are disabled on the trigger an...rowanbeentje2010-03-292-12/+32
* • fixed several threading issues due to threadingBibiko2010-03-291-10/+9
* • added some more sanity checks to avoid exceptions due to threadingBibiko2010-03-291-10/+19
* • improved completion suggestion for db schemataBibiko2010-03-293-42/+48
* • fixed several issue for completion listsBibiko2010-03-295-27/+97
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-284-60/+79
* - Improve MCPConnection behaviour with respect to run loops and proxies, imp...rowanbeentje2010-03-271-4/+2
* Add the ability to sort the connection favorites table view in the preference...stuconnolly2010-03-275-8/+126
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-274-25/+25
* Fix an exception caused when selecting the default favorite popup button. Cau...stuconnolly2010-03-271-1/+1
* Add a contextual menu to the favorites table view in the preferences.stuconnolly2010-03-272-31/+36
* 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-264-14/+11
* • Navigator and completion listBibiko2010-03-261-1/+7
* 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-267-50/+109
* Until it can be moved to it's own connection don't allow refreshing of the pr...stuconnolly2010-03-261-10/+5
* Localize 'Save As...' button titles on console and process list windows.stuconnolly2010-03-252-4/+4
* Bunch of improvements to the server process list viewer, including:stuconnolly2010-03-255-21/+62
* Add support for selecting the triggers view as the default in the general pre...stuconnolly2010-03-254-13/+23
* • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L...Bibiko2010-03-252-3/+17
* Add support for the triggers view in the history controller.stuconnolly2010-03-252-2/+11
* • fixed the type info display of fields in the auto-completion list due the...Bibiko2010-03-251-1/+1
* • NavigatorBibiko2010-03-252-48/+191
* • NavigatorBibiko2010-03-254-26/+36
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-2513-84/+77
* - 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-244-49/+99
* - 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-233-0/+78
* 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-233-34/+161
* • fixed issue for new data representation of the key @"default" in [ inform...Bibiko2010-03-231-1/+1
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-225-178/+163
* • CSV Import Field MapperBibiko2010-03-223-44/+71
* 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
* • NavigatorBibiko2010-03-215-2/+222
* • NavigatorBibiko2010-03-213-40/+161
* Fix memory leak upon connection window close.stuconnolly2010-03-201-0/+1
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-205-151/+349
* • Navigator progressBibiko2010-03-202-17/+190
* Allow arbitrary questions from SSH. This is necessary to support the keyboard...jakob2010-03-201-0/+29