aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ImportAccessory.xib
Commit message (Collapse)AuthorAgeFilesLines
* * 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