| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged SP r3710 with Coda | sqlprodev | 2012-07-05 | 1 | -11/+7 |
* | - Fix flickering and incorrect connection view positioning on initial window... | rowanbeentje | 2012-06-05 | 1 | -0/+1 |
* | Improve connection handling and editing: | rowanbeentje | 2012-05-27 | 1 | -1/+0 |
* | - Fix a crash on closing windows by deregistering controller view notificati... | rowanbeentje | 2012-05-02 | 1 | -1/+1 |
* | - Alter the variable that currentFavorite tracks to the favourite instead of... | rowanbeentje | 2012-05-02 | 1 | -2/+1 |
* | Merge outline view branch into trunk. | stuconnolly | 2012-05-02 | 1 | -56/+74 |
|\ |
|
| * | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -1/+2 |
| * | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -10/+5 |
| * | Fix drag and drop of items that aren't selected. | stuconnolly | 2012-03-17 | 1 | -0/+1 |
| * | Localize favorites import error message and update strings. | stuconnolly | 2012-01-29 | 1 | -0/+1 |
| * | Tidy up. | stuconnolly | 2012-01-24 | 1 | -1/+1 |
| * | Split out connection controller initialization. | stuconnolly | 2012-01-22 | 1 | -2/+0 |
| * | Bring outlinew view branch up to date with trunk (r3468:3470). | stuconnolly | 2012-01-22 | 1 | -1/+1 |
| * | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -1/+4 |
| * | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -1/+3 |
| * | Fix exceptions being thrown upon launch. | stuconnolly | 2011-05-14 | 1 | -0/+3 |
| * | Fix broken build after merge with trunk. | stuconnolly | 2011-04-24 | 1 | -10/+6 |
| * | Bring outline view branch up to date with trunk (r3234:3277). | stuconnolly | 2011-04-22 | 1 | -7/+36 |
| * | Bring outline view branch up to date with trunk (r3235:r3245), which should r... | stuconnolly | 2011-03-19 | 1 | -1/+1 |
| * | Fix issue related to dragging a node to a group node that is being renamed as... | stuconnolly | 2011-03-13 | 1 | -2/+3 |
| * | Warnings. | stuconnolly | 2011-03-13 | 1 | -2/+1 |
| * | Bring outline view branch up to date with trunk (r3056:r3162). | stuconnolly | 2011-01-27 | 1 | -0/+1 |
| |\ |
|
| * \ | Bring fravorites outline view branch up to date with trunk (r3036:3058). | stuconnolly | 2010-12-28 | 1 | -1/+1 |
| |\ \ |
|
| * | | | When either more than one favorite or a favorite group is selected in the con... | stuconnolly | 2010-12-06 | 1 | -0/+1 |
| * | | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -46/+63 |
* | | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+2 |
* | | | | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -5/+4 |
* | | | | - Make SPConnectionController a NSConnectionView subclass so that retain cyc... | rowanbeentje | 2012-01-21 | 1 | -1/+1 |
* | | | | - Add the ability to view hidden files in SSH/SSL key selection dialogs; thi... | rowanbeentje | 2011-09-10 | 1 | -0/+2 |
* | | | | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -7/+8 |
* | | | | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -5/+31 |
* | | | | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | - Track the keychain ID of the favourite in the connection controller, fixin... | rowanbeentje | 2011-01-10 | 1 | -0/+1 |
| |/
|/| |
|
* | | Address Issue #857: | rowanbeentje | 2010-12-20 | 1 | -1/+1 |
|/ |
|
* | • fixed issue for saving spf files if sslCertificateFileLocation is nil | Bibiko | 2010-11-30 | 1 | -1/+2 |
* | First changes towards changing the initial connection view's favorites table ... | stuconnolly | 2010-11-09 | 1 | -4/+6 |
* | Move SPConnectionController's delegate methods to their own protocol. | stuconnolly | 2010-10-29 | 1 | -13/+4 |
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Add missing SVN properties and general comments tidy up. | stuconnolly | 2010-09-21 | 1 | -1/+1 |
* | - Implement support for MySQL over SSL for both TCP/IP and Socket connection... | rowanbeentje | 2010-09-13 | 1 | -1/+27 |
* | - Alter the connection view layout, moving the connection details forms into... | rowanbeentje | 2010-09-09 | 1 | -1/+2 |
* | - Add a further UI hint in the form of a accessory view to the SSH key locat... | rowanbeentje | 2010-09-08 | 1 | -0/+1 |
* | - Add support for SSH identity files (public keys) in custom locations | rowanbeentje | 2010-09-08 | 1 | -1/+7 |
* | As the initial MySQL connection is now threaded, start the current tab's prog... | stuconnolly | 2010-07-07 | 1 | -0/+3 |
* | Rename CustomQuery as SPCustomQuery. | stuconnolly | 2010-07-06 | 1 | -0/+2 |
* | Enable manual sorting of connection favourites in the preferences, which will... | stuconnolly | 2010-07-05 | 1 | -1/+3 |
* | Various improvements to default connection favorites handling, including: | stuconnolly | 2010-07-03 | 1 | -7/+6 |
* | Added sorting of the favorites in the connection panel. Will use the same so... | mltownsend | 2010-06-01 | 1 | -0/+9 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -3/+3 |