aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.m
Commit message (Expand)AuthorAgeFilesLines
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-0/+3
* Small tidy up, mainly the addition of constants.stuconnolly2011-05-051-9/+4
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-1/+17
* - Fix more compiler warningsrowanbeentje2011-03-151-10/+9
* fixed compiler warningssqlprodev2011-03-011-1/+2
* fixed compiler warningssqlprodev2011-03-011-0/+1
* • alias (auto-)completionBibiko2010-11-041-2/+12
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+1
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-2/+2
* * One label was too short in Content Filter Managerdmoagx2010-09-261-12/+12
* • only some minor code cosmeticsBibiko2010-09-171-3/+3
* • fixed bug while closing a tab to remove the connection from NavigatorBibiko2010-08-131-2/+13
* • NavigatorBibiko2010-08-131-8/+57
* • NavigatorBibiko2010-08-131-75/+8
* • reverted changes of refreshing of the Navigator if it is not visibleBibiko2010-08-121-1/+1
* • NavigatorBibiko2010-08-121-11/+18
* • some minor work on NavigatorBibiko2010-08-121-16/+28
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-5/+5
* 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