Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/mergeclasses' | Max | 2018-01-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: Source/SPQueryControllerInitializer.m Source/SPQueryDocumentsController.m Source/SPQueryFavoriteManager.m | ||||
| * | merge SPQueryController (part of #2789) | Max | 2018-01-20 | 1 | -1/+0 |
| | | |||||
| * | merge some smaller classes (part of #2789) | Max | 2018-01-20 | 1 | -0/+1 |
| | | |||||
| * | Merge SPAppController (part of #2789) | Max | 2018-01-20 | 1 | -1/+0 |
| | | |||||
* | | Work around an exception that would occur when changing Query Favorites ↵ | Max | 2018-01-17 | 1 | -5/+1 |
| | | | | | | | | while an unconnected connection tab existed (#2266) | ||||
* | | Replace all calls to deprecated method ↵ | Max | 2018-01-13 | 1 | -9/+10 |
| | | | | | | | | +propertyListFromData:mutabilityOption:format:errorDescription: | ||||
* | | Replace all calls to deprecated method ↵ | Max | 2018-01-13 | 1 | -9/+11 |
| | | | | | | | | +propertyListFromData:mutabilityOption:format:errorDescription: | ||||
* | | Fix an issue where the contents of a duplicated query favorite would be ↵ | Max | 2018-01-05 | 1 | -4/+12 |
|/ | | | | overwritten if the selection was changed bevore saving (#2938) | ||||
* | Replace some legacy NSIndexSet enumeration with 10.6+ style ↵ | Max Lohrmann | 2017-03-12 | 1 | -11/+4 |
| | | | | -enumerateIndexesUsingBlock: | ||||
* | fix warnings | Abhi Beckert | 2016-04-10 | 1 | -0/+1 |
| | |||||
* | Fix online help URL for query favorites (#2409) | Max | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | * Add QuickLook support for "export settings" files | Max | 2015-11-15 | 1 | -1/+1 |
| | | | | | | * Add MGTemplateEngine to the QL plugin * Reorder the generator code a bit, so it's not one monolithic function * Add constants for some other sfp format types | ||||
* | Change two magic strings into constants | Max | 2015-10-10 | 1 | -2/+2 |
| | |||||
* | Removing a query favorite via its context menu would cause an exception ↵ | Max | 2015-06-29 | 1 | -2/+3 |
| | | | | (fixes #2161) | ||||
* | Minimal refactoring | Max | 2015-03-09 | 1 | -2/+2 |
| | | | | Replaced some (range.location + range.length) with NSMaxRange(range) | ||||
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -26/+24 |
| | | | | | | * [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). | ||||
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 1 | -4/+4 |
| | | | | Note: [NSArray arrayWithObjects:...,nil] is left unchanged as that could possibly cause a NPE if converted to @[] | ||||
* | Add cast for [NSApp delegate] | Max | 2014-12-13 | 1 | -1/+2 |
| | | | | | * (Also changed some outdated URLs) * Replaced [NSApplication sharedApplication] with NSApp | ||||
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -2/+2 |
| | | | | | Replaced all [NSNumber numberWithBool:YES/NO] with the @YES/@NO literals. Also replaced some TRUE/FALSE with their YES/NO counterparts. | ||||
* | 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 |
| | |||||
* | Fix deprecation warnings. | Stuart Connolly | 2014-01-16 | 1 | -16/+19 |
| | |||||
* | Remove use of deprecated methods. | Stuart Connolly | 2013-11-30 | 1 | -1/+1 |
| | |||||
* | Cleaned up Format string is not a string literal (potentially insecure) errors | Marius Ursache | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | - Alter the content filter manager and the query favourite manager to ↵ | rowanbeentje | 2013-03-06 | 1 | -11/+24 |
| | | | | import items from a file into the Global group if the document is untitled, improving import UX and addressing Issue #1616 and Issue #1645. Also select and scroll to the newly imported items for clarity. | ||||
* | - End editing for deleting content filter or query favourites, addressing ↵ | rowanbeentje | 2013-03-05 | 1 | -0/+4 |
| | | | | exceptions and Issue #1648 | ||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -14/+14 |
| | |||||
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -4/+12 |
| | |||||
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -8/+14 |
| | |||||
* | - If the favourite is not an on-disk document, add any new query favourites ↵ | rowanbeentje | 2012-12-17 | 1 | -5/+18 |
| | | | | to the bottom of the Global list if a selection is not active, to address query favorite loss (Issue #1417) | ||||
* | - Remove all BWToolKit views from the QueryFavoriteManager and ↵ | rowanbeentje | 2012-08-03 | 1 | -28/+5 |
| | | | | UserManagerView, replacing with SPSplitViews and standard equivalents | ||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
| | |||||
* | Merge outline view branch into trunk. | stuconnolly | 2012-05-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for managing and grouping favorites into folders in the connection view and removes the associated favorites management from the preferences window. NOTE: On first launch your connection favorites will be migrated from Sequel Pro's preference file to a new file in ~/Application Support/Sequel Pro/Data. Your old favorites will remain in the preference file until removed in a future version. Outstanding known issues: - Removing a group node with no child favorites presents a warning about also removing the non-existent favorites. - Starting the application with no favorites, creating a group node then selecting, hides the connection details input. Doesn't support emoty selection. - Setting the name of a connection, adding it to the favorites and then swicthing to a different connection type, screws with the favorite name. - The preservation between launches of whether group nodes are collapsed or not is currently not supported. | ||||
| * | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -5/+76 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -12/+0 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3471:r3481). | stuconnolly | 2012-02-19 | 1 | -4/+4 |
| | | |||||
| * | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -0/+1 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3234:3277). | stuconnolly | 2011-04-22 | 1 | -3/+17 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3235:r3245), which should ↵ | stuconnolly | 2011-03-19 | 1 | -3/+4 |
| | | | | | | | | resolve all warnings. | ||||
* | | Improve query placeholder insertion: | rowanbeentje | 2012-04-11 | 1 | -1/+66 |
| | | | | | | | | | | | | | | - Use menu item tag to insert the snippet, instread of using part of the tooltip; this is safer when localising values - When inserting query placeholders, automatically wrap all the values if not already within a placeholder. This addresses Issue #1313. - When inserting query placeholders, automatically use the lowest unused completion index instead of a fixed value | ||||
* | | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -4/+10 |
| | | |||||
* | | * Moves the background color code for SPTextView into the class. Fixes #1073 | dmoagx | 2012-03-16 | 1 | -12/+0 |
| | | |||||
* | | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -4/+4 |
| | | |||||
* | | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 1 | -0/+1 |
| | | |||||
* | | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵ | sqlprodev | 2011-04-11 | 1 | -3/+17 |
| | | | | | | | | UI code from functional code | ||||
* | | - Fix more warnings | rowanbeentje | 2011-03-14 | 1 | -3/+4 |
|/ | |||||
* | - Fix exceptions right-clicking in empty parts of the query favourites ↵ | rowanbeentje | 2011-01-10 | 1 | -0/+1 |
| | | | | manager; fixes http://spbug.com/l/1907 | ||||
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -1/+1 |
| |