aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ImportAccessory.xib
Commit message (Collapse)AuthorAgeFilesLines
* Fix IB warnings.stuconnolly2012-07-061-3477/+3468
|
* - Add a new CSV import field escape setting, as a new default, supporting ↵rowanbeentje2012-01-061-3462/+3477
| | | | both backslash and double-character escaping. This will mean the vast majroty of CSVs selected for import will be read correctly by default, fixing issues such as Issue #1252
* - Change the CSV import accessory view to a general import accessory view, ↵rowanbeentje2010-11-291-710/+1021
| | | | | | | | | based on a tab view - When importing SQL, use the accessory view to ask how to handle errors: Ask (the new default), which prompts the user on each error whether to continue, stop, or ignore all errors; and ignoring all errors, which matches the old behaviour. This addresses Issue #901. - When showing the reconnection dialog ensure the window isn't minimised - Update localisable strings
* * Fixes minor label length issues and one unlocalized stringdmoagx2010-09-171-26/+18
|
* • corrected spelling of "First line contains fields names" to "First line ↵Bibiko2010-09-011-6/+22
| | | | contains field names"
* - Fix positioning bug when using Import From Clipboardrowanbeentje2010-07-251-226/+1291
| | | | | - Add controllable encoding support when importing CSV and SQL files, including a new default "Autodetect" option. Add UniversalDetector framework to support encoding autodetection. This should address Issue #720.
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-11/+7
|
* • resized GUI elements for localisation of longer explanationsBibiko2010-07-051-26/+370
|
* • renamed 'Open' button in 'Import from Clipboard' to 'Next'Bibiko2010-04-121-2/+2
| | | | • fixed 'Import from Clipboard' menu item validation to be disabled if no database is selected (thanks to avenjamin for pointing it out)
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-101-23/+453
| | | | | | - sheet showing the first 4kB of pasteboard content and the SQL/CSV accessory view - pasteboard content will be saved as temp file and read by using the current table/connection encoding
* • outsourced ImportCSV accessory view to fix the disappearing of combobox ↵Bibiko2009-10-071-0/+1311
values after re-invoking it - store the accessory settings in SP's preferences