Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Warnings. | stuconnolly | 2011-03-13 | 1 | -8/+8 | |
| | | ||||||
| * | Fix last used favorite not being remembered. | stuconnolly | 2011-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Bring outline view branch up to date with trunk (r3203:r3224). | stuconnolly | 2011-03-07 | 1 | -8/+11 | |
| | | ||||||
| * | Comments. | stuconnolly | 2011-03-06 | 1 | -3/+3 | |
| | | ||||||
| * | Fix bug that was incorrectly saving the wrong SSH password to the Keychain. | stuconnolly | 2011-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for auto saving expanded items. | stuconnolly | 2011-03-05 | 1 | -1/+6 | |
| | | ||||||
| * | Fix favorites sorting. | stuconnolly | 2011-02-02 | 1 | -4/+21 | |
| | | ||||||
| * | Bring outline view branch up to date with trunk (r3056:r3162). | stuconnolly | 2011-01-27 | 1 | -7/+2 | |
| |\ | ||||||
| * | | Fix and enable drag and drop in the connection favorites outline view. | stuconnolly | 2011-01-26 | 1 | -8/+59 | |
| | | | ||||||
| * | | Bring fravorites outline view branch up to date with trunk (r3036:3058). | stuconnolly | 2010-12-28 | 1 | -2/+5 | |
| |\ \ | ||||||
| * | | | Use connection favorite constants. | stuconnolly | 2010-12-13 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Shift some connection methods around. | stuconnolly | 2010-12-13 | 1 | -186/+0 | |
| | | | | ||||||
| * | | | Bring outline view branch up to date with trunk (r3007:3010). | stuconnolly | 2010-12-12 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * | | | | Tidy up. | stuconnolly | 2010-12-11 | 1 | -16/+11 | |
| | | | | | ||||||
| * | | | | Update a connection favorite's name accordingly if it's type is changed. | stuconnolly | 2010-12-08 | 1 | -8/+3 | |
| | | | | | ||||||
| * | | | | Fix crash when deleting a group node. | stuconnolly | 2010-12-06 | 1 | -27/+31 | |
| | | | | | ||||||
| * | | | | Bring outlineview branch up to date with trunk (r2961:2966). | stuconnolly | 2010-12-05 | 1 | -1/+1 | |
| |\| | | | ||||||
| * | | | | Only access Keychain items when necessary. | stuconnolly | 2010-12-05 | 1 | -10/+14 | |
| | | | | | ||||||
| * | | | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -677/+843 | |
| |/ / / | ||||||
* | | | | - Fix a number of small memory leaks | rowanbeentje | 2012-04-14 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵ | rowanbeentje | 2012-03-27 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix nightly builds - Fix warnings | |||||
* | | | | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -4/+29 | |
| | | | | ||||||
* | | | | Warning: this branch commit is largely untested, and known to throw ↵ | rowanbeentje | 2012-02-23 | 1 | -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 warnings | rowanbeentje | 2012-02-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | - Add the ability to view hidden files in SSH/SSL key selection dialogs; ↵ | rowanbeentje | 2011-09-10 | 1 | -12/+25 | |
| | | | | | | | | | | | | | | | | this addresses Issue #1176 | |||||
* | | | | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | - Prevent error bell when using the enter key to initiate a connection when ↵ | rowanbeentje | 2011-07-27 | 1 | -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 trunk | sqlprodev | 2011-05-19 | 1 | -22/+32 | |
| | | | | ||||||
* | | | | Fixes source text encoding problems accidentally introduced in r3273 | sqlprodev | 2011-04-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | SP_REFACTOR: Workaround for naming conflict with ↵ | sqlprodev | 2011-04-14 | 1 | -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: | rowanbeentje | 2011-04-14 | 1 | -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 ↵ | sqlprodev | 2011-04-11 | 1 | -11/+71 | |
| | | | | | | | | | | | | | | | | UI code from functional code | |||||
* | | | | - Fix selection after adding a new favourite, particularly to an empty ↵ | rowanbeentje | 2011-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | favourites list | |||||
* | | | | - Fix exception on startup if no favourites present - I think the previous ↵ | rowanbeentje | 2011-03-22 | 1 | -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 warnings | rowanbeentje | 2011-03-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | - Tweak README | |||||
* | | | | Fix more compiler warnings. | stuconnolly | 2011-03-14 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | When the user cancels the SSH password prompt, prevent further prompts and ↵ | stuconnolly | 2011-02-08 | 1 | -2/+14 | |
| |_|/ |/| | | | | | | | | also suppress the error detail dialog. Fixes issue #975. | |||||
* | | | - Track the keychain ID of the favourite in the connection controller, ↵ | rowanbeentje | 2011-01-10 | 1 | -3/+6 | |
| | | | | | | | | | | | | fixing errors when amending favourites in the connection view and thereafter saving as .spf or duplicating connections | |||||
* | | | - Now the connection process is threaded, remove manual display calls when ↵ | rowanbeentje | 2011-01-06 | 1 | -5/+0 | |
| | | | | | | | | | | | | updating interface details to prevent glitch drawing | |||||
* | | | - Add .crt to certificate/SSL certificate extension list | rowanbeentje | 2011-01-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | - Fix SSH tunnels for connections with non-Latin characters in their name | rowanbeentje | 2011-01-04 | 1 | -3/+0 | |
| |/ |/| | | | | | | | | | - If SSH tunnel password lookups fail, fall back to asking the user for the password - Don't reset keychain IDs across documents if not set; this fixes problems re-saving .spfs or duplicating chains of tabs | |||||
* | | - Fix split view overlap on the custom query view cuasing lines on ↵ | rowanbeentje | 2010-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | scrolling/resize; this addresses Issue #929 - Fix split view overlap on the tables list/info pane causing lines on scrolling/resize; this addresses Issue #740 - Add custom resize behaviour for the table content splitview, addressing Issue #543 - Make button bars at the bottom of the window a consistent height - Fix bug with new splitview setup causing tables pane to become narrower with each launch | |||||
* | | Address Issue #857: | rowanbeentje | 2010-12-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | - Replace master connection and database view split views with full BWSplitViews so controls appear in Interface Builder; use those settings to apply which panes resize, and any max/min constraints - Remove split view delegate code which is no longer necessary after these changes - Fix a bug marking the master database view split view thumb as applying to all DatabaseDocument splits views, fixing cursor issues - Update Connection Controller/BWToolkit split view delegate setup to fix resizing issues | |||||
* | | - Fix duplicate/parallel connection attempts when double-clicking on the ↵ | rowanbeentje | 2010-12-19 | 1 | -3/+4 | |
|/ | | | | | | | | selected favourite in the connection outline view; this addresses Issue #924. - Correctly restore the interface after an SSH connection attempt fails - Prevent SSH connections from being started twice, eg via return key followed by a double click | |||||
* | • fixed issue for saving spf files if sslCertificateFileLocation is nil | Bibiko | 2010-11-30 | 1 | -180/+179 | |
| | | | | | | | | | • SPConnectionController - assign favoritesTable to the correct new class SPFavoriteOutlineView (not a NSTableView) - allowed empty selection for SPFavoriteOutlineView [ this fixes mainly the issue to open spfs files ] - moved double-click action to outlineView:shouldEditTableColumn:tableColumn item: to suppress double-click at a group header - re-enabled navigation through the fav outlineView even if the password field is empty - now if the field is empty the user can simply press TAB key move the focus to that field - this fixes issue 799 • minor code cleaning | |||||
* | More constant use. | stuconnolly | 2010-11-11 | 1 | -7/+7 | |
| | ||||||
* | Add SSL favorite constants and use them in the connection controller. | stuconnolly | 2010-11-11 | 1 | -56/+74 | |
| | ||||||
* | Refactor the favorite node class and fix auto-selection of the default or ↵ | stuconnolly | 2010-11-11 | 1 | -20/+15 | |
| | | | | last used favorite. | |||||
* | Comments. | stuconnolly | 2010-11-09 | 1 | -2/+2 | |
| |