aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.m
Commit message (Expand)AuthorAgeFilesLines
* Minor changesMax2018-05-141-1/+1
* #63: Add basic support for multiple filtersMax2018-05-071-19/+19
* Formatting changesMax2018-05-051-11/+11
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-201-2/+0
|\
| * merge SPQueryController (part of #2789)Max2018-01-201-1/+0
| * Merge SPAppController (part of #2789)Max2018-01-201-1/+0
* | Remove another 2 cases of very strange object notification behavior (code style)Max2018-01-171-4/+1
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-10/+9
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-19/+25
|/
* Fix an exception when removing custom content filters via the outline view’...Max2017-03-151-2/+2
* Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...Max Lohrmann2017-03-121-13/+4
* Fix a spelling mistake (code)Max2016-07-101-2/+2
* fix warningsAbhi Beckert2016-04-101-0/+1
* * Add QuickLook support for "export settings" filesMax2015-11-151-1/+1
* Change two magic strings into constantsMax2015-10-101-2/+2
* Addition to commit 2735e15bMax2015-01-041-1/+1
* Replace some NSDictionaries with literalsMax2014-12-131-8/+8
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-3/+3
* Add cast for [NSApp delegate]Max2014-12-131-1/+2
* Replace boxed integers in code with @ literalsMax2014-12-131-1/+1
* Reformatting code for modern ObjCMax2014-12-131-3/+3
* 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
* Fix remaining deprecation warnings.Stuart Connolly2014-01-171-1/+1
* Fix deprecation warnings.Stuart Connolly2014-01-161-32/+35
* Remove use of deprecated methods.Stuart Connolly2013-11-301-1/+1
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-1/+1
* - Alter the content filter manager and the query favourite manager to import...rowanbeentje2013-03-061-11/+28
* - End editing for deleting content filter or query favourites, addressing ex...rowanbeentje2013-03-051-0/+4
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-14/+14
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-2/+6
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-7/+9
* Make some improvements to the Table Content Filter, particularly for text fie...rowanbeentje2012-12-231-3/+17
* Issue 1462: Right click in custom filter editor causes exceptionbamse162012-09-181-2/+2
* - Remove all BWToolKit elements from the Content Filter Manager, replacing w...rowanbeentje2012-08-011-28/+6
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+8
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-5/+4
* Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* Fix an exception when removing the only content filter. Fixes exceptions http...stuconnolly2011-08-071-26/+27
* * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-101-2/+2
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-3/+13
* * Fix two untranslatable strings #1006dmoagx2011-03-201-1/+1
* - Fix more compiler warningsrowanbeentje2011-03-151-2/+2
* fixed compiler warningssqlprodev2011-03-011-0/+1
* Tidy up.stuconnolly2010-10-191-4/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-4/+4
* * One label was too short in Content Filter Managerdmoagx2010-09-261-11/+12
* • SPTableContentBibiko2010-09-201-135/+189