Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • resized GUI elements for localisation of longer explanations | Bibiko | 2010-07-05 | 1 | -16/+757 |
| | |||||
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -68/+64 |
| | |||||
* | Resolve IB checkbox warnings. | stuconnolly | 2009-11-17 | 1 | -33/+919 |
| | |||||
* | • changed routine for opening SPF files | Bibiko | 2009-10-06 | 1 | -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 tableWindow | Bibiko | 2009-09-02 | 1 | -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 xib | Bibiko | 2009-08-25 | 1 | -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? |