aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesExporter.m
Commit message (Collapse)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-35/+33
|
* Replace all calls to deprecated method ↵Max2018-01-131-13/+10
| | | | +propertyListFromData:mutabilityOption:format:errorDescription:
* * Fully enable export of favorite groupsMax2015-05-111-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 literalsMax2014-12-131-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 Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-1/+2
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Favorites import progress.stuconnolly2011-10-021-2/+1
|
* Work on importing favorites.stuconnolly2011-08-011-7/+12
|
* Add the ability to export favorites.stuconnolly2011-06-121-0/+107