aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.m
Commit message (Expand)AuthorAgeFilesLines
...
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-8/+7
* • ensure that the global schema structure data for completion are updated e...Bibiko2010-03-311-9/+8
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-311-30/+34
* • next trial to make getAllKeysOfDbStructure thread safeBibiko2010-03-301-59/+105
* • some further code optimizations for navigator Bibiko2010-03-301-23/+45
* • some speed improvements and code simplifications for navigatorBibiko2010-03-301-34/+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-291-38/+41
* • fixed several issue for completion listsBibiko2010-03-291-25/+79
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-281-39/+28
* fixed issue while selecting a db name in navigator which wasn't queried yetBibiko2010-03-261-1/+3
* • navigatorBibiko2010-03-261-1/+1
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-32/+65
* • NavigatorBibiko2010-03-251-47/+188
* • NavigatorBibiko2010-03-251-12/+33
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-2/+0
* • NavigatorBibiko2010-03-241-48/+74
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-10/+2
* • added SPNavigatorOutlineView class for future stuffBibiko2010-03-231-0/+1
* • TablesListBibiko2010-03-231-2/+38
* • NavigatorBibiko2010-03-231-30/+155
* • NavigatorBibiko2010-03-211-2/+135
* • NavigatorBibiko2010-03-211-40/+148
* • Navigator progressBibiko2010-03-201-17/+181
* (no commit message)Bibiko2010-03-201-6/+1
* • some improvements for navigatorBibiko2010-03-191-39/+65
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-25/+49
* • some progress re NavigatorBibiko2010-03-191-18/+12
* • further progress for navigatorBibiko2010-03-181-17/+43
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-181-46/+38
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-181-2/+4
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-171-0/+273