Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all non-cyclic NSAutoreleasepools with @autoreleasepool | Max | 2018-05-03 | 1 | -26/+23 |
| | |||||
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -3/+3 |
| | | | | | | * [NSDictionary dictionary] → @{} * [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past. * Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist). | ||||
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | - Allow Favorites import to read favorites from an old preferences .plist ↵ | rowanbeentje | 2013-03-11 | 1 | -2/+10 |
| | | | | file, further addressing Issue #1588 | ||||
* | - Fix crashes when importing favorites on the connection view, addressing ↵ | rowanbeentje | 2013-02-19 | 1 | -3/+1 |
| | | | | | | | Issue #1556 - Select and scroll to newly created favorites after import | ||||
* | * Fixes #1605 | dmoagx | 2013-02-09 | 1 | -2/+2 |
| | |||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -2/+3 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
| | |||||
* | Fix memory leaks. | stuconnolly | 2012-05-02 | 1 | -0/+2 |
| | |||||
* | Pass the array of imported favorites instead of the whole dictionary to the ↵ | stuconnolly | 2012-04-29 | 1 | -13/+34 |
| | | | | delegate and improve error handling. | ||||
* | Localize favorites import error message and update strings. | stuconnolly | 2012-01-29 | 1 | -1/+2 |
| | |||||
* | Favorites import progress. | stuconnolly | 2011-10-02 | 1 | -0/+48 |
| | |||||
* | Work on importing favorites. | stuconnolly | 2011-08-01 | 1 | -0/+23 |
| | |||||
* | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -0/+30 |