aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ContentFilterManager.xib
Commit message (Collapse)AuthorAgeFilesLines
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-102/+1174
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Another attempt to fix the cog menus on 10.10Max2014-11-211-21/+25
| | | | | | | Previously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to the left of the image as that combination would allow us to make the box of the button exactly as big as the image. However in 10.10 Apple changed the layout so that a padding is always added on the right border of a popup button (except if the menu is attached to the left). From playing around I found the only setting to be compatible between 10.9 and 10.10 to be the button type Bevel (borderless). This commit changes all cog buttons to Bevel type in hopes those will also look the same on 10.8, 10.7, 10.6.
* Enable background color for content filter managerMax2014-09-181-21/+26
|
* Fix button alignment.Stuart Connolly2014-06-011-10/+2845
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-3/+3
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-5779/+746
|
* Build config update:stuconnolly2013-01-241-91/+64
| | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-7196/+7151
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* - Remove all BWToolKit elements from the Content Filter Manager, replacing ↵rowanbeentje2012-08-011-5755/+7196
| | | | | | | with SPSplitView and equivalents - Update localisable strings
* * One label was too short in Content Filter Managerdmoagx2010-09-261-106/+2334
| | | | * Changed some NSLocalizedString() comments to be more descriptive - keep in mind that the comment is the only thing that can provide context here.
* • SPTableContentBibiko2010-09-201-19/+351
| | | | | | | | | | | - added at the end of [self loadTableValues] an alert if loading failed • SPContentFilterManager - removed any key bindings for hopefully getting rid of some "mutating method sent to immutable object" exceptions/crashes [1479, 1372, 1310, 295, 1227, 692, 149] - better handling of ESC to cancel the name in-cell editing in table - improved validations - some general code improvements - added/changed comments
* • localisation issuesBibiko2010-07-051-9/+11
| | | | | | - made "This table currently does not support relations..." localisable - resized some nib elements for longer translations - replaced [[NSApp mainMenu] itemWithTitle:@"Table"] by [[NSApp mainMenu] itemWithTag:SPMainMenuTable] for dynamic title changes
* Rename CMTextView to SPTextView.stuconnolly2010-05-271-26/+46
|
* • Favorite Query Editor Bibiko2010-03-081-10/+10
| | | | - 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
* • added the chance to the user-defined Content Filter Editor to specify ↵Bibiko2010-02-191-15/+180
| | | | 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-6/+16
| | | | editor and query favorites editor as you can't do it in IB.
* Some UI tidying up.stuconnolly2009-10-191-170/+55
|
* • corrected tooltips for 'Add' and 'Remove' buttonBibiko2009-10-021-16/+49
|
* • first implementation of a Content Filter EditorBibiko2009-10-011-6/+2
| | | | | | | | | | | | | | - 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-473/+786
| | | | | • 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/+2774