aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/SaveSPFAccessory.xib
Commit message (Collapse)AuthorAgeFilesLines
* Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)Max2016-05-081-4060/+116
|
* Fix another set of fields that allowed multi-line input (#2325)Max2015-11-131-1/+1
|
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-14/+3485
| | | | | 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-5194/+194
|
* Build config update:stuconnolly2013-01-241-177/+3249
| | | | | | | | | - 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
* • resized GUI elements for localisation of longer explanationsBibiko2010-07-051-16/+757
|
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-68/+64
|
* Resolve IB checkbox warnings.stuconnolly2009-11-171-33/+919
|
* • changed routine for opening SPF filesBibiko2009-10-061-290/+51
| | | | | | | | | - if no passwords are stored inside the SPF file try to retrieve the passwords from the KeyChain - for that purpose store the key 'kcid' in the SPF file if available - changed the accessory view: 'auto_connect' is always enabled (even no pw will be saved due to new routine) • fixed issue for Open Recent of SQL files • add a saved SPF file to Open Recent list if the user saved an Untitled doc or saved an open SPF file under an other name
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-40/+298
| | | | | | | | | | | | | | - everything will be configured in [TableDocument displayName] - to update the title call [TableDocument setTitle:[TableDocument displayName]] - this removes dozens of lines • first steps to support more the document-based approach ( a document is nothing else than a connection with view properties and preferences ) - renamed/added/changed in Main Menu items into "New", "Open", "Save", and "Save As" - if user opened a spf file -> fileURL will be set - "Save" will save the current connection/view data according to the "Save As" setting - ie if one saved a doc with do not "Remember window state" - "Save" won't save the window state; to enable this hit "Save As" [this works for encrypted file data as well] - if the current doc was opened from file and the user closes it or quits the entire app all connection/document-based preferences (up to now query favs and history) will be updated silently [not yet implemented fully in CustomQuery] [works for encrypted file as well] • delete saveSPFAccessory view from DBView since it was outsourced • fixed some issues for the NSSecureTextField in the Save accessory panel (but still a warning appears)
* • outsourced Save SPF accessory xibBibiko2009-08-251-0/+875
• updated save SPF accessory xib due to SPF structure changes NOTES: - The view in DBView.xib will be deleted after stuart02's commit. - Still after clicking at the encrypt text field a warning will be shown in the Console: NSSecureTextFieldCell detected a field editor that is not a NSTextView subclass... WHY?