aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesImporter.m
Commit message (Collapse)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-26/+23
|
* Replace some NSDictionaries with literalsMax2014-12-131-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 Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* - Allow Favorites import to read favorites from an old preferences .plist ↵rowanbeentje2013-03-111-2/+10
| | | | file, further addressing Issue #1588
* - Fix crashes when importing favorites on the connection view, addressing ↵rowanbeentje2013-02-191-3/+1
| | | | | | | Issue #1556 - Select and scroll to newly created favorites after import
* * Fixes #1605dmoagx2013-02-091-2/+2
|
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-2/+3
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Fix memory leaks.stuconnolly2012-05-021-0/+2
|
* Pass the array of imported favorites instead of the whole dictionary to the ↵stuconnolly2012-04-291-13/+34
| | | | delegate and improve error handling.
* Localize favorites import error message and update strings.stuconnolly2012-01-291-1/+2
|
* Favorites import progress.stuconnolly2011-10-021-0/+48
|
* Work on importing favorites.stuconnolly2011-08-011-0/+23
|
* Add the ability to export favorites.stuconnolly2011-06-121-0/+30