Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -2/+2 |
| | | | | | | * [NSDictionary dictionary] → @{} * [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past. * Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist). | ||||
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 1 | -2/+2 |
| | | | | Note: [NSArray arrayWithObjects:...,nil] is left unchanged as that could possibly cause a NPE if converted to @[] | ||||
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -1/+1 |
| | | | | | Replaced all [NSNumber numberWithBool:YES/NO] with the @YES/@NO literals. Also replaced some TRUE/FALSE with their YES/NO counterparts. | ||||
* | Add a hidden preference to control the size of the UI's monospaced font. | Stuart Connolly | 2014-05-26 | 1 | -2/+4 |
| | |||||
* | Add basic support for CURRENT_TIMESTAMP in DATETIME columns (MySQL 5.6.5) | Max | 2014-03-19 | 1 | -2/+3 |
| | | | | See #1867 | ||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | For the CSV storage engine, don't allow adding nullable fields as well as ↵ | stuconnolly | 2013-10-28 | 1 | -2/+1 |
| | | | | disabling the add index option. Fixes issue #1546. | ||||
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵ | rowanbeentje | 2013-05-21 | 1 | -1/+2 |
| | | | | enable some more | ||||
* | - Fix string type detection, addressing errors when converting string types ↵ | rowanbeentje | 2013-04-16 | 1 | -1/+1 |
| | | | | to blob or binary fields (addressing Issue #1453) | ||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -6/+6 |
| | |||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -4/+6 |
| | |||||
* | Default grayed out column encodings should use monospaced fonts if enabled. | stuconnolly | 2012-08-13 | 1 | -1/+7 |
| | |||||
* | - Fix line breaking within the encoding dropdown, addressing a regression ↵ | rowanbeentje | 2012-08-05 | 1 | -1/+3 |
| | | | | caused by r3766 | ||||
* | - Fix table structure issues with default collations on non-default ↵ | rowanbeentje | 2012-08-05 | 1 | -9/+20 |
| | | | | | | | | encodings, fixing a number of exceptions with various actions (Issue #1416) - Fix which item is selected after reordering columns in the structure view - Display enodings and collations which match the table settings in gray | ||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | Fix the display of the encoding and collation of fields that don't support ↵ | stuconnolly | 2012-07-16 | 1 | -7/+11 |
| | | | | them (introduced in r3708). This also fixes the issue of re-ordering non-string fields failing due to the encoding and collaction being included. | ||||
* | Move the table structure's loading logic into it's own category. | stuconnolly | 2012-07-04 | 1 | -0/+354 |