Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
| | |||||
* | - Expose a number of help menu items and help buttons to use localisable ↵ | rowanbeentje | 2010-07-18 | 1 | -1/+1 |
| | | | | | | | | strings - Tweak MySQL help search to include a localisable language code for results in requested languages This addresses Issue #743 | ||||
* | • replaced @"sql" and @"spf" by their SPConstant definitions | Bibiko | 2010-06-24 | 1 | -2/+2 |
| | | | | | | | • further Save Session progress - store "saved as session accessory view data" globally to support "Save Session" - delete global "saved as session accessory view data" if last SP window will be closed - added to info.plist which tab is currently selected | ||||
* | Rename CMTextView to SPTextView. | stuconnolly | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -3/+4 |
| | | | | | | | | - Addition of PSMTabBar framework - Rework away from a document-based TableDocument - Support tabs throughout the application - Add menu items for creating tabs, and add support for dragging tabs to different windows | ||||
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵ | stuconnolly | 2010-03-31 | 1 | -0/+1 |
| | | | | favorites (Thanks Hans). | ||||
* | Manually set the connection favorites button bar delegate to ensure the ↵ | stuconnolly | 2010-03-31 | 1 | -1/+1 |
| | | | | split view delegate methods are called. | ||||
* | • added help button to Query Favorites Editor | Bibiko | 2010-03-16 | 1 | -0/+5 |
| | |||||
* | • Favorite Query Editor | Bibiko | 2010-03-08 | 1 | -0/+9 |
| | | | | - added the possibility to insert defined placeholder via a popup button similar to Content Filter Editor to give an hint to user what's possible | ||||
* | • SPQueryFavoriteManager | Bibiko | 2010-01-28 | 1 | -1/+1 |
| | | | | | - changed regex for validation of the entered tab trigger to "(?i)[^[:L:]0-9]+" since "(?i)[^\\w0-9]+" doesn't work if SP runs in 32bit mode. - It seems that the new RegexKitLite has a problem to expand \w correctly if it is used like [^\w] |