Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #63: Add basic support for multiple filters | Max | 2018-05-07 | 1 | -2/+2 |
| | |||||
* | Remove another 2 cases of very strange object notification behavior (code style) | Max | 2018-01-17 | 1 | -6/+0 |
| | |||||
* | Fix a spelling mistake (code) | Max | 2016-07-10 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -3/+3 |
| | |||||
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -0/+2 |
| | |||||
* | Fix warnings due to not conforming to 10.6 protocols. | stuconnolly | 2013-01-24 | 1 | -4/+1 |
| | |||||
* | - Remove all BWToolKit elements from the Content Filter Manager, replacing ↵ | rowanbeentje | 2012-08-01 | 1 | -3/+2 |
| | | | | | | | with SPSplitView and equivalents - Update localisable strings | ||||
* | - Remove the last BWToolKit view items from the main nib (DBView) by ↵ | rowanbeentje | 2012-07-29 | 1 | -1/+1 |
| | | | | | | | | redesigning the advanced Content Filter window - Tweak SPTextView to support translucent views, or views which are set not to draw their background - Fix Lion compatibility for advanced content filter default operator (Issue #1255) | ||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+21 |
| | |||||
* | - Review changes made in r3376 and revert a number of regressions | rowanbeentje | 2011-08-14 | 1 | -3/+2 |
| | |||||
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -2/+3 |
| | |||||
* | - Rework a number of protocol defintions when refactoring to fix IB ↵ | rowanbeentje | 2011-06-21 | 1 | -3/+2 |
| | | | | compilation warnings | ||||
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate ↵ | sqlprodev | 2011-04-11 | 1 | -1/+7 |
| | | | | UI code from functional code | ||||
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -2/+1 |
| | |||||
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -1/+2 |
| | | | | | | | | - 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 | ||||
* | • added the chance to the user-defined Content Filter Editor to specify ↵ | Bibiko | 2010-02-19 | 1 | -0/+2 |
| | | | | whether the leading <field> placeholder should be suppressed or not in order to be able to write a filter like "LENGTH($CURRENT_FIELD)>${}" | ||||
* | Manually set the delegate of the anchored button bars in the content filter ↵ | stuconnolly | 2009-11-18 | 1 | -0/+4 |
| | | | | editor and query favorites editor as you can't do it in IB. | ||||
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -1/+0 |
| | |||||
* | • first implementation of a Content Filter Editor | Bibiko | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - user-defined content filter can be saved globally (Prefs) or in SPF files - BETA - further tests are needed due to complexity - SPQueryController now handles the local user-defined content filters - tooltips are now generated automatically if not defined explicitly (incl. if $BINARY placeholder was used) • if user added local query favorites or content filters to an Untitled document and s/he wants to close it the standard sheet will be displayed (Don't Save - Cancel - Save) - due to that changed old [TableDocument displayName] to 'displaySPName' to be conform with Cocoa • changed behavior while importing query favorites - now they will append at the list (not inserted after selected row - makes more sense) • introduced to history filter dict the key 'menuLabel' which will be set to [TableContent tableFilterString] for displaying the history menu title and simplified the SPHistoryController logic for that • minor code changes | ||||
* | • further progress on the Content Filter Editor | Bibiko | 2009-09-30 | 1 | -20/+27 |
| | | | | | • fixed issue for "Add" a new favorite in SPQueryFavoriteManager: - save pending changes in the query textView in beforehand | ||||
* | • preparation for GUI support to manage user-defined content filters | Bibiko | 2009-09-29 | 1 | -0/+69 |