Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all non-cyclic NSAutoreleasepools with @autoreleasepool | Max | 2018-05-03 | 1 | -35/+33 |
| | |||||
* | Replace all calls to deprecated method ↵ | Max | 2018-01-13 | 1 | -13/+10 |
| | | | | +propertyListFromData:mutabilityOption:format:errorDescription: | ||||
* | * Fully enable export of favorite groups | Max | 2015-05-11 | 1 | -1/+4 |
| | | | | | | * Favorites can now be imported, sorted even if "Quick Connect" is selected * Favorite files containing groups will now be imported correctly * If a favorite and the group containing said favorite are exported, the favorite will no longer be included twice | ||||
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -1/+1 |
| | | | | | | * [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 |
| | |||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -1/+2 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
| | |||||
* | Favorites import progress. | stuconnolly | 2011-10-02 | 1 | -2/+1 |
| | |||||
* | Work on importing favorites. | stuconnolly | 2011-08-01 | 1 | -7/+12 |
| | |||||
* | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -0/+107 |