aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
Commit message (Collapse)AuthorAgeFilesLines
...
| * Tidy up.stuconnolly2012-01-281-3/+1
| |
| * Tidy up.stuconnolly2012-01-241-6/+13
| |
| * Tidy up.stuconnolly2012-01-231-7/+22
| |
| * When exporting a single favorite, make the filename the name of the favorite.stuconnolly2012-01-231-1/+3
| |
| * Split out connection controller initialization.stuconnolly2012-01-221-131/+5
| |
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-7/+26
| |
| * Favorites import progress.stuconnolly2011-10-021-11/+15
| |
| * Don't allow newlines in the connection view input fields. Fixes issue #1008.stuconnolly2011-08-071-0/+12
| |
| * Work on importing favorites.stuconnolly2011-08-011-5/+5
| |
| * Add the ability to export favorites.stuconnolly2011-06-121-1/+16
| |
| * Fix exceptions being thrown upon launch.stuconnolly2011-05-141-0/+8
| |
| * Remove references to deleted image.stuconnolly2011-03-261-1/+3
| |
| * Expand all tree children to allow the default to be selected.stuconnolly2011-03-191-1/+1
| |
| * Change categories to class extensions to enable compile time checking of ↵stuconnolly2011-03-191-1/+1
| | | | | | | | method implementation.
| * Fix issue related to dragging a node to a group node that is being renamed ↵stuconnolly2011-03-131-8/+12
| | | | | | | | as well as fix all warnings related to the connection outlinew view.
| * Warnings.stuconnolly2011-03-131-8/+8
| |
| * Fix last used favorite not being remembered.stuconnolly2011-03-121-1/+1
| |
| * Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-8/+11
| |
| * Comments.stuconnolly2011-03-061-3/+3
| |
| * Fix bug that was incorrectly saving the wrong SSH password to the Keychain.stuconnolly2011-03-051-1/+1
| |
| * Add support for auto saving expanded items.stuconnolly2011-03-051-1/+6
| |
| * Fix favorites sorting.stuconnolly2011-02-021-4/+21
| |
| * Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-7/+2
| |\
| * | Fix and enable drag and drop in the connection favorites outline view.stuconnolly2011-01-261-8/+59
| | |
| * | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-2/+5
| |\ \
| * | | Use connection favorite constants.stuconnolly2010-12-131-4/+4
| | | |
| * | | Shift some connection methods around.stuconnolly2010-12-131-186/+0
| | | |
| * | | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-1/+1
| |\ \ \
| * | | | Tidy up.stuconnolly2010-12-111-16/+11
| | | | |
| * | | | Update a connection favorite's name accordingly if it's type is changed.stuconnolly2010-12-081-8/+3
| | | | |
| * | | | Fix crash when deleting a group node.stuconnolly2010-12-061-27/+31
| | | | |
| * | | | Bring outlineview branch up to date with trunk (r2961:2966).stuconnolly2010-12-051-1/+1
| |\| | |
| * | | | Only access Keychain items when necessary.stuconnolly2010-12-051-10/+14
| | | | |
| * | | | Apply new favorites outline view patch.stuconnolly2010-12-051-677/+843
| |/ / /
* | | | - Fix a number of small memory leaksrowanbeentje2012-04-141-0/+1
| | | |
* | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵rowanbeentje2012-03-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix nightly builds - Fix warnings
* | | | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-4/+29
| | | |
* | | | Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-31/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* | | | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-1/+1
| | | |
* | | | - Add the ability to view hidden files in SSH/SSL key selection dialogs; ↵rowanbeentje2011-09-101-12/+25
| | | | | | | | | | | | | | | | this addresses Issue #1176
* | | | merged latest SP_REFACTOR changessqlprodev2011-08-021-0/+2
| | | |
* | | | - Prevent error bell when using the enter key to initiate a connection when ↵rowanbeentje2011-07-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyboard focus is on the favorites outline view (Issue #1072) - Don't initiate a connection when the currently selected favorite is clicked again slowly - Match compiler #ifdef around braces to imrpove Xcode 3 file parsing
* | | | merging SP_REFACTOR branch with trunksqlprodev2011-05-191-22/+32
| | | |
* | | | Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-1/+1
| | | |
* | | | SP_REFACTOR: Workaround for naming conflict with ↵sqlprodev2011-04-141-1/+1
| | | | | | | | | | | | | | | | postNotificationOnMainThread: which also exists in TCMPortMapper.framework; NSUserDefaults access now permitted in SP_REFACTOR blocks for a few prefs keys
* | | | Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Fix a few encoding issues - Recode a few [NSApp keyWindow] uses back to [SPDatabaseDocument parentWindow] following discussion; possibly for later refactoring into use of an error method
* | | | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵sqlprodev2011-04-111-11/+71
| | | | | | | | | | | | | | | | UI code from functional code
* | | | - Fix selection after adding a new favourite, particularly to an empty ↵rowanbeentje2011-03-221-1/+1
| | | | | | | | | | | | | | | | favourites list
* | | | - Fix exception on startup if no favourites present - I think the previous ↵rowanbeentje2011-03-221-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | first-item preservation dates back to when the title had to be included in the favorites array, so removed - Fix favorites sorting and preservation of unsorted status
* | | | - Fix more compiler warningsrowanbeentje2011-03-151-1/+2
| | | | | | | | | | | | | | | | | | | | - Tweak README