Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -3/+0 |
| | |||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -5/+7 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
| | |||||
* | Further improvements to further address Issue #1332: | rowanbeentje | 2012-06-23 | 1 | -4/+17 |
| | | | | | | | - Ensure that favourites are saved synchronously on exit to avoid background threads being killed - Improve logging on favourite rename error - Only save favourites on exit if a connection window is open | ||||
* | - Address favourites saving on quit, which appears to sometimes die during ↵ | rowanbeentje | 2012-06-22 | 1 | -26/+26 |
| | | | | | | | preference serialisation, causing Issue #1332. Reworking the order of commands ensure this is performed more safely. - Move upgrade routine to only be called on version upgrades, tweak order of calls | ||||
* | Favorites saving: | stuconnolly | 2012-05-29 | 1 | -25/+24 |
| | | | | | | - Switch to using a UUID for the backup filename to prevent issues of it already existing. - Fix an obvious logic error whereby the saving would be aborted when we couldn't create the backup file (fixes issue #1357). | ||||
* | - Fix issues where removing favorites could cause crashes in other ↵ | rowanbeentje | 2012-05-28 | 1 | -0/+6 |
| | | | | | | | | tabs/windows where the favorite was selected (Issue #1351) - Keep multiple windows and tabs in sync when editing favorites - Fix a new KVO observation not being removed on object teardown | ||||
* | Fix more gcc warnings. | stuconnolly | 2012-05-09 | 1 | -0/+1 |
| | |||||
* | Add support for saving the state of the connection favorites outline view. | stuconnolly | 2012-05-03 | 1 | -3/+7 |
| | |||||
* | Fix memory leaks. | stuconnolly | 2012-05-02 | 1 | -6/+6 |
| | |||||
* | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -1/+2 |
| | |||||
* | Add the ability to export favorites. | stuconnolly | 2011-06-12 | 1 | -1/+3 |
| | |||||
* | Change categories to class extensions to enable compile time checking of ↵ | stuconnolly | 2011-03-19 | 1 | -1/+1 |
| | | | | method implementation. | ||||
* | Fix issue related to dragging a node to a group node that is being renamed ↵ | stuconnolly | 2011-03-13 | 1 | -3/+4 |
| | | | | as well as fix all warnings related to the connection outlinew view. | ||||
* | Fix bug that caused newly added nodes to be autoreleased twice resulting in ↵ | stuconnolly | 2011-03-06 | 1 | -2/+2 |
| | | | | a crash. | ||||
* | Fix a bug that resulting in some favorite nodes being incorrectly identified ↵ | stuconnolly | 2011-01-12 | 1 | -2/+0 |
| | | | | as group nodes, resulting in exceptions. | ||||
* | Fix a crash when deleting a favorite. | stuconnolly | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | Fix crash when deleting a group node. | stuconnolly | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -57/+283 |
| | |||||
* | The favorites controller needs to load favorites into a mutable dictionary. | stuconnolly | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Make sure the root favorite has a name key and value. Also, update string files. | stuconnolly | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Commenting and move SPFavoriteNode within Xcode's logical structure. | stuconnolly | 2010-11-11 | 1 | -0/+5 |
| | |||||
* | More work on the new favorites controller, including loading and saving as ↵ | stuconnolly | 2010-11-11 | 1 | -11/+167 |
| | | | | well as the method to migrate existing favorites data. Currently not yet active. | ||||
* | Add a new class template for the favorites controller. | stuconnolly | 2010-11-10 | 1 | -0/+62 |