Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8) | Max | 2016-05-08 | 1 | -2291/+349 |
| | |||||
* | Fix another set of fields that allowed multi-line input (#2325) | Max | 2015-11-13 | 1 | -4/+4 |
| | |||||
* | Touch all XIB files with Xcode 6.1.1 | Max | 2014-12-19 | 1 | -16/+446 |
| | | | | | 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 Connolly | 2014-01-19 | 1 | -1036/+388 |
| | |||||
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵ | rowanbeentje | 2013-05-21 | 1 | -1156/+236 |
| | | | | enable some more | ||||
* | * Fixes some UI spacing issues with localizations | dmoagx | 2013-01-04 | 1 | -56/+14 |
| | |||||
* | Fix IB warnings. | stuconnolly | 2012-07-06 | 1 | -3477/+3468 |
| | |||||
* | - Add a new CSV import field escape setting, as a new default, supporting ↵ | rowanbeentje | 2012-01-06 | 1 | -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, ↵ | rowanbeentje | 2010-11-29 | 1 | -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 string | dmoagx | 2010-09-17 | 1 | -26/+18 |
| | |||||
* | • corrected spelling of "First line contains fields names" to "First line ↵ | Bibiko | 2010-09-01 | 1 | -6/+22 |
| | | | | contains field names" | ||||
* | - Fix positioning bug when using Import From Clipboard | rowanbeentje | 2010-07-25 | 1 | -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. | stuconnolly | 2010-07-06 | 1 | -11/+7 |
| | |||||
* | • resized GUI elements for localisation of longer explanations | Bibiko | 2010-07-05 | 1 | -26/+370 |
| | |||||
* | • renamed 'Open' button in 'Import from Clipboard' to 'Next' | Bibiko | 2010-04-12 | 1 | -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" ⌥⇧⌘I | Bibiko | 2010-04-10 | 1 | -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 ↵ | Bibiko | 2009-10-07 | 1 | -0/+1311 |
values after re-invoking it - store the accessory settings in SP's preferences |