aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Expand)AuthorAgeFilesLines
* Add support for selecting the triggers view as the default in the general pre...stuconnolly2010-03-251-1/+1
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-1/+2
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-181-0/+16
* • Connection Controller ViewBibiko2010-03-161-0/+17
* - Fix exception on duplication of table source rows that haven't been saved ...rowanbeentje2010-03-071-1/+1
* - When editing favourites from the connection screen, fix an exception when ...rowanbeentje2010-03-071-1/+1
* Trim leading and trailing whitespace and newlines from the host and SSH host ...stuconnolly2010-01-211-0/+6
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-4/+5
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-29/+29
* Move connection type constants to SPConstants.stuconnolly2009-11-151-23/+23
* - Enforce display of a number of interface elements while the main thread is...rowanbeentje2009-11-121-0/+5
* Make the 'insufficient connection details' dialogs sheets.stuconnolly2009-11-111-2/+2
* Change the main window's non-connected/connecting state title to 'Sequel Pro'...stuconnolly2009-11-111-2/+13
* Replace hard coded occurrences of preference key DefaultFavorite with a const...stuconnolly2009-10-291-1/+1
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-15/+16
* • changed Error Detail HUD window for the connection manager slightly:Bibiko2009-10-131-0/+2
* - Preserve the "host" field for other connection types when socket connectio...rowanbeentje2009-10-111-7/+8
* Missing SVN properties.stuconnolly2009-10-091-1/+1
* • changed routine for opening SPF filesBibiko2009-10-061-0/+7
* • while a connection will be initialized via a SPF file disable the possibi...Bibiko2009-09-231-0/+4
* • due to new minimum size of the connection pane rearranged help buttonBibiko2009-08-281-1/+2
* Give the connection view's split view maximum and minimum sizes.stuconnolly2009-08-281-2/+15
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-281-6/+38
* Rename MainController to SPAppController.stuconnolly2009-08-081-1/+1
* - Fix SSH tunnel support for private/public keys following framework upgrade...rowanbeentje2009-08-081-2/+2
* - Fix "Add to favorites" behaviour when the user has no favourites (This add...rowanbeentje2009-08-071-19/+18
* Rename Keychain class.stuconnolly2009-08-071-1/+1
* - When getting splitview sizes to resize database menu, correctly use the su...rowanbeentje2009-07-281-2/+2
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-261-2/+1
* To fix query logging not working, initialize delegateQueryLogging to YES upon...stuconnolly2009-07-231-0/+3
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-14/+24
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-2/+2
* - Commit the second part of r995 (oops), addressing database selection issuesrowanbeentje2009-07-091-1/+1
* - Fix connection controller errors with nil strings (bindings?), fixing Issu...rowanbeentje2009-07-091-0/+3
* - Ensure that error IDs are available from CMMCPConnection after connection ...rowanbeentje2009-07-081-7/+11
* Overhaul the connection screen:rowanbeentje2009-07-061-0/+827