aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • 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
* - Alter historyItemsHaveBeenUpdated: call on startup to be performed on main...rowanbeentje2010-03-201-1/+1
* (no commit message)Bibiko2010-03-201-6/+1
* • some improvements for navigatorBibiko2010-03-192-40/+66
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-199-75/+202
* • some progress re NavigatorBibiko2010-03-191-18/+12
* • fixed "Clear global history" really removes the global history list in t...Bibiko2010-03-181-0/+4
* • further progress for navigatorBibiko2010-03-183-20/+45
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-183-50/+59
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-185-2/+27
* Present a warning to the user when attempting to print the current table's co...stuconnolly2010-03-185-14/+74
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-174-0/+355
* • changed NSDictionary structure for [MCPConnection queryDbStructure]Bibiko2010-03-171-2/+4
* - fixed bug for nested snippets if a nested snippet is located at the very en...Bibiko2010-03-172-1/+14
* • Connection Controller ViewBibiko2010-03-161-0/+17
* • fixed bug while presetting the mirrored snippets to their counterparts; t...Bibiko2010-03-161-5/+5
* • added help button to Query Favorites EditorBibiko2010-03-162-0/+6
* • Query FavoritesBibiko2010-03-164-7/+200
* Modify our current implementation of all singleton instances to be inline wit...stuconnolly2010-03-165-32/+23
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-1610-28/+26
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-153-5/+6
* Fix some potential issues found during static analysis.stuconnolly2010-03-155-10/+24
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-1512-18/+40
* Peform the removal of table fields on a background thread with the option to ...stuconnolly2010-03-141-17/+43