aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.m
Commit message (Expand)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* * Changed a query (addressing issue #1687)dmoagx2013-04-241-7/+7
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-9/+9
* - Convert all old .tiff resource images to .png formatrowanbeentje2012-12-211-7/+7
* Replace 1x .tiff graphics with 1x and 2x png Retina graphics.mattlangtree2012-12-121-1/+1
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-3/+3
* - Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariabl...rowanbeentje2012-08-021-0/+5
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* Improve connection keepalive, disconnect, and connection loss after reviewing...rowanbeentje2012-05-151-1/+0
* Rework connection loss handling in SPMySQL, particularly to improve backgroun...rowanbeentje2012-05-081-4/+2
* - Fix an exception when refreshing the navigator viewrowanbeentje2012-03-281-5/+5
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-3/+4
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-19/+17
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-1/+1
* 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