aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-1/+7
|
* Tidy up.stuconnolly2010-10-191-2/+1
|
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-2/+2
|
* Initial implementation of tabs:rowanbeentje2010-05-231-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 ↵Bibiko2010-02-191-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 ↵stuconnolly2009-11-181-0/+4
| | | | editor and query favorites editor as you can't do it in IB.
* Tidy up.stuconnolly2009-11-071-1/+0
|
* • first implementation of a Content Filter EditorBibiko2009-10-011-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 EditorBibiko2009-09-301-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 filtersBibiko2009-09-291-0/+69