aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/FieldEditorSheet.xib
Commit message (Collapse)AuthorAgeFilesLines
* Fix console message about missing images (bug in Xcodes IB converter)Max2016-07-101-1/+1
|
* Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)Max2016-05-081-8248/+1479
|
* Fix another set of fields that allowed multi-line input (#2325)Max2015-11-131-3/+3
|
* Fix an UI spacing issue in Field Editor for DEMax2015-08-221-4/+5
|
* Fix another runtime warning caused by the up&down conversion of IB filesMax2015-01-301-10/+0
|
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-18/+906
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-2037/+2037
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-1478/+7369
|
* Fix warnings on 10.7Stuart Connolly2014-01-181-9536/+1478
|
* Add a new option to enable/disable the field editor sheet in the actual ↵stuconnolly2013-10-271-75/+163
| | | | sheet. Fixes issue #1579.
* Build config update:stuconnolly2013-01-241-61/+22
| | | | | | | | | - 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
* - Rework a number of protocol defintions when refactoring to fix IB ↵rowanbeentje2011-06-211-13/+710
| | | | compilation warnings
* * Fixes UI spacing in some translations (#969,#971,#1079)dmoagx2011-06-201-913/+618
|
* • fixed warningsBibiko2011-03-151-3/+14
|
* • bound short-cut ⌥⎋ to display the context menu of the first ↵Bibiko2011-01-261-11/+11
| | | | responder if responder is embedded in a SPWindow
* * Fix a minor typo (reported by Sérgio Miranda) and update .stringsdmoagx2010-12-121-237/+841
|
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ↵Bibiko2010-10-291-19/+19
| | | | | | | | sheet doesn't block the entire app - fixed various layout issues - fixed some tiny memory leaks • fixed tiny memory leak in MCPStreamingResult
* • Field Editor sheetBibiko2010-10-291-3/+11
| | | | | | | | - fixed some inconsistencies regarding window - first humble trials to get rid of the Find Panel inside the editTextView -- it seems that the problem is that NSTextFinder internally validates all buttons against [[NSApp mainWindow] firstResponder] == NSTextView ; in our case the [[NSApp mainWindow] firstResponder] is the calling SPCopyTable object -- set a possible visible Find Panel to [textFinderPanel setWorksWhenModal:YES] inside the modal session ; by doing so the controls are available via keyboard and mouse but NOT the buttons -- work on it will be continued
* • BIT Field Sheet Editor now can handle NULL valuesBibiko2010-09-161-10/+97
| | | | • Field Editor Sheet field name label also displays NOT NULL if set
* • finished and enabled the new BIT field editor sheetBibiko2010-09-161-19/+19
|
* • some further bit field editing preparationsBibiko2010-09-151-176/+3397
| | | | | | • re-enabled length checking while editing in FieldEditorSheet • FieldEditorSheet now shows field type declaration • some preparations for BINARY editing in FieldEditorSheet
* • some bit field editing preparations Bibiko2010-09-141-12/+3588
|
* Rename CMImageView to SPImageView.stuconnolly2010-05-271-30/+28
|
* • re-enabled field editor's QuickLook for 10.6Bibiko2009-09-251-359/+98
| | | | | | | | | - This is up to now a kind of a 'hack' since SP will be compiled against SDK10.5 but if SP runs on 10.6 it'll use code from a 10.6 framework. - Under 10.6 full screen mode is available and QL does run in its own run loop ie now it's non-modal - Changed the way of removing temp files; now all files will be deleted while closing the sheet to fix issues if the user double-click at the QL item and the called app was too slow - this ended up in getting the message 'File not found' - Changed default container extension for images since 'pict' isn't support under 64bit 10.6; now SP makes usage of 'icns' • outsourced QuickLook types (show as pull down menu) to SP's preference plist. (up to now only 'power users' can change that type list via a Property List editor) • enhanced the caching behaviour of the sheet editor in terms of triggering a refresh if the text content was changed (this fixes the issue that it could happen that binary data were interpreted as text data)
* • SPFieldEditorSheetBibiko2009-08-271-7/+160
| | | | | | - ESC and ENTER will close a non-editable sheet * SPTooltip - first check if tooltip should be closed and then forward the current event (this fixes an issue if a tooltip is shown while a modal window appears which could block the closing of the tooltip
* Place the field label on the editor sheet at the top to make it more obvious ↵stuconnolly2009-08-201-94/+27
| | | | (originally added by Hans-Jörg Bibiko). Fixes #360.
* • added to the SPFieldEditorController's text editor view its own ↵Bibiko2009-08-141-1/+1
| | | | | | | | | undoManager which runs in the same modal run loop - RETURN or a ' ' forms a undo group - undo groups will be formed after 5 run loops (to form longer block while writing quickly) Note: Has to be tested and fine-tuned if necessary
* • in Table Content the button status of "edit spreadsheet or sheet-like" ↵Bibiko2009-08-111-25/+2
| | | | | | | | | will be saved in the Prefs • font settings in the Field Editor Sheet will be saved in the Prefs • improved max text length checking while using other InputManager (eg Japanese etc.) - still a bit under construction Note: each Beep() wil be replaced by a tooltip soon.
* • added field name to Field Editor SheetBibiko2009-08-081-23/+169
| | | | | | - initial support (not yet finished) Note: maybe add information about field type, max length as attributed string
* In the field editor sheet:stuconnolly2009-08-031-19/+141
| | | | | | - Make some of the QuickLook format menuitem name's uppercase. - Run both the save and open panels as sheets to prevent blocking the entire app.
* • fixed: FieldEditorSheet remembers the last sheet size for 'normal' text ↵Bibiko2009-07-181-3/+1
| | | | fields and blob data field variably
* • changed in Custom Query:Bibiko2009-07-171-1/+5
| | | | | - make usage of SPFieldEditor for displaying result data field (incl. blob data) - set to non-editable yet
* • Field Editor Sheet classBibiko2009-07-171-5/+39
| | | | | | - added the feature to set "isEditable"; according to "isEditable" GUI elements will be hidden or renamed - if no blob data reduce the minimal sheet size since no segment or quicklook control is needed
* • applied the new class SPFieldEditorController to TableContentBibiko2009-07-171-5/+33
| | | | • deleted in DBVview.xib Field Editor Sheet (out-sourced)
* • some further progress on outsourcing the Field Editor sheet for Content ↵Bibiko2009-07-161-41/+206
| | | | and Custom Query Tab
* • some further work on outsourcing the Field Editor sheet for Content and ↵Bibiko2009-07-161-0/+1281
Custom Query Tab